/*! 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
}

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
}



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: "Unbounded", sans-serif; */
    font-family: "Inter", sans-serif;
    background: #F1F0EB;
}

a {
    text-decoration: none;
}

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

.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header.fixed {
    position: fixed;

    animation: headerAnim 0.3s;
}

.header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #FFFFFFD9;
    pointer-events: none;
    z-index: -1;
    backdrop-filter: blur(30px);
    transition: all 0.3s;
    opacity: 0;
    right: 0;
}

.header.fixed::before {
    opacity: 1;
}

.header.fixed .header_number {
    display: none;
}

.header.fixed .header_item {
    display: none;
}

.header.fixed .header_whats {
    font-size: 0;
    width: 30px;
}

.header.fixed .menu {
    position: relative;
    inset: auto;
    transform: none;
    white-space: nowrap;
}

@keyframes headerAnim {
    from {
        transform: translateY(-100%);
    }
}

.header_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.header_logo-img {
    display: flex;
}

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

.header_logo-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #6E5849;
    width: 112px;
}

.menu {
    position: absolute;
    top: 90px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
}

.menu a {
    color: #32312F;
    font-weight: 500;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    line-height: 130%;
    text-transform: uppercase;
    margin-right: 20px;
    transition: all 0.3s;
}

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

.menu li:last-child a::after {
    display: none;
}

.menu a::after {
    position: relative;
    margin-left: 20px;
    content: "|";
    color: #DDD8D5;
}

.header_item {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6E5849;
    padding-left: 34px;
    position: relative;
}

.header_item img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_whats {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #6E5849;
    position: relative;
    padding-left: 40px;
    width: 130px;
}

.header_whats img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_number {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    color: #32312F;
    transition: all 0.3s;
}

.header_number:hover {
    color: #FF8000;
}


.btn_brown {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6E5849;
    border-radius: 3px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.3s;
    font-family: "Unbounded", sans-serif;
}

.btn_brown:hover {
    background: #FF8000;

}

.header_btn {
    width: 180px;
    height: 46px;
}

.main {
    padding: 170px 0 60px;
    overflow: hidden;
}

.main_logo {
    display: flex;
    margin-bottom: 50px;
}

.main_wrapper {
    position: relative;
}

.main_info {
    width: 580px;
}

.main_title {
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    text-transform: uppercase;
    color: #32312F;
    margin-bottom: 15px;
    font-family: "Unbounded", sans-serif;
}

.main_subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "Unbounded", sans-serif;
    color: #6E5849;
}

.main_options {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.main_option {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #32312F;
    padding-left: 40px;
    position: relative;
}

.main_option::before {
    position: absolute;
    content: "";
    background-image: url(../img/main_option.svg);
    background-size: cover;
    width: 26px;
    height: 36px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main_option span {
    font-weight: 700;
}

.main_question {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Unbounded", sans-serif;
    color: #6E5849;

}

.main_radio {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 14px;
    color: #6E5849;
    cursor: pointer;
    line-height: 1;
    font-size: 20px;
}

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

.main_radio input {
    display: none;
}

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

.main_desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Unbounded", sans-serif;
    color: #6E5849;
}

.main_calc {
    width: 300px;
    height: 60px;
    margin-top: 30px;
    cursor: pointer;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF8000;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    transition: all 0.3s;
}

.btn:hover {
    background: #32312F;

}

.main_btn {
    width: 300px;
    height: 60px;
}

.main_imgs {
    position: absolute;
    pointer-events: none;
    right: -122px;
    top: 0px;
    width: 930px;
    height: 800px;
    overflow: hidden;
}

.main_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateX(-100%);
    height: auto;
    opacity: 0;
}

.main_img.active {
    display: flex;
    animation: mainAnim 0.6s;
    transform: translateX(0%);
    opacity: 1;
}

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

.main_img.prev {
    animation: mainAnim2 0.6s;
}

