

/* Start:/bitrix/components/mav/brands/templates/collections_v2/style.css?17420393801197*/
.collection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.collection .description {
    height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.collection .description .short {
    width: 100%;
}

.collection .description .short .btn {
    min-width: 300px;
}

.collection .img-block {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.collection .img-block img {
    transition: transform .5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection .img-block img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.short-description-block {
    margin: 0 auto 30px auto;
    max-width: 1780px;
}

@media (min-width: 768px) {
    .collection .img-block {
        height: 400px;
    }
    .collection .description {
        height: 400px;
    }
    .short-description-block {
        padding: 40px;
        width: 80vw;
    }
}


@media (min-width: 991px) {
    .collection .img-block {
        height: 600px;
    }
    .collection .description {
        height: 600px;
    }
}
/* End */
/* /bitrix/components/mav/brands/templates/collections_v2/style.css?17420393801197 */
