@font-face {
    font-family: 'CeraPro-Regular';
    src: url('font/cera_pro/cerapro-regular.eot');
    /* IE 9 Compatibility Mode */
    src: url('font/cera_pro/cerapro-regular.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('font/cera_pro/cerapro-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('font/cera_pro/cerapro-regular.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('font/cera_pro/cerapro-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('font/cera_pro/cerapro-regular.svg#cerapro-regular') format('svg');
    /* Chrome < 4, Legacy iOS */
}

/* Cormorant — подключается в layouts/front_2026.xsl через Google Fonts */

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #fff;
    font-family: 'CeraPro-Regular';
    font-weight: 400;
}

.wrapper {
    width: 1160px;

    @media screen and (max-width: 950px) {
        width: 100%;
        max-width: 100vw;
    }
}

@media screen and (max-width: 950px) {
    .wrapper-head {
        background: #fff;
    }
}

.swiper-wrapper {
    height: auto;
}

a {
    transition: 0.2s;
}

h1,
h2,
h3,
p {
    margin-bottom: 1rem;

    @media screen and (max-width: 950px) {
        margin-bottom: 0.875rem;
    }
}

ul li {
    list-style-type: initial;
}

img {
    will-change: transform;
}

hr {
    margin: 1rem 0;
}

.slick-track {
    display: flex;
}

.form-fields {
    .form-fields__group {
        display: flex;
        flex-direction: column;
        gap: 8px;

        .form-fields__input {
            border-radius: 10px;
            padding: 10px;
            font-size: 16px;
            line-height: 110%;

            &:focus,
            &:active {
                outline: none;
            }
        }

        .form-fields__textarea {
            border-radius: 10px;
            padding: 10px;
            font-size: 16px;
            line-height: 110%;

            &:focus,
            &:active {
                outline: none;
            }
        }

        .form-fields__label {
            font-size: 16px;
            line-height: 100%;
            color: #fff;

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }
        }

        &.__checkbox {
            flex-direction: row;

            .form-fields__label {
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .checkbox-icon {
                width: 16px;
                min-width: 16px;
                height: 16px;
                min-height: 16px;
                position: relative;

                &:before {
                    content: "";
                    -webkit-transition: .2s;
                    transition: .2s;
                    opacity: 0;
                    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 3.32031L3.35352 6.32031L8.35352 0.320312' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E");
                    background-position: center;
                    background-repeat: no-repeat;
                    position: absolute;
                    inset: 0;
                    width: 100%;
                    height: 100%;
                    margin: 0 auto;
                    visibility: visible;
                    z-index: 1
                }

                &:after {
                    content: "";
                    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' fill='%2359687C' stroke='white'/%3E%3C/svg%3E");
                    background-position: center;
                    background-repeat: no-repeat;
                    position: absolute;
                    inset: 0;
                    width: 16px;
                    height: 16px;
                    cursor: pointer;
                    visibility: visible
                }
            }

            .form-fields__checkbox {
                display: none;

                &:checked+.form-fields__label .checkbox-icon::before {
                    opacity: 1;
                }
            }
        }

        &.__file {
            position: relative;

            .form-fields__file {
                position: absolute;
                z-index: -1;
                opacity: 0;
                display: block;
                width: 0;
                height: 0;
                padding: 0;
            }

            .form-fields__label {
                display: flex;
                align-items: center;
                gap: 16px;

                @media screen and (max-width: 380px) {
                    flex-direction: column;
                }

                .form-fields__label-btn {
                    border: 1px solid #c4c4c4;
                    border-radius: 10px;
                    background: #f3f3f3;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 125%;
                    text-align: center;
                    color: #59687c;
                    cursor: pointer;
                    padding: 12px;
                    flex-shrink: 0;

                    @media screen and (max-width: 576px) {
                        font-size: 14px;
                    }

                    @media screen and (max-width: 380px) {
                        width: 100%;
                    }
                }
            }
        }
    }

    .form-fields__button {
        font-family: 'CeraPro-Regular';
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #fff;
        border: 1px solid #9e8d67;
        background: #9e8d67;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        z-index: 1;
        transition: 0.2s;

        &:hover {
            color: #9e8d67;
            background: #fff;
        }

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }
}

.stretched-link:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: ""
}

.m-header-wrap {
    margin-bottom: 0;
    height: auto;
    background: #fff;
    padding: 0 15px;
    display: none;

    @media screen and (max-width: 1100px) {
        display: block;
    }

    .m-header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;

        .m-header-right {
            display: flex;
            flex-direction: column;
            align-items: end;
            row-gap: 10px;
        }

        .m-header-right__menu {
            display: flex;
            column-gap: 24px;
            border-radius: 0 0 10px 10px;
            background: #e4e9f1;
            padding: 6px 16px;

            .humb {
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                background: #59687c;
                min-width: initial;
                width: 31px;
                max-width: 31px;
                height: 31px;
                max-height: 31px;
            }
        }

        .m-header-right__phone a {
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #000;
            text-decoration: none;
        }

        .action-icons {
            display: flex;
            align-items: center;
            column-gap: 12px;

            .icon {
                transition: 0.2s;
                color: #000;

                &:hover {
                    color: #9E8D67;
                }

                &._invert {
                    color: #9E8D67;

                    &:hover {
                        color: #000;
                    }
                }
            }
        }
    }


    .m-header-logo {
        background: none;
        width: auto;
        height: auto;
        margin-top: 9px;
        margin-bottom: 9px;

        img {
            width: 67px;
        }
    }
}

body.index .m-header-wrap {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    padding: 0 15px !important;
}

body.index .m-header-wrap .m-header {
    height: auto !important;
    align-items: start !important;
    justify-content: space-between !important;
}