@keyframes mainAnim {
    0% {
        opacity: 0;
        transform: translateX(40%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes mainAnim2 {
    0% {
        opacity: 1;
        transform: translateX(0%);

    }

    100% {
        opacity: 0;
        transform: translateX(-40%);
    }
}

.advantages {
    background: #32312F;
    padding: 60px 0;
}

.advantages_items {
    display: flex;
    gap: 40px;
}

.advantages_item {
    width: calc(25% - 30px);
    height: 270px;
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

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

.advantages_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(50, 49, 47, 0) 33.91%, #32312F 87.83%),
        linear-gradient(180deg, rgba(50, 49, 47, 0) 61.3%, #32312F 91.3%);
}

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

.advantages_item-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #fff;
}

.quiz {
    padding: 150px 0;
}

.title {
    font-weight: 600;
    font-size: 40px;
    font-family: "Unbounded", sans-serif;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.quiz .title {
    text-align: center;
}

.quiz_img {
    margin: 0 auto;
    display: flex;
    width: fit-content;
}

.catalog {
    background-color: #fff;
    padding: 120px 0;
}

.catalog_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.catalog_tab {
    background: #F1F0EB;
    border-radius: 3px;
    padding: 15px 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    line-height: 110%;
    color: #6E5849;
}

.catalog_tab.active {
    background: #6E5849;
    color: #FFFFFF;
}

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

.catalog_item {
    width: calc(33.333% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.catalog_item-teg {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #32312F;
    border-radius: 3px;
    padding: 8px 19px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}

.catalog_item-teg.none {
    background: #979797;

}

.catalog_item-img {
    height: 380px;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

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

.catalog_item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 10px;
    color: #32312F;
}

.catalog_item-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #6E5849;
    margin-bottom: 20px;
}

.catalog_item-btn {
    height: 55px;
    margin-top: auto;
    width: 100%;
    font-size: 12px;
}

.catalog_content {
    display: none;
}

.catalog_content.active {
    display: block;
}

.catalog_item-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #32312F;
}

.sale {
    margin: 50px 0;
}

.sale_wrapper {
    padding: 76px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale_wrapper::before {
    position: absolute;
    content: "";
    width: 1820px;
    max-width: calc(100vw - 30px);
    right: 50%;
    background-image: url(../img/sale_wrapper.jpg);
    background-size: cover;
    background-position: center;
    transform: translateX(50%);
    border-radius: 3px;
    top: 0;
    z-index: -1;
    height: 100%;
}

.sale_img {
    position: absolute;
    display: flex;
    width: 586px;
    bottom: 0;
    left: 450px;
    z-index: -1;
}

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

.sale .title {
    width: 400px;
    margin: 0;
    color: #fff;
}

.sale .title span {
    color: #FF8000;
}

.sale_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    background: #FFFFFF;
    border-radius: 3px;
    width: 240px;
    height: 55px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FF8000;
    font-family: "Unbounded", sans-serif;
}

.sale_btn:hover {
    background: #FF8000;
    color: #fff;
}

.price_wrapper {
    position: relative;
    z-index: 1;
    padding: 90px 0;
}

.price_wrapper::before {
    position: absolute;
    content: "";
    width: 1820px;
    background: #FFFFFF;
    border-radius: 3px;
    max-width: calc(100vw - 30px);
    right: 50%;
    background-size: cover;
    background-position: center;
    transform: translateX(50%);
    top: 0;
    z-index: -1;
    height: 100%;
}

.price {
    margin-bottom: 150px;
}

.price_info {
    width: 600px;
}

.price_subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #6E5849;
    max-width: 475px;
    margin-bottom: 30px;
}

.price_form {
    width: 460px;
}

.form_inp {
    background: #F1F0EB;
    height: 65px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    border: none;
    width: 100%;
    display: block;
    border-radius: 3px;
}

.form_inp::placeholder {
    color: #32312F;
}

.form_btn {
    width: 100%;
    cursor: pointer;
    border: none;
    height: 65px;
    margin-bottom: 10px;
    font-size: 16px;
}

.form_ok {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #585858;
}

.form_ok input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #585858;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.form_ok input:checked {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.form_ok span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #585858;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.price_img {
    position: absolute;
    right: -140px;
    bottom: 0;
    display: flex;
}

.price_img picture {
    display: flex;
}

.price_img::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_img-bef.svg);
    background-size: cover;
    width: 174px;
    height: 174px;
    top: 59px;
    left: 277px;
    animation: priceCircle 20s linear infinite;
}

