

/* Start:/local/templates/florcat_promo_page/components/bitrix/catalog.section/promo_page/style.css?177867791721302*/
body {
    background-position-y: 60px;
}

/* start:Popular Sections */
.popular {
    grid-template-columns: repeat(3, minmax(100px, 33%));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.popular-sect-content {
    overflow: hidden;
    border-radius: 10px;

    position: relative;
    display: inline-block;
    height: 125px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}


#portfolio .folio-image img {
    border-radius: 10px;
}


.popular a {
    display: inline-flex;
    flex: 1;
    justify-content: space-between;
}

.popular .image-block {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.popular-image {
    width: 100%;
    position: absolute;
}

.popular-name {
    padding-left: 45%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    letter-spacing: 0.5px;
    line-height: 32px;
    color: #fff;
    font-size: 22px;
}


@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .popular-image {
        transform: translateX(-25px);
    }
}

@media screen and (min-width: 840px) and (max-width: 1199px) {
    .popular-image {
        transform: translateX(-10%);
    }
}

@media screen and (min-width: 768px) and (max-width: 839px) {
    .popular-image {
        transform: translateX(-17.5%);
    }
}

@media screen and (max-width: 1199px) {
    .popular {
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .popular-name {
        position: absolute;
        right: 12px;
        letter-spacing: 0.5px;
        width: 51.6%;
        top: calc(50% - 16px);
        line-height: 32px;
        color: #fff;
        font-size: 22px;
        padding: 0;
        max-width: 120px;
        text-wrap: balance;
    }

    .popular-image {
        position: absolute;
        max-height: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .popular-image.md-left {
        left: 0;
    }

    .popular-image.md-center {
        left: 50%;
    }

    .popular-image.md-right {
        left: 100%;
    }
}

@media screen and (max-width: 767px) {
    .popular .image-block {
        width: 100%;
        background-size: 150% !important;
    }

    .popular-name {
        font-size: 16px;
        width: auto;
        left: 10px;
        top: unset;
        right: 4px;
        bottom: 9px;
        line-height: 22px;
        font-weight: 600;
        text-shadow: 0 1px var(--color-default);
    }

    .popular-image.left {
        left: 0;
    }

    .popular-image.center {
        left: 50%;
    }

    .popular-image.right {
        left: 100%;
    }
}

/* endComp:Popular Sections */


/*    startComp:Product Item    */
/*    start:Product card    */
:root {
    --prod-name-line-height: 30px;
}

.product-gap {
    row-gap: 16px;
}

.product-card {
    cursor: default;
    position: relative;
    gap: 12px;
    flex: 1 1 100%;
}

.product-image {
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.product-image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 2;
}

.product-image-wrapper_item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: var(--color-default-white);
    background: transparent;
    margin-bottom: -4px;
}

.product-image-wrapper_item img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.product-image-wrapper_item._active img {
    opacity: 1;
}

.dots {
    gap: 8px;
}

.dots .image-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--color-rose-20);
    border-radius: 14px;
    transition: width 0.3s ease-in-out, color 0.5s;
}

.dots .image-dot._active {
    width: 14px;
    height: 8px;
    background: var(--color-rose-60);
}

.product-params {
    flex: 1 1 100%;
}

.product-name {
    font-size: 19px;
    line-height: var(--prod-name-line-height);
    height: calc(2 * var(--prod-name-line-height));
}

.product-prices {
    gap: 5px;
}

.product-prices .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.product-prices .old-price {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-default-60);
    text-decoration: line-through;
}

.product-card .btn {
    margin-top: 6px;
}

.product-btn-row {
    padding-bottom: 20px;
}


@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .product-name {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --prod-name-line-height: 21px;
    }

    .catalog_list {
        margin-bottom: 22px;
    }

    .product-name {
        font-size: 15px;
        line-height: var(--prod-name-line-height);
        height: calc(3 * var(--prod-name-line-height));
    }

    .price-block {
        gap: 5px;
    }

    .product-prices .price {
        font-size: 16px;
        line-height: 24px;
    }

    .product-prices .old-price {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        color: var(--color-default-60);
    }
}