body.index .m-header-wrap .humb {
    background: #59687c !important;
    width: 31px !important;
    min-width: 31px !important;
    height: 31px !important;
    background-size: auto !important;
}

body.index .m-header-wrap .m-header-logo {
    width: auto !important;
    height: auto !important;
    background: none !important;
}

@media screen and (min-width: 951px) and (max-width: 1100px) {
    body.index #my-menu.mm-menu_offcanvas.mm-menu_opened {
        z-index: 10001 !important;
    }

    body.index .mm-page__blocker {
        z-index: 10000 !important;
    }
}


.wrapper-desktop-header {
    @media screen and (max-width: 1100px) {
        display: none !important;
    }
}

.header {
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 20px;
    padding: 0;

    @media screen and (max-width: 1100px) {
        display: none;
    }

    .header__logo {
        display: flex;
        align-items: start;

        .header_search {
            border-radius: 0 0 10px 10px;
            background: #e4e9f1;
            color: #9E8D67;
            padding: 9px 11px;
            max-height: 47px;
        }

        .header__logo-img {
            width: 144px;
            height: 97px;
        }
    }

    .logo {
        width: initial;
        top: initial;
        margin: 10px;
        background: none;
        height: auto;

        img {
            width: 160px;
        }
    }

    .header__nav {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding-bottom: 16px;

        .header__nav-row {
            display: flex;
            column-gap: 20px;
            justify-content: space-between;
            width: 100%;
            background: #e4e9f1;
            border-radius: 0 0 10px 10px;
            padding: 11px;
            font-size: 12px;
            max-height: 47px;

            .menu {
                display: flex;
                align-items: center;
                column-gap: 16px;
                margin: 0;
                padding: 0;

                li {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                }

                .menu-link {
                    color: #59687c;
                    text-decoration: none;
                    white-space: nowrap;

                    &:hover {
                        color: #9E8D67;
                    }
                }
            }
        }

        .header__btn {
            font-family: 'CeraPro-Regular';
            display: block;
            position: relative;
            border-radius: 10px;
            padding: 16px;
            background: #fff;
            border: 1px solid #9e8d67;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #9e8d67;
            text-decoration: none;
            text-transform: initial;
            transition: 0.2s;

            &:hover {
                background: #9e8d67;
                color: #fff;
            }

            &.__invert {
                background: #9e8d67;
                color: #fff;

                &:hover {
                    background: #fff;
                    color: #9e8d67;
                }
            }
        }

        .header-menu {
            position: relative;

            .header-menu__btn {
                display: block;
                position: relative;
                border-radius: 10px;
                padding: 16px;
                background: #9e8d67;
                border: 1px solid #9e8d67;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0.03em;
                color: #fff;
                text-decoration: none;

                &:after {
                    display: inline-block;
                    content: "";
                    background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                    margin-left: 12px;
                    border: none;
                    -webkit-transition: -webkit-transform .2s ease;
                    transition: -webkit-transform .2s ease;
                    transition: transform .2s ease;
                    transition: transform .2s ease;
                    width: 13px;
                    height: 8px;
                    vertical-align: middle;
                }
            }

            &.__has-submenu {
                &:hover {
                    .header-menu__btn {
                        &:after {
                            transform: rotate(180deg);
                        }
                    }
                }

                &:hover .header-submenu,
                &:focus-within .header-submenu {
                    opacity: 1;
                    visibility: visible;
                    pointer-events: auto;
                    -webkit-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                    -webkit-transition-delay: 0s, 0s, 0s;
                    transition-delay: 0s, 0s, 0s;
                }
            }
        }

        .header-submenu {
            position: absolute;
            top: 100%;
            left: 50%;
            z-index: 80;
            width: 17.5rem;
            padding-top: 0.75rem;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transform: translate(-50%, 0.5rem);
            -ms-transform: translate(-50%, 0.5rem);
            transform: translate(-50%, 0.5rem);
            -webkit-transition: opacity 0.18s ease 0.22s, visibility 0s linear 0.4s, -webkit-transform 0.18s ease 0.22s;
            transition: opacity 0.18s ease 0.22s, visibility 0s linear 0.4s, transform 0.18s ease 0.22s;

            &::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 0.875rem;
                content: "";
            }

            .header-submenu__inner {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 0.3125rem 0.75rem;
                padding: 0.875rem 1rem;
                border-radius: 0.25rem;
                background: #fff;
                -webkit-box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.5);
                box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.5);

                &::before {
                    position: absolute;
                    top: 0.4375rem;
                    left: 50%;
                    width: 0.75rem;
                    height: 0.75rem;
                    content: "";
                    background: #fff;
                    -webkit-transform: translateX(-50%) rotate(45deg);
                    -ms-transform: translateX(-50%) rotate(45deg);
                    transform: translateX(-50%) rotate(45deg);
                }
            }

            .header-submenu__link {
                display: block;
                padding: 0.4375rem 0.5rem;
                font-weight: 500;
                font-size: 0.625rem;
                line-height: 1rem;
                text-decoration: none;
                text-transform: uppercase;
                color: #566074;
                border-radius: 0.1875rem;
                white-space: nowrap;

                &:hover {
                    color: #fff;
                    background: #9e8d67;
                }
            }
        }

        .action-icons {
            display: flex;
            align-items: center;
            column-gap: 12px;

            .icon {
                transition: 0.2s;
                color: #000;

                &:hover {
                    color: #9E8D67;
                }

                &._invert {
                    color: #9E8D67;

                    &:hover {
                        color: #000;
                    }
                }
            }
        }

        .action-buttons {
            display: flex;
            column-gap: 10px;
            justify-content: space-between;
        }

        .header-contacts {
            display: flex;
            flex-direction: column;
            align-items: end;
            justify-content: center;
            padding: 0 8px;

            .phone {
                font-family: 'CeraPro-Regular';
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0.03em;
                color: #000;
            }

            .mail {
                font-family: 'CeraPro-Regular';
                font-size: 12px;
                font-weight: 400;
                line-height: 100%;
                letter-spacing: 0.04em;
                color: #59687c;
                text-transform: none;
            }
        }
    }
}