@keyframes priceCircle {
    to {
        transform: rotate(360deg);
    }
}

.about {
    margin: 150px 0;
}

.about_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about_imgs {
    position: absolute;
    left: 0;
    top: 0;
}

.about_info {
    width: 710px;
    margin-left: auto;
}

.about_info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
}

.about_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}

.about_item {
    width: calc(50% - 10px);
    background: #FFFFFF;
    padding: 18px 40px;
    position: relative;
    padding-right: 65px;
    border-radius: 3px;
    overflow: hidden;
}

.about_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/about_item.svg);
    background-size: cover;
}

.about_item-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #32312F;
}

.about_item-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #6E5849;
}

.about_imgs {
    width: 620px;
}

.about_imgs div {
    height: 100%;
}

.about_imgs .slick-arrow {
    position: absolute;
    bottom: 20px;
    background: #32312F;
    width: 50px;
    height: 50px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}

.about_imgs .slick-next {
    right: 20px;
    background-image: url(../img/arrow_right.svg);
}

.about_imgs .slick-prev {
    right: 80px;
    background-image: url(../img/arrow_left.svg);
}

.about_img {
    height: 100%;
}

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

.steps {
    margin: 150px 0;
}

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

.steps_item {
    width: calc(25% - 15px);
    background: #6E5849;
    position: relative;
    border-radius: 3px;
    height: 380px;
    z-index: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

.steps_item-number {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.steps_item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}

.gallery {
    background: #32312F;
    padding: 120px 0;
}

.gallery_top {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}

.gallery_top .title {
    margin-bottom: 0;
    color: #fff;
    margin-right: 130px;
}

.gallery_options {
    display: flex;
    gap: 40px;
}

.gallery_option {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    padding-left: 40px;
    position: relative;
}

.gallery_option::before {
    position: absolute;
    content: "";
    background-image: url(../img/main_option.svg);
    background-size: cover;
    width: 26px;
    height: 36px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gallery_slider {
    width: calc(100% + 260px);
}

.gallery_slide {
    height: 540px;
    width: 335px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}

.gallery_slide:has(.gallery_slide-img:nth-child(2)) .gallery_slide-img {
    height: calc(50% - 10px);
}

.gallery_slide-img {
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

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

.delivery {
    margin: 150px 0;
}

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

.delivery_items {
    display: flex;
    gap: 20px;
    width: 1045px;
}

.delivery_item {
    height: 260px;
    width: calc(33.33% - 13.333px);
    background: #FFFFFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 3px;
    z-index: 1;
    position: relative;
}

.delivery_item-img {
    position: absolute;
    display: flex;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

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

.delivery_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #32312F;
    margin-bottom: 5px;
    font-family: "Unbounded", sans-serif;
}

.delivery_item-subtitle {
    font-size: 14px;
    line-height: 140%;
    color: #6E5849;
}

.cooperation {
    margin: 150px 0;
}

.cooperation_wrapper {
    width: 1045px;
    margin-left: auto;
}

.cooperation_items {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.cooperation_item {
    width: calc(33.333% - 13.333px);
    height: 260px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: flex-end;
}

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

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

.cooperation_btn {
    height: 60px;
    font-size: 13px;
    width: 100%;
}

.cooperation_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.cooperation_item-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
}

.contacts {
    margin: 150px 0 50px;
}

.contacts_wrapper {
    position: relative;
    padding: 100px 0;
}

.contacts_wrapper::before {
    position: absolute;
    content: "";
    width: 1820px;
    background: #FFFFFF;
    border-radius: 3px;
    max-width: calc(100vw - 30px);
    right: 50%;
    background-size: cover;
    background-position: center;
    transform: translateX(50%);
    top: 0;
    z-index: -1;
    height: 100%;
}

.contacts_items {
    display: flex;
    gap: 110px;
}

.contacts_item-tilte {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #32312F;
}

.contacts_item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #6E5849;
}

.contacts_item-text a {
    display: block;
    color: #6E5849;
    transition: all 0.3s;
}

.contacts_item-text a:hover {
    color: #FF8000;
}

.contacts_item-message {
    display: flex;
}

.contacts_map {
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    height: 420px;
    display: flex;
}

.contacts_map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.footer {
    background: #32312F;
    padding: 40px 0;
}



.footer_info {
    width: 600px;
}

.footer_wrapper {
    padding-bottom: 80px;
    border-bottom: 2px solid #434240;
    position: relative;
}

.footer_info .title {
    color: #fff;
    margin-bottom: 20px;
}

.footer_subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.footer_btn {
    width: 280px;
    height: 55px;
    font-size: 12px;
}

.footer_btn:hover {
    background: #FFFFFF;
    color: #FF8000;
}

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

.footer_lines {
    display: flex;
    gap: 80px;
    width: max-content;
    margin-bottom: 70px;
    animation: linesAnim 40s linear infinite reverse;
    margin-left: -50%;
    position: relative;
    z-index: 1;
}

@keyframes linesAnim {
    from {
        transform: translateX(-50%);
    }
}

.footer_lines-item {
    display: flex;
}

.footer_whats {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #45B132;
    width: 280px;
    height: 55px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    gap: 10px;
    line-height: 120%;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}

.footer_whats:hover {
    background: #FF8000;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer_inner-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    transition: all 0.3s;
}

.footer_inner-item:hover {
    color: #FF8000;
}

.footer_img {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 70px;
    z-index: 2;
}

.popup_body {
    border-radius: 3px;
    width: 620px;
    padding: 50px;
    z-index: 1;
}

.popup_body-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.popup_body-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    max-width: 400px;
    margin-bottom: 20px;
    color: #6E5849;
}

.popup_body-form {
    width: 460px;
}

.popup_body-img {
    position: absolute;
    display: flex;
    z-index: -1;
}

#popup_call .popup_body-img {
    right: 34px;
    bottom: 0;
}

