/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

html.modalOpen,
body.modalOpen {
    overflow: hidden;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


@font-face {
    font-family: 'RG-StandardBook';

    src: url('../fonts/RG-StandardSemibold.ttf') format('truetype'),
        url('../fonts/RG-StandardSemibold.woff2') format('woff2'),
        url('../fonts/RG-StandardSemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RG-StandardBook';
    src:
        url('../fonts/RG-StandardMedium.ttf') format('truetype'),
        url('../fonts/RG-StandardMedium.woff2') format('woff2'),
        url('../fonts/RG-StandardMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RG-StandardBook';
    src: url('../fonts/RG-StandardBook.ttf') format('truetype'),
        url('../fonts/RG-StandardBook.woff2') format('woff2'),
        url('../fonts/RG-StandardBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';

    src:
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src:
        url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src:
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    /* font-family: 'RG-StandardBook'; */
    font-family: 'MyriadPro';
    background: #F1EAE2;
    color: #4F392B;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    width: 100%;
    z-index: 10;
    transition: all 0.3s;
}

.header.fixed {
    background: #341B06;
}



.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: all 0.3s;
}

.header_left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header_logo {
    display: flex;
}

.header_item-title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
}

.header_item-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
}

.header_item-text span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.menu {
    display: flex;
    gap: 20px;
}

.menu a {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;

    transition: all 0.3s;
}

.menu li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu li svg {
    display: flex;
    margin-bottom: 4px;
}

.menu li svg path {
    transition: all 0.3s;
}

.menu li:hover svg path {
    stroke: #CCBCB2;
}

.menu a:hover {
    color: #CCBCB2;
}

.header_links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_message {
    transition: all 0.3s;
    display: flex;
}

.header_message:hover {
    opacity: 0.8;
}

.header_links-right {
    margin-left: 20px;
}

.header_number {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-bottom: 2px;
    transition: all 0.3s;
}

.header_number:hover {
    color: #A78876;
}


.header_order {
    line-height: 120%;
    color: #fff;
    display: block;
    width: fit-content;
    border-bottom: 1px dotted;
    transition: all 0.3s;
}

.header_order:hover {
    color: #A78876;
}

.main {
    padding: 223px 0 260px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}

.main_title {
    font-size: 190px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.main_subtitle {
    font-size: 28px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 40px;
}

.main_inner {
    width: 560px;
    margin-left: 585px;
}

.main_inner-text {
    margin-bottom: 60px;
    font-size: 85px;
    line-height: 90%;
    text-transform: uppercase;
    color: #fff;
}

.main_inner-btns {
    display: flex;
    gap: 30px;
}




.service {
    position: relative;
    padding: 60px 0;
    display: flex;
    min-height: 760px;
    z-index: 1;
    color: #fff;
    align-items: flex-end;
}

.service_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
}

.service_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(41, 25, 20, 0) 39.04%, rgba(41, 25, 20, 0.7) 62.32%);
}

.service_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 4px;
}

.crumb {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none !important;
    gap: 4px;
    color: #fff;
    transition: all 0.3s;
}

a.crumb:hover {
    color: #A78876;
}

.crumb::after {
    position: relative;
    content: ">";
}

.crumb:last-child::after {
    display: none;
}

section {
    margin-bottom: 120px;
}

.service_title {
    font-weight: 400;
    font-size: 70px;
    line-height: 90%;
    margin-bottom: 40px;
}

.service_text {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 40px;
}

.more {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    z-index: 1;
    transform: translateY(2px);
}

.more:hover .more_tooltip {
    opacity: 1;
    visibility: visible;
}

.more_tooltip {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 430px;
    bottom: 5px;
    left: calc(100% + 6px);
    font-weight: 400;
    z-index: 3;
    font-size: 16px;
    line-height: 110%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.3s;
    color: #4F392B;
}

.service_btns {
    display: flex;
    gap: 30px;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    color: #4F392B;
    background: #FFFFFF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn_white:hover {
    color: #fff;
    background: #A78876;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    border: 1px solid #A78876;
    color: #fff;
    background: #A78876;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
}

.btn:hover {
    color: #4F392B;
    border: 1px solid #4F392B;
    background: #FFFFFF;
}

.btn_dark {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    color: #fff;
    background: #4F392B;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #4F392B;
    transition: all 0.3s;
}

.btn_dark:hover {
    color: #4F392B;
    border: 1px solid #4F392B;
    background: rgba(167, 136, 118, 0);
}

.btn_light {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    color: #4F392B;
    border: 1px solid #4F392B;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
}

.btn_light:hover {
    color: #fff;
    border: 1px solid #A78876;
    background: #A78876;
}

.service_btn {
    width: 250px;
    font-size: 18px;
    height: 60px;
}

.title {
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.ways_items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    gap: 30px;
}

.ways_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;
}

.ways_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
}


.ways_item-img {
    display: flex;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.ways_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ways_item-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    color: #4F392B;
    margin-bottom: 10px;
}

.ways_item-text {
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 20px;
    max-width: 490px;
}

.ways_item-text br {
    display: none;
}

.ways_item-options {
    font-weight: 400;
    margin-bottom: 10px;
    gap: 5px;
    display: flex;
    margin-top: auto;
    align-items: center;
    color: #7E6E65;
}