.hero-section {
    width: 100%;
    background: #191918;
    position: relative;

    .hero-section__body {
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }

    .hero-section__bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0;
        animation: fadeIn 4s ease forwards;
        animation-delay: 0.7s;

        @media screen and (max-width: 950px) {
            display: none;
        }

        .hero-section__bg-image {
            img {
                width: 100%;
            }
        }
    }

    .hero-section__mob-bg {
        display: none;
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 20px;
        overflow: hidden;
        z-index: 0;
        opacity: 0;
        animation: fadeIn 4s ease forwards;

        @media screen and (max-width: 950px) {
            display: block;
            animation-duration: 1.2s;
            animation-delay: 0.15s;
        }

        .slick-slide {
            height: auto;
        }

        .hero-section__mob-bg-image {
            img {
                width: 100%;
            }
        }
    }

    .hero-section__intro {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
        background: linear-gradient(90deg, #191918 0%, rgba(15, 15, 15, 0.85) 35.36%, rgba(51, 51, 51, 0.5) 80.03%, rgba(102, 102, 102, 0) 100%);
        max-width: 730px;
        padding: 100px 0;
        position: relative;
        z-index: 1;

        @media screen and (max-width: 950px) {
            padding: 110px 0 15px;
            background: #191918;
            row-gap: 20px;
        }
    }

    .hero-section__title {
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #e4e9f1;
        margin: 0;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .hero-section__desc {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #59687c;
        max-width: 60%;

        @media screen and (max-width: 950px) {
            max-width: 100%;
        }

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }

    .hero-section__links {
        display: flex;
        column-gap: 20px;

        @media screen and (max-width: 950px) {
            display: none;
        }

        .hero-section__link {
            display: block;
            border-radius: 10px;
            padding: 16px;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #fff;
            border: 1px solid #9e8d67;
            background: #9e8d67;
            text-decoration: none;
            text-align: center;

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }

            &:hover {
                border: 1px solid #9e8d67;
                color: #9e8d67;
                background: #191918;
            }

            &.__invert {
                background: #191918;
                border: 1px solid #9e8d67;
                color: #9e8d67;

                &:hover {
                    color: #fff;
                    background: #9e8d67;
                }
            }
        }

        &.__mobile {
            display: none;
            position: relative;
            row-gap: 12px;
            flex-direction: column;
            align-items: center;
            padding: 16px 0;
            margin-top: -40px;
            z-index: 1;

            @media screen and (max-width: 950px) {
                display: flex;
            }

            .hero-section__link {
                width: 200px;
                min-width: 200px;
            }
        }
    }
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 16px;
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    @media screen and (max-width: 950px) {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 15px;
    }

    @media screen and (max-width: 768px) {
        gap: 32px;
        grid-template-columns: repeat(1, 1fr);
    }

    .feature__item {
        display: flex;
        column-gap: 16px;
        transition: 1s ease-in-out;

        &.animate-item {
            opacity: 0;
            transform: translateX(60px);

            &.__show {
                opacity: 1;
                transform: none;
            }
        }
    }

    &.__vr {
        @media screen and (max-width: 768px) {
            gap: 64px;
        }

        .feature__item {
            position: relative;
            padding-left: 20px;

            &::before {
                content: '';
                position: absolute;
                top: -20px;
                left: 0;
                width: 1px;
                height: calc(100% + 40px);
                background: #9e8d67;
            }
        }
    }

    .feature__item-icon {
        align-self: center;
        flex-shrink: 0;

        @media screen and (max-width: 768px) {
            align-self: start;
        }
    }

    .feature__item-desc {
        display: flex;
        flex-direction: column;
        row-gap: 16px;

        .feature__item-title {
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #fff;

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }
        }

        .feature__item-subtitle {
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #59687c;

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }
        }

    }
}

