

/* Start:/local/templates/hair-infinity/components/bitrix/news.detail/lookbook.detail/style.css?17010829352250*/
.dl-link {
    color: #33c;
    font-size: 14px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .dl-link {
        font-size: 16px;
    }
}

.dl-link__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media only screen and (min-width: 768px) {
    .dl-link__icon {
        margin: 0 4px 0 0;
        width: 24px;
        height: 24px;
    }
}

.dl-link__label {
    display: inline-block;
    vertical-align: middle;
    font: inherit;
}

.dl-link_size_l {
    font-size: 16px;
}

.dl-link_size_l .dl-link__icon {
    margin: 0 4px 0 0;
    width: 24px;
    height: 24px;

}


.videos-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.videos-container__item {
    width: 100%;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    z-index: 1;
}

.videos-container__item-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.videos-container__item-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    padding:  48.33% 0 0;
    background: #282323;
    opacity: .3;
    z-index: 2;
    transition: .3s all;
}

.videos-container__item-image:hover::before {
    opacity: .6;
}

.videos-container__item-image:hover::after {
    background-color: #8E0E59;
    border: 3px solid #8E0E59;
}

.videos-container__item-image::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .3s all;
    transform: translate(-50%, -50%);
    background-image: url(/local/templates/hair-infinity/components/bitrix/news.detail/lookbook.detail/img/video-icon.svg);
    background-repeat: no-repeat;
    background-position: 26px center;
    background-size: 32px 42px;
    border-radius: 50%;
    border: 3px solid #f7faf7;
    z-index: 3;
}

.videos-container__item-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}

@media only screen and (max-width: 991px) {
    .content-section__image-carousel .swiper-slide {
        max-width: 220px;
    }
}
/* End */
/* /local/templates/hair-infinity/components/bitrix/news.detail/lookbook.detail/style.css?17010829352250 */