.ways_item-option {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ways_item-option::after {
    background: #7E6E65;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    content: "";
    display: block;
}

.how_info li span:last-child,
.ways_item-option:last-child::after {
    display: none;
}

.ways_item-price {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ways_item-btns {
    display: flex;
    gap: 10px;
}

.ways_desc {
    border: 1px solid #A78876;
    border-radius: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    color: #4F392B;
    padding: 78px 40px 40px;
    position: relative;
}

.ways_desc span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ways_desc::before {
    position: absolute;
    content: "";
    background-image: url(../img/ways_desc.svg);
    background-size: contain;
    width: 200px;
    background-color: #F1EAE2;
    height: 96px;
    background-position: center;
    background-repeat: no-repeat;
    top: -48px;
    right: 50%;
    transform: translateX(50%);
}

.advantages_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 45px;
}

.advantages_item {
    width: calc(33.333% - 30px);
    color: #4F392B;
}

.advantages_item-img {
    height: 270px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

.advantages_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages_item-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.advantages_item-text {
    font-weight: 400;
    font-size: 16px;
}

.places {
    padding: 120px 0 110px;
    margin-bottom: 0;
    background: #FFFFFF;
}

.places_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.places_item {
    width: calc(50% - 20px);
    position: relative;
}

.places_item-imgs {
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.places_item-imgs .places_item-img {
    height: 420px;
}

.places_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.places_item-arrows {
    position: absolute;
    background: #DDD3C8;
    border: 1px solid #A78876;
    border-radius: 62px;
    right: 20px;
    top: 360px;
    display: flex;
    z-index: 1;
}

.places_item-arrows::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #A788764D;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.places_item-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.places_item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.places_item-btn {
    width: 210px;
    height: 60px;
}

.places_item-adres {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about {
    background: #FFFFFF;
    margin-bottom: 0;
}

.about_img {
    display: flex;
    width: 100%;
    height: 720px;
}

.about_img video,
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.about .title {
    max-width: 760px;
    margin: 0 auto 30px;
}

.about_text {
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    color: #7E6E65;
    max-width: 740px;
    margin: 0 auto 40px;
}

.sales {
    padding: 120px 0;
    background: #fff;
}

.sales:has(+.certificates) {
    margin-bottom: 0;
}

.sales .title {
    text-align: left;
}

.sales_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sales_item {
    width: calc(50% - 15px);
    height: 340px;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

.sales_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
}

.sales_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales_item-title {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sales_item-text strong {
    font-weight: 500;
}

.sales_item-text ul {
    list-style: disc;
    padding-left: 24px;
}

.team_slider-wrapper {
    position: relative;
}

.team_slider-touch {
    position: absolute;
    background-size: cover;
    width: 60px;
    height: 30px;
    top: -40px;
    right: 15px;
    cursor: pointer;
}

.team_slider-touch img {
    width: 100%;
    height: 100%;
}

.team_slider .slick-track {
    display: flex;
}

.team_slide {
    margin: 0 15px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    height: inherit;
    display: flex !important;
    flex-direction: column;
}

.team_slide-img {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}

.team_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_slide-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.team_slide-options {
    margin-bottom: 30px;
}

.team_slide-btn {
    border: 1px solid #A78876;
    color: #A78876;
    width: 150px;
    height: 50px;
    margin-top: auto;
}

.team_slide-option {
    color: #7E6E65;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.team_slide-option:last-child {
    margin-bottom: 0;
}

.how .title {
    text-align: left;
}

.how_wrapper {
    display: flex;
    justify-content: space-between;
}

.how_img {
    width: 950px;
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.how_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how_info {
    width: 460px;
    font-size: 18px;
    line-height: 110%;
    color: #4F392B;
    position: relative;
}



.how_info .more ul {
    list-style: disc;
    padding-left: 24px;
}

.how_info .more li::before {
    display: none;
}

.how_info .more li {
    padding-left: 0 !important;
    font-size: 16px;
}

.how_info li:last-child {
    margin-bottom: 0;
}

.how_info div,
.how_info p {
    font-weight: 400;
    margin-bottom: 20px;
}

.how_info .more {
    margin-bottom: 6px;
    margin-top: -10px;
    display: flex;
    margin-left: 0;
    width: fit-content;
}

.how_info ul {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #4F392B;
}

.how_info ul li {
    margin-bottom: 10px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}

.how_info ul li::before {
    position: absolute;
    content: "";
    background-image: url(../img/team_slide-option.svg);
    background-size: cover;
    width: 29px;
    height: 18px;
    left: 0;
    top: 1px;
}

.faq_wrapper {
    display: flex;
    justify-content: space-between;
}

.faq_left {
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq_items {
    width: 705px;
}

.faq .title {
    text-align: left;
}

.faq_item {
    margin-bottom: 20px;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_img {
    width: 560px;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.faq_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq_item-title {
    border: 1px solid #A78876;
    background: #F1EAE2;
    cursor: pointer;
    padding: 15px 90px 15px 30px;
    position: relative;
    border-radius: 10px;
    line-height: 1;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.faq_item-title.active {
    background: #A78876;
    color: #fff;
}

.faq_item-title.active span {
    transition: all 0.3s;
    background: #FFFFFF;
}

.faq_item-title.active span svg {
    transform: rotate(45deg);
}

.faq_item-title span svg,
.faq_item-title span svg path {
    transition: all 0.3s;

}

.faq_item-title.active span svg path {
    fill: #A78876;
}

.faq_item-title span {
    position: absolute;
    background: #A78876;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    border-radius: 8px;
}

.faq_item-text {
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
    display: none;
}

.faq_item-text p {
    font-weight: 400;
    margin-bottom: 20px;
}

.faq_item-text p:last-child {
    margin-bottom: 0;
}

.faq_item-text ul {
    list-style: disc;
    padding-left: 24px;
}

.steps .title {
    margin-bottom: 30px;
    text-align: left;
}

.steps_text {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 30px;
}

.steps_text span {
    font-weight: 500;
    text-decoration: underline;
}

.steps_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.steps_item {
    flex: auto;
    width: calc(20% - 24px);
}

.crumb br {
    display: none;
}

.steps_item-title {
    font-weight: 500;
    font-size: 20px;
    display: block;
    color: #4F392B;
    text-transform: uppercase;
}

.steps_item-img {
    height: 264px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.steps_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    background: #FFFFFF;
    padding: 100px 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    display: flex;
    margin-bottom: 30px;
}

.footer_btn {
    width: 280px;
    height: 50px;
    margin-bottom: 10px;
}

.footer_left {
    width: 972px;
}

.footer_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 52px;
}

.article_back {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4F392B;
    font-size: 20px;
    margin-top: 30px;
}

.footer_item {
    width: calc(33.333% - 26.666px);
}

.footer_item-title {
    font-weight: 500;
    display: block;
    line-height: 120%;
    color: #4F392B;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer_menu a {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    color: #7E6E65;
    display: block;
}

.footer_desc {
    line-height: 120%;
    margin-bottom: 20px;
    color: #7E6E65;
}

.footer_dev {
    line-height: 120%;
    margin-bottom: 20px;
    color: #7E6E65;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer_subtitle {
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #4F392B;
}

.footer_adres {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    gap: 8px;
    display: flex;
    align-items: center;
}

.footer_links {
    margin: 30px 0;
    gap: 10px;
    display: flex;
    align-items: center;
}

.footer_message {
    display: flex;
}

.footer_number {
    display: block;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #4F392B;
    margin-left: 10px;
}

.trigger_scroll {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.scroll_up.active {
    transform: scale(1);
}

.scroll_up {
    border-radius: 8px;
    background-color: #4F392B;
    width: 46px;
    height: 46px;
    z-index: 8;
    position: fixed;
    padding: 6px;
    bottom: 50px;
    right: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    transform: scale(0);
}

.menu_burger {
    display: none;
}

.header_inner .header_links-right,
.header_inner .header_inner-btns,
.header_inner .header_item {
    display: none;
}

.how_about .title {
    text-align: left;
}

.how_about {
    position: relative;
    z-index: 1;
}

.how_about .how_info {
    width: 700px;
}

.how_about-img {
    width: 705px;
    height: 650px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.how_about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how_about .how_wrapper {
    margin-bottom: 100px;
}

.how_info-btns {
    margin-top: 40px;
    gap: 20px;
    display: flex;
}

.how_info-btn {
    width: 250px;
    height: 60px;
}

.points .title {
    margin-bottom: 40px;
    text-align: left;
}

.points:has(.title:empty) {
    display: none;
}

.points_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px;
}

.points_slider .slick-track {
    display: flex;
}

.points_slide {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    height: inherit;
    width: 338px;
    margin-right: 30px;
}

.points_slide-img {
    height: 180px;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
}

.points_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.points_slide-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.points_slide-text {
    font-weight: 400;
    font-size: 16px;
    color: #7E6E65;
}

.points_slider-wrapper {
    position: relative;
}

.points_slider-wrapper:not(:has(.points_slide:nth-child(5))) {
    pointer-events: none;
}

.points_slider-wrapper:not(:has(.points_slide:nth-child(5))) .points_slider-touch {
    display: none;
}

.points_slider-touch {
    position: absolute;
    background-size: cover;
    width: 60px;
    height: 30px;
    top: -40px;
    left: 1380px;
    cursor: pointer;
}

.points_slider-touch img {
    width: 100%;
    height: 100%;
}

.points_slider {
    width: calc(100% + ((100vw - 1440px) / 2));
}




.certificates {
    padding: 160px 0 200px;
    position: relative;
    z-index: 1;
}

.certificates_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.certificates_img video,
.certificates_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificates_title {
    width: 750px;
    margin-right: 106px;
    font-weight: 400;
    font-size: 70px;
    line-height: 90%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 100px;
    margin-left: auto;
}

.certificates_title span {
    margin-left: auto;
    display: block;
    text-align: right;
}

.certificates_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 30px;
    width: 250px;
    margin-right: 300px;
    margin-left: auto;
}

.certificates_btn {
    width: 250px;
    height: 60px;
    margin-right: 300px;
    margin-left: auto;
    padding: 10px;
}

.reviews .title {
    text-align: left;
}

.reviews_wrapper {
    display: flex;
    gap: 30px;
}

.reviews_img {
    width: 460px;
    height: 378px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    min-width: 460px;
}

.reviews_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_slider {
    width: calc(950px + ((100vw - 1440px) / 2));
}

.reviews_slider .slick-track {
    display: flex;
}

.reviews_slide {
    background: #FFFFFF;
    width: 460px;
    padding: 30px;
    border-radius: 10px;
    height: inherit;
    margin-right: 30px;
}

.reviews_slide-name {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.reviews_slide-stars {
    display: flex;
}

.reviews_slide-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.reviews_slide-teg {
    border: 1px solid #DDD3C8;
    border-radius: 80px;
    padding: 12px 20px;
}

.reviews_slide-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #7E6E65;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviews_slide-btn {
    min-width: 200px;
    width: fit-content;
    height: 50px;
    padding: 14px 24px;
    border: 1px solid #A78876;
    color: #A78876;
}

.reviews_slider-wrapper {
    position: relative;
}

.reviews_slider-touch {
    position: absolute;
    background-size: cover;
    width: 60px;
    height: 30px;
    top: -40px;
    left: 890px;
    cursor: pointer;
}

.reviews_slider-touch img {
    width: 100%;
    height: 100%;
}

.how .faq_item {
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}

.how .faq_item-title {
    background: #fff;
    border: none;
}

.how .faq_item-text {
    padding: 0 30px 30px;
}

.how .faq_item-title.active {
    color: #4F392B;
}

.how .faq_item-title.active span {
    background: #A78876;
}

.how .faq_item-title.active span path {
    fill: #fff;
}

.how .faq_item-text ul {
    padding-left: 0;
    list-style: none;
}

.how .faq_item-text ul li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 14px;
}

.how .faq_item-text ul li:last-child {
    margin-bottom: 0;
}

.how .faq_item-text ul li::before {
    position: absolute;
    content: "";
    background-image: url(../img/team_slide-option.svg);
    background-size: cover;
    width: 29px;
    height: 18px;
    left: 0;
    top: 1px;
}

.points_slide.big {
    width: 460px;
}

ul.how_info-list {
    list-style: disc;
    margin-bottom: 40px;
    padding-left: 26px;
}

ul.how_info-list li {
    list-style: disc;
    padding-left: 0;
}

.how_info-list li::before {
    display: none;
}



.faq_item-text ul {
    margin-bottom: 20px;
}

.faq_item-text h3 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
}





.specialized_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 30px;
}

.specialized_img {
    width: 950px;
    height: 360px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
}

.specialized_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_block-wrapper {
    display: flex;
    justify-content: space-between;
}

.info_block-left {
    width: 580px;
    display: flex;
    flex-direction: column;
}

.info_block-left .title {
    text-align: left;
}

.info_block-text {
    font-size: 18px;
    line-height: 110%;
}

.info_block-btns {
    display: flex;
    margin-top: auto;
    gap: 20px;
}

.info_block-img {
    width: 705px;
    height: 400px;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}

.info_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_slider-wrapper {
    margin-top: 70px;
    position: relative;
}

.service_slider {
    width: calc(100% + ((100vw - 1440px) / 2));
}

.service_slider .slick-track {
    display: flex;
}

.service_slider .ways_item {
    width: 460px;
    display: flex !important;
    margin-right: 30px;
    height: inherit;
}


.service_slider-touch {
    position: absolute;
    background-size: cover;
    width: 60px;
    height: 30px;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.service_slider-touch img {
    width: 100%;
    height: 100%;
}


body:has(.certificates + .places) .certificates {
    margin-bottom: 0;
}

body:has(.about + .team) .about {
    margin-bottom: 120px;
}

.ways_main .title {
    text-align: left;
}

.ways_content {
    display: none;
}

.ways_content.active {
    display: block;
}

.ways_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px;
}

.ways_tab {
    font-size: 20px;
    line-height: 90%;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #4F392B99;
    cursor: pointer;
}

.ways_tab.active {
    color: #4F392B;
    border-bottom: 1px solid #4F392B;
}

.services_main-wrapper {
    position: relative;
}

.services_main-item {
    width: 500px;
    margin: 0 auto 15px;
    padding-left: 100px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.services_main-item.active::after {
    opacity: 1;
}

.services_main-item::after {
    position: relative;
    content: "";
    background-image: url(../img/link_servise-arrow.svg);
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: all 0.3s;
    display: block;
    background-size: cover;
}

.services_main-item.active .services_main-link {
    color: #4F392B;
}

.services_main-link {
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #7E6E65;
    transition: all 0.3s;
}

.services_main-img {
    position: absolute;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    opacity: 0;
    transition: all 0.3s;
}

.services_main-item.active .services_main-img {
    opacity: 1;
}

.services_main-img:nth-child(1) {
    top: 0;
    left: 0;
    width: 480px;
    height: 540px;
}

.services_main-img:nth-child(2) {
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
}

.services_main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about+.advantages {
    margin-top: 120px;
}

.service_slider-block {
    background: #341B06;
    padding: 100px 0;
}

.service_slider-block .title {
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

.service_slider-block_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_slider-block_tabs {
    display: flex;
    gap: 30px;
}

.service_slider-block_tab.active {
    color: #fff;
    border-bottom: dashed 1px #fff;
}

.service_slider-block_tab {
    display: flex;
    font-size: 20px;
    line-height: 90%;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF99;
}

.service_slider-block_more {
    font-size: 20px;
    line-height: 90%;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    color: #fff;
}

.space .title {
    text-align: left;
    margin-bottom: 30px;
}

.space_text {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
    color: #4F392B;
}

.space_wrapper {
    display: flex;
    justify-content: space-between;
}

.space_video {
    width: 950px;
    cursor: pointer;
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.space_video.active video {
    opacity: 1;
}

.space_video video {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
}

.space_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space_info {
    width: 460px;
}

.space_img {
    height: 336px;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    margin-bottom: 30px;
}

.space_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space_btn {
    width: fit-content;
}

.steps .ways_desc {
    margin-top: 88px;
}

.steps_item-text {
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
    color: #4F392B;
}

.subscribe_wrapper {
    position: relative;
    background-image: url(../img/subscribe_wrapper.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 140px 120px;
    border-radius: 10px;
}

.subscribe_title {
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.subscribe_wrapper .subscribe_title {
    color: #fff;
    margin-bottom: 60px;
}

.subscribe_wrapper .subscribe_title span {
    display: block;
    text-align: right;
}

.subscribe_inner {
    width: 280px;
    margin-left: auto;
    margin-right: 26px;
}

.subscribe_text {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 30px;
    color: #fff;
}

.subscribe_btn {
    width: 250px;
    height: 60px;
}

.subscribe_link {
    position: absolute;
    display: flex;
    bottom: 50px;
    left: 400px;
}

.showrooms .title {
    margin-bottom: 40px;
}

.showrooms_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.showrooms_item {
    width: calc(50% - 15px);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

.showrooms_item-map {
    height: 380px;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.showrooms_item-map iframe {
    display: flex;
    width: 100%;
    height: 100%;
    border: none;
}

.showrooms_item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.showrooms_item-title {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #4F392B;
    display: flex;
    align-items: center;
    gap: 10px;
}

.showrooms_item-btn {
    width: 200px;
    height: 50px;
}

.blog {
    background: #FFFFFF;
    padding: 120px 0;
}

.blog_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: flex-end;
}

.blog_top .title {
    margin-bottom: 0;
    text-align: left;
}

.blog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.blog_item {
    width: calc(25% - 15px);
}

.blog_item:nth-child(1) {
    width: calc(50% - 30px);
}

.blog_item-img {
    border-radius: 10px;
    height: 270px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #4F392B;
}

.blog_more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 90%;
    text-transform: uppercase;
    color: #A78876;
}

.service_slider-content {
    display: none;
}

.service_slider-content.active {
    display: block;
}

.about+.specialist {
    margin-top: 120px;
}

.title span {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #4F392B;
    display: block;
    margin-top: 20px;
    text-transform: none;
}


.popup_video {
    padding: 0 !important;
    width: 800px;
    max-width: 100% !important;
    display: flex
}

.popup_video iframe {
    width: 100%;
    display: flex;
    height: 450px
}

.menu li {
    position: relative;
}

.menu li:hover .menu_dropdown {
    opacity: 1;
    visibility: visible;
}

.menu_dropdown {
    position: absolute;
    background: #341B06;
    left: -40px;
    top: calc(100% + 20px);
    width: max-content;
    border-radius: 10px;
    padding: 40px;
    transition: all 0.3s;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
}

.menu_dropdown::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
}

.menu_dropdown-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.menu_dropdown-item:last-child .menu_dropdown-title {
    margin-bottom: 0;
}

.menu_dropdown-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.menu_dropdown-title::after {
    position: relative;
    content: "";
    background-image: url(../img/menu_arrow.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(-90deg);
}

.menu_dropdown-list a {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.menu_dropdown-list>li:last-child li:last-child a {
    margin-bottom: 0;
}

.menu_dropdown-list>li:last-child .menu_dropdown-submenu {
    padding-bottom: 0;
}

.menu_dropdown-list>li:not(:has(.menu_dropdown-submenu))::before {
    display: none;
}

.menu_dropdown-back {
    display: none;
}

.default_page {
    padding-top: 173px;
}

.default_page ul {
    margin-bottom: 30px;
    padding-left: 30px;
    list-style: disc;
    line-height: 130%;
}

.default_page h1,
.default_page h2,
.default_page h3,
.default_page h4,
.default_page h5,
.default_page h6 {
    margin-bottom: 20px;
}

.default_page .crumb {
    color: #4F392B;
}

.default_page p {
    line-height: 130%;
    margin-bottom: 20px;
}

.default_page p a {
    color: #4F392B;
    text-decoration: underline;
}

.default_page table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.default_page table thead tr:first-child {
    background: #341B06;
    color: #fff;
}

.default_page table:not(:has(thead)) tr:first-child {
    background: #341B06;
    color: #fff;
}

.default_page table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.default_page table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.default_page table tr td:first-child,
.table tr th:first-child {
    border-left: none;
}

.default_page table tr td:last-child,
.table tr th:last-child {
    border-right: none;
}

.default_title {
    font-size: 70px;
    line-height: 90%;
    margin-bottom: 20px;
    color: #4F392B;
}

.default_text {
    font-size: 20px;
    line-height: 120%;
    color: #4F392B;
    margin-bottom: 60px;
}

.sales_item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sales_item-info {
    width: 360px;
}

.default_header {
    background: #341B06;
}

.about_how-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_how-left {
    width: 640px;
}

.about_how-left .how_info {
    width: 100%;
}

.about_how-wrapper .how_img {
    width: 705px;
    height: 650px;
}

.about_how-btns {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.about_how-btn {
    padding: 20px 60px;
}

.about_how-items {
    display: flex;
    margin-top: 60px;
    gap: 30px;
}

.about_how-item {
    width: calc(33.333% - 20px);
}

.about_how-item_img {
    height: 340px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.about_how-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_how-item_title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #4F392B;
}

.about_how-item_text {
    font-size: 16px;
    line-height: 100%;
    color: #4F392B;
}

.menu_dropdown-list>li {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 25px;
    position: relative;
}

.menu_dropdown-list>li.active::before {
    transform: rotate(180deg);
}

.menu_dropdown-list>li::before {
    position: absolute;
    content: "";
    cursor: pointer;
    background-image: url(../img/menu_arrow.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    right: 0;
    transition: all 0.3s;
    top: 3.5px;
}

.menu_dropdown-submenu {
    padding-bottom: 20px;
    display: none;
}

.menu_dropdown-submenu a {
    font-weight: 400;
    font-size: 16px;
    color: #CCBCB2;
}

.menu_dropdown-list {
    position: absolute;
    background: #341B06;
    padding: 40px;
    left: calc(100% + 5px);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    top: 0;
    width: 400px;
}

.menu_dropdown-list::before {
    position: absolute;
    content: "";
    left: -45px;
    height: 100%;
    width: 45px;
    top: 0;
}

.menu_dropdown-item:hover .menu_dropdown-list {
    opacity: 1;
    visibility: visible;
}


.ways:not(.ways_main) .ways_items:not(:has(.ways_item:nth-child(3))) .ways_item {
    width: calc(50% - 15px);
}

.team_page-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.team_page-btn {
    width: 250px;
}

.team_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.team_items .team_slide {
    margin: 0;
    width: calc(25% - 22.5px);
}

.popup_team {
    width: 1440px;
    box-shadow: 0px 10px 40px 0px #7E6E651A;
    border-radius: 10px;
    max-width: 100vw;
    padding: 70px !important;
    color: #7E6E65;
}

.popup_team-way {
    font-size: 16px;
    color: #7E6E65;
    margin-top: -20px;
    margin-bottom: 30px;
}

.popup_team::-webkit-scrollbar {
    display: none;
}

.popup_team-top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.popup_team-title {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.popup_team-option {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.popup_team-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}

.popup_team-text p:not(:last-child) {
    margin-bottom: 10px;
}

.popup_team-subtitle {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.popup_team-favorite-services {
    margin-bottom: 40px;
}

.popup_team-favorite-services .popup_team-option {
    text-decoration: underline;
}

.popup_team-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 52px;
}

.popup_team-certificate {
    display: flex;
    height: 230px;
}

.popup_team-certificate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_team-info {
    width: calc(100% - 340px);
    margin-left: auto;
    min-height: 300px;
}

.popup_team-img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.popup_team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_team-top {
    position: relative;
}

li:has(.link_mobile) {
    display: none;
}


.blog_page-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 60px;
}

.blog_page-item {
    width: calc(25% - 22.5px);
}

.blog_page-item-img {
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    height: 270px;
    overflow: hidden;
}

.blog_page-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_page-item-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #4F392B;
}

.menu_dropdown-about li {
    margin-bottom: 10px;
}

.menu_dropdown-about li:last-child {
    margin-bottom: 0;
}


.article_page blockquote {
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
}

.article_page blockquote p {
    font-size: inherit;
}

.article_page p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
}

.article_page .title {
    text-align: left;
}

.article_imgs {
    display: grid;
    margin: 30px 0 100px;
    gap: 20px 40px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.article_img:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    height: 500px;
    grid-row-end: 3;
    grid-column-end: 3;
}

.article_img:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 3;

    grid-row-end: 2;
    grid-column-end: 4;
}

.article_img:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 3;

    grid-row-end: 3;
    grid-column-end: 4;

}

.article_img {
    display: flex;
    border-radius: 10px;
    height: 240px;
    overflow: hidden;
}

.article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.article_page ul {
    margin-bottom: 20px;
}

.article_page li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 130%;
}

.article_page li::before {
    position: relative;
    content: "";
    background-image: url(../img/team_slide-option.svg);
    width: 29px;
    height: 18px;
    background-size: cover;
    display: block;
}

.documents_item {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #4F392B;
    text-decoration: none !important;
    display: block;
}

.documents_item:last-child {
    margin-bottom: 0;
}

.documents_items {
    margin-top: 60px;
}

.contacts_wrapper {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 30px 20px;
    flex-wrap: wrap;
}

.contacts_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contacts_item-text {
    font-size: 18px;
    line-height: 120%;
}

.contacts_item-link {
    font-size: 18px;
    line-height: 120%;
    display: block;
    margin-bottom: 10px;
    color: #4F392B;
}

.contacts_item-messages {
    display: flex;
    gap: 20px;
}

.contacts_item-message {
    display: flex;
    width: 50px;
}

.contacts_item-message img {
    width: 100%;
    height: auto;
}

.contacts_item {
    flex: 1;
}

.reviews_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.reviews_items .reviews_slide {
    width: calc(33.333% - 20px);
    margin: 0;
}


.thanks_page {
    padding: 60px 0;
    height: 760px;
    display: flex;
    color: #fff;
    align-items: flex-end;
    margin-bottom: 0;
    position: relative;
}

.thanks_page .container {
    width: 100%;
}

.thanks_page-title {
    font-size: 70px;
    line-height: 90%;
    margin-bottom: 20px;
}

.thanks_page-text {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
}


.thanks_btn {
    margin-top: 30px;
    width: 250px;
    height: 60px;
    cursor: pointer;
}

.main_radio {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer;
}

.main_radio input {
    display: none;
}

.main_radio span {
    display: block;
    border: 1px solid #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}

.main_radio input:checked+span::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    background: #FFFFFF;
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.advantages_slider .advantages_item {
    margin: 0 15px;
}

.advantages_slider-touch {
    position: absolute;
    background-size: cover;
    width: 60px;
    height: 30px;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.advantages_slider-touch img {
    width: 100%;
    height: 100%;
}

.advantages_slider-wrapper {
    position: relative;
}

.licenses_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.licenses_item {
    width: calc(25% - 22.5px);
    height: 482px;
}

.licenses_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_dropdown-about .menu_dropdown-title {
    display: none;
}

.products_items {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.products_item {
    width: calc(33.333% - 60px);
    position: relative;
    z-index: 1;
    box-shadow: 5px 5px 15px #0003;
    border-radius: 5px;
    height: 542px;
    overflow: hidden;
    padding: 280px 75px 58px;
}

.products_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.product_top-btn {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 40px;
    position: relative;
}

.product_top-btn span {
    background-color: #dcb37d;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: .875em;
    position: absolute;
    inset: -15px -10px auto auto;
}

.products_item-title {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    color: #4F392B;
    margin-bottom: 20px;
    text-align: center;
}

.products_item-price {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    color: #4F392B;
    margin-bottom: 20px;
    text-align: center;
}

.products_item-btn {
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

.order_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 60px;
}

.order_items {
    width: 860px;
}

.order_item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #4F392B;
}

.b-product-card__remove {
    z-index: 6;
    background-image: url(../images/65f2dc10e15d1763d64cdd7b_grey20close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    inset: 0 0% auto auto;
}

.order_total {
    width: 460px;
    box-shadow: 0 1px 5px #9999;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
}

.add-count {
    background-color: #0000;
    border: 1px solid #999;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}

.add-count.add-count_plus {
    background-image: url("../images/65f2dc10e15d1763d64cdd7c_btn_2B.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    position: relative;
}

.add-count.add-count_minus {
    background-image: url("../images/65f2dc10e15d1763d64cdd7d_btn_-.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    position: relative;
}

.order_item-info {
    width: 420px;
}

.cart_item-img {
    width: 232px;
    display: flex;
    height: 304px;
}

.cart_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart_item-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4F392B;
}

.order_item-price {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.b-quantity__field-2 {
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    max-width: 50px;
    background: none;
    height: 40px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.h-wrap-10.h-wrap_flex-horizontal {
    justify-content: flex-start;
    display: flex;
}

.order_total-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4F392B;
}

.order_total-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 18px;
}

.order_total-item:last-child {
    margin-bottom: 0;
}

.order_total-items {
    border-bottom: 3px solid #4F392B;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.order_total-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.order_total-inner .order_total-subtitle {
    margin-bottom: 0;
}

.order_total-value {
    font-size: 24px;
    font-weight: 500;
}

.order_total-desc {
    font-size: 18px;
    font-weight: 700;
}

.order_form-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4F392B;
}

.order_form-items {
    display: flex;
    gap: 60px;
}

.order_form-inp {
    padding-left: 20px;
    height: 60px;
    width: calc(33.333% - 40px);
    border-radius: 12px;
    border: none;
}

.order_form-btn {
    height: 60px;
    width: calc(33.333% - 40px);
}

.popup_order {
    width: 620px;
    border-radius: 20px;
    background: #F1EAE2;
}

.popup_order .b24-form-header-title {
    color: #7E6E65;
    text-transform: uppercase;
    font-family: 'MyriadPro';
    font-size: 34px;
    margin-bottom: 20px;
}

.popup_order .b24-form-header-description {
    font-size: 18px;
    color: #7E6E65;
    text-transform: uppercase;
    font-family: 'MyriadPro';
}

.certificate_form {
    margin-top: 100px;
}

.certificate_tabs {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
    border-bottom: 1px solid #4F392B;
}

.certificate_tab {
    cursor: pointer;
    font-size: 20px;
    line-height: 90%;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.certificate_tab.active {
    border-bottom: 4px solid #4F392B;

}

.certificate_row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.certificate_row-title {
    width: 400px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.certificate_right {
    align-items: center;
    display: flex;
    width: calc(100% - 400px);
    flex-wrap: wrap;
}

.certificate_price {
    width: 200px;
    padding-left: 20px;
    border: none;
    height: 40px;
    border-radius: 10px;
}

.certificate_price-value {
    margin-left: 20px;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px dashed;
}

.certificate_checkbox input {
    display: none;
}

.certificate_checkbox span {
    cursor: pointer;
    width: 320px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    height: 50px;
    background: #FFF;
    border: solid 1px #CCCCCC;
}

.certificate_checkbox input:checked+span {
    border: solid 1px #A78876;
    background: #A78876;
    color: #fff;
}

.certificate_inp {
    width: 310px;
    padding-left: 20px;
    border: none;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    color: #4F392B;
}

textarea.certificate_inp {
    height: 240px;
    padding: 20px;
    resize: none;
}

.certificate_radio input {
    display: none;
}

.certificate_radio {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-right: 30px;
}

.certificate_radio span:not(.certificate_desc) {
    display: block;
    border: 1px solid #A78876;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    min-width: 25px;
    position: relative;
}

.certificate_radio input:checked+span:not(.certificate_desc)::before {
    position: absolute;
    content: "";
    background-color: #A78876;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
}

.certificate_inp.full {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.certificate_inp.full:last-child {
    margin-bottom: 0;
}

.certificate_inp.half {
    width: calc(50% - 10px);
}

.certificate_inp.half:last-child {
    margin-right: 0;
}

.certificate_desc {
    width: 100%;
    margin-top: 10px;
}

.certificate_desc a {
    color: #4F392B;
    text-decoration: underline;
}


.certificate_radio .certificate_desc {
    font-size: 16px;
    margin: 0;
}

.certificate_btn {
    width: 250px;
    cursor: pointer;
}

.dop_row {
    display: none;
}

.dop_row[style*="display: block"] {
    display: flex !important;
}

.receiving {
    display: none;
}

.receiving.active {
    display: flex;
}

.certificate_way {
    display: none;
}

.certificate_way.active {
    display: flex;
}

.certificate_select {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

.certificate_total-wrapper {
    display: none;
    width: 100%;
    margin-bottom: 20px;
}

.certificate_total-value {
    text-align: right;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    cursor: default;
    background: none;
    border: none;
    padding: 0;
}

.certificate_total-wrapper.active {
    display: block;
}

.ways_item-price span:last-child,
.ways_item-option span:last-child {
    display: none;
}


input[type="date"] {
    position: relative;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

input[type="time"] {
    position: relative;
    cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}




.certificate_total {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #4F392B;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.certificate_service-bot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.count-inp {
    min-width: 1px;
    width: calc(100% - 50px);
    flex: auto;
    background: none;
    border: none;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.certificate_service-count {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    width: 140px;
    height: 40px;
}

.certificate_service-count .count-arrow {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.certificate_service-count .count-inp {
    width: calc(100% - 80px);
}

.certificate_services-item {
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.certificate_services-item:nth-child(1) {
    padding-top: 0;
}

.certificate_services-item:nth-child(1) .certificate_services-delete {
    display: none;
}

.certificate_services-delete {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}

.certificate_services-items {
    width: 100%;
}

.certificate_count-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.b24-form-wrapper {
    background: none !important;
}


input[type="time"],
input[type="date"] {
    -webkit-appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    color: #4F392B;
    -webkit-text-fill-color: #4F392B;
}

.certificate_inp::placeholder {
    color: #999;

}

input[type="time"]::before,
input[type="date"]::before {
    content: attr(placeholder);
    margin-right: 10px;
    color: #999;
    -webkit-text-fill-color: #999;
    white-space: nowrap;
}

input[type="time"]:valid::before,
input[type="date"]:valid::before {
    content: none;
}

input[type="time"]:invalid,
input[type="date"]:invalid {
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.cookies {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background: #341B06;
    width: 780px;
    color: #fff;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 20px 30px;
    border-radius: 10px;
    z-index: 9;
}

.cookies_text {
    margin-bottom: 20px;
}

.cookies_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}


.cookies_more {
    text-decoration: underline;
    color: #fff;
}

.cookies_done,
.cookies_none {
    cursor: pointer;
}

.services_main-more {
    display: none;
}

@media (max-width: 767.98px) {
    .cookies {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 14px;
    }

    .cookies_btns {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cookies_text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cookies_done,
    .cookies_none {
        font-size: 14px;
        width: calc(50% - 5px);
        height: 40px;
    }

    .cookies_more {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}





.popup_compliment-wrapper {
    display: flex;
    justify-content: space-between;
}



.popup_compliment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#popup_compliment {
    width: 1000px;
}

.popup_compliment-form {
    width: 430px;
}

.popup_compliment-img {
    width: 460px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.popup_team-btn {
    margin-left: auto;
    width: fit-content;
}




@media (max-width: 1500px) {
    .container {
        max-width: 1180px;
    }

    .header_item {
        display: none;
    }

    .ways_item-img {
        height: 234px;
    }

    .advantages_item-img {
        height: 212px;
    }

    .places_item-imgs .places_item-img {
        height: 334px;
    }

    .places_item-arrows {
        top: 272px;
    }

    .about_img {
        height: 540px;
    }

    .team_slide {
        margin: 0 10px;
    }

    .team_slide-img {
        height: 230px;
    }

    .team_slider-touch {
        right: 10px;
    }

    .how_img {
        width: 750px;
    }

    .how_info {
        width: 380px;
    }

    .faq_items {
        width: 610px;
    }

    .faq_left {
        width: 510px;
    }

    .faq_img {
        width: 100%;
    }

    .steps_item-img {
        height: 206px;
    }

    .footer_left {
        width: 850px;
    }

    .how_about .how_info {
        width: 540px;
    }

    .how_about-img {
        width: 580px;
    }

    .points_slider {
        width: calc(100% + ((100vw - 1150px) / 2));
    }

    .points_slider-touch {
        left: 1090px;
    }

    .reviews_slider-touch {
        left: 600px;
    }

    .reviews_slide {
        width: 400px;
        margin-right: 20px;
    }

    .certificates {
        padding: 140px 0;
    }

    .points_slider-wrapper:not(:has(.points_slide:nth-child(5))) {
        pointer-events: all;
    }

    .points_slider-wrapper:not(:has(.points_slide:nth-child(5))) .points_slider-touch {
        display: flex;
    }

    .info_block-left {
        width: 520px;
    }

    .info_block-img {
        width: 610px;
    }

    .service_slider {
        width: calc(100% + ((100vw - 1150px) / 2));
    }

    .ways_tabs {
        gap: 16px;
    }

    .ways_tab {
        font-size: 18px;
    }

    .main_title {
        font-size: 130px;
    }

    .main_inner-text {
        font-size: 72px;
    }

    .main_inner {
        width: 480px;
    }

    .services_main-img:nth-child(2) {
        width: 260px;
        height: 260px;
    }

    .services_main-img:nth-child(1) {
        width: 380px;
        height: 380px;
    }

    .services_main-link {
        font-size: 36px;
    }

    .services_main-item {
        width: 400px;
    }

    .service_slider-block_tabs {
        gap: 20px;
    }

    .service_slider-block_tab {
        font-size: 18px;
    }

    .space_video {
        width: 680px;
        height: 420px;
    }

    .space_info {
        width: 450px;
    }

    .subscribe_wrapper {
        padding: 70px 90px 120px;
    }

    .subscribe_link {
        left: 260px;
    }

    .showrooms_item-map {
        height: 320px;
    }

    .blog_top .title {
        max-width: 900px;
    }

    .main {
        padding: 200px 0 220px;
    }

    .about_how-left {
        width: 530px;
    }

    .about_how-wrapper .how_img {
        width: 600px;
        height: 554px;
    }

    .about_how-item_img {
        height: 268px;
    }

    .sales_item-info {
        width: 270px;
    }

    .popup_team {
        width: 1150px;
    }

    .blog_page-item-img {
        height: 240px;
    }

    .licenses_item {
        height: 380px;
    }

    .products_items {
        gap: 30px;
    }

    .products_item {
        height: 468px;
        padding: 220px 47px 58px;
        width: calc(33.333% - 20px);
    }

    .order_items {
        width: 700px;
    }

    .order_total {
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_links-right {
        margin-left: 10px;
    }

    .menu {
        gap: 16px;
    }

    .ways_item-img {
        height: 200px;
    }

    .ways_desc {
        padding: 70px 30px 30px;
        font-size: 18px;
    }

    .ways_desc::before {
        width: 180px;
        height: 76px;
    }

    .title {
        font-size: 52px;
    }

    .advantages_items {
        gap: 30px;
    }

    .advantages_item {
        width: calc(33.333% - 20px);
    }

    .places_item-imgs .places_item-img {
        height: 300px;
    }

    .places_item-arrows {
        top: 240px;
    }

    .places_item-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .about_img {
        height: 400px;
    }

    .sales_item {
        padding: 20px;
        height: 280px;
    }

    .how_info {
        width: 340px;
        font-size: 16px;
    }

    .how_img {
        width: 560px;
        height: 310px;
    }

    .how_info ul {
        font-size: 16px;

    }

    .faq_img {
        display: none;
    }

    .faq_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .faq .title {
        margin-bottom: 0;
        text-align: left;
    }

    .faq_items {
        width: 100%;
    }

    .steps_item {
        width: calc(33.333% - 20px);
    }

    .footer_left {
        width: 620px;
    }

    .footer_items {
        gap: 40px 20px;
    }

    .footer_item {
        width: calc(33.333% - 13.333px);
    }

    .menu a {
        font-size: 14px;
    }

    .more_tooltip {
        bottom: 110%;
        left: 50%;
        transform: translateX(-50%);
    }

    .how_about .how_info {
        width: calc(50% - 10px);
    }

    .how_about-img {
        width: calc(50% - 10px);
        height: auto;
    }

    .points_slider {
        width: calc(100% + ((100vw - 920px) / 2));
    }

    .points_slide {
        margin-right: 10px;
    }

    .points_slider-touch {
        left: 860px;
    }

    .certificates_title {
        margin-right: 0;
    }

    .certificates_btn,
    .certificates_text {
        margin-right: 200px;
    }

    .reviews_img {
        width: 340px;
        min-width: 340px;
    }

    .reviews_slider-touch {
        left: 490px;
    }

    .reviews_slide {
        width: 340px;
        margin-right: 10px;
        padding: 20px;
    }

    .ways_items:has(.ways_item:nth-child(3)) .ways_item {
        width: calc(50% - 15px);
    }

    .more:hover .more_tooltip {
        opacity: 0;
        visibility: hidden;
    }

    .more .more_tooltip.active {
        opacity: 1;
        visibility: visible;
    }

    .service_text br {
        display: none;
    }

    .info_block-left {
        width: 420px;
    }

    .info_block-img {
        width: 460px;
    }

    .service_slider {
        width: calc(100% + ((100vw - 920px) / 2));
    }

    .service_slider .ways_item {
        width: 420px;
    }

    .header_number {
        font-size: 20px;
    }

    .main_inner {
        margin-left: 380px;
    }

    .services_main-item {
        width: 390px;
        padding-left: 100px;
    }

    .services_main-img:nth-child(2) {
        width: 220px;
        height: 220px;
    }

    .services_main-img:nth-child(1) {
        width: 320px;
        height: 320px;
    }

    .services_main-link {
        font-size: 32px;
    }

    .service_slider-block_top {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .space_img {
        height: 278px;
    }

    .space_info {
        width: 380px;
    }

    .space_video {
        width: 520px;
        height: 360px;
    }

    .steps:has(.ways_desc) .steps_item {
        flex: auto;
    }

    .subscribe_wrapper {
        padding: 60px;
    }

    .subscribe_wrapper .subscribe_title span {
        text-align: center;
        display: inline;
    }

    .subscribe_link {
        width: 180px;
        height: 180px;
        left: 194px;
    }

    .subscribe_link img {
        width: 100%;
        height: 100%;
    }

    .showrooms_items {
        flex-direction: column;
        gap: 20px;
    }

    .showrooms_item {
        width: 100%;
    }

    .blog_top {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .blog_items {
        gap: 20px;
    }

    .blog_item {
        width: calc(50% - 10px);
    }

    .blog_item:nth-child(1) {
        width: 100%;
    }

    .sales_item-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .about_how-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .about_how-left {
        width: 100%;
    }

    .about_how-wrapper .how_img {
        width: 100%;
    }

    .about_how-items {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about_how-item {
        width: calc(50% - 10px);
    }

    .team_items {
        gap: 20px;
    }

    .team_items .team_slide {
        width: calc(33.333% - 13.333px);
    }

    .popup_team {
        width: 930px;
    }

    .blog_page-items {
        gap: 20px;
    }

    .blog_page-item {
        width: calc(33.333% - 20px);
    }

    .blog_page-item-title {
        font-size: 18px;
    }

    .blog_page-items {
        margin-top: 30px;
    }

    .article_img {
        height: 200px;
    }

    .article_img:nth-child(1) {
        height: 420px;
    }

    .reviews_items .reviews_slide {
        width: calc(50% - 10px);
    }

    .reviews_items {
        gap: 20px;
    }

    .licenses_item {
        height: 300px;
    }

    .products_items {
        gap: 20px;
    }

    .products_item {
        padding: 164px 47px 58px;
        height: 370px;
        width: calc(33.333% - 13.333px);
    }

    .products_item-btn {
        width: 100%;
    }

    .cart_item-img {
        width: 180px;
        height: 232px;
    }

    .order_item-info {
        width: 350px;
    }

    .cart_item-title {
        font-size: 20px;
    }

    .order_items {
        width: 560px;
    }

    .order_total {
        width: 340px;
        padding: 20px;
    }

    .order_form-items {
        gap: 20px;
    }

    .order_form-btn,
    .order_form-inp {
        width: calc(33.333% - 13.333px);
    }

    .certificate_checkbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .certificate_checkbox:last-child {
        margin-bottom: 0;
    }

    .certificate_inp {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .certificate_inp:last-child {
        margin-bottom: 0;
    }

    .certificate_price {
        width: 100%;
        margin-bottom: 10px;
    }

    .certificate_checkbox span {
        width: 100%;
    }

    .certificate_inp.half {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header {
        position: fixed;
        transition: all 0.3s;
    }




    .header_wrapper {
        padding: 15px 0;

    }

    .header_logo {
        width: 90px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .scroll_up {
        right: 15px;
        bottom: 80px;
    }

    .service_title {
        font-size: 52px
    }

    .service_text {
        font-size: 18px;
    }

    section {
        margin-bottom: 60px;
    }

    .about+.advantages {
        margin-top: 60px;
    }

    .ways_item {
        width: 100%;
    }

    .ways_items {
        gap: 10px;
    }

    .ways_item-img {
        height: 290px;
    }

    .places_items,
    .advantages_items {
        gap: 20px;
    }

    .places_item {
        width: 100%;
    }

    .places_item-imgs .places_item-img {
        height: 400px;
    }

    .places_item-arrows {
        top: 340px;
    }

    .advantages_item {
        width: calc(50% - 10px);
    }

    .title {
        font-size: 48px;
    }

    .sales {
        padding: 60px 0;
    }

    .sales_items {
        gap: 20px;
    }

    .sales_item {
        width: 100%;
    }

    .how_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .how_img {
        width: 100%;
        height: auto;
    }

    .how_info {
        width: 100%;
    }

    .places {
        padding: 60px 0;
    }

    .footer_wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .footer_left {
        width: 100%;
    }

    .footer {
        padding: 60px 0 40px;
    }

    .footer_right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .footer_adres,
    .footer_subtitle {
        width: 100%;
    }

    .footer_btns {
        order: -1
    }

    .footer_logo {
        order: -1
    }

    .menu_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #A78876;
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

    .menu_burger img {
        transition: all 0.3s;
    }

    .menu_burger.active img {
        transform: rotate(45deg);
    }

    .header_links {
        margin-left: auto;
        margin-right: 20px;
    }

    .header_message {
        width: 36px;
    }

    .header_message img {
        width: 100%;
        height: auto;
    }

    .header_inner {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        transition: all 0.3s;
        background: #341B06;
        width: 100%;
        height: calc(100% - 96px);
        top: 96px;
        padding: 20px 0;
        overflow: auto;
        right: 0;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .header:has(.header_inner.active) {
        background: #341B06;
    }

    .menu {
        flex-direction: column;
        width: 700px;
        padding: 30px 0;
        margin: 30px auto;
        max-width: 100%;
        border-top: 1px solid #FFFFFF33;
        border-bottom: 1px solid #FFFFFF33;
    }

    .menu a {
        font-size: 20px;
    }

    .how_about .how_info {
        width: 100%;
    }

    .how_about-img {
        width: 100%;
    }

    .points_slider {
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .points_slider-touch {
        left: 640px;
    }

    .points_text {
        padding-right: 90px;
    }

    .certificates_title {
        width: 100%;
        margin-bottom: 40px;
    }

    .certificates_btn,
    .certificates_text {
        margin: 0 auto 30px;
    }

    .reviews_wrapper {
        flex-direction: column-reverse;
    }

    .reviews_img {
        width: 460px;
    }

    .reviews_slider {
        width: 100%;
    }

    .reviews_slider-touch {
        left: auto;
        right: 0;
    }

    .reviews_slide {
        width: 345px;
    }

    .ways_items:has(.ways_item:nth-child(3)) .ways_item {
        width: 100%;
    }

    .ways_items:has(.ways_item:nth-child(3)) .ways_item-img {
        height: 290px;
    }

    .info_block-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .info_block-left {
        width: 100%;
    }

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

    .info_block-text {
        margin-bottom: 30px;
    }

    .service_slider {
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .main_inner {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .main {
        padding: 120px 0 60px;
    }

    .main_title {
        text-align: center;
    }

    .main_subtitle {
        text-align: center;
        margin-bottom: 230px;
    }

    .main_inner-btns {
        justify-content: center;
    }

    .services_main-img:nth-child(2) {
        display: none;
    }

    .services_main-img:nth-child(1) {
        position: relative;
        width: 100%;
        height: 340px;
    }

    .services_main-img {
        opacity: 1;
        visibility: visible;
    }

    .services_main-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .services_main-item {
        width: calc(50% - 10px);
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .services_main-item::after {
        display: none;
    }

    .services_main-link {
        color: #4F392B;
    }

    .service_slider-block_tabs {
        overflow: auto;
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
    }

    .service_slider-block_tabs::-webkit-scrollbar {
        display: none;
    }

    .service_slider-block_tab {
        white-space: nowrap;
    }

    .space_wrapper {
        flex-direction: column;
        gap: 20px;

    }

    .space_video {
        width: 100%;
        height: auto;
    }

    .space_info {
        width: 100%;
    }

    .subscribe_inner {
        width: 100%;
        margin: 0;
    }

    .subscribe_wrapper {
        padding-bottom: 460px;
        background-image: url(../img/subscribe_wrapper2.jpg);
        background-position: bottom;
    }

    .subscribe_wrapper .subscribe_title br {
        display: none;
    }

    .subscribe_text {
        text-align: center;
    }

    .subscribe_btn {
        margin: 0 auto;
    }

    .subscribe_link {
        width: 260px;
        height: 260px;
        left: 220px;
        bottom: 90px;
    }

    .header_inner .header_inner-btns {
        width: 700px;
        display: flex;
        margin: 0 auto;
        gap: 10px;
    }

    .header_inner-btn {
        padding: 0;
        height: 40px;
        width: calc(50% - 5px);
    }

    .header_inner .header_links-right {
        display: flex;
        width: 700px;
        justify-content: space-between;
        margin: 0 auto 30px;
        align-items: center;
    }

    .header_inner .header_item {
        display: block;
        width: 700px;
        margin: 0 auto 30px;
    }

    .header_number {
        margin: 0;
    }

    .menu:has(.menu_dropdown.active)>li>svg,
    .menu:has(.menu_dropdown.active)>li>a {
        display: none;
    }

    .menu:has(.menu_dropdown.active)>li:not(:has(.menu_dropdown.active)) {
        display: none;
    }

    .menu_dropdown {
        padding: 0;
        position: relative;
        inset: auto;
        transform: none;
        transition: none;
        flex-direction: column;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .menu_dropdown::before {
        display: none;
    }

    .menu_dropdown-item {
        margin-bottom: 20px;
        width: 100%;
    }

    .menu_dropdown-item:last-child {
        margin-bottom: 0;
    }

    .menu_dropdown-back {
        display: flex;
        margin-bottom: 15px;
        gap: 5px;
        align-items: center;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
        color: #fff;
    }

    .menu_dropdown-back svg {
        margin: 0;
    }

    .menu>li>svg {
        transform: rotate(-90deg);
    }

    .default_page {
        padding-top: 120px;
    }

    .about_how-wrapper .how_img {
        height: auto;
    }

    .menu_dropdown-list>li>a:hover {
        color: #fff;
    }

    .ways .ways_items:not(:has(.ways_item:nth-child(3))) .ways_item {
        width: 100%;
    }

    .team_items .team_slide {
        width: calc(50% - 10px);
    }

    .popup_team {
        width: 700px;
    }

    .popup_team-img {
        position: relative;
    }

    .popup_team-info {
        width: 100%;
    }

    .popup_team-certificate {
        height: 210px;
        min-width: max-content;
    }

    .popup_team-certificates {
        gap: 10px;
        overflow: auto;
        flex-wrap: nowrap;

    }

    .popup_team-certificates-wrapper::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 20px;
        background-size: cover;
        top: 0px;
        right: 0;
        background-image: url(../img/touch.svg);
    }

    .popup_team-certificates-wrapper {
        position: relative;
        padding-top: 30px;
    }

    .popup_team-certificates::-webkit-scrollbar {
        display: none;
    }

    .popup_team-img {
        margin-bottom: 20px;

    }

    .menu_dropdown-list {
        position: relative;
        opacity: 1;
        visibility: visible;
        inset: auto;
        width: 100%;
        transform: none;
        padding: 0;
        background: none;
    }

    .menu_dropdown-title::after {
        display: none;
    }

    .menu_dropdown-list a {
        margin-bottom: 16px;
    }

    .menu_dropdown-item:last-child .menu_dropdown-title,
    .menu_dropdown-title {
        margin-bottom: 20px;
    }

    .menu_dropdown {
        width: 100%;
    }

    li:has(.link_mobile) {
        display: flex;
    }

    li:has(.link_mobile) svg {
        transform: rotate(-180deg);
        min-width: 12px;
    }

    .menu_dropdown-item {
        display: none;
    }

    .menu_dropdown-item.active {
        display: block;
    }

    .menu li svg {
        margin-bottom: 0;
    }

    .blog_page-item {
        width: calc(50% - 10px);
    }

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

    .article_img {
        width: 100%;
        height: 420px;
    }

    .contacts_item {
        flex: none;
        width: calc(50% - 10px);
    }

    .thanks_page {
        height: 600px;
    }

    .menu>li:first-child>svg {
        display: none;
    }

    .ways:not(.ways_main) .ways_items:not(:has(.ways_item:nth-child(3))) .ways_item {
        width: 100%;
    }

    .licenses_items {
        gap: 20px;
    }

    .licenses_item {
        width: calc(50% - 10px);
        height: 486px;
    }

    .menu_dropdown-about .menu_dropdown-title {
        display: flex;
    }

    .products_item {
        width: calc(50% - 10px);
    }

    .product_top-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        margin: 0;
        z-index: 12;
        height: 60px;
        left: 0;
    }

    .product_top-btn span {
        position: relative;
        inset: auto;
        margin-left: 6px;
    }

    .products_item {
        padding: 204px 47px 58px;
        height: 430px;
    }

    .footer {
        padding-bottom: 60px;
    }

    .products_items {
        margin-top: 50px;
    }

    .order_wrapper {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .order_items {
        width: 100%;
    }

    .order_total {
        width: 100%;
    }

    .order_form-items {
        flex-direction: column;
        gap: 10px;
    }

    .order_form-btn,
    .order_form-inp {
        width: 100%;
    }

    .certificate_form {
        margin-top: 60px;
    }

    .certificate_row {
        flex-direction: column;
    }

    .certificate_row-title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .certificate_right {
        width: 100%;
    }

    .certificate_price {
        width: 100%;
        margin-bottom: 10px;
    }

    .popup_compliment-wrapper {
        flex-direction: column;
    }

    #popup_compliment {
        width: 620px;
    }

    .popup_compliment-form {
        width: 100%;
    }

    .popup_compliment-img {
        width: 100%;
        height: 320px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header_links-right {
        display: none;
    }

    .header_inner .header_inner-btns {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .header_inner .header_links-right {
        width: calc(100% - 30px);
        margin: 0 auto 30px;
    }

    .header_inner .header_item {
        width: calc(100% - 30px);
    }

    .service {
        background: #341B06;
        flex-direction: column;
        padding: 0 0 40px;
    }

    .header_links {
        gap: 20px;
    }

    .about+.specialist {
        margin-top: 60px;
    }

    .crumbs {
        padding-top: 20px;
    }

    .crumb {
        font-size: 12px;
    }

    .service_bg {
        position: relative;
        height: 280px;
        width: 100%;
        inset: auto;
    }

    .service_title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .service_text {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .service_bg::before {
        display: none;
    }

    .service_btns {
        flex-direction: column;
        gap: 15px;
    }

    .service_btn {
        height: 50px;
        font-size: 16px;
    }

    .title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .ways_item-img {
        height: 130px;
    }

    .ways_item-title {
        font-size: 16px;
    }

    .ways_item-options {
        flex-wrap: wrap;
    }

    .ways_item-text {
        font-size: 14px;
    }

    .ways_item-option {
        font-size: 14px;
    }

    .ways_item-price {
        font-size: 16px;
    }

    .ways_item-btn {
        width: auto;
        font-size: 14px;
        height: 40px;
    }

    .ways_desc::before {
        width: 200px;
        height: 96px;
    }

    .ways_desc {
        padding: 68px 40px 25px;
    }

    .advantages .title {
        text-align: left;
    }

    .advantages_items {
        flex-wrap: nowrap;
        gap: 10px;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .advantages_items::-webkit-scrollbar {
        display: none;
    }

    .advantages_item {
        width: 300px;
        min-width: 300px;
    }

    .advantages_item-img {
        height: 180px;
        margin-bottom: 10px;
    }

    .advantages_item-title {
        font-size: 18px;
    }

    .advantages_item-text {
        font-size: 14px;
    }

    .advantages_items-wrapper {
        padding-top: 35px;
        position: relative;
    }

    .advantages_items-wrapper::before {
        position: absolute;
        content: "";
        background-image: url(../img/touch.svg);
        background-size: cover;
        width: 40px;
        height: 20px;
        top: 0;
        left: calc(100vw - 70px);
    }

    .places_item-imgs .places_item-img {
        height: 56vw;
    }

    .places_item-imgs {
        margin-bottom: 15px;
    }

    .places_item-arrows {
        top: calc(53vw - 30px);
        right: 10px;
    }

    .places_item-adres {
        font-size: 18px;
        justify-content: center;
        width: 100%;
    }

    .how_info>div {
        position: relative;
        z-index: 2;
    }

    .how_info>div .more_tooltip {
        right: auto;
        left: 0;
    }

    .places_items {
        gap: 30px;
    }

    .places_item-inner {
        gap: 15px;
    }

    .places_item-btn {
        width: 180px;
        height: 50px;
        margin: 0 auto;
        font-size: 14px;
    }

    .places_item-arrow {
        width: 30px;
        height: 30px;
    }

    .about_icon img {
        width: 87px;
    }

    .about_text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .about_img {
        height: 370px;
    }

    .sales_items {
        flex-wrap: nowrap;
        gap: 15px;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .sales_items::-webkit-scrollbar {
        display: none;
    }

    .sales_item {
        height: 440px;
        width: 330px;
        min-width: 330px;
    }

    .sales_item-title {
        font-size: 18px;
    }

    .sales_item-text {
        font-size: 14px;
    }

    .sales_items-wrapper {
        position: relative;
    }

    .sales_items-wrapper::before {
        position: absolute;
        content: "";
        background-image: url(../img/touch.svg);
        background-size: cover;
        width: 40px;
        height: 20px;
        top: -35px;
        right: 0;
    }

    .team_slider {
        width: calc(100% + 15px);
    }

    .team_slide {
        width: 330px;
        margin: 0 5px 0 0;
    }

    .team .title {
        max-width: 230px;
        text-align: left;
    }

    .team_slider-touch {
        width: 40px;
        height: 20px;
    }

    .team_slide-img {
        height: 292px;
    }

    .faq_left {
        width: 100%;
    }

    .faq_item-title {
        font-size: 16px;
        padding: 14px 55px 14px 20px;
        min-height: 60px;
    }

    .faq_item-title span {
        width: 30px;
        height: 30px;
    }

    .faq_item {
        margin-bottom: 10px;
    }

    .faq_item:last-child {
        margin-bottom: 0;
    }

    .faq_item-text {
        font-size: 16px;
        margin-top: 10px;
    }

    .steps .title {
        margin-bottom: 20px;
    }

    .steps_text {
        font-size: 16px;
    }

    .steps_items {
        flex-wrap: nowrap;
        gap: 10px;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .steps_items::-webkit-scrollbar {
        display: none;
    }

    .steps_item {
        width: 200px;
        min-width: 200px;
    }

    .steps_item-img {
        height: 200px;
    }

    .steps_item-title {
        font-size: 16px;
    }

    .steps_items-wrapper {
        position: relative;
    }

    .steps_items-wrapper::before {
        position: absolute;
        content: "";
        background-image: url(../img/touch.svg);
        background-size: cover;
        width: 40px;
        height: 20px;
        top: -35px;
        right: 0;
    }

    .scroll_up {
        width: 40px;

        height: 40px;
    }

    .footer_logo {
        width: 120px;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
    }

    .footer_btns {
        width: calc(100% - 150px);
    }

    .footer_btn {
        width: 100%;
        font-size: 14px;
    }

    .footer_btn:last-child {
        margin-bottom: 0;
    }

    .footer_subtitle {
        margin-top: 30px;
        font-size: 14px
    }

    .footer_adres {
        font-size: 13px;
    }

    .footer_links {
        margin-bottom: 10px;
    }

    .footer_items {
        gap: 30px 20px;
        margin-bottom: 30px;
    }

    .footer_desc {
        margin-bottom: 10px;
    }

    .footer_item {
        width: calc(50% - 10px);
    }

    .footer_item-title {
        font-size: 14px;
    }

    .footer_menu a {
        font-size: 14px;
    }

    .footer_item:nth-child(3) {
        order: 1;
    }

    .menu {
        width: calc(100% - 30px);
    }



    .header_item-text {
        font-size: 16px;
        justify-content: space-between;
        display: flex;
        gap: 10px;
    }

    .header_item-text span {
        align-items: flex-start;
        width: calc(50% - 5px);
        max-width: 170px;
    }

    .header_item-text span img {
        width: 11px;
        height: auto;
    }

    .header_item-title {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .header_item-text br {
        display: none;
    }

    .header_order {
        color: #A78876;
    }

    .service_text br {
        display: none;
    }

    .service {
        min-height: 1px;
    }

    .more_tooltip {
        width: calc(100vw - 30px);
        padding: 15px;
        font-size: 14px;
    }

    .service_text {
        position: relative;
        line-height: 160%;
    }

    .service_title br {
        display: none;
    }

    .more_tooltip {
        inset: auto;
        right: 0;
        bottom: 18px;
        transform: none;
    }

    .how_info {
        position: relative;
    }

    .how_info .more_tooltip {
        bottom: auto;
        top: 0px;

    }

    .more {
        position: static;
        display: inline;
        width: fit-content;
    }

    .how_about .title {
        margin-bottom: 20px;
    }

    .how_info-btns {
        flex-direction: column;
        gap: 15px;
    }

    .how_info-btn {
        height: 50px;
    }

    .points .title {
        margin-bottom: 20px;
    }

    .points_text {
        padding-right: 0;
        font-size: 16px;
    }

    .points_slider {
        width: calc(100% + 15px);
    }

    .points_slide {
        width: 330px;
        margin-right: 5px;
    }

    .points_slider-touch {
        right: 0;
        left: auto;
        width: 40px;
        height: 20px;
        top: -30px;
    }

    .certificates_img {
        position: relative;
        width: 100vw;
        margin-left: -15px;
        margin-bottom: 20px;
        height: 200px;
    }

    .points .title+.points_slider-wrapper {
        margin-top: 50px;
    }

    .certificates {
        padding: 0;
    }

    .certificates_title {
        font-size: 34px;
        color: #4F392B;
        margin-bottom: 20px;
    }

    .certificates_text {
        color: #4F392B;
        font-size: 18px;
        width: 200px;
        margin-bottom: 20px;
        text-align: center;
    }

    .certificates_btn {
        margin-bottom: 0;
        background: #4F392B;
        color: #fff;
        height: 50px;
        width: 230px;
    }

    .reviews_slider-touch {
        width: 40px;
        height: 20px;
    }

    .reviews .title {
        padding-right: 60px;
    }

    .reviews_slider {
        width: calc(100% + 15px);
    }

    .reviews_slide {
        width: 330px;
        padding: 30px;
        margin-right: 5px;
    }

    .reviews_slide-top {
        gap: 20px;
    }

    .reviews_slide-text {
        font-size: 14px;
    }

    .reviews_slide-btn {
        width: 180px;
        height: 40px;
        padding: 10px;
        font-size: 14px;
    }

    .reviews_img {
        width: 100%;
        height: auto;
    }

    .how .faq_item-text {
        padding: 0 20px 20px;
    }

    .points_slide.big {
        width: 330px;
    }

    .ways_items:has(.ways_item:nth-child(3)) .ways_item-img {
        height: 130px;
    }

    .info_block-text {
        font-size: 16px;
    }

    .info_block-btns {
        flex-direction: column;
        gap: 10px;
    }

    .service_slider {
        width: calc(100% + 15px);
    }

    .service_slider .ways_item {
        width: 330px;
        margin-right: 10px;
    }

    .service_slider .ways_item-btn {
        padding: 10px 14px;
    }

    body:has(.certificates + .places) .certificates {
        margin-bottom: 60px;
    }

    body:has(.about + .team) .about {
        margin-bottom: 60px;
    }

    .ways_tabs {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        margin-bottom: 20px;
        gap: 10px;
    }

    .ways_tabs::-webkit-scrollbar {
        display: none;
    }

    .ways_tab {
        white-space: nowrap;
        font-size: 16px;
    }

    .main {
        background-image: url(../img/main2.jpg);
    }

    .main_title {
        font-size: 60px;
    }

    .main_subtitle {
        font-size: 16px;
    }

    .main_inner-text {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .main_inner-btns {
        flex-direction: column;
        gap: 15px;
    }

    .services_main-wrapper {
        gap: 20px 10px;
    }

    .services_main-item {
        width: calc(50% - 5px);
    }

    .services_main-img:nth-child(1) {
        height: 180px;
    }

    .services_main-link {
        font-size: 18px;
    }

    .service_slider-block {
        padding: 60px 0;
    }

    .service_slider-block_tabs {
        width: calc(100% + 15px);
        padding-right: 15px;
        gap: 10px;
    }

    .service_slider-block_tab {
        font-size: 14px;
    }

    .service_slider-block_more {
        font-size: 16px;
    }

    .service_slider-wrapper {
        margin-top: 70px;
    }

    .space_text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .space_img {
        height: 242px;
    }

    .space_btn {
        width: 100%;
    }

    .steps .title {
        text-align: left !important;
    }

    .subscribe_wrapper {
        padding: 60px 30px 290px;
        width: 100vw;
        margin-left: -15px;
    }

    .subscribe_wrapper .subscribe_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .subscribe_text {
        margin-bottom: 18px;
        margin-bottom: 40px;
    }

    .subscribe_btn {
        width: 100%;
        height: 50px;
    }

    .subscribe_link {
        width: 150px;
        height: 150px;
        bottom: 40px;
        right: 50%;
        transform: translateX(50%);
        left: auto;
    }

    .showrooms_items {
        gap: 10px;
    }

    .showrooms_item-map {
        height: 280px;
    }

    .showrooms_item-inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 18px;
    }

    .showrooms_item-title {
        font-size: 18px;
    }

    .blog_wrapper {
        position: relative;
        padding-bottom: 56px;
    }

    .blog_top {
        gap: 0;
        margin-bottom: 30px;
    }

    .blog_more {
        position: absolute;
        font-size: 18px;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .blog_item-title {
        font-size: 16px;
    }

    .blog_item-img {
        height: 128px;
    }

    .blog_item:nth-child(1) .blog_item-img {
        height: 270px;
    }

    .blog {
        padding: 60px 0;
    }

    .title span {
        font-size: 16px;
    }

    .popup_video iframe {
        height: 54vw
    }

    .menu_dropdown-list a {
        font-size: 16px;
    }

    .default_title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .default_text br {
        display: none;
    }

    .default_text {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .default_page .sales_items {
        flex-direction: column;
        gap: 20px;
    }

    .default_page .sales_item {
        width: 100%;
    }

    .sales_item-info {
        width: 100%;
    }

    .about_how-btns {
        flex-direction: column;
        gap: 15px;
    }

    .about_how-btn {
        width: 250px;
        height: 50px;
        padding: 10px;
    }

    .about_how-btns {
        margin-top: 20px;
    }

    .about_how-item {
        width: 100%;
    }

    .about_how-item_img {
        height: 244px;
    }

    .about_how-item_title {
        font-size: 18px;
    }

    .about_how-item_text {
        font-size: 14px;
    }

    .menu_dropdown-list a {
        margin-bottom: 15px;
    }

    .menu_dropdown-item>a {
        margin-bottom: 22px;
    }

    .specialized_text {
        font-size: 14px;
    }

    .specialized_text br {
        display: none;
    }

    .specialized_img {
        width: 100%;
        height: auto;
    }

    .specialized .title {
        font-size: 30px;
    }

    .team_page-btns {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 15px;
    }

    .team_items .team_slide {
        width: 100%;
    }

    .popup_team {
        width: 100%;
        padding: 20px !important;
    }

    .popup_team-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .popup_team-img {
        width: 100%;
        height: 290px;
    }

    .popup_team-option {
        font-size: 14px;
    }

    .popup_team-top {
        margin-bottom: 20px;
    }

    .popup_team-text {
        font-size: 14px;
    }

    .popup_team-certificates {
        width: calc(100% + 20px);
        padding-right: 20px;
    }

    .popup_team-favorite-services {
        margin-bottom: 20px;
    }

    .blog_page-items {
        gap: 20px 10px;
    }

    .blog_page-item {
        width: calc(50% - 5px);
    }

    .blog_page-item-img {
        height: 128px;
        margin-bottom: 10px;
    }

    .blog_page-item-title {
        font-size: 16px;
    }

    .article_page blockquote {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .article_page p {
        font-size: 14px;
    }

    .article_imgs {
        margin: 20px 0 60px;
    }

    .article_img:nth-child(1),
    .article_img {
        height: 180px;
    }

    .documents_item {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .documents_items {
        margin-top: 30px;
    }

    .contacts_wrapper {
        margin: 30px 0;
    }

    .contacts_item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contacts_item-text {
        font-size: 16px;
    }

    .contacts_item-link {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contacts_item-messages {
        gap: 10px;
    }

    .contacts_item-message {
        width: 40px;
    }

    .reviews_items .reviews_slide {
        width: 100%;
    }

    .reviews_items {
        gap: 10px;
    }

    .thanks_page {
        flex-direction: column;
        padding: 0px 0 40px;
        height: auto;
        background: #341B06;
        z-index: 1;
    }

    .thanks_page-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .thanks_page-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .main_radio {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .thanks_btn {
        font-size: 16px;
        margin-top: 20px;
    }

    .advantages_slider .advantages_item {
        margin: 0 15px 0 0;
    }

    .advantages_slider {
        width: calc(100% + 15px);
    }

    .licenses_items {
        gap: 10px;
    }

    .licenses_item {
        width: 100%;
        height: auto;
    }

    .products_items {
        margin-top: 10px;
    }

    .products_item {
        width: 100%;
    }

    .products_item {
        padding: 64% 16% 15%;
        height: 123vw;
    }

    .order_item {
        flex-direction: column;
        gap: 10px;
    }

    .order_item-info {
        width: 100%;
    }

    .cart_item-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .order_item-price {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .order_total-item {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .order_total-desc {
        font-size: 14px;
    }

    .order_total-items {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .popup_order {
        padding: 30px 20px !important;
        width: 100%;
    }

    .popup_order .b24-form-padding-side {
        padding: 0;
    }

    .popup_order .b24-form-header-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .popup_order .b24-form-header-description {
        font-size: 16px;
    }

    .default_page table {
        display: block;
        overflow: auto;
    }

    .certificate_form {
        margin-top: 30px;
    }

    .certificate_tab {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .certificate_checkbox {
        width: 100%;
    }

    .certificate_checkbox span {
        width: 100%;
    }

    .certificate_right {
        gap: 10px;
    }

    .certificate_price-value {
        margin: 0;
    }

    .certificate_price-value {
        font-size: 16px;
    }

    .certificate_inp {
        width: 100%;

        margin: 0;
    }

    .certificate_inp.full {
        margin-bottom: 0;
    }

    .certificate_inp.half {
        width: 100%;
        margin: 0;
    }

    .certificate_btn {
        width: 100%;
    }

    .certificate_radio .certificate_desc {
        font-size: 14px;
    }

    .certificate_row:has(.certificate_btn) .certificate_row-title {
        display: none;
    }

    .certificate_select {
        margin-bottom: 10px;
    }

    .certificate_checkbox {
        margin-bottom: 0;
    }

    .popup_compliment-img {
        margin-bottom: 20px;
    }

    .popup_team-way {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .popup_team-certificates-wrapper:has(.popup_team-certificates:empty) {
        display: none;
    }

    .popup_team-btn {
        margin: 10px auto 0;
    }

    .services_main-item {
        position: relative;
    }

    .services_main-more {
        position: absolute;
        z-index: 1;
        display: flex;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}