.services {
    padding: 0 0 40px;

    @media screen and (max-width: 576px) {
        padding: 0 0 30px;
    }

    @media screen and (max-width: 950px) {
        .wrapper {
            padding: 0;
        }
    }

    .services__inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: hidden;

        @media screen and (max-width: 768px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .services__item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 16px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right bottom;
        padding: 30px 20px 20px;
        transition: 1s;
        opacity: 0;
        transform: translateY(20%);

        &.__show {
            opacity: 1;
            transform: none;
        }

        @media screen and (max-width: 767px) {
            background-size: contain;
        }

        @media screen and (max-width: 360px) {
            background-size: cover;
        }

        &:first-child {
            background-image: url(/images/services/1.png);
        }

        &:nth-child(2) {
            background-image: url(/images/services/2.png);
        }

        &:last-child {
            background-image: url(/images/services/3.png);
        }

        &::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
            z-index: 0;
        }

        &::after {
            content: '';
            position: absolute;
            top: 10%;
            left: 0;
            width: 1px;
            height: 80%;
            background-color: #e4e9f1;
        }

        .services__item-num {
            font-family: 'Cormorant', serif;
            font-weight: 400;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0.02em;
            color: #59687c;
            z-index: 1;

            span {
                position: relative;

                &::after {
                    content: '';
                    position: absolute;
                    top: 60%;
                    left: calc(100% + 12px);
                    height: 1px;
                    width: 80px;
                    transform: translateY(-50%);
                    background-color: #59687c;
                }
            }
        }

        .services__item-title {
            font-family: 'Cormorant', serif;
            font-weight: 400;
            font-size: 36px;
            text-transform: uppercase;
            line-height: 100%;
            letter-spacing: 0.01em;
            color: #59687c;
            z-index: 1;

            @media screen and (max-width: 576px) {
                font-size: 24px;
            }
        }

        .services__item-desc {
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #000;
            z-index: 1;
            max-width: 65%;

            @media screen and (max-width: 950px) {
                max-width: 80%;
            }

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }
        }

        .services__item-link {
            font-size: 16px;
            position: relative;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #9e8d67;
            width: fit-content;
            text-decoration: none;
            border-bottom: 1px solid transparent;
            transition: 0.2s;
            z-index: 1;

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }

            &:after {
                content: '';
                position: absolute;
                background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L21 12' stroke='%239E8D67' stroke-linecap='round'/%3E%3Cpath d='M15 18L21 12L15 6' stroke='%239E8D67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                top: 50%;
                right: -32px;
                width: 24px;
                height: 24px;
                transform: translateY(-50%);
                transition: 0.2s;
            }
        }

        &:hover {
            .services__item-link {
                border-color: #9e8d67;

                &:after {
                    right: -36px;
                }
            }
        }
    }
}

.catalog {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .catalog__header {
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 950px) {
            flex-direction: column;
            row-gap: 20px;
        }
    }

    .catalog__header-title {
        display: inline-block;
        width: fit-content;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .catalog__header-link {
        display: block;
        width: fit-content;
        position: relative;
        border-radius: 10px;
        padding: 16px 46px 16px 16px;
        background: #fff;
        border: 1px solid #9e8d67;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #9e8d67;
        text-decoration: none;

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }

        span:after {
            content: '';
            position: absolute;
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L21 12' stroke='%239E8D67' stroke-linecap='round'/%3E%3Cpath d='M15 18L21 12L15 6' stroke='%239E8D67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
            top: 50%;
            right: 10px;
            width: 24px;
            height: 24px;
            transform: translateY(-50%);
            transition: 0.2s;
        }

        &:hover {
            color: #fff;
            background: #9e8d67;

            span:after {
                background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L21 12' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath d='M15 18L21 12L15 6' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E%0A");
            }
        }
    }

    .catalog__desc {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #000;

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }

    .catalog__items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
        gap: 33px 33px;
        overflow: hidden;

        @media screen and (max-width: 950px) {
            gap: 16px 16px;
        }

        .catalog__item {
            position: relative;

            .item {
                display: flex;
                flex-direction: column;
                row-gap: 8px;
                height: auto;
                margin: 0 auto;
                max-width: 137px;
                min-height: 133px;
                border-radius: 20px;
                overflow: hidden;
                background: #e4e9f1;
                opacity: 0;
                transform: translateY(20%);
                transition: 1s;

                &.__show {
                    opacity: 1;
                    transform: none;
                }

                .item__image {
                    height: 61px;
                    max-height: 61px;
                    border-radius: 20px;
                    overflow: hidden;

                    img {
                        object-fit: cover;
                        max-width: 100%;
                        width: 100%;
                        height: auto;
                        transition: 0.5s;
                    }
                }

                .item__title {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    row-gap: 8px;
                    font-family: 'CeraPro-Regular';
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0.03em;
                    text-align: center;
                    padding: 0 12px 8px;
                    flex-grow: 1;

                    @media screen and (max-width: 576px) {
                        font-size: 14px;
                    }

                    .title__name {
                        color: #000;
                    }

                    .title__num {
                        color: #59687c;
                    }
                }
            }

            &:hover {
                .item__image img {
                    transform: scale(1.1);
                }
            }
        }
    }

    .catalog__footer-inner {
        padding: 12px 0;
        text-align: center;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background: #59687c;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 0;

            @media screen and (max-width: 576px) {
                content: none;
            }
        }
    }

    .catalog__footer-link-wrap {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        background: #fff;
        padding: 0 12px;
        z-index: 1;

        @media screen and (max-width: 576px) {
            padding: 0;
        }
    }

    .catalog__footer-link {
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #fff;
        border: 1px solid #9e8d67;
        background: #9e8d67;
        text-decoration: none;
        text-align: center;
        z-index: 1;
        transition: 0.2s;

        @media screen and (max-width: 576px) {
            font-size: 14px;
            letter-spacing: 0.04em;
            padding: 16px 12px;
        }

        &:hover {
            color: #9e8d67;
            background: #fff;
        }
    }
}