@media screen and (min-width: 540px) and (max-width: 1199px) {
    .product-image-wrapper_item img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --prod-name-line-height: 20px;
    }

    .main_sections {
        gap: 16px;
    }

    .product-gap {
        row-gap: 12px;
    }

    .show-all {
        margin-top: -5px;
    }

    .product-card {
        gap: 0;
    }

    .product-params {
        gap: 4px;
    }

    .product-card .btn {
        margin-top: 8px;
    }

    .product-btn-row {
        padding-bottom: 12px;
    }

    .product-gap .btn.btn-small {
        width: 100%;
        padding: 6px 13px;
    }
}

/*    end:Product card    */
/*    endComp:Product Item    */


/* startComp:FAQ */
.faq-block {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 54px;
    margin-top: 30px;
    background: var(--color-rose-5);
}

.faq-block h2 {
    margin-bottom: 30px;
}

.faq-block--column {
    width: 50%;
    display: inline-block;
}

.faq-block--column:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
}

.faq-block--column:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}

.faq-block--column p {
    margin-bottom: 24px;
}

.faq-list {
    gap: 10px;
}

.faq-item {
    display: flex;
    position: relative;
    gap: 10px;
    flex-direction: column;
    background: var(--color-default-white);
    border-radius: 10px;
    cursor: pointer;
}

.faq-item.open {
    padding: 16px;
}

.faq-item--title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 40px 16px 16px;
}

.faq-item.open .faq-item--title {
    padding: 0;
}

.faq-item.open .faq-item--content {
    display: block;
}

.faq-item .faq-item--title::after {
    content: "\e93d";
    font-family: 'icon';
    font-weight: 400;
    position: absolute;
    font-size: 24px;
    color: #7C7E7F;
    top: 16px;
    right: 16px;
    transition: transform var(--angle-delay);
}

.faq-item.open .faq-item--title::after {
    transform: var(--angle-effect);
}

.faq-item .faq-item--content {
    overflow: hidden;
    display: none;
    font-size: 16px;
    line-height: 24px;
}

.detail-faq {
    gap: 0;
}

.detail-faq .faq-item {
    border-bottom: 1px solid var(--color-rose-5);
    border-radius: 0;
}

.detail-faq .faq-item.open {
    padding: 12px 16px 16px;
}


.detail-faq .faq-item--title {
    padding: 12px 40px 12px 16px;
}


@media screen and (max-width: 1199px) {
    .faq-block {
        padding-top: 28px;
    }

    .faq-block--column {
        width: 100%;
        margin-bottom: 6px;
    }

    .faq-block--column:nth-child(1),
    .faq-block--column:nth-child(2) {
        padding: 0;
    }

    .faq-item--title {
        font-size: 13px;
        line-height: 20px;
        position: relative;
    }

    .faq-item .faq-item--title::after {
        top: calc(50% - 12px);
        right: 14px;
    }

    .faq-item.open .faq-item--title {
        padding-right: 24px;
    }

    .faq-item.open .faq-item--title::after {
        right: -2px;
    }

    .faq-block h2 {
        margin-bottom: 15px;
    }

    .faq-list {
        margin-top: -4px;
    }

    .faq-item {
        border-radius: 15px;
    }

    .faq-item .faq-item--content {
        font-size: 13px;
        line-height: 20px;
    }
}

/* endComp:FAQ comp */


.header-bottom {
    min-height: 60px;
}

.menu-item {
    padding: 0;
}