#popup_order .popup_body-img {
    right: 0px;
    bottom: 9px;
}

#popup_cooperation .popup_body-img {
    right: 0px;
    bottom: 0px;
    width: 443px;
}

#popup_cooperation .popup_body-img img {
    width: 100%;
    height: auto;
}

.scroll {
    position: fixed;
    z-index: 4;
    right: 50px;
    bottom: 50px;
    transition: all 0.3s;
    transform: scale(0);
}

.scroll.fixed {
    transform: scale(1);
}

.quiz_btn {
    display: none;
}

.menu_burger {
    display: none;
}

.header_inner .header_btn,
.header_inner .header_item,
.header_inner .header_number {
    display: none;
}

.popup_body-img {
    display: none;
}

.gallery_slider {
    position: relative;
}

.gallery_slider .slick-arrow {
    position: absolute;
    top: -70px;
    background: rgb(255, 128, 0);
    width: 50px;
    height: 50px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery_slider .slick-next {
    right: 260px;
    background-image: url(../img/arrow_right.svg);
}

.gallery_slider .slick-prev {
    right: 320px;
    background-image: url(../img/arrow_left.svg);
}

section {
    scroll-margin-top: 100px;
}

.footer_wrapper:empty {
    padding: 0;
}



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

    .menu a {
        white-space: nowrap;
    }

    .main_imgs {
        width: 720px;
        height: 620px;
        top: auto;
        bottom: -110px;
    }

    .main_logo img {
        max-width: 100%;
    }

    .menu a::after {
        margin-left: 10px;
    }

    .menu a {
        margin-right: 10px;
    }

    .header_btn {
        width: 170px;
    }

    .catalog_item-img {
        height: 320px;
    }

    .sale_img {
        left: 340px;
    }

    .price_img {
        width: 800px;
    }

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

    .about_imgs {
        width: 480px;
    }

    .about_info {
        width: 650px;
    }

    .steps_item {
        height: 320px;
    }

    .gallery_top .title {
        margin-right: 30px;
        width: 320px;
    }

    .gallery_options {
        gap: 20px;
    }

    .gallery_slide {
        height: 480px;
    }

    .delivery_items {
        width: 820px;
    }

    .cooperation_wrapper {
        width: 820px;
    }

    .contacts_items {
        gap: 60px;
    }

    .footer_img {
        right: 0px;
        pointer-events: none;
    }

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

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

    .header_item {
        display: none;
    }

    .header.fixed .menu a {
        font-size: 12px;
    }

    .header.fixed .header_logo-title,
    .header.fixed .header_whats {
        display: none;
    }

    .header_btn {
        width: 160px;
    }

    .main_info {
        position: relative;
        z-index: 1;
        width: 460px;
    }

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

    .price_img {
        width: 700px;
    }

    .main_title {
        font-size: 34px;
    }

    .main_imgs {
        width: 640px;
        bottom: -150px;
    }

    .advantages_item {
        height: 200px;
    }

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

    .advantages_item-title br {
        display: none;
    }

    .quiz_img img {
        max-width: 100%;
    }

    .catalog_item-img {
        height: 280px;
    }

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

    .about_imgs {
        position: relative;
        margin-top: 30px;
    }

    .steps_item {
        height: 230px;
    }

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

    .delivery_wrapper {
        flex-direction: column;
    }

    .delivery_items {
        width: 100%;
    }

    .cooperation_wrapper {
        width: 100%;
    }

    .contacts_items {
        gap: 40px;
        flex-wrap: wrap;
    }

    .footer_img {
        width: 540px;
        right: -100px;
    }

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

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

    .header {
        position: fixed;
        background: #F1F0EB;
    }

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

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #FFFFFFD9;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        transition: all 0.3s;
        backdrop-filter: blur(30px);
        padding-top: 120px;
    }

    .header.fixed .menu a,
    .menu a {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 14px;
        display: block;
    }

    .header_inner .header_btn {
        margin: 0 auto 20px;
    }

    .header_inner .header_item {
        text-align: center;
        justify-content: center;
        gap: 20px;
        margin-left: -44px;
        margin-bottom: 20px;
    }

    .header_item img {
        position: relative;
        transform: none;
    }

    .header_inner .header_btn,
    .header_inner .header_item,
    .header_inner .header_number {
        display: flex !important;
    }

    .header_inner .header_number {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        justify-content: center;
    }

    .menu a::after {
        display: none;
    }

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

    }

    .menu {
        flex-direction: column;
        position: relative;
        inset: auto;
        width: 700px;
        margin: 0 auto;
        transform: none;
        text-align: center;
    }

    .header_btn,
    .header_number {
        display: none;
    }

    .header.fixed {
        animation: none;
    }

    .header_whats {
        font-size: 0;
        width: 34px;
        height: 34px;
    }

    .header.fixed .header_logo-title,
    .header.fixed .header_whats {
        display: flex;
    }

    .main_info {
        width: 100%;
    }

    .main_options {
        margin-bottom: 254px;
    }

    .main_btn {
        width: 100%;
    }

    .main_logo {
        margin: 0;
        position: absolute;
        bottom: 240px;
    }

    .main_imgs {
        width: 330px;
        bottom: 0;
        height: 282px;
        right: 50%;
        transform: translateX(50%);
    }

    .advantages_items {
        gap: 20px;
        flex-wrap: wrap;
    }

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

    .quiz_img {
        display: none;
    }

    .catalog_item {
        width: calc(50% - 15px);
    }

    .quiz_btn {
        display: flex;
        height: 60px;
        position: relative;
        margin-top: 60px;
    }

    .quiz {
        padding-bottom: 172px;
    }

    .quiz_btn::before {
        position: absolute;
        content: "";
        background-image: url(../img/quiz_btn.png);
        background-size: cover;
        width: 300px;
        height: 202px;
        top: -40px;
        z-index: -1;
        right: 50%;
        transform: translateX(50%);
    }

    .sale_wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .sale_wrapper {
        padding-bottom: 175px;
    }

    .sale_img {
        width: 300px;
        right: 50%;
        left: auto;
        transform: translateX(50%);
    }

    .price_form {
        width: 100%;
    }

    .price_info {
        width: 100%;
    }

    .price_subtitle {
        margin: 0 auto 30px;
    }

    .price_wrapper {
        padding-bottom: 276px;
    }

    .price .title,
    .price_subtitle {
        text-align: center;
    }

    .price_img {
        width: 400px;
        right: 50%;
        transform: translateX(50%);
    }

    .price_img::before {
        width: 124px;
        height: 124px;
        top: 30px;
        left: 30px;
    }

    .steps_items {
        flex-wrap: wrap;
    }

    .steps_item {
        width: calc(50% - 10px);
        height: 320px;
    }

    .gallery_options {
        flex-wrap: wrap;
    }

    .gallery_option {
        font-size: 14px;
    }

    .delivery_items {
        flex-wrap: wrap;
    }

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

    .cooperation_items {
        flex-wrap: wrap;
    }

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

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

    .footer_wrapper {
        padding-bottom: 260px;
    }

    .footer_img {
        width: 330px;
        right: 50%;
        transform: translateX(50%);
    }

    .menu_burger {
        display: block;
        width: 32px;
        height: 26px;
        position: relative;
    }

    .header_whats {
        padding: 0;
        margin-left: auto;
        margin-right: 32px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 6px;
        background: #6E5849;
        border-radius: 2px;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 6px;
        background: #6E5849;
        border-radius: 2px;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 6px;
        background: #6E5849;
        border-radius: 2px;
        top: 10px;
        right: 0;
        transition: all 0.3s;
    }

    .header.fixed .header_whats {
        width: 34px;
    }

    .menu_burger.active::before {
        top: 10px;
        transform: rotate(45deg);
    }

    .menu_burger.active::after {
        bottom: 10px;
        transform: rotate(-45deg);
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .main_calc {
        margin-top: 254px;
    }

    .main_calc {
        width: 100%;
    }

    .main:has(.main_radio) .main_imgs {
        bottom: 80px;
    }

    .btn_thanks {
        margin-top: 254px;
    }
}

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

    .header {
        padding: 15px 0;
    }

    .header_logo-img {
        width: 100px;
    }

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

    .header_logo-title {
        font-size: 10px;
        width: 98px;
    }

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

    .main_title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .main_subtitle {
        margin-bottom: 30px;
    }

    .main_option {
        width: 100%;
    }

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

    .advantages {
        padding: 30px 0;
    }

    .advantages_item {
        width: 100%;
        height: 278px;
        padding-bottom: 10px;
    }

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

    .quiz {
        padding-top: 70px;
    }

    .title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .title br {
        display: none;
    }

    .catalog {
        padding: 70px 0;
    }

    .catalog_tab {
        padding: 12px 15px;
        font-size: 14px;
    }

    .catalog_tabs {
        gap: 8px;
        margin-bottom: 20px;
    }

    .catalog_items {
        gap: 30px 10px;
    }

    .catalog_item {
        width: calc(50% - 5px);
    }

    .catalog_item-img {
        height: 136px;
    }

    .catalog_item-title {
        font-size: 14px;
    }

    .catalog_item-text {
        font-size: 13px;
    }

    .catalog_item-text span {
        display: block;
    }

    .catalog_item-btn {
        height: 40px;
    }

    .catalog_item-teg {
        top: 5px;
        left: 5px;
        font-size: 9px;
        padding: 5px 12px;
    }

    .sale .title {
        width: 100%;
        font-size: 28px;
        width: 250px;
    }

    .sale_wrapper {
        padding: 40px 36px 175px;
    }

    .sale_img {
        animation: none !important;
    }

    .sale {
        margin: 30px 0;
    }

    .catalog_content:nth-child(4) .catalog_item-subtitle {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .price_wrapper {
        padding: 40px 20px 276px;
    }

    .price .title {
        margin-bottom: 10px;
    }

    .price_subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .price_img {
        width: 300px;
    }

    .price {
        margin-bottom: 70px;
    }

    .price_img::before {
        width: 99px;
        height: 99px;
        top: 36px;
        left: 29px;
    }

    .about {
        margin: 70px 0;
    }

    .about_info p {
        font-size: 14px;
    }

    .about_imgs {
        width: 100%;
    }

    .about_imgs div {
        height: 376px;
    }

    .about_imgs .slick-next {
        right: 10px;
    }

    .about_imgs .slick-prev {
        right: 70px;
    }

    .about_imgs .slick-arrow {
        bottom: 10px;
    }

    .about_items {
        margin-top: 30px;
        gap: 10px;
    }

    .about_item {
        width: calc(50% - 5px);
        padding: 20px 10px;
    }

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

    .about_item-text {
        font-size: 12px;
    }

    .scroll {
        right: 20px;
        bottom: 20px;
    }

    .steps {
        margin: 70px 0;
    }

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

    .steps_items::-webkit-scrollbar {
        background: #D7D7D7;
        height: 4px;
        border-radius: 10px;
    }

    .steps_items::-webkit-scrollbar-thumb {
        background: #6E5849;
        border-radius: 10px;
    }

    .steps_item {
        width: 264px;
        min-width: 264px;
        height: 300px;
        padding: 15px;
    }

    .steps_item-number {
        font-size: 20px;
    }

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

    .gallery {
        padding: 70px 0;
    }

    .gallery_slide {
        height: 420px;
        width: 260px;
        margin-right: 15px;
    }

    .gallery_slider {
        flex-wrap: nowrap;
        overflow: auto;
        padding-right: 15px;
        display: flex;
        width: calc(100% + 15px);
        padding-bottom: 19px;
    }

    .gallery_slider::-webkit-scrollbar {
        background: #D7D7D7;
        height: 4px;
        border-radius: 10px;
    }

    .gallery_slider::-webkit-scrollbar-thumb {
        background: #6E5849;
        border-radius: 10px;
    }

    .gallery_slide {
        min-width: 260px;
    }

    .gallery_slide:has(.gallery_slide-img:nth-child(2)) .gallery_slide-img {
        height: calc(50% - 7.5px);
    }

    .delivery {
        margin: 70px 0;
    }

    .delivery_items {
        gap: 10px;
    }

    .delivery_item {
        width: 100%;
    }

    .cooperation {
        margin: 70px 0;
    }

    .cooperation_item {
        width: 100%;
    }

    .cooperation_items {
        gap: 10px;
    }

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

    .contacts {
        margin: 70px 0 30px;
    }

    .contacts_wrapper {
        padding: 70px 0 15px;
    }

    .contacts_wrapper::before {
        max-width: 100vw;
    }

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

    .contacts_item-tilte {
        margin-bottom: 5px;
    }

    .contacts_item {
        min-width: 130px;
    }

    .contacts_items {
        gap: 20px;
        justify-content: space-between;
    }

    .contacts_map {
        height: 380px;
    }

    .footer_lines-item {
        height: 20px;
    }

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

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

    .footer_info {
        width: 100%;
    }

    .footer_subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

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

    .footer_whats,
    .footer_btn {
        width: 100%;
    }

    .footer_subtitle br {
        display: none;
    }

    .popup_body {
        padding: 30px 20px;
    }

    .popup_body-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .popup_body-form {
        width: 100%;
    }

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

    /* 
    #popup_call {
        padding-bottom: 247px;
    } */

    #popup_call .popup_body-img {
        width: 139px;
        right: 50%;
        transform: translateX(50%);
    }

    #popup_call .popup_body-img img {
        width: 100%;
        height: auto;
    }

    .menu {
        width: 100%;
    }

    .gallery_top {
        margin-bottom: 30px;
    }

    #popup_order .popup_body-img {
        width: 135px;
        top: 52px;
        bottom: auto;
    }

    .quiz .title {
        max-width: 345px;
        margin: 0 auto 30px;
    }

    #popup_order .popup_body-img img {
        width: 100%;
        height: auto;
    }

    /* #popup_order .popup_body-title {
        width: 224px;
    }

    #popup_order .popup_body-subtitle {
        width: 180px;
    } 

    #popup_cooperation {
        padding-bottom: 255px;
    }*/

    #popup_cooperation .popup_body-img {
        width: 284px;
    }

    .main_desc {
        font-size: 14px;
    }
}