.countries {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .countries__header-title {
        display: inline-block;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .countries__items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
        overflow: hidden;

        @media screen and (max-width: 950px) {
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        @media screen and (max-width: 576px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
    }

    .countries__item {
        display: flex;
        column-gap: 20px;
        align-items: center;
        transition: 1s;
        opacity: 0;
        transform: translateY(20%);

        &.__show {
            opacity: 1;
            transform: none;
        }

        .country__flag {
            width: 62px;
            height: 62px;
            flex-shrink: 0;
        }

        .country__name {
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #000;

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }
        }
    }
}

.availability {
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .wrapper {
        @media screen and (max-width: 576px) {
            padding: 0;
        }
    }

    .availability__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #59687C;
        border-radius: 10px;
        overflow: hidden;
        transition: 1s ease-out;
        opacity: 0;
        transform: translateX(10%);

        @media screen and (max-width: 768px) {
            grid-template-columns: repeat(1, 1fr);
        }

        &.__show {
            opacity: 1;
            transform: none;
        }
    }

    .availability__intro {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 30px;

        @media screen and (max-width: 576px) {
            padding: 20px 15px;
        }
    }

    .availability__title {
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 48px;
        line-height: 110%;
        text-transform: uppercase;
        color: #fff;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .availability__desc {
        font-size: 16px;
        line-height: 140%;
        color: #fff;

        @media screen and (max-width: 950px) {
            font-size: 14px;
        }
    }

    .availability__footer {
        text-align: right;
    }

    .availability__footer-link {
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #fff;
        border: 1px solid #9e8d67;
        background: #9e8d67;
        text-decoration: none;
        text-align: center;
        z-index: 1;
        transition: 0.2s;

        @media screen and (max-width: 576px) {
            font-size: 14px;
            width: 100%;
        }

        &:hover {
            color: #9e8d67;
            background: #fff;
        }
    }

    .availability__image {
        border-radius: 10px;
        background-image: url(/images/kamen-plita.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 290px;
    }
}

.products {
    background: #e4e9f1;

    .products__inner {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 40px 0;

        @media screen and (max-width: 576px) {
            padding: 30px 0;
        }
    }

    .products__header {
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 950px) {
            flex-direction: column;
            row-gap: 20px;
        }
    }

    .products__header-title {
        display: inline-block;
        width: fit-content;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .products__desc {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #000;
        max-width: 60%;

        @media screen and (max-width: 768px) {
            max-width: 100%;
        }

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }

    .products__items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(194px, 1fr));
        gap: 34px 47px;
        overflow: hidden;

        @media screen and (max-width: 950px) {
            gap: 34px;
        }

        @media screen and (max-width: 576px) {
            grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
            gap: 16px;
        }

        .products__item-wrap {
            display: flex;
            justify-content: center;
        }

        .products__item {
            position: relative;

            .item {
                display: flex;
                flex-direction: column;
                row-gap: 8px;
                height: auto;
                margin: 0 auto;
                max-width: 194px;
                min-height: 174px;
                border-radius: 20px;
                overflow: hidden;
                background: #fff;
                opacity: 0;
                transform: translateY(20%);
                transition: 1s;

                @media screen and (max-width: 576px) {
                    max-width: 137px;
                    min-height: 123px;
                }

                &.__show {
                    opacity: 1;
                    transform: none;
                }

                .item__image {
                    border-radius: 20px;
                    overflow: hidden;

                    img {
                        object-fit: cover;
                        max-width: 100%;
                        width: 100%;
                        height: auto;
                        max-height: 127px;
                        transition: 0.5s;

                        @media screen and (max-width: 576px) {
                            height: 90px;
                            max-height: 90px;
                        }
                    }
                }

                .item__title {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    row-gap: 8px;
                    font-family: 'CeraPro-Regular';
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0.03em;
                    text-align: center;
                    padding: 0 12px 8px;
                    flex-grow: 1;

                    @media screen and (max-width: 576px) {
                        font-size: 14px;
                    }

                    .title__name {
                        color: #000;
                    }

                }
            }

            &:hover {
                .item__image img {
                    transform: scale(1.05);
                }
            }
        }
    }

    .products__footer-inner {
        padding: 12px 0 0;
        text-align: center;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background: #59687c;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 0;

            @media screen and (max-width: 576px) {
                content: none;
            }
        }
    }

    .products__footer-link-wrap {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        background: #e4e9f1;
        padding: 0 12px;
        z-index: 1;

        @media screen and (max-width: 576px) {
            padding: 0;
        }
    }

    .products__footer-link {
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #fff;
        border: 1px solid #9e8d67;
        background: #9e8d67;
        text-decoration: none;
        text-align: center;
        z-index: 1;
        transition: 0.2s;

        @media screen and (max-width: 576px) {
            font-size: 14px;
            letter-spacing: 0.04em;
            padding: 16px 12px;
        }

        &:hover {
            color: #9e8d67;
            background: #fff;
        }
    }
}