.popular {
    grid-template-columns: repeat(3, minmax(100px, 33%));
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.main {
    gap: 30px;
    padding: 0;
}

.main-banner {
    height: 700px;
    background-size: cover !important;
}

.main-banner {

}

.main-banner--inner {
    height: 100%;
}

.main-banner--content {
    margin: auto 0;
    max-width: 670px;
    gap: 10px;
}

.banner-title {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 10px;
}

.banner-description {
    font-size: 19px;
    line-height: 28px;
    /*margin-bottom: 10px;*/
}


.main_sections h1, .main_sections .h1, .main_sections h2, .main_sections .h2 {
    margin-bottom: 30px;
}

.main-wrapper {
    padding: 40px 0;
    background: var(--color-rose-5);
}

.main-wrapper--inner {
    display: flex;
    height: 100%;
}

.main-wrapper--description {
    margin: auto;
    font-size: 19px;
    line-height: 28px;
}


footer,
footer a {
    font-size: 13px;
    line-height: 24px;
    color: var(--color-default-80);
    background: var(--color-default-white);
}

footer .social-link .icon {
    color: var(--color-default-80);
    font-size: var(--icon-size-max);
}

.footer-map {
    height: 400px;
}

.map-outer {
    position: relative;
    top: 50%;
}

.map-contacts {
    width: 438px;
    gap: 8px;
    background: #fff;
    padding: 24px 24px 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border-radius: 25px;
}

.map-contacts--content {
    gap: 6px;
}

.map-contacts--address i {
    font-size: 20px;
}

footer .phone a::before {
    font-size: 20px;
}

.map-contacts-social {
    margin-top: 12px;
}

.product-gap {
    row-gap: 30px;
}

.product-card {
    cursor: pointer;
}

.product-card-description {
    line-height: 1.35;
}

.modal-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 100;
}

.gallery--outer .gallery {
    position: relative;
}

.gallery-close {
    position: absolute;
    top: 30px;
    right: 45px;
    cursor: pointer;
    z-index: 1000;
}

.gallery-close i {
    color: #2B2E31;
    font-size: 50px;
}

.modal-gallery.open {
    display: block;
}

.gallery--outer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100vh;
    padding: 30px 100px;
}

.detail-image {
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.detail-image img {
    max-height: 75vh;
    width: auto;
}

.gallery-thumbs {
    margin-top: 30px;
    gap: 30px;
}

.thumbs--item {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.slick-current .thumbs--item {
    opacity: 1;
}

.wed-gallery .fancybox__nav {
    --f-button-next-pos: 3rem;
    --f-button-prev-pos: 3rem;
}

.wed-gallery .fancybox__thumbs {
    --f-thumb-width: 74px;
    --f-thumb-height: 74px;
    --f-thumb-border-radius: 15px;
}

.wed-gallery .fancybox__thumbs.is-classic {
    --f-thumb-gap: 30px;
}

.wed-gallery .f-thumbs.is-horizontal .f-thumbs__track {
    padding-top: 30px;
}

.wed-gallery .fancybox__backdrop {
    opacity: 1;
    background: #fff;
}


.wed-gallery .fancybox__nav .is-prev,
.wed-gallery .fancybox__nav .is-next {
    padding: 0;
    background: var(--color-rose-80);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s;
}

.wed-gallery .fancybox__nav .is-prev:hover,
.wed-gallery .fancybox__nav .is-prev:focus,
.wed-gallery .fancybox__nav .is-next:hover,
.wed-gallery .fancybox__nav .is-next:focus {
    color: #fff;
    outline: none;
    background: var(--color-rose-60);
}

.wed-gallery .fancybox__nav .is-prev:before,
.wed-gallery .fancybox__nav .is-next:before {
    color: #fff;
    font-family: 'icon' !important;
}

.wed-gallery .fancybox__nav .is-prev:before {
    content: '\e93f';
}

.wed-gallery .fancybox__nav .is-next:before {
    content: '\e940';
}

.wed-gallery .fancybox__nav .is-prev[disabled],
.wed-gallery .fancybox__nav .is-next[disabled] {
    opacity: 1;
    background: var(--color-rose-alt);
}

.wed-gallery .fancybox__nav .is-prev[disabled]:before,
.wed-gallery .fancybox__nav .is-next[disabled]:before {
    opacity: 1;
    color: var(--color-rose-40);
}

.wed-gallery .fancybox__nav .f-button.is-prev:before,
.wed-gallery .fancybox__nav .f-button.is-next:before {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    font-size: 24px;
}

.wed-gallery .f-button.is-prev svg,
.wed-gallery .f-button.is-next svg {
    display: none;
}

.wed-gallery .fancybox-toolbar {

}


.wed-gallery .fancybox__toolbar.is-absolute,
.wed-gallery .is-compact .fancybox__toolbar {
    top: 3rem;
    left: 3rem;
    right: 3rem;
}


.wed-gallery button.f-button[data-fancybox-close] {
    background: unset;
}

.wed-gallery button.f-button[data-fancybox-close] svg {
    display: none;
}

.wed-gallery button.f-button[data-fancybox-close]::before {
    content: "\e93b";
    font-family: 'icon' !important;
    font-size: 50px;
    color: #000;
}

.wed-gallery button.f-button[data-fancybox-close]:hover::before {
    color: var(--color-rose-100);
}

.main-action--head {
    display: flex;
    justify-content: space-between;
}

.main-action--nav {
    display: flex;
    gap: 10px;
}

.main-action--prev,
.main-action--next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-rose-80);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s;
    border: none;
}

