@font-face {
    font-family: "Montserrat";
    src: local("Montserrat-Bold"),
    url("../font/x2_j_fouts/Montserrat-Bold.woff2") format("woff2"),
    url("../font/x2_j_fouts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat-Light"),
    url("../font/x2_j_fouts/Montserrat-Light.woff2") format("woff2"),
    url("../font/x2_j_fouts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat-Medium"),
    url("../font/x2_j_fouts/Montserrat-Medium.woff2") format("woff2"),
    url("../font/x2_j_fouts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: local("Montserrat-Regular"),
    url("../font/x2_j_fouts/Montserrat-Regular.woff2") format("woff2"),
    url("../font/x2_j_fouts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RistrettoPro";
    src: local("RistrettoPro-Black"),
    url("../font/x2_j_fouts/RistrettoPro-Black.woff2") format("woff2"),
    url("../font/x2_j_fouts/RistrettoPro-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RistrettoPro";
    src: local("RistrettoPro-Bold"),
    url("../font/x2_j_fouts/RistrettoPro-Bold.woff2") format("woff2"),
    url("../font/x2_j_fouts/RistrettoPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RistrettoPro";
    src: local("RistrettoPro-Medium"),
    url("../font/x2_j_fouts/RistrettoPro-Medium.woff2") format("woff2"),
    url("../font/x2_j_fouts/RistrettoPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;

    .loader {
        width: 60px;
        height: 60px;
        border: 5px solid #c9bfbf;
        border-top-color: #C87874;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

:root {
    --font-family: "Montserrat", sans-serif;
    --font-RP: "RistrettoPro", sans-serif;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-reset {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.btn-reset:focus, .btn-reset:focus-visible {
    outline: none;
}

.x2_j_mt-160 {
    margin-top: 160px;
}

@media screen and (max-width: 1050px) {
    .x2_j_mt-160 {
        margin-top: 100px;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_mt-160 {
        margin-top: 66px;
    }
}



/*header*/
.x2_j_top-contact {
    padding: 10px 0 13px;
    opacity: 1;
    background: #C17876;
    .shapka1 {
        /*height: 17px;*/
        align-items: center;
        gap: 32px;
    }
}

.x2_j_local {
    padding: 0 0 0 24px;
    margin: 0 !important;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-image: url("../img/x2_j_img/header/local.svg");
    background-repeat: no-repeat;
    background-position: left 2px center;
}

.x2_j_local:before {
    display: none;
}

.x2_j_telephone {
    margin: 0 !important;
    a {
        padding: 0 0 0 24px;
        color: #FFF;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        background-image: url("../img/x2_j_img/header/phone.svg");
        background-repeat: no-repeat;
        background-position: left 2px center;
        transition: color 0.4s ease-in-out;
    }
    a:focus, a:focus-visible {
        outline: none;
    }

    a:focus-visible, a:hover {
        color: #ccc;
    }
}

.x2_j_telephone:before {
    display: none;
}

.x2_j_header-group {
    display: flex;
    gap: 12px;
}

.x2_j_soc {
    display: flex;
    color: white;
    transition: color 0.4s ease-in-out;
}

.x2_j_soc:focus,.x2_j_soc:focus-visible {
    outline: none;
}

.x2_j_soc:focus-visible,.x2_j_soc:hover {
    color: #ccc;
}

.x2_j_header-group-lang {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    a {
        color: #FFF;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        transition: color 0.4s ease-in-out;
    }
    a.active {
        color: #ccc;
    }
    a:focus-visible, a:hover {
        color: #ccc;
    }
}

.x2_j_menu-new {
    position: fixed;
    width: 100%;
    top: 39px;
    left: 0;
    z-index: 800;
    padding: 12px 0 10px 0;
    background-color: #FFF;
    .main {
        margin: auto;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_menu-new {
        display: none;
    }
}

.x2_j_menu-new__main-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.x2_j_nav {
    display: flex;
    align-items: center;
}

.x2_j_btn-order {
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #C87874;
    color: #C87874;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.x2_j_btn-order:focus,.x2_j_btn-order:focus-visible {
    outline: none;
}

.x2_j_btn-order:focus-visible, .x2_j_btn-order:hover {
    background-color: #C87874;
    color: #fff;
}

@media screen and (max-width: 1050px) {
    .x2_j_btn-order {
        padding: 5px 12px;
        font-size: 12px;
    }
}

.x2_j_header-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    li {
        position: relative;
    }
    li:hover {
        .x2_j_nav-link {
            svg {
                transform: rotate(180deg);
            }
        }
        .x2_j_header-submenu {
            opacity: 1;
            visibility: visible;
        }
    }
}
@media screen and (max-width: 1410px) {
    .x2_j_header-menu {
        li:first-child {
            .x2_j_header-submenu {
                left: 0;
                transform: translate(-10%, 0);
            }
        }
    }
}


@media screen and (max-width: 1050px) {
    .x2_j_header-menu {
        gap: 24px;
    }
}

.x2_j_header-submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 21px);
    left: 50%;
    min-width: 100%;
    padding: 8px 20px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 0 0 4px 4px;
    transform: translate(-50%, 0);
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.x2_j_header-submenu:hover, .x2_j_header-submenu:focus-visible {
    opacity: 1;
    visibility: visible;
}

.x2_j_header-submenu:before {
    content: '';
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    height: 21px;
}

.x2_j_nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #222;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: color 0.4s ease-in-out;
    .text {
        width: 100%;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    .svg {
        width: 7px;
        height: 7px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    svg {
        transition: transform 0.4s ease-in-out;
    }
}

.x2_j_nav-link:focus, .x2_j_nav-link:focus-visible {
    outline: none;
}

.x2_j_nav-link:focus-visible, .x2_j_nav-link:hover {
    color: #AD4230;
    svg {
        transform: rotate(180deg);
    }
}

.x2_j_nav-link:hover + .x2_j_header-submenu,
.x2_j_nav-link:focus-visible + .x2_j_header-submenu {
    opacity: 1;
    visibility: visible;
}

.x2_j_menu-holder {
    pointer-events: none;
    top: 95px;
    z-index: 2;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    .logo {
        pointer-events: auto;
        margin-top: -20px;
    }
}

.x2_j_menu-holder.menu-holder2 {
    opacity: 0;
    visibility: hidden;
    background: transparent;
}
/*header*/

/*footer*/
.x2_j_footer {
    padding: 40px 0 30px;
    background-color: #fff;
    .main {
        margin: 0 auto;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_footer {
        padding: 28px 0 60px;
    }
}

.x2_j_footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1050px) {
    .x2_j_footer-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 28px;
    }
}

.x2_j_box-nav {
    grid-row: span 2;
}

@media screen and (max-width: 1050px) {
    .x2_j_box-nav {
        grid-row: span 1;
    }
}

.x2_j_box-contacts {
    grid-row: span 2;
}

@media screen and (max-width: 1050px) {
    .x2_j_box-contacts {
        grid-row: span 1;
        grid-column: span 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_box-contacts {
        display: block;
    }
}

.x2_j_logo {
    max-width: 180px;
    display: flex;
    img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_logo {
        max-width: 150px;
        display: flex;
    }
}

@media screen and (max-width: 1050px) {
    .x2_j_box-logo {
        grid-column: span 2;
    }
}

.x2_j_logo:focus, .x2_j_logo:focus-visible {
    outline: none;
}

.x2_j_footer-title {
    margin: 0 0 16px 0;
    color: #222;
    font-family: var(--font-RP);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.x2_j_footer-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    li {
        display: flex;
    }
}

.x2_j_footer-nav-link {
    color: #222;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.x2_j_list-links {
    display: flex;
    align-items: end;
}

@media screen and (max-width: 1050px) {
    .x2_j_list-links {
        grid-column: span 2;
        justify-content: center;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_list-links {
        padding-top: 4px;
        justify-content: start;
    }
}

.x2_j_list-approval {
    display: flex;
    flex-direction: column;
    gap: 8px;
    a, p {
        color: rgba(34, 34, 34, 0.5);
        font-family: var(--font-family);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
    p {
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    .x2_j_list-approval {
        align-items: center;
    }
}

.x2_j_footer-address {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-style: normal;
    a, p {
        margin: 0;
        color: #222;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
}

@media screen  and (max-width: 1050px) {
    .x2_j_footer-address {
        align-items: center;
    }
}

@media screen  and (max-width: 890px) {
    .x2_j_footer-address {
        align-items: start;
    }
}

.x2_j_footer-group-network {
    display: flex;
    align-items: center;
    gap: 8px;
}

.x2_j_network-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #C87874;
    color: #C87874;
}
@media screen  and (max-width: 890px) {
    .x2_j_network-link {
        width: auto;
        flex: 1;
    }
}
.x2_j_network-link:focus, .x2_j_network-link:focus-visible {
    outline: none;
}

.x2_j_network-link:focus-visible, .x2_j_network-link:hover {
    border-color: #999;
}




.x2_j_footer-bottom-line {
    padding-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    p {
        margin: 0;
        color: rgba(34, 34, 34, 0.5);;
        font-family: var(--font-family);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen  and (max-width: 890px) {
    .x2_j_footer-bottom-line {
        padding-top: 8px;
        justify-content: start;
    }
}
/*footer*/

/*modal*/
.x2_j_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 901;
    overflow: auto;
    background: rgba(0, 0, 0, 0.32);
    display: none;
    justify-content: center;
    padding: 50px 16px;
}
.x2_j_modal.active {
    display: flex;
}
@media screen and (max-width: 890px) {
    padding: 40px 16px;
}
.x2_j_modal__body {
    position: relative;
    max-width: 573px;
    margin: auto 0;
}
.x2_j_modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 16px;
    height: 16px;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.4s ease-in-out;
}
.x2_j_modal__close:focus-visible, .x2_j_modal__close:hover {
    color: #C87874;
}
@media screen and (max-width: 890px) {
    top: 7px;
    right: 7px;
}
.x2_j_modal__window {
    padding: 40px 60px;
    background-color: #4D4D4D;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

@media screen and (max-width: 890px) {
    .x2_j_modal__window {
        padding: 20px 20px;
        gap: 20px;
    }
}
.x2_j_modal__title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.x2_j_modal__group-input {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
@media screen and (max-width: 890px) {
    .x2_j_modal__group-input {
        gap: 12px;
    }
}
.x2_j_input-type-1 {
    position: relative;
    display: flex;
    width: 100%;
}

.x2_j_textarea-type-1 {
    position: relative;
    display: flex;
    width: 100%;
}

span.is-error {
    position: absolute;
    top: -7px;
    right: 0;
    color: #f74646;
    font-size: 10px;
    font-family: var(--font-family);
}

.x2_j_input-type-1__input {
    height: 38px;
    width: 100%;
    background-color: transparent;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 0;
    border: none;
    border-bottom: 1px solid #6D6D6D;
}
.x2_j_input-type-1__input::placeholder {
    color: #FFF;
}
.x2_j_input-type-1__input:focus, .x2_j_input-type-1__input:focus-visible {
    outline: none;
}
.x2_j_input-type-1__input.is-error {
    border-color: #f74646;
}
.x2_j_textarea-type-1__textarea {
    height: 118px;
    width: 100%;
    background-color: transparent;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 0;
    border: none;
    border-bottom: 1px solid #6D6D6D;
}
.x2_j_textarea-type-1__input::placeholder {
    color: #FFF;
}
.x2_j_textarea-type-1__input:focus, .x2_j_textarea-type-1__input:focus-visible {
    outline: none;
}
.x2_j_textarea-type-1__input.is-error {
    border-color: #f74646;
}
.x2_j_modal__group-checkbox {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.x2_j_input-type-checkbox {
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: start;
    .castom {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background-color: #fff;
        svg {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
        }
    }
}
@media screen and (max-width: 890px) {
    .x2_j_input-type-checkbox {
        gap: 5px;
    }
}
.x2_j_input-type-checkbox__input {
    position: absolute;
    opacity: 0;
}
.x2_j_input-type-checkbox__input:checked + .castom {
    svg {
        opacity: 1;
        visibility: visible;
    }
}
.x2_j_input-type-checkbox__desc {
    color: #FFF;
    text-align: start;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    a {
        color: #FFF;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_input-type-checkbox__desc {
        font-size: 12px;
        a {
            font-size: 12px;
        }
    }
}
.x2_j_modal__group-btn {
    width: 100%;
    display: flex;
}
.x2_j_modal__submit {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 2px solid #C87874;
    transition: background-color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_modal__submit:focus-visible, .x2_j_modal__submit:hover {
    background-color: #C87874;
}
/*modal*/


/*feedback-form*/
.x2_j_feedback__body {
    overflow: hidden;
    border-radius: 4px;
    background-color: #4D4D4D;
    display: flex;
    min-height: 340px;
}

@media screen and (max-width: 1050px) {
    .x2_j_feedback__body {
        min-height: 300px;
    }
}

.x2_j_feedback__left {
    flex: 1;
}

.x2_j_feedback__window {
    padding: 40px calc(80 / 667 * 100%) 40px calc(60 / 667 * 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

@media screen and (max-width: 1050px) {
    .x2_j_feedback__window {
        padding: 30px 20px 30px 20px;
        gap: 20px;
    }
}

.x2_j_feedback__title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.x2_j_feedback__group-input {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    column-gap: 18px;
    row-gap: 28px;
    .x2_j_textarea-type-1 {
        grid-column: span 2;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_feedback__group-input {
        flex-direction: column;
        gap: 12px;
    }
}

.x2_j_feedback__group-btn {
    width: 100%;
}

.x2_j_feedback__submit {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 2px solid #C87874;
    transition: background-color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_feedback__submit:focus-visible, .x2_j_feedback__submit:hover {
    background-color: #C87874;
}

.x2_j_feedback__right {
    display: flex;
    width: calc(513 / 1180 * 100%);
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_feedback__right {
        display: none;
    }
}

/*feedback-form*/
.x2_j_section__line-title {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
@media screen and (max-width: 1050px) {
    margin-bottom: 16px;
}
.x2_j_section__title {
    color: #222;
    font-family: var(--font-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/*advantages*/
.x2_j_advantages__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1050px) {
    .x2_j_advantages__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_advantages__list {
        max-width: 450px;
        grid-template-columns: 1fr;
    }
}

.x2_j_card-advantages {
    position: relative;
    padding: 177px 20px 20px;
    border-radius: 4px;
    background: #FFF;
    height: 100%;
}
@media screen and (max-width: 890px) {
    .x2_j_card-advantages {
        padding: 110px 20px 20px;
    }
}
.x2_j_card-advantages__box-img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #C87874;
}
.x2_j_card-advantages__box-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.x2_j_card-advantages__title {
    text-align: start;
    margin: 0;
    padding: 0;
    color: #222;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 26px */
}
.x2_j_card-advantages__title:before {
    display: none;
}

.x2_j_card-advantages__desc {
    margin: 0;
    color: #22222280;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
/*advantages*/

/*projects*/
.x2_j_projects__box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.x2_j_projects__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1050px) {
    .x2_j_projects__list {
        margin: 0 auto;
        max-width: 450px;
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
.x2_j_card-projects {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.x2_j_card-projects__box-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.x2_j_card-projects__box-img:before {
    content: '';
    display: flex;
    padding-top: 84.21%;
}
@media screen and (max-width: 1050px) {
    .x2_j_card-projects__box-img:before {
        padding-top: 50%;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-projects__box-img:before {
        padding-top: 100%;
    }
}
.x2_j_card-projects__box-info {
    padding: 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.x2_j_card-projects__title {
    padding: 0;
    color: #222;
    text-align: start;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.x2_j_card-projects__title::before {
    display: none;
}
.x2_j_box-project {
    display: flex;
}

.x2_j_box-project__btn {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #C87874;
    color: #C87874;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}

.x2_j_box-project__btn:focus-visible,.x2_j_box-project__btn:hover {
    background-color: #C87874;
    color: #fff;
}

.x2_j_section__line-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.x2_j_section__all-link {
    height: 50px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    color: #C87874;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 2px solid #C87874;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_section__all-link:focus-visible,.x2_j_section__all-link:hover {
    background-color: #C87874;
    color: #fff;
}

@media screen and (max-width: 890px) {
    .x2_j_section__all-link {
        width: 100%;
    }
}

.x2_j_box-project__body {
    display: flex;
    width: 100%;
    max-width: 1180px;
    min-height: 536px;
}

@media screen and (max-width: 1250px) {
    .x2_j_box-project__body {
        min-height: auto;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_box-project__body {
        .x2_j_box-project__close {
            top: auto;
            right: 8px;
            left: 8px;
            bottom: 8px;
            height: 50px;
            width: calc(100% - 16px);
            border-radius: 4px;
            border: 2px solid #C87874;
        }
    }
}
.x2_j_box-project__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
    transition: color 0.4s ease-in-out;
}
.x2_j_box-project__close:focus-visible,.x2_j_box-project__close:hover {
    color: #C17876;
}

@media screen and (max-width: 1050px) {
    .x2_j_box-project__close {
        top: 8px;
        right: 8px;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_box-project__close {
        top: 0;
        right: 0;
    }
}

.x2_j_box-project__window {
    padding: 32px;
    width: 100%;
    border-radius: 4px;
    background-color: #FFF;
}
@media screen and (max-width: 1050px) {
    .x2_j_box-project__window {
        padding: 20px;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_box-project__window {
        padding: 8px 8px 62px 8px;
    }
}
.x2_j_box-project__info-wrapper {
    height: 100%;
    display: flex;
    gap: calc(40 / 1120 * 100%);
}

@media screen and (max-width: 890px) {
    .x2_j_box-project__info-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}
.x2_j_box-project__left {
    width: calc(486 / 1120 * 100%);
}
@media screen and (max-width: 890px) {
    .x2_j_box-project__left {
        width: 100%;
    }
}
.x2_j_box-project__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.x2_j_box-project__box-top-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
.x2_j_card-project__title {
    text-align: start;
    padding: 0;
    color: #222;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.x2_j_card-project__title:before {
    display: none;
}
.x2_j_card-project__list {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    .x2_j_point {
        display: grid;
        grid-template-columns: calc(260 / 594 * 100%) 1fr;
        gap: 16px;
    }
    .x2_j_point-name {
        display: flex;
        text-align: start;
        align-items: center;
        justify-content: start;
        color: #22222280;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    .x2_j_point-info {
        display: flex;
        text-align: start;
        align-items: center;
        justify-content: start;
        color: #222;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-project__list {
        margin-bottom: 20px;
        .x2_j_point {
            display: flex;
            flex-direction: column-reverse;
            align-items: start;
            gap: 4px;
        }
    }
}
.x2_j_card-project__btn {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #C87874;
    border: 2px solid #C87874;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_card-project__btn:focus-visible,.x2_j_card-project__btn:hover {
    background-color: #fff;
    color: #C87874;
}
/*projects*/

/*swiper*/
.x2_j_box-project__swiper {
    position: relative;
}

.x2_j_swiper-project-top {
    padding-bottom: 72px;
    .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_swiper-project-top {
        padding-bottom: 68px;
    }
}
.x2_j_card-img-top {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.x2_j_card-img-top:before {
    content: '';
    display: block;
    padding-top: 82%;
}
@media screen and (max-width: 890px) {
    .x2_j_card-img-top:before {
        padding-top: 72%;
    }
}
.x2_j_card-img-bottom {
    width: 55px;
    height: 60px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-img-bottom {
        width: 60px;
    }
}
.x2_j_card-img-bottom:hover:after {
    opacity: 1;
}
.x2_j_card-img-bottom:after {
    opacity: 0;
    position: absolute;
    content: '';
    inset: 0;
    border-radius: 4px;
    border: 2px solid #222;
    transition: opacity 0.4s ease-in-out;
}
.x2_j_card-img-bottom:before {
    content: '';
    display: block;
    padding-top: 110%;
}
.x2_j_swiper-project-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: calc(100% - 116px);
    .swiper-slide {
        height: auto;
        width: auto;
        box-sizing: border-box;
    }
    .swiper-slide-thumb-active {
        .x2_j_card-img-bottom:after {
            opacity: 1;
        }
    }
}
@media screen and (max-width: 890px) {
    .x2_j_swiper-project-bottom {
        width: 100%;
    }
}
.x2_j_swiper-project__group-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 890px) {
    .x2_j_swiper-project__group-nav {
        display: none;
    }
}
.x2_j_swiper-btn {
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C87874;
    border-radius: 4px;
    border: 2px solid #C87874;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.x2_j_swiper-btn:focus-visible, .x2_j_swiper-btn:hover {
    background-color: #C87874;
    color: #fff;
}

.x2_j_swiper-btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*swiper*/

/*box-tabs*/

.x2_j_box-tabs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 890px) {
    .x2_j_box-tabs {
        gap: 30px;
    }
}

.x2_j_tab-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x2_j_tab-item {
    position: relative;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    .x2_j_tab-box-info {
        display: none;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_tab-item {
        flex-direction: column-reverse;
        gap: 8px;
    }
}
.x2_j_tab-item:before {
    opacity: 0;
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 2px solid #C87874;
    transition: opacity 0.4s ease-in-out;
}
.x2_j_tab-item.active {
    .x2_j_tab-box-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}
.x2_j_tab-item.active:before {
    opacity: 1;
}
.x2_j_tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #222;
    text-align: center;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    .text {
        text-align: start;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .svg {
        position: relative;
        width: 50px;
        height: 50px;
        display: flex;
        color: #C87874;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        border: 2px solid #C87874;
        svg {
            position: absolute;
            transition: opacity 0.4s ease-in-out;
        }
        svg.open {
            opacity: 0;
        }
    }
}

@media screen and (max-width: 890px) {
    .x2_j_tab-btn {
        align-items: start;
        flex-direction: column;
        gap: 8px;
        .svg {
            width: 100%;
        }
    }

    .x2_j_tab-btn.active {
        .text {
            display: none;
        }
    }
}

.x2_j_tab-btn.active {
    .svg {
        svg.open {
            opacity: 1;
        }
        svg.close {
            opacity: 0;
        }
    }
}

.x2_j_tab-question {
    display: none;
    color: #222;
    text-align: center;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 890px) {
    .x2_j_tab-question {
        display: inline-block;
        text-align: start;
    }
}

.x2_j_tab-answer {
    max-width: 870px;
    margin: 0;
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

/*box-tabs*/

/*static*/
.x2_j_static-p {
    p {
        margin: 0;
        color: #222;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
}
/*static*/
/*box-services*/
.x2_j_box-services__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1050px) {
    .x2_j_box-services__list {
        gap: 12px;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_box-services__list {
        max-width: 450px;
        grid-template-columns: 1fr;
    }
}
.x2_j_card-services {
    overflow: hidden;
    border-radius: 4px;
    background: #FFF;
}
.x2_j_card-services__box-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
    img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.x2_j_card-services__box-img:before {
    content: '';
    display: flex;
    padding-top: 52%;
}
@media screen and (max-width: 1050px) {
    .x2_j_card-services__box-img:before {
        padding-top: 62%;
    }
}
.x2_j_card-services__info {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (max-width: 1050px) {
    .x2_j_card-services__info {
        padding: 4px 8px;
    }
}
.x2_j_card-services__link {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.x2_j_card-services__name {
    color: #222;
    text-align: center;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media screen and (max-width: 1050px) {
    .x2_j_card-services__name {
        font-size: 28px;
    }
}
.x2_j_card-services__price {
    color: #22222266;
    text-align: center;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media screen and (max-width: 1050px) {
    .x2_j_card-services__price {
        font-size: 28px;
    }
}
/*box-services*/

/*box-process*/
.x2_j_box-process__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.x2_j_card-process {
    position: relative;
    padding: 20px;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    align-items: center;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    picture{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-process {
        flex-direction: column;
        align-items: start;
        gap: 24px;
        picture{
            position: absolute;
            top: 0;
            right: 0;
            bottom: auto;
            width: auto;
            height: auto;
            object-fit: cover;
        }
        img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: auto;
            width: auto;
            height: auto;
            object-fit: cover;
        }
    }
}
.x2_j_card-process__number {
    text-align: start;
    min-width: 70px;
    color: #C87874;
    font-family: var(--font-family);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.x2_j_card-process__info {
    position: relative;
    z-index: 1;
    max-width: calc(680 / 1080 * 100%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    h4 {
        margin: 0;
        text-align: start;
        color: #222;
        font-family: var(--font-RP);
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }
    p {
        margin: 0;
        color: #22222280;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-process__info {
        max-width: 280px;
    }
}
.x2_j_card-process__info:before {
    content: '';
    position: absolute;
    inset: -4px;
    background-color: #fff;
    border-radius: 4px;
    filter: blur(21px);
}
/*box-process*/
/*box-deliver*/
.x2_j_box-deliver {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.x2_j_box-deliver__box-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.x2_j_box-deliver__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media screen and (max-width: 1050px) {
    .x2_j_box-deliver__list {
        gap: 8px;
    }
}

@media screen and (max-width: 890px) {
    .x2_j_box-deliver__list {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr;
    }
}

.x2_j_box-deliver__btn-order {
    max-width: 367px;
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #C87874;
    border: 2px solid #C87874;
    transition: background-color 0.4s
    ease-in-out, color 0.4s
    ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_box-deliver__btn-order:focus-visible,.x2_j_box-deliver__btn-order:hover {
    background-color: #fff;
    color: #C87874;
}

.x2_j_card-deliver {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-color: #FFF;
    justify-content: space-between;
}
.x2_j_card-deliver__box-img {
    position: relative;
    img {
        position: absolute;
        inset: 10px 20px;
        width: calc(100% - 40px);
        height: calc(100% - 20px);
        object-fit: cover;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-deliver__box-img {
        img {
            inset: 8px;
            width: calc(100% - 16px);
            height: calc(100% - 16px);
        }
    }
}
.x2_j_card-deliver__box-img:before {
    content: '';
    display: block;
    padding-top: 68%;
}
@media screen and (max-width: 890px) {
    .x2_j_card-deliver__box-img:before {
        padding-top: 80%;
    }
}
.x2_j_card-deliver__group-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: start;
    .tag {
        padding: 5px 11px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.20);
        background: #FFF;
        display: flex;
        gap: 8px;
        color: #22222280;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        i {
            color: #222;
            font-family: var(--font-family);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
    }
}
.x2_j_card-deliver__info {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 890px) {
    .x2_j_card-deliver__info {
        flex-direction: column;
        align-items: start;
        gap: 4px;
    }
}
.x2_j_card-deliver__name {
    text-align: start;
    display: flex;
    align-items: end;
    gap: 12px;
    margin: 0;
    color: #222;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    span {
        color: #22222280;
        font-family: var(--font-RP);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        i {
            margin-left: 4px;
            color: #22222280;
            font-family: var(--font-RP);
            font-size: 16px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            text-transform: uppercase;
        }
    }
}
@media screen and (max-width: 890px) {
    .x2_j_card-deliver__name {
        width: 100%;
        justify-content: space-between;
    }
}
.x2_j_card-deliver__price {
    text-align: right;
    min-width: 30%;
    color: #22222280;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media screen and (max-width: 890px) {
    .x2_j_card-deliver__price {
        display: flex;
        width: 100%;
        align-items: start;
    }
}
.x2_j_card-deliver__bottom {
    padding: 0 12px 12px;
}
.x2_j_card-deliver__group-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
@media screen and (max-width: 890px) {
    .x2_j_card-deliver__group-btn {
        flex-direction: column;
    }
}
.x2_j_card-deliver__btn {
    flex: 1;
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #C87874;
    border: 2px solid #C87874;
    transition: background-color 0.4s
    ease-in-out, color 0.4s
    ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_card-deliver__btn:focus-visible,.x2_j_card-deliver__btn:hover {
    background-color: #fff;
    color: #C87874;
}
.x2_j_box-menu {
    display: flex;
    flex: 1;
}
@media screen and (max-width: 890px) {
    .x2_j_box-menu {
        width: 100%;
        .x2_j_modal {
            padding: 0;
        }
        .x2_j_box-menu__body {
            max-width: 100%;
            height: 100%;
            .x2_j_box-project__close {
                top: 16px;
                right: 16px;
            }
        }
    }
}
.x2_j_box-menu__btn {
    flex: 1;
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #C87874;
    color: #C87874;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}

.x2_j_box-menu__btn:focus-visible,.x2_j_box-menu__btn:hover {
    background-color: #C87874;
    color: #fff;
}

.x2_j_deliver-swiper {
    overflow: hidden;
    .swiper-slide {
        height: auto;
    }
}
@media screen and (max-width: 890px) {
    /*.x2_j_deliver-swiper {
        .swiper-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }
        .swiper-slide {
            width: 100% !important;
            max-width: 450px !important;
            margin-right: 0 !important;
        }
    }*/
}

.x2_j_swiper__group-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    .x2_j_swiper-btn {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #C87874;
        border-radius: 4px;
        border: 2px solid #C87874;
        transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }

    .x2_j_swiper-btn:focus-visible, .x2_j_swiper-btn:hover {
        background-color: #C87874;
        color: #fff;
    }

    .x2_j_swiper-btn.swiper-button-disabled {
        pointer-events: none;
        opacity: 0.5;
    }
}

.x2_j_swiper__group-btn:has(.swiper-button-lock) {
    display: none;
}

@media screen and (max-width: 890px) {
    .x2_j_swiper__group-btn {
        gap: 4px;
        .x2_j_swiper-btn {
            width: 40px;
            height: 40px;
        }
    }
}

.x2_j_box-menu__body {
    width: 100%;
    max-width: 582px;
}
.x2_j_box-menu__window {
    padding: 32px;
    border-radius: 4px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 890px) {
    .x2_j_box-menu__window {
        position: relative;
        padding: 20px;
        height: 100%;
        justify-content: space-between;
        padding-bottom: 50px;
    }
}
.x2_j_box-menu__top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.x2_j_box-menu__line-title {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 12px;
    h4 {
        text-align: start;
        margin: 0;
        color: #222;
        font-family: var(--font-RP);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    span {
        text-align: start;
        color: #22222280;
        font-family: var(--font-RP);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        i {
            text-align: start;
            margin-left: 4px;
            color: #22222280;
            font-family: var(--font-RP);
            font-size: 16px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            text-transform: uppercase;
        }
    }
}
@media screen and (max-width: 890px) {
    .x2_j_box-menu__line-title {
        h4 {
            font-size: 28px;
        }
        span {
            font-size: 18px;
            padding-bottom: 3px;
            i {
                font-size: 12px;
            }
        }
    }
}
.x2_j_table-menu {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 890px) {
    .x2_j_table-menu {
        overflow: auto;
        padding: 0 0 60px 0;
        max-height: calc(100vh - 157px);
        -ms-overflow-style: none;  /* IE и Edge */
        scrollbar-width: none;     /* Firefox */
    }
    .x2_j_table-menu::-webkit-scrollbar {
        display: none;
    }
}
.x2_j_table-menu__line {
    padding: 8px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1.5fr 0.5fr;
    gap: 30px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
@media screen and (max-width: 890px) {
    .x2_j_table-menu__line {
        padding: 5px 0;
        display: flex;
        gap: 8px;
        align-items: start;
    }
}

.x2_j_table-menu__line:last-child {
    border: none;
}
.x2_j_table-menu__desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    .name {
        text-align: start;
        color: #222;
        font-family: var(--font-RP);
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        @media screen and (max-width: 890px) {
            font-size: 18px;
            display: flex;
            width: 100%;
            justify-content: start;
        }
    }
    .desc {
        text-align: start;
        color: #22222280;
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        @media screen and (max-width: 890px) {
            font-size: 10px;
            display: flex;
            width: 100%;
            justify-content: start;
        }
    }
}
.x2_j_table-menu__counter {
    display: flex;
    align-items: center;
    justify-content: end;
    .count {
        color: #222;
        font-family: var(--font-RP);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        @media screen and (max-width: 890px) {
            font-size: 20px;
        }
        i {
            font-style: normal;
            color: #22222280;
            text-transform: uppercase;
        }
    }
}
.x2_j_box-menu__bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}
@media screen and (max-width: 890px) {
    .x2_j_box-menu__bottom {
        padding: 10px 10px 15px 10px;
        position: absolute;
        inset: auto 0 29px 0;
        background-color: #fff;
        border-radius: 4px 4px 0 0;
        border-top: 1px solid #6D6D6D;
    }
}

.x2_j_box-menu__price {
    color: #222;
    font-family: var(--font-RP);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 890px) {
    .x2_j_box-menu__price {
        font-size: 20px;
        display: flex;
        width: 100%;
        justify-content: start;
    }
}
.x2_j_box-menu__btn-order {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #C87874;
    border: 2px solid #C87874;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
.x2_j_box-menu__btn-order:focus-visible,.x2_j_box-menu__btn-order:hover {
    background-color: #fff;
    color: #C87874;
}
/*box-deliver*/
/*otziv*/
.x2_j_otziv {
    padding: 35px 0 100px;
}
.x2_j_otziv__line-title {
    h2 {
        margin: 0 !important;
        color: #FFF;
        font-family: var(--font-family);
        padding: 0px 0px 25px 0px !important;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}
/*otziv*/
/*box-gallery*/
.x2_j_card-gallery {
    position: relative;
    a {
        position: absolute;
        inset: 0;
        display: flex;
    }
    img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.x2_j_card-gallery:before {
    content: '';
    display: block;
    padding-top: 84.21%;
}
@media screen and (max-width: 890px) {
    .x2_j_card-gallery:before {
        padding-top: 50%;
    }
}
.x2_j_gallery-swiper {
    overflow: hidden;
}

/*box-gallery*/
/*mMenu*/
.x2_j_mMenu {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    ul {
        width: 100%;
    }
}

.x2_j_mMenu-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    .x2_j_local {
        display: block;
        max-width: 170px;
        background-position: left 2px top 5px;
    }
}
/*mMenu*/
/*bread*/
.x2_j_bread__wrapper {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-top: 115px;
    z-index: 2;
}
.x2_j_bread {
    margin: 0 auto;
    padding-left: 135px;
    align-items: center;
    gap: 12px;
    li {
        margin: 0;
        a {
            text-decoration: none !important;
            pointer-events: auto;
            span {
                color: #FFFFFF80;
                font-family: var(--font-family);
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                text-decoration: none;
                transition: color 0.4s ease-in-out;
            }
        }
        a:focus, a:focus-visible {
            outline: none;
        }
        a:focus-visible, a:hover {
            span {
                color: #fff;
            }
        }
        span {
            color: #FFF;
            font-family: var(--font-family);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
        }
    }
    .spread {
        width: 14px;
        height: 1px;
        background-color: #fff;
    }
}
/*bread*/
/*hero-services*/
.x2_j_hero-services {
    min-height: 100dvh;
    display: flex;
    align-items: flex-end;
    color: #C17876;
    padding-bottom: 84px;
    padding-top: 245px;
    position: relative;
    .main {
        margin: 0 auto;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_hero-services {
        min-height: 330px;
        padding-bottom: 28px;
        padding-top: 100px;
    }
}
.x2_j_hero-services__main-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.x2_j_hero-services__main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.x2_j_hero-services__mein-box {
    display: flex;
    flex-direction: column;
    align-items: start;
}
@media screen and (max-width: 890px) {
    .x2_j_hero-services__mein-box {
        align-items: center;
    }
}
.x2_j_hero-services__title {
    padding: 0;
    margin: 0;
    color: #FFF;
    text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.60);
    font-family: var(--font-RP);
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 890px) {
    .x2_j_hero-services__title {
        margin-bottom: 7px;
        font-size: 48px;
        line-height: 100%;
        text-shadow: none;
    }

}
.x2_j_hero-services__desc {
    margin-bottom: 36px;
    color: #FFF;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.60);
    font-family: var(--font-RP);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 890px) {
    .x2_j_hero-services__desc {
        display: none;
    }
}
.x2_j_x2_j_hero-services__btn-order {
    height: 50px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #FFF;
    color: #C87874;
    font-family: var(--font-RP);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 290px;
    width: 100%;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    .text {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 890px) {
    .x2_j_x2_j_hero-services__btn-order {
        max-width: 320px;
    }
}
.x2_j_x2_j_hero-services__btn-orde:focus,.x2_j_x2_j_hero-services__btn-order:focus-visible {
    outline: none;
}
.x2_j_x2_j_hero-services__btn-order:focus-visible, .x2_j_x2_j_hero-services__btn-order:hover {
    color: #FFF;
    background-color: #C87874;
}
/*hero-services*/
/*x2_j_slider*/
.x2_j_slider {
    min-height: 750px;
    height: 100dvh;
}
.x2_j_slider__main {
    min-height: 550px;
    height: calc(100dvh - 200px);
}
/*x2_j_slider*/

#bread-element {
	margin-top: 20px;
}