.application-form {
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .wrapper {
        @media screen and (max-width: 576px) {
            padding: 0;
        }
    }

    .application-form__form {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 30px 30px 30px 0;

        @media screen and (max-width: 950px) {
            padding: 0 30px 30px 30px;
        }

        @media screen and (max-width: 576px) {
            padding: 0 15px 25px;
        }
    }

    .application-form__inner {
        display: grid;
        grid-template-columns: 60% auto;
        gap: 30px;
        background: #59687C;
        border-radius: 10px;
        overflow: hidden;
        transition: 1s ease-out;
        opacity: 0;
        transform: translateX(10%);

        @media screen and (max-width: 950px) {
            grid-template-columns: repeat(1, 1fr);
        }

        &.__show {
            opacity: 1;
            transform: none;
        }
    }

    .application-form__intro {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        padding: 30px 0 30px 30px;

        @media screen and (max-width: 950px) {
            padding: 30px 30px 0 30px;
        }

        @media screen and (max-width: 576px) {
            padding: 25px 15px 0;
        }
    }

    .application-form__title {
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 48px;
        line-height: 110%;
        text-transform: uppercase;
        color: #fff;
        margin: 0;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .application-form__desc {
        font-size: 16px;
        line-height: 140%;
        color: #fff;

        p:last-child {
            margin: 0;
        }

        @media screen and (max-width: 950px) {
            font-size: 14px;
        }
    }

    .application-form__image {
        flex-grow: 1;
        position: relative;

        @media screen and (max-width: 950px) {
            display: none;
        }

        &::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: -30px;
            width: calc(100% + 30px);
            height: calc(100% + 30px);
            background-image: url(/images/application-form-image.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 10px;

            @media screen and (max-width: 950px) {
                content: none;
            }
        }
    }

    .application-form__image-mobile {
        display: none;
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        bottom: -25px;
        margin-top: -25px;
        border-radius: 10px;

        @media screen and (max-width: 950px) {
            display: block;
        }
    }

    .application-form__form-wrap {
        display: flex;
        flex-direction: column;
    }

    .form-fields__label {
        &.__policy {
            font-size: 14px;

            @media screen and (max-width: 576px) {
                font-size: 12px;
            }
        }
    }
}

.works {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .works__header-title {
        display: inline-block;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .works__desc {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #000;
        max-width: 60%;

        @media screen and (max-width: 768px) {
            max-width: 100%;
        }

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }

    .works__items {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        overflow: hidden;
        transition: height .3s ease;

        @media screen and (max-width: 576px) {
            gap: 10px;
        }

        .works__item {
            border-radius: 10px;
            background: #e4e9f1;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            text-align: center;
            color: #000;
            text-decoration: none;

            &:hover {
                background: #59687C;
                color: #fff;
            }

            @media screen and (max-width: 576px) {
                font-size: 14px;
            }
        }

        .hidden {
            display: none;
        }
    }

    .works__show-more {
        display: none;
        font-family: 'CeraPro-Regular';
        position: relative;
        border-radius: 10px;
        padding: 16px;
        background: #fff;
        border: 1px solid #9e8d67;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #9e8d67;
        text-decoration: none;
        text-transform: initial;
        transition: 0.2s;
        width: fit-content;
        margin: 0 auto;

        &:hover {
            background: #9e8d67;
            color: #fff;
        }

        @media screen and (max-width: 950px) {
            display: block;
        }

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }
}

.production {
    background: #e4e9f1;

    .production__inner {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        padding: 40px 0 0;

        @media screen and (max-width: 576px) {
            padding: 30px 0;
        }
    }

    .production__header {
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 950px) {
            flex-direction: column;
            row-gap: 20px;
        }
    }

    .production__header-title {
        display: inline-block;
        width: fit-content;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .production__desc {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #000;
        max-width: 60%;

        @media screen and (max-width: 768px) {
            max-width: 100%;
        }

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }
    }

    .production__slider {
        position: relative;
        padding: 0 0 40px;

        @media screen and (max-width: 768px) {
            padding: 80px 0 40px;
        }

        .slider {
            .slick-slide {
                margin: 0 10px;
            }

            .slick-list {
                margin: 0 -10px;
            }

            .slider__item {
                img {
                    border-radius: 10px;
                    width: 100%;
                    width: 100%;
                    height: auto;
                }
            }
        }

        .production__slider-prev,
        .production__slider-next {
            width: 44px;
            height: 44px;
            background: #59687c;
            position: absolute;
            top: -80px;
            z-index: 50;
            border-radius: 50%;
            transition: all ease-out 300ms;
            display: block;
            cursor: pointer;
            text-align: center;

            @media screen and (max-width: 768px) {
                top: 0;
            }
        }

        .production__slider-prev {
            left: initial;
            right: calc(15% + 60px);

            @media screen and (max-width: 768px) {
                right: calc(10% + 60px);
            }

            &:before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6666 11L14.6666 22L25.6666 33' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 44px;
                height: 44px;
                display: block;
            }
        }

        .production__slider-next {
            right: 15%;

            @media screen and (max-width: 768px) {
                right: 10%;
            }

            &:before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 33L29.3334 22L18.3334 11' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 44px;
                height: 44px;
                display: block;
            }
        }
    }
}


.gallery {
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .gallery__header-title {
        display: inline-block;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .gallery__slider {
        position: relative;
        padding: 50px 0 0;

        @media screen and (max-width: 768px) {
            padding: 80px 0 0;
        }

        .slider {
            padding: 0 0 20px;

            .slick-slide {
                margin: 0 10px;
            }

            .slick-list {
                margin: 0 -10px;
            }
        }

        .slider__item {
            display: flex;
            height: auto;

            .item {
                display: flex;
                flex-direction: column;
                row-gap: 16px;
                border-radius: 20px;
                overflow: hidden;
                background: #E4E9F1;
                height: 100%;
                width: 100%;

                .item__image {
                    height: 170px;
                    max-height: 170px;
                    border-radius: 20px;
                    overflow: hidden;

                    img {
                        object-fit: cover;
                        width: 100%;
                        height: 100%;
                        transition: 0.5s;
                    }
                }

                .item__header {
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    row-gap: 8px;
                    padding: 0 16px;

                    .item__title {
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0.03em;
                        text-align: center;
                        color: #000;
                        word-spacing: initial;

                        @media screen and (max-width: 576px) {
                            font-size: 14px;
                        }
                    }

                    .item__desc {
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0.03em;
                        text-align: center;
                        color: #59687c;
                        margin: 0;

                        @media screen and (max-width: 576px) {
                            font-size: 14px;
                        }
                    }
                }

                .item__link {
                    padding: 0 16px 16px;

                    a {
                        display: block;
                        position: relative;
                        border-radius: 10px;
                        padding: 16px;
                        background: transparent;
                        border: 1px solid #9e8d67;
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0.03em;
                        color: #9e8d67;
                        text-decoration: none;
                        text-transform: initial;
                        text-align: center;
                        transition: 0.2s;

                        &:hover {
                            background: #fff;
                        }

                        @media screen and (max-width: 576px) {
                            font-size: 14px;
                        }
                    }
                }
            }

            &:hover {
                .item__image img {
                    transform: scale(1.05);
                }
            }
        }

        .gallery__slider-prev,
        .gallery__slider-next {
            width: 44px;
            height: 44px;
            background: #59687c;
            position: absolute;
            top: -44px;
            z-index: 50;
            border-radius: 50%;
            transition: all ease-out 300ms;
            display: block;
            cursor: pointer;
            text-align: center;

            @media screen and (max-width: 768px) {
                top: 18px;
            }
        }

        .gallery__slider-prev {
            left: initial;
            right: calc(15% + 60px);

            @media screen and (max-width: 768px) {
                right: calc(10% + 60px);
            }

            &:before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6666 11L14.6666 22L25.6666 33' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 44px;
                height: 44px;
                display: block;
            }

        }

        .gallery__slider-next {
            right: 15%;

            @media screen and (max-width: 768px) {
                right: 10%;
            }

            &:before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 33L29.3334 22L18.3334 11' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 44px;
                height: 44px;
                display: block;
            }
        }
    }

    .gallery__footer-inner {
        text-align: center;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background: #59687c;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 0;

            @media screen and (max-width: 576px) {
                content: none;
            }
        }
    }

    .gallery__footer-link-wrap {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        background: #fff;
        padding: 0 12px;
        z-index: 1;

        @media screen and (max-width: 576px) {
            padding: 0;
        }
    }

    .gallery__footer-link {
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #fff;
        border: 1px solid #9e8d67;
        background: #9e8d67;
        text-decoration: none;
        text-align: center;
        z-index: 1;
        transition: 0.2s;

        @media screen and (max-width: 576px) {
            font-size: 14px;
            letter-spacing: 0.04em;
            padding: 16px 12px;
            min-width: 240px;
        }

        &:hover {
            color: #9e8d67;
            background: #fff;
        }
    }
}