.main-action--prev .icon,
.main-action--next .icon {
    color: #fff;
    font-family: 'icon' !important;
}

.main-action--prev.swiper-button-disabled,
.main-action--next.swiper-button-disabled {
    opacity: 1;
    background: var(--color-rose-alt);
}

.main-action--prev.swiper-button-disabled .icon,
.main-action--next.swiper-button-disabled .icon {
    opacity: 1;
    color: var(--color-rose-40);
}

.wed-gallery {
    justify-content: center;
}

.wed-gallery .f-thumbs__viewport {
    display: flex;
    justify-content: center;
}

.wed-gallery .f-thumbs__track {
    display: flex;
    width: 700px;
    transform: unset !important;
}

/*.wed-gallery .fancybox__carousel {*/
/*    flex: unset;*/
/*}*/

/*.wed-gallery .f-thumbs__viewport {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.wed-gallery .is-modern .f-thumbs__track {*/
/*    width: 100%;*/
/*    margin-left: 25px;*/
/*    max-width: 675px;*/
/*    transform: unset !important;*/
/*}*/

.hide-scroll-line {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.swiper-wrapper {
    margin: 0;
}

.presentation img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.main-wrapper--description p {
    line-height: 28px;
}

.main-wrapper--description .btn {
    margin-top: 10px;
}

.row.product-gap.swiper-wrapper {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.section-products h2 {
    margin-bottom: 18px;
}

.section-products .main_sections {
    margin-bottom: 20px;
}

.section-products:last-of-type .main_sections {
    margin-bottom: 10px;
}

.faq-block {
    margin-top: 10px;
    padding-bottom: 34px;
}

.faq-block h2 {
    margin-bottom: 24px;
}

.faq-list {
    padding-top: 6px;
}

.folio-card {
    cursor: pointer;
}

.gallery-item--inner {
    max-width: 750px;
    width: 100%;
}

.gallery-thumbs .slick-track {
    margin-left: 0;
}

@media screen and (min-width: 1200px) {
    .main-action--slider {
        display: flex;
    }

    .product-gap {
        flex-grow: 1;
    }
}


@media screen and (min-width: 2000px) {
    .main-banner {
        background-size: contain !important;
    }
}

@media screen and (max-width: 1199px) {
    .main {
        gap: 20px;
    }

    .main_sections h1, .main_sections .h1,
    .main_sections h2, .main_sections .h2 {
        margin-bottom: 10px;
    }

    .folio_sect .main-action {
        padding-bottom: 10px;
    }

    .folio_sect .product-gap {
        --bs-gutter-x: 0.75rem;
    }

    /*--bs-gutter-x: 0.75rem;*/
    .popular {
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 10px;
    }


    .main-action--nav {
        display: none;
    }

    .main-action--slider .product-gap {
        overflow-x: scroll;
    }

    .faq-block {
        padding-bottom: 100px;
    }

    .main-banner {
        height: auto;
        min-height: 218px;
    }

    .banner-title {
        line-height: 1.5;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 0;
    }

    .banner-description {
        font-size: 13px;
        line-height: 20px;
        max-width: 270px;
    }

    .dots {
        padding: 10px 0;
    }

    .product-gap {
        --bs-gutter-x: 1.5rem;
        margin: 0 -8px;
    }

    .main-wrapper {
        padding: 45px 0;
    }

    .main-wrapper.presentation {
        padding: 40px 0 45px;
    }


    .main-wrapper--inner {
        margin-top: 4px;
    }


    .presentation p {
        line-height: 28px;
    }

    .presentation .btn {
        margin-top: 5px;
    }

    .main-action--head {
        margin-bottom: 12px;
    }

    .main-action--slider {
        margin: 0 -12px;
    }

    .product-name {
        height: calc(2 * var(--prod-name-line-height));
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .faq-block {
        padding-top: 40px;
    }

    .container-fluid.faq-block {
        --bs-gutter-x: 1.875rem;
    }

    .faq-block h2 {
        margin-bottom: 25px;
    }

    .faq-block--column {
        margin-bottom: 30px;
    }

    .faq-item--title {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-list {
        margin-top: 0;
        padding-top: 4px;
    }

    footer {
        display: block;
    }

    .map-outer {
        top: 0;
    }

    .map-contacts {
        width: auto;
        position: relative;
        padding: 24px 0 58px;
        top: unset;
        right: unset;
        transform: unset;
    }

    .container-fluid.faq-block {
        padding-bottom: 5px;
    }

    .map-contacts {
        gap: 5px;
    }

    .footer-map h2 {
        font-size: 26px;
        line-height: 1.8;
        margin: 0;
    }

    .footer-map .icon {
        font-size: 20px;
    }

    .map-contacts--content {
        gap: 4px;
    }

    .map-contacts-social {
        margin-top: 14px;
    }

    .main-action--slider .product-gap {
        padding: 0 12px;
    }

    .slick-arrow {
        display: none !important;
    }

    .gallery--outer {
        padding: 30px 20px;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
    }

    .slick-slide {
        min-width: 34px;
        margin: 0 5px;
    }

    .thumbs--item {
        border-radius: 5px;
    }

    .folio-image img {
        width: 100%;
        height: auto;
    }

    .gallery-thumbs {
        margin-top: 10px;
    }

    .wed-gallery .fancybox__nav .is-prev,
    .wed-gallery .fancybox__nav .is-next {
        display: none;
    }

    .wed-gallery .fancybox__track {
        /*padding: 0 15px;*/
    }

    .wed-gallery .fancybox__slide {
        width: 75%;
    }

    .wed-gallery .fancybox__toolbar.is-absolute,
    .wed-gallery .is-compact .fancybox__toolbar {
        top: 1rem;
        left: 1rem;
        right: 1rem;
    }

    .wed-gallery .fancybox__toolbar__column.is-left,
    .wed-gallery .fancybox__toolbar__column.is-right {
        flex-grow: 0;
    }

    .wed-gallery .fancybox__toolbar__column.is-right {
        justify-content: flex-start;
        flex: 1;
    }

    .wed-gallery button.f-button[data-fancybox-close]::before {
        font-size: 24px;
    }
}


/*  Корректировка слайдов swiper с учетом бутстрап  */
.swiper-slide.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}


@media (min-width: 768px) {
    .swiper-slide.col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .swiper-slide.col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

/*  Корректировка слайдов swiper с учетом бутстрап  */
/* End */
/* /local/templates/florcat_promo_page/components/bitrix/catalog.section/promo_page/style.css?177867791721302 */
