

/* Start:/local/templates/mokoz/components/bitrix/catalog/lookbook/bitrix/catalog.section/.default/style.css?17728842043239*/
.lootbook_section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lootbook_section_el-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lootbook_section_el-photo {
    position: relative;
}

.lootbook_section_el-photo img {
    width: 100%;
}

.lootbook_section_el-photo:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
}

.lootbook_section_el-photo_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width:769px) {
    .lootbook_section_el-photo:not(.swiper-initialized) .swiper-slide {
        flex-shrink: unset;
    }
}

.lootbook_section_el-photo:not(.swiper-initialized) .lootbook_section_el-photo-bannerNext,
.lootbook_section_el-photo:not(.swiper-initialized) .lootbook_section_el-photo-bannerPrev {
    display: none;
}

.lootbook_section_el-photo .lootbook_section_el-photo-bannerNext,
.lootbook_section_el-photo .lootbook_section_el-photo-bannerPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(0, 0, 0, 0.06) url(/local/templates/mokoz/css/../img/arrow3.svg) center/14px auto no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    transition: .3s;
}

.lootbook_section_el-photo .lootbook_section_el-photo-bannerPrev {
    transform: translateY(-50%) rotate(180deg);
}

.lootbook_section_el-photo .lootbook_section_el-photo-bannerNext svg path,
.lootbook_section_el-photo .lootbook_section_el-photo-bannerPrev svg path {
    stroke: white;
}

.lootbook_section_el-photo .lootbook_section_el-photo-bannerNext {
    right: 12px;
}

.lootbook_section_el-photo .lootbook_section_el-photo-bannerPrev {
    left: 12px;
}

.lootbook_section_el-photo .lootbook_section_el-photo-bannerNext:hover,
.lootbook_section_el-photo .lootbook_section_el-photo-bannerPrev:hover {
    opacity: 0.85;
}

.lootbook_section_el-text_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.lootbook_section_el-text_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
}

.lootbook_section-title_container {
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.lootbook_section-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.lootbook_section-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    opacity: .3;
}

@media (max-width:993px) {
    .lootbook_section-title {
        font-size: 32px;
    }

    .lootbook_section-title_container {
        padding: 40px 0;
    }
}

@media (max-width:768px) {
    .lootbook_section-title {
        font-size: 24px;
    }

    .lootbook_section-subtitle {
        font-size: 14px;
    }

    .lootbook_section_el-text_title {
        font-size: 18px;
    }

    .lootbook_section_el-text_text {
        font-size: 14px;
    }

    .lootbook_section {
        gap: 24px;
    }

    .lootbook_section-title_container {
        padding: 32px 0;
    }
}
/* End */
/* /local/templates/mokoz/components/bitrix/catalog/lookbook/bitrix/catalog.section/.default/style.css?17728842043239 */