.publications {
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .publications__header-title {
        display: inline-block;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }

    .publications__slider {
        position: relative;
        padding: 50px 0 0;

        @media screen and (max-width: 768px) {
            padding: 100px 0 0;
        }

        .slider {
            padding: 0 0 20px;

            .slick-slide {
                margin: 0 10px;
            }

            .slick-list {
                margin: 0 -10px;
            }
        }

        .slider__item {
            display: flex;
            height: auto;

            .item {
                display: flex;
                flex-direction: column;
                row-gap: 16px;
                border-radius: 20px;
                overflow: hidden;
                background: #E4E9F1;
                height: 100%;
                width: 100%;

                .item__header {
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    row-gap: 8px;
                    padding: 16px 16px 0;

                    .item__date {
                        font-weight: 400;
                        font-size: 12px;
                        letter-spacing: 0.04em;
                        color: #59687c;
                    }

                    .item__title {
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0.03em;
                        color: #000;
                        word-spacing: initial;

                        @media screen and (max-width: 576px) {
                            font-size: 14px;
                        }
                    }

                    .item__desc {
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0.03em;
                        color: #59687c;
                        margin: 0;

                        @media screen and (max-width: 576px) {
                            font-size: 14px;
                        }
                    }
                }

                .item__link {
                    padding: 0 16px 16px;

                    a {
                        display: block;
                        position: relative;
                        border-radius: 10px;
                        padding: 16px;
                        background: transparent;
                        border: 1px solid #9e8d67;
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0.03em;
                        color: #9e8d67;
                        text-decoration: none;
                        text-transform: initial;
                        text-align: center;
                        transition: 0.2s;

                        &:hover {
                            background: #fff;
                        }

                        @media screen and (max-width: 576px) {
                            font-size: 14px;
                        }
                    }
                }
            }

            &:hover {
                .item__image img {
                    transform: scale(1.05);
                }
            }
        }

        .publications__slider-prev,
        .publications__slider-next {
            width: 44px;
            height: 44px;
            background: #59687c;
            position: absolute;
            top: -44px;
            z-index: 50;
            border-radius: 50%;
            transition: all ease-out 300ms;
            display: block;
            cursor: pointer;
            text-align: center;

            @media screen and (max-width: 768px) {
                top: 18px;
            }
        }

        .publications__slider-prev {
            left: initial;
            right: calc(15% + 60px);

            @media screen and (max-width: 768px) {
                right: calc(10% + 60px);
            }

            &:before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6666 11L14.6666 22L25.6666 33' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 44px;
                height: 44px;
                display: block;
            }
        }

        .publications__slider-next {
            right: 15%;

            @media screen and (max-width: 768px) {
                right: 10%;
            }

            &:before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 33L29.3334 22L18.3334 11' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 44px;
                height: 44px;
                display: block;
            }
        }
    }

    .publications__footer-inner {
        text-align: center;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background: #59687c;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 0;

            @media screen and (max-width: 576px) {
                content: none;
            }
        }
    }

    .publications__footer-link-wrap {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        background: #fff;
        padding: 0 12px;
        z-index: 1;

        @media screen and (max-width: 576px) {
            padding: 0;
        }
    }

    .publications__footer-link {
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #fff;
        border: 1px solid #9e8d67;
        background: #9e8d67;
        text-decoration: none;
        text-align: center;
        z-index: 1;
        transition: 0.2s;

        @media screen and (max-width: 576px) {
            font-size: 14px;
            letter-spacing: 0.04em;
            padding: 16px 12px;
            min-width: 240px;
        }

        &:hover {
            color: #9e8d67;
            background: #fff;
        }
    }
}

.features-section {
    width: 100%;
    background: #191918;
    position: relative;
}

.content-section {
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .content-section__header-title {
        display: inline-block;
        font-family: 'Cormorant', serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #59687c;
        border-bottom: 1px solid #59687c;
        margin: 0;
        padding-bottom: 12px;

        @media screen and (max-width: 576px) {
            font-size: 24px;
        }
    }
}

.content-section {
    display: flex;
    flex-direction: column;
    row-gap: 30px;

    .content-section__inner {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03em;
        color: #000;

        @media screen and (max-width: 576px) {
            font-size: 14px;
        }

        p:last-child {
            margin-bottom: 0;
        }

        .cols_2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.25rem;

            @media screen and (max-width: 950px) {
                grid-template-columns: 1fr;
                gap: 0;
            }
        }
    }
}

.footer {
    background: #1E1E1E;
    padding: 40px 0;

    @media screen and (max-width: 576px) {
        padding: 30px 0;
    }

    .footer_inner {
        display: flex;
        column-gap: 40px;

        @media screen and (max-width: 950px) {
            flex-direction: column;
            align-items: center;
            row-gap: 30px;
        }
    }

    .footer__logo {
        flex-shrink: 0;

        .footer__logo-img {
            width: 144px;
            height: 97px;
        }
    }

    .footer__middle {
        flex-grow: 1;
        display: grid;
        grid-template-columns: 3fr 3fr 4fr;
        column-gap: 30px;

        @media screen and (max-width: 950px) {
            grid-template-columns: 100%;
        }

        .menu {
            display: flex;
            flex-direction: column;
            row-gap: 12px;
            margin: 0;
            padding: 0;

            @media screen and (max-width: 950px) {
                display: none;
            }

            li {
                list-style-type: none;
                line-height: 1;
                margin: 0;
            }

            .menu-link {
                font-weight: 400;
                font-size: 12px;
                color: #fff;
                transition: 0.2s;
                text-decoration: none;
                white-space: nowrap;

                &:hover {
                    color: #9E8D67;
                }

                &.__invert {
                    color: #9E8D67;

                    &:hover {
                        color: #fff;
                    }
                }
            }
        }

        .policy-link {
            font-weight: 400;
            font-size: 12px;
            color: #fff;
            transition: 0.2s;
            text-decoration: none;
            white-space: nowrap;

            &:hover {
                color: #9E8D67;
            }

            &.__invert {
                color: #9E8D67;

                &:hover {
                    color: #fff;
                }
            }
        }

        .footer__middle-info {
            display: flex;
            flex-direction: column;
            row-gap: 12px;

            @media screen and (max-width: 950px) {
                align-items: center;
            }

            .notice {
                display: flex;
                align-items: end;
                flex-grow: 1;

                .notice__text {
                    display: block;
                    font-size: 12px;
                    color: #59687c;
                    margin: 0;
                    line-height: 100%;

                    @media screen and (max-width: 950px) {
                        text-align: center;
                    }
                }
            }
        }
    }

    .footer__contacts {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        flex-shrink: 0;
        max-width: 240px;

        @media screen and (max-width: 950px) {
            align-items: center;
        }

        .footer__contacts-touch {
            display: flex;
            flex-direction: column;
            align-items: end;
            justify-content: center;
            padding: 0 8px;

            @media screen and (max-width: 950px) {
                align-items: center;
            }

            .phone {
                font-family: 'CeraPro-Regular';
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0.03em;
                color: #fff;

                @media screen and (max-width: 950px) {
                    margin-bottom: 0;
                }
            }

            .mail {
                font-family: 'CeraPro-Regular';
                font-size: 12px;
                line-height: 100%;
                letter-spacing: 0.04em;
                color: #59687c;
                text-transform: none;
                margin: 0;
            }
        }

        .footer__contacts-btn {
            font-family: 'CeraPro-Regular';
            display: block;
            position: relative;
            border-radius: 10px;
            padding: 16px;
            background: #9e8d67;
            border: 1px solid #9e8d67;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            color: #fff;
            text-decoration: none;
            text-transform: initial;
            transition: 0.2s;

            &:hover {
                color: #9e8d67;
                background: #fff;
            }
        }

        .footer__social {
            display: flex;
            justify-content: flex-end;
            column-gap: 22px;
            flex-wrap: nowrap;
            flex-shrink: 0;

            .footer__social-link {
                text-decoration: none;
                color: #59687C;

                &:hover {
                    color: #9e8d67;
                }
            }
        }

        .footer__address {
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.03em;
            text-align: right;
            color: #fff;
            margin: 0;

            @media screen and (max-width: 950px) {
                text-align: center;
            }
        }
    }

    .footer__developer {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;

        .footer__developer-inner {
            display: flex;
            align-items: center;
            column-gap: 12px;

            .footer__developer-text {
                font-size: 12px;
                line-height: 140%;
                letter-spacing: -0.01em;
                color: #fff;
            }
        }
    }

}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.basket-action-icon,
.compare-action-icon,
.favorites-action-icon {
    position: relative;
}

.basket-action-icon-count {
    position: absolute;
    top: -10px;
    right: -6px;
    background: #9E8D67;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 950px) {
    .animate-item,
    .feature__item.animate-item,
    .services__item,
    .countries__item,
    .catalog__items .item,
    .products__items .item,
    .availability__inner,
    .application-form__inner {
        transition-duration: 0.45s !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *:not(.mm-menu):not(.mm-menu *):not(.mm-slideout):not(.mm-page__blocker),
    *:not(.mm-menu):not(.mm-menu *):not(.mm-slideout):not(.mm-page__blocker)::before,
    *:not(.mm-menu):not(.mm-menu *):not(.mm-slideout):not(.mm-page__blocker)::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .hero-section__bg,
    .hero-section__mob-bg {
        opacity: 1 !important;
        animation: none !important;
    }

    .animate-item,
    .animate-element,
    .feature__item.animate-item,
    .services__item,
    .countries__item,
    .availability__inner,
    .application-form__inner,
    .catalog__items .item,
    .products__items .item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}