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


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

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

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-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: 'SFProDisplay';
    background: #181818;
}

a {
    text-decoration: none;
}

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

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


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

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

.header_logo span {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    max-width: 228px;
    color: #C2C2C2;
}

.header_wrapper {
    background: #00000066;
    backdrop-filter: blur(30px);
    border-radius: 60px;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
}

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

.header_time {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #C2C2C2;
    position: relative;
    padding-left: 55px;
    width: 166px;
}

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

.header_number {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    color: #FFFFFF;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
    position: relative;
    font-size: 18px;
    z-index: 1;
    transition: all 0.3s;
    background: #FF5A34;
    /*background: linear-gradient(90deg, rgba(255, 90, 52, 0.3) 31.56%, rgba(255, 255, 255, 0.03) 100%);*/
}

.btn:hover {
    transform: scale(1.05);
}

.btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/btn_border.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.header_btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
}

.header_btn::before {
    background-image: url(../img/header_btn.svg);
}

.main_img {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    z-index: -1;
}

.main {
    position: relative;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 180px 0 60px;
    z-index: 1;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}


.main_video {
    position: absolute;
    top: 0;
    right: 0;
    width: 1400px;
    display: flex;
    z-index: -1;
}

.main_video::before {
    position: absolute;
    content: "";
    background-image: url(../img/video_bef.svg);
    background-size: cover;
    width: 101%;
    opacity: 1;
    height: 100%;
    top: 0;
    right: 0;
}

.main_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_video-two {
    right: -300px;
    width: 1200px;
    z-index: -2;
}

.main_title {
    color: #fff;
    font-weight: 500;
    font-size: 70px;
    margin-bottom: 50px;
    max-width: 730px;
}

.main_title span {
    color: #FF5A34;
}

.main_subtitle {
    font-weight: 300;
    font-size: 20px;
    width: 370px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.main_subtitle span {
    font-weight: 600;
}

.main_btn {
    width: 320px;
    height: 75px;
    padding: 5px 30px;
}

.main_wrapper {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
    gap: 20px;
}

.main_left {
    width: calc(50% - 10px);
    background: #00000080;
    border: 1px solid #2C1E1B;
    border-radius: 30px;
    padding: 42px;
    backdrop-filter: blur(50px);
}

.main_left-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color: #FF5A34;
}

.main_left-text {
    font-weight: 300;
    font-size: 15px;
    margin: 0 auto 20px;
    max-width: 408px;
    line-height: 130%;
    text-align: center;
    color: #C2C2C2;
}

.main_left-img {
    display: flex;
    justify-content: center;
}

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

.main_option {
    padding: 50px 40px;
    border-radius: 30px;
    background: #00000080;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #2C1E1B;
    backdrop-filter: blur(25px);
}

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

.main_option-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px;
}

.main_option-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    color: #C2C2C2;
}

.main_option-img {
    position: absolute;
    display: flex;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery {
    padding: 100px 0 120px;
}

.subtitle {
    width: fit-content;
    border: 1px solid #FF5A34;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FF5A34;
}

.title {
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.gallery_slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    background: #373737;
    border: none;
    font-size: 0;
    top: -110px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.gallery_slider .slick-arrow:hover {
    background-color: #FF5A34;
}

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

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

.gallery_slide {
    margin: 0 10px;
    border-radius: 25px;
    height: 480px;
    overflow: hidden;
    opacity: 0.1;
    transition: all 0.3s;
}

.gallery_slide.slick-active {
    opacity: 1;
}

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

.gallery_slider .slick-list {
    overflow: visible;
}

.catalog {
    background: #ECECEC;
    border-radius: 40px;
    padding: 100px;
    z-index: 1;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
}

.catalog .subtitle {
    background: #ECECEC;
}

.catalog_img {
    position: absolute;
    display: flex;
    bottom: 70px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.catalog_img:nth-child(2) {
    right: 50%;
    left: auto;
    bottom: 16px;
    z-index: 1;
    transform: translateX(calc(50% + 588px));
}

@media(min-width:1921px) {
    .catalog_img:nth-child(2) {
        right: 0;
        transform: none;
    }
}

.delivery::after {
    right: 50%;
    transform: translateX(calc(50% + 650px));
}


.catalog .subtitle {
    margin: 0 auto 10px;
}

.catalog .title {
    margin: 0 auto 30px;
    color: #181818;
    text-align: center;
    max-width: 920px;
}

.catalog_inner {
    background: #FFFFFF;
    border-radius: 30px;
    width: 530px;
    margin: 0 auto;
    padding: 40px;
}

.catalog_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    color: #FF5A34;
    margin-bottom: 20px;
}

.catalog_subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.catalog_btn {
    background: linear-gradient(90deg, #FF5A34 31.56%, #FFAA96 100%);
    width: 360px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0 auto 10px;
    border-radius: 70px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}

.catalog_btn:hover {
    transform: scale(1.05);
}

.catalog_inp {
    background: #EFEFEF;
    border: none;
    width: 100%;
    padding-left: 20px;
    height: 75px;
    border-radius: 70px;
}

.catalog_inp[type=tel] {
    padding-left: 75px;

}

.catalog_inp-wrapper {
    margin: 0 auto 10px;
    width: 360px;
    position: relative;
}

.catalog_inp-wrapper:has(.catalog_inp[type=tel])::before {
    position: absolute;
    content: "";
    background-image: url(../img/catalog_phone.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.form_ok {
    width: 310px;
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    padding-left: 30px;
    position: relative;
    color: #5858588f;
    cursor: pointer;
    margin: 0 auto 10px;
}

.form_ok a {
    color: #5858588f;
    text-decoration: underline;
}

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

.form_ok input {
    display: none;
}

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

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
}


.video_block {
    padding: 120px 0;
    z-index: 1;
    position: relative;
}

.video_block::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 900px;
    background-image: url(../img/video_block.jpg);
    background-size: cover;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
    mix-blend-mode: Lighten;
}

.video_block-slider {
    width: calc(100% + 50px);
}

.video_block .title {
    margin-bottom: 50px;
}

.video_block-title {
    font-size: 22px;
    line-height: 110%;
    color: #FF5A34;
    width: 380px;
    margin: 50px 0;
}

.video_block-item {
    height: 380px;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    position: relative;
}

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

.video_block-slide {
    margin-right: 50px;
    display: flex !important;
    flex-direction: column;
    position: relative;
}

.video_block-slide::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_video.svg);
    background-size: cover;
    right: 180px;
    top: 40px;
    width: 94px;
    height: 72px;
}

.video_block-slide:nth-child(2n)::before {
    background-image: url(../img/arrow_video2.svg);
    right: 320px;
    bottom: 40px;
    top: auto;
    width: 102px;
    height: 59px;
}

.video_block-item::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.53%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.video_block-item:hover::before {
    opacity: 0;
}

.video_block-item::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.79%, #FF6712 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
}

.video_block-item .play {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 120px;
    height: 120px;
    z-index: 1;
    pointer-events: none;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.video_block-item:hover::after {
    opacity: 1;
}

.video_block-slide:nth-child(2n) {
    flex-direction: column-reverse;
}

.video_block-slide:nth-child(2n) .video_block-title {
    text-align: right;
    margin-left: auto;
}

.video_block-slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    background: #373737;
    border: none;
    font-size: 0;
    top: -110px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.video_block-slider .slick-arrow:hover {
    background-color: #FF5A34;
}

.video_block-slider .slick-next {
    right: 50px;
    background-image: url(../img/arrow_right.svg);
}

.video_block-slider .slick-prev {
    right: 130px;
    background-image: url(../img/arrow_left.svg);
}


.quiz {
    background: #ECECEC;
    border-radius: 40px;
    padding: 100px;
    z-index: 1;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.quiz::before {
    position: absolute;
    content: '';
    background-image: url(../img/quiz_bef.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 844px;
    height: 667px;
    z-index: -1;
    mix-blend-mode: darken;
}

.quiz::after {
    position: absolute;
    content: '';
    background-image: url(../img/quiz_aft.png);
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 1052px;
    height: 837px;
    z-index: -1;
    mix-blend-mode: darken;
}

.quiz .title {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto 40px;
    color: #181818;
}

.quiz .title span {
    color: #FF5A34;
}

.quiz_img {
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.quiz_img .marquiz__container {
    border-radius: 30px;
    overflow: hidden;
}

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

.sale {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.sale::before {
    position: absolute;
    content: "";
    width: 700px;
    height: 542px;
    background-image: url(../img/sale_bef.png);
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: -1;
    mix-blend-mode: Lighten;
}

.sale .subtitle {
    margin: 0 auto 20px;
}

.sale .title {
    text-align: center;
    max-width: 736px;
    margin: 0 auto 40px;
}

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

.sale_left {
    width: calc(100% - 450px);
    padding: 50px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 374px;
}

.sale_left::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    background-image: url(../img/sale_left-img.jpg);
    background-size: cover;
    background-position: center;
}

.sale_left-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 15px;
    max-width: 220px;
}

.sale_left-title span {
    color: #FF5A34;
}

.sale_left-text {
    color: #A0A0A0;
    max-width: 158px;
    font-size: 16px;
    line-height: 110%;
}

.sale_right {
    width: 440px;
    background: #00000080;
    backdrop-filter: blur(25px);
    border: 1px solid #2C1E1B;
    border-radius: 0 30px 30px 0;
    padding: 60px 40px;
}

.sale_right .catalog_inp {
    background: #232323;
}

.sale_right .catalog_inp-wrapper {
    margin-bottom: 20px;
}

.sale_right-btn {
    border: none;
    width: 360px;
    height: 75px;
    margin-bottom: 20px;
}

.sale_right-btn::before {
    background-image: url(../img/sale_right-btn.svg);
}

.sale_right .form_ok {
    color: #ffffff82;
}


.products {
    background: #ECECEC;
    border-radius: 40px;
    padding: 100px;
    z-index: 1;
    margin: 0 20px;
    position: relative;
}

.products .subtitle {
    margin: 0 auto 20px;
}

.products .title {
    color: #181818;
    text-align: center;
}

.products_item {
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 40px;
    align-items: center;
}

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

.products_item-img {
    width: 780px;
    height: 507px;
    display: flex;
    overflow: hidden;
    border-radius: 25px;
}

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

.products_item-info {
    width: 550px;
    padding-top: 26px;
    padding-left: 30px;
}

.products_item-title {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 40px;
}

.products_item-title span {
    color: #FF5A34;
}

.products_item-option {
    font-size: 16px;
    line-height: 110%;
    color: #8C8C8C;
    margin-bottom: 20px;
}

.products_item-option span {
    color: #181818;
    display: block;
    margin-top: 10px;
}

.products_item-price {
    font-weight: 500;
    font-size: 22px;
    margin: 40px 0 20px;
    color: #181818;
}

.products_item-btn {
    background: linear-gradient(90deg, #FF5A34 31.56%, #FFAA96 100%);
    width: 300px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 70px;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}

.products_item-btn:hover {
    transform: scale(1.05);
}

.moduls {
    margin-top: 120px;
    position: relative;
    z-index: 1;

}

.moduls_img {
    position: absolute;
    top: 0;
    display: flex;
    right: 0;

    z-index: -1;
    background: #181818;
}

.moduls_img img {
    display: block;
    mix-blend-mode: color-dodge;
}

.moduls .subtitle {
    margin: 0 auto 10px;
}

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

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

.moduls_item {
    background: #ECECEC;
    border-radius: 25px;
    padding: 30px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.moduls_item-btn {
    width: 196px;
    height: 55px;
    margin: auto auto 0;
}

.moduls_item-btn::before {
    background-image: url(../img/moduls_item-btn.svg);
}

.moduls_item-img {
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

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

.moduls_item-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    color: #FF5A34;
}

.moduls_item-size {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #8C8C8C;
}

.moduls_item-size span {
    display: block;
    color: #555;
    margin-top: 10px;
}

.moduls_item-price {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.moduls_show {
    position: relative;
    width: calc(25% - 15px);
    border: 1px solid #FF5A34;
    border-radius: 25px;
    background: #0F0F0F;
    padding: 30px;
    display: flex;
    align-items: flex-end;
}

.moduls_show-title {
    padding-right: 84px;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: #fff;
}

.moduls_show-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    background-image: url(../img/moduls_show-title.svg);
}

.moduls_show-img {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    top: 0;
    right: 0;
}

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

.constructor {
    padding: 70px 0 670px;
    position: relative;
    z-index: 1;
}

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

.constructor_img img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.constructor_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin: 0 auto 40px;
    max-width: 740px;
}

.constructor_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #FF5A34 31.56%, #FFAA96 100%);
    width: 380px;
    height: 75px;
    border-radius: 70px;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
    transition: all 0.3s;
}

.constructor_btn:hover {
    transform: scale(1.05);
}


.why {
    background: #ECECEC;
    border-radius: 40px;
    padding: 100px;
    z-index: 1;
    margin: 0 20px;
    position: relative;
}

.why::before {
    position: absolute;
    content: "";
    background-image: url(../img/why_bef.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 436px;
    height: 405px;
    z-index: -1;
    pointer-events: none;
}

.why::after {
    position: absolute;
    content: "";
    background-image: url(../img/why_aft.png);
    background-size: cover;
    top: 127px;
    right: 0;
    width: 545px;
    height: 461px;
    z-index: -1;
    pointer-events: none;

}

.why .title {
    color: #181818;
}

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

.why_item:nth-child(1) {
    width: calc(100% - 472px);
    padding-bottom: 52px;
    padding-right: calc(50% - 100px);
}

.why_item:nth-child(1) .why_item-img {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    max-width: calc(100% - 300px);
}

.why_item:nth-child(1) .why_item-img img {
    width: 100%;
    height: auto;
}

.why_item:nth-child(2) .why_item-img {
    height: 100%;
    max-width: 285px;
}



.why_item:nth-child(5) .why_item-img {
    right: 50%;
    transform: translateX(50%);
}

.why_item:nth-child(2) {
    width: 452px;
    padding-bottom: 52px;
    padding-right: 222px;
    overflow: hidden;
}

.why_item {
    background: #FFFFFFCC;
    border-radius: 30px;
    padding: 30px 30px 200px;
    width: calc(25% - 15px);
    position: relative;
}

.why_item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.why_item-title {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    margin-bottom: 15px;
}

.why_item-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    color: #666666;
}

.about {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding: 120px 0 100px;
}

.about::before {
    position: absolute;
    content: "";
    background-image: url(../img/about_bg.jpg);
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 900px;
    top: 0;
    right: 0;
}

.about::after {
    position: absolute;
    content: "";
    background-image: url(../img/about_bef.svg);
    background-size: cover;
    z-index: -1;
    width: 872px;
    height: 480px;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
}

.about .title {
    text-align: center;
    margin-bottom: 20px;
}

.about_subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    max-width: 780px;
    margin: 0 auto 50px;
}

.about_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.about_items {
    display: flex;
    justify-content: center;
    gap: 110px;
    margin-bottom: 70px;
}

.about_item {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #C2C2C2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.about_item:nth-child(1) {
    max-width: 342px;
}

.about_item:nth-child(2) {
    max-width: 258px;
}

.about_item:nth-child(3) {
    max-width: 310px;
}

.about_wrapper {
    padding: 60px;
    position: relative;
    height: 600px;
    border-radius: 70px;
    overflow: hidden;
}

.about_wrapper-title {
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.about_wrapper-title span {
    color: #FF5A34;
}

.about_wrapper-subtitle {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about_wrapper-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    right: 0;
}

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

.production {
    margin-bottom: 120px;
}

.production_wrapper {
    display: flex;
    align-items: flex-start;
}

.production_inner {
    width: 360px;
    min-width: 360px;
}

.production_slider {
    width: 1360px;
    min-width: 1360px;
}

.production_slide {
    width: 440px;
    height: 420px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
}

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

.production_slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    background: #373737;
    border: none;
    font-size: 0;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.production_slider .slick-arrow:hover {
    background-color: #FF5A34;
}

.production_slider .slick-next {
    left: -280px;
    background-image: url(../img/arrow_right.svg);
}

.production_slider .slick-prev {
    left: -360px;
    background-image: url(../img/arrow_left.svg);
}


.steps {
    background: #ECECEC;
    border-radius: 40px;
    padding: 100px;
    z-index: 1;
    margin: 0 20px;
    position: relative;
    background-image: url(../img/steps.jpg);
    background-size: cover;
    background-position: center;
}

.steps .title {
    color: #181818;
}

.steps_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    max-width: 800px;
}

.steps_item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    position: relative;
    gap: 20px;
    color: #181818;
}

.steps_item::before {
    position: absolute;
    content: "";
    width: 124px;
    right: -68px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px dashed #FF5A34;
    z-index: -1;
}

.steps_item:nth-child(2n)::before {
    display: none;
}

.steps_item span {
    background: #FF5A34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
}

.delivery {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.delivery::before {
    position: absolute;
    content: "";
    background-image: url(../img/delivery_bef.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    top: 137px;
    left: 0;
    width: 687px;
    height: 687px;
    z-index: -1;
}

.delivery::after {
    position: absolute;
    content: "";
    background-image: url(../img/delivery_aft.png);
    background-size: cover;
    bottom: 0;
    top: 74px;
    width: 687px;
    height: 687px;
    z-index: -1;
}

@media(min-width:1921px) {


    .delivery::after {
        right: 0;
        transform: none;
    }
}

.delivery .subtitle {
    margin: 0 auto 20px;
}

.delivery .title {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.delivery_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.delivery_items {
    display: flex;
    gap: 15px;
    margin: 0 auto;
    width: 990px;
}

.delivery_item {
    width: calc(33.333% - 10px);
    background: #0E0E0E;
    border-radius: 30px;
    padding: 20px;
}

.delivery_item::before {
    position: relative;
    content: "";
    background-image: url(../img/delivery_item-bef.svg);
    background-size: cover;
    width: 52px;
    height: 30px;
    margin: 0 auto 10px;
    display: block;
}

.delivery_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.delivery_item-text {
    color: #C2C2C2;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

.delivery_item-img {
    height: 180px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
}

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

.reviews {
    padding: 100px 0;
    margin: 0 20px;
    background-image: url(../img/reviews.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    overflow: hidden;
}

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

.reviews_info {
    width: 420px;
}

.reviews_info .title {
    margin-bottom: 50px;
}

.reviews_text {
    font-size: 22px;
    line-height: 120%;
    color: #FF5A34;
    position: relative;
}

.reviews_text::before {
    position: absolute;
    content: "";
    background-image: url(../img/reviews_text.svg);
    background-size: cover;
    width: 131px;
    height: 104px;
    bottom: -160px;
    right: 60px;
}

.reviews_video {
    border-radius: 30px;
    width: 470px;
    overflow: hidden;
    height: 546px;
}

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

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

.map_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/map_img.png);
    background-size: cover;
    width: 1410px;
    height: 770px;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.map .subtitle {
    margin: 0 auto 10px;
}

.map .title {
    text-align: center;
    max-width: 1110px;
    margin: 0 auto;
}

.map_wrapper {
    height: 790px;
    position: relative;
}

.faq {
    margin-bottom: 100px;
}

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

.faq_items {
    width: 820px;
}

.faq_item {
    margin-bottom: 20px;
}

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

.faq_img {
    width: 550px;
    height: 413px;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
}

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

.faq_item-title {
    background: #00000066;
    padding: 20px 60px 20px 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}

.faq_item-title span {
    position: absolute;
    background: #FF5A34;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.faq_item-title.active span::after {
    transform: translate(50%, -50%) rotate(90deg);
}

.faq_item-title span::before {
    position: absolute;
    content: "";
    background: #FFFFFF;
    border-radius: 2px;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.faq_item-title span::after {
    position: absolute;
    content: "";
    background: #FFFFFF;
    border-radius: 2px;
    width: 2px;
    height: 14px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.faq_item-text {
    font-size: 16px;
    display: none;
    line-height: 130%;
    color: #C2C2C2;
    padding: 10px 30px 0;
}

.footer {
    margin-bottom: 20px;
}

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

.footer_logo span {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    max-width: 228px;
    color: #C2C2C2;
}

.footer_wrapper {
    background: #00000066;
    backdrop-filter: blur(30px);
    border-radius: 60px;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
}

.footer_links {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer_time {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #C2C2C2;
    position: relative;
    padding-left: 55px;
    width: 166px;
}

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

.footer_number {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}


.footer_btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
}

.footer_btn::before {
    background-image: url(../img/header_btn.svg);
}

.footer_dev {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    gap: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #C2C2C2;
}

.footer_option {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #7B7B7B;
    margin: 3px 0;
    display: block;
}

.popup_body {
    width: 800px;
    padding: 60px;
    position: relative;
    border-radius: 30px;
}

.popup_title {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
}

.popup_text {
    max-width: 282px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 110%;
}

.popup_body .popup_form {
    margin: 0;
    width: 360px;
}

.popup_body-img {
    position: absolute;
    display: flex;
    right: 86px;
    bottom: 0;
}

#popup_consult .popup_body-img {
    right: 0;
}

#popup_order {
    width: 1130px;
}

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

.popup_order-info {
    width: 360px;
}

.popup_order-img {
    width: 604px;
    display: flex;
    overflow: hidden;
    height: 392px;
    border-radius: 25px;
}

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

.menu_burger {
    display: none;
}

.header_inner {
    display: none;
}

.moduls_more,
.quiz_btn {
    display: none;
}

.thanks {
    min-height: 100vh;
    padding: 180px 0 220px;
    position: relative;
    background-image: url(../img/thanks.jpg);
    background-size: cover;
    background-position: center;
}

.thanks_title {
    font-weight: 500;
    font-size: 70px;
    color: #fff;
    margin-bottom: 40px;
}

.thanks_subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 30px;
    max-width: 530px;
}

.thanks+footer {
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    width: 100%;
}

body {
    position: relative;
}





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

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

.main_radio input {
    display: none;
}

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

.thanks_btn {
    width: 320px;
    height: 75px;
    margin: 30px 0;
}

.thanks_desc {
    font-size: 16px;
    line-height: 130%;
    max-width: 320px;
    color: #fff;
}

.popup_video {
    padding: 0;
    display: flex;
}

.popup_video iframe {
    display: flex;
    max-width: 100%;
}

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

.why_item:nth-child(3) .why_item-img {
    right: 50%;
    transform: translateX(50%);
}

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

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

.products_item-colors {
    display: flex;
}

.products_item-color {
    width: 85px;
    border-radius: 50%;
    height: 85px;
    border: 5px solid #FFFFFF;
    margin-right: -30px;
    position: relative;
}

.products_item-color:last-child {
    margin-right: 0;
}

.products_item-color span {
    position: absolute;
    color: #181818;
    border: 1px solid #FF5A34;
    border-radius: 5px;
    font-size: 13px;
    line-height: 110%;
    padding: 6px 10px;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    white-space: nowrap;
    left: 20px;
    top: 11px;
}

.products_item-color span::before {
    position: absolute;
    content: "";
    background-image: url(../img/tool.png);
    width: 10px;
    height: 9px;
    left: 9px;
    bottom: -9px;
}

.products_item-color:hover span {
    opacity: 1;
    visibility: visible;
}

.products_item-color img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.products_item-desc {
    font-size: 16px;
    line-height: 110%;
    color: #8C8C8C;
    width: 140px;
}

.constructor_btns {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.constructor_btn {
    cursor: pointer;
}

.popup_white {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 70px;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #FF5A34;
}

.sale_right .form_ok a {
    color: #ffffff82;
}

.sale_right .catalog_inp {
    color: #fff;
}

#popup_catalog .popup_body-img {
    right: 0;
    bottom: 24px;
}







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

    .main_video {
        width: 900px;
    }

    .catalog_img {
        width: 540px;
    }

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

    .catalog_img:nth-child(2) {
        z-index: -1;
    }

    .video_block-slide::before {
        right: 80px;
    }



    .why_item:nth-child(1) {
        padding-right: 90px;
        padding-bottom: 120px;
        width: calc(50% - 10px);
    }

    .why_item:nth-child(2) {
        width: calc(50% - 10px);
    }

    .why_item:nth-child(1) .why_item-img {
        width: 300px;
        bottom: 20px;
        transform: none;
        top: auto;
        max-width: none;
    }

    .why_item:nth-child(1) .why_item-img img {
        width: 100%;
        height: auto;
    }

    .why::after {
        width: 320px;
        height: 280px;
    }

    .about_wrapper {
        height: 491px;
    }

    .steps {
        padding: 80px;
    }

    .reviews_video {
        width: 720px;
        height: auto;
    }

    .map_wrapper::before {
        width: 1020px;
        height: 557px;
    }

    .map_wrapper {
        height: 620px;
    }

    .faq_items {
        width: 670px;
    }

    .faq_img {
        width: 460px;
    }

    .footer_links {
        gap: 20px;
    }

    .footer_number {
        font-size: 16px;
    }

    .main_option {
        padding-right: 200px;
    }

    .main_left-img img {
        width: 100%;
    }

    .why_item {
        width: calc(33.333% - 13.333px);
        overflow: hidden;
        z-index: 1;
    }

    .why_item-img {
        z-index: -1;
        max-height: 180px;
    }

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

    .reviews_text::before {
        bottom: -120px;
    }

    .gallery_slide {
        height: 386px;
    }

    .why_item:nth-child(2) .why_item-img {
        max-width: 240px;
        max-height: 100%;
    }

    .footer_wrapper {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .products_item-img {
        width: 640px;
        height: auto;
    }

    .products_item {
        align-items: center;
    }

    .products_item-info {
        width: 450px;
    }


    .main_img {
        right: -200px;
        width: 1200px;
    }

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

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

    .header_links {
        gap: 20px;
    }

    .header_logo span {
        width: 180px;
    }

    .main_video {
        width: 780px;
    }

    .header_number {
        font-size: 16px;
    }

    .gallery_slide {
        height: 306px;
    }

    .catalog_img {
        width: 420px;
    }

    .video_block-slide::before {
        right: 20px;
    }

    .quiz::after {
        width: 600px;
        height: 480px;
    }

    .quiz::before {
        width: 460px;
        height: 380px;
    }

    .sale_left {
        padding: 20px;
        min-height: 1px;
    }

    .sale_right {
        padding: 20px;
    }

    .sale_right-btn {
        margin: 0 auto 20px;
    }

    .sale_right {
        width: 402px;
    }

    .sale_left {
        width: calc(100% - 412px);
    }

    .products {
        padding: 80px 40px;
    }

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

    .products_item-info {
        width: 100%;
        padding-top: 0;
    }

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

    .constructor {
        padding-bottom: 440px;
    }

    .why {
        padding: 60px 40px;
    }

    .about_wrapper {
        padding: 40px;
        height: 394px;
    }

    .production_slide {
        width: 320px;
        height: 305px;
    }

    .steps {
        padding: 80px 40px;
    }

    .delivery_items {
        width: 100%;
    }

    .delivery::before {
        width: 420px;
        height: 420px;
    }

    .delivery::after {
        width: 420px;
        height: 420px;
        transform: none;
        right: -50px;
    }

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

    .reviews_info {
        width: 100%;
    }

    .reviews_video {
        width: 100%;
    }

    .map_wrapper::before {
        width: 100%;
        height: 503px;
        top: 120px;
    }

    .faq_items {
        width: 420px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        padding: 30px;
        gap: 20px;
        justify-content: center;
    }

    .footer_links {
        width: 100%;
        justify-content: space-between;
    }

    .popup_order-img {
        width: 510px;
    }

    .reviews_text::before {
        bottom: -40px;
        background-image: url(../img/reviews_text2.svg);
    }

    .reviews_text {
        margin-bottom: 80px;
    }

    .thanks+footer {
        position: relative;
        bottom: 0;
        transform: none;
        inset: auto;
        width: auto;
    }

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

    .products_item {
        align-items: center;
    }

    .products_item-info {
        width: 100%;
        padding-left: 0;
    }

    .thanks {
        padding-bottom: 100px;
        border-radius: 0 0 30px 30px;
        margin-bottom: 100px;
        min-height: 1px;
    }

    .catalog_img:nth-child(2) {
        right: 0;
        transform: none;
    }

    .header_logo img {
        width: 98px;
    }

    .header_logo span {
        width: 160px;
    }

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

    .main_img {
        right: -200px;
        width: 1100px;
    }
}


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

    .header_number,
    .header_time {
        display: none;
    }

    .main_video {
        top: 25px;
        width: 100%;
        height: 540px;
    }

    .main_title {
        text-align: center;
        font-size: 52px;
        line-height: 1.2;
    }

    .main {
        padding-top: 340px;
    }

    .main_subtitle {
        margin: 0 auto 30px;
    }

    .main_btn {
        margin: 0 auto;
    }

    .main::before {
        display: none;
    }

    .main_wrapper {
        flex-direction: column;
    }

    .main_right,
    .main_left {
        width: 100%;
    }

    .main_video::before {
        background-image: url(../img/video_bef.png);
        background-position: bottom;
        height: 100%;
        bottom: 0;
        top: auto;
    }

    .header {
        padding: 0;
        position: fixed;
    }

    .header::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: #00000066;
        backdrop-filter: blur(30px);
    }

    .header_wrapper {
        background: none;
        backdrop-filter: none;
    }

    .main_left-img {
        width: 320px;
        margin: 0 auto;
    }

    .gallery_slide {
        height: 230px;
    }

    .catalog {
        padding: 60px 15px 180px;
        margin-top: 216px;
        overflow: visible;
    }

    .catalog_img:nth-child(2) {
        top: -156px;
        right: 0px;
        width: 320px;
        bottom: auto;
        transform: none;
    }

    .catalog_img:nth-child(1) {
        bottom: -38px;
        left: -15px;
    }

    .quiz {
        padding: 60px 35px 210px;
    }

    .title {
        font-size: 42px;
    }

    .video_block .title {
        margin-bottom: 80px;
    }

    .video_block-slider .slick-arrow {
        top: -40px;
    }

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

    .sale_left {
        width: 100%;
        border-radius: 20px;
    }

    .sale_right {
        width: 100%;
        border-radius: 20px;
    }

    .products {
        padding: 60px 15px;
    }

    .products_item-img {
        width: 100%;
    }

    .products_item {
        margin-bottom: 20px;
    }

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

    .why_item:nth-child(1),
    .why_item:nth-child(2),
    .why_item {
        width: 100%;
    }

    .why::after {
        width: 270px;
        height: 218px;
        top: 220px;
    }

    .why_item:nth-child(1) .why_item-img {
        right: 50%;
        transform: translateX(50%);
    }

    .why::before {
        width: 260px;
        height: 260px;
    }

    .about {
        border-radius: 30px;
        overflow: hidden;
    }

    .about_items {
        gap: 30px;
    }

    .about_wrapper {
        padding: 20px;
        border-radius: 30px;
    }

    .about_wrapper-link img {
        object-position: bottom right;
    }

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

    .production_slider {
        padding-bottom: 90px;
    }

    .production_slider .slick-prev {
        left: 0;
    }

    .production_slider .slick-next {
        left: 80px;
    }

    .steps {
        padding: 60px 15px;
        background: #ECECEC;
    }

    .steps::before {
        position: absolute;
        content: "";
        background-image: url(../img/steps_bef.png);
        background-size: cover;
        bottom: 0;
        right: 0;
        width: 360px;
        height: 330px;
    }

    .steps_item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        padding: 10px;
    }

    .steps_items {
        max-width: 330px;
        gap: 20px;
    }

    .steps_item br {
        display: none;
    }

    .steps_item:nth-child(1) {
        width: 110px;
    }

    .steps_item:nth-child(2) {
        width: 200px;
    }

    .steps_item:nth-child(3) {
        width: 160px;
    }

    .steps_item:nth-child(4) {
        width: 150px;
    }

    .steps_item:nth-child(5) {
        width: 120px;
    }

    .steps_item:nth-child(6) {
        width: 190px;
    }

    .delivery_items {
        flex-wrap: wrap;
    }

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

    .delivery::after {
        top: auto;
    }

    .map_wrapper::before {
        width: 100%;
        height: 382px;
    }

    .map_wrapper {
        height: 500px;
    }

    .faq_items {
        width: 100%;
    }

    .footer_links {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 40px 30px;
    }

    .faq_img {
        display: none;
    }

    .footer_options {
        width: 100%;
    }

    .footer_time {
        text-align: left;
        margin: 0 calc(50% - 83px);
    }

    .footer_btn {
        margin: 0 calc(50% - 80px);
    }

    .header_btn {
        display: none;
    }

    .header_wrapper {
        align-items: center;
    }

    .menu_burger {
        background: #FF5A34;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: block;
        position: relative;
    }

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

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

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 2px;
        top: 14px;
        right: 11px;
        transition: all 0.3s;
    }

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

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 2px;
        bottom: 14px;
        right: 11px;
        transition: all 0.3s;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 2px;
        top: 19px;
        right: 11px;
        transition: all 0.3s;
    }

    .header_tg {

        display: flex;
    }

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

    .header_inner {
        display: block;
        background: #00000066;
        backdrop-filter: blur(30px);
        position: fixed;
        width: 100%;
        top: 0;
        transform: translateY(-100%);
        padding-top: 90px;
        padding-bottom: 60px;
        transition: all 0.6s;
    }

    .header_inner.active {
        transform: translateY(0%);
    }

    .header_inner .header_number {
        margin: 0 auto 40px;
        display: block;
        text-align: center;
    }

    .header_inner .header_btn {
        display: flex;
        width: 290px;
        height: 65px;
        font-size: 16px;
        margin: 0 auto;
    }

    .header_inner .header_time {
        display: block;
        margin: 0 auto 40px;
    }

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

    .header_order {
        background: linear-gradient(90deg, #FF5A34 31.56%, #FFAA96 100%);
        width: 290px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 70px;
        margin: 0 auto 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        text-align: center;
        color: #fff;
    }

    .header_btn::before {
        background-image: url(../img/header_btn2.svg);
    }

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

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

    .reviews_text {
        padding-right: 160px;
    }

    .reviews_text::before {
        bottom: -40px;
        background-image: url(../img/reviews_text2.svg);
    }

    .video_block-item::after {
        opacity: 1;
    }

    .video_block-item::before {
        opacity: 0;
    }

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

    .main_video-two {
        right: -70px;
        width: 80%;
    }

    .main_video-two::before {
        display: block;
        background-image: url(../img/video_bef.svg);
    }

    .main_img {
        right: 0;
        width: 960px;
    }

    .main:has(.main_video-two) {
        padding-top: 560px;
    }
}

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

    .header_wrapper {
        padding: 10px 0;
    }

    .header_logo span {
        width: 128px;
        font-size: 12px;
    }

    .header_logo {
        gap: 13px;
    }

    .header_logo img {
        width: 70px;
        height: auto;
    }

    .main_video {
        height: 440px;
    }

    .main {
        padding-top: 377px;
    }

    .main_title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .main_subtitle {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

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

    .main_left {
        padding: 30px 20px;
    }

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

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

    .main_left-img {
        width: 100%;
    }

    .main_option {
        padding: 30px 30px 112px;
        margin-bottom: 10px;
        text-align: center;
    }

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

    .main_option-img {
        bottom: 30px;
        top: auto;
        height: 65px;
        right: 50%;
        transform: translateX(50%);
    }

    .main {
        background-image: url(../img/main_bg2.jpg);
        background-position: bottom;
        background-size: 100% calc(100% - 356px);
    }

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

    .gallery {
        padding: 70px 0 0;
    }

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

    .gallery_slider {
        padding-bottom: 70px;
    }

    .gallery_slide {
        margin: 0;
    }

    .gallery_slide {
        height: 64vw;
    }

    .gallery_slider .slick-arrow {
        width: 50px;
        height: 50px;
        bottom: 0;
        top: auto;
    }

    .gallery_slider .slick-next {
        left: 60px;
        right: auto;
    }

    .gallery_slider .slick-prev {
        left: 0px;
        right: auto;
    }

    .catalog {
        margin-left: 0;
        margin-right: 0;
    }

    .header_order {
        display: none;
    }

    .catalog_img:nth-child(2) {
        width: 345px;
        top: -215px;
    }

    .catalog_inner {
        width: 100%;
        padding: 30px 20px;
    }

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

    .catalog_subtitle {
        font-size: 16px;
        line-height: 110%;
    }

    .catalog_inp-wrapper {
        width: 100%;
    }

    .catalog_inp {
        font-size: 14px;
        height: 65px;
    }

    .catalog_btn {
        width: 100%;
        font-size: 16px;
        height: 65px;
    }

    .form_ok {
        width: 100%;
    }

    .catalog_img:nth-child(1) {
        width: 335px;
    }

    .catalog {
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
    }

    .video_block-slider {
        padding-bottom: 70px;
    }

    .video_block-slider .slick-arrow {
        width: 50px;
        height: 50px;
        bottom: 0;
        top: auto;
    }

    .video_block-slider .slick-next {
        left: 60px;
        right: auto;
    }

    .video_block-slider .slick-prev {
        left: 0px;
        right: auto;
    }

    .video_block .title {
        margin-bottom: 30px;
    }

    .video_block-title {
        margin: 0 0 30px;
        font-size: 18px;
        width: 246px;
    }

    .video_block-item {
        height: 186px;
    }

    .video_block-item::before {
        width: 58px;
        height: 58px;
    }

    .video_block-slide::before {
        top: 9px;
        width: 48px;
        height: 37px;
    }

    .video_block-slide:nth-child(2n) .video_block-title {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .video_block-slide:nth-child(2n)::before {
        right: auto;
        bottom: 8px;
        left: 10px;
        width: 56px;
        height: 33px;
    }

    .video_block {
        padding-bottom: 70px;
    }

    .quiz {
        margin: 0;
        padding: 60px 0 210px;
    }

    .quiz .title {
        margin-bottom: 30px;
    }

    .quiz_img {
        display: none;
    }

    .quiz::before {
        background-image: url(../img/quiz_bef2.png);
        height: 342px;
        width: 100%;
    }

    .quiz::after {
        display: none;
    }

    .quiz_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #FF5A34 31.56%, #FFAA96 100%);
        width: 100%;
        height: 66px;
        max-width: 290px;
        margin: 0 auto;
        border-radius: 70px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        color: #fff;
        transition: all 0.3s;
    }

    .quiz_btn:hover {
        transform: scale(1.05);
    }

    .sale {
        padding: 70px 0;
    }

    .sale_left {
        padding: 0;
    }

    .sale_left::before {
        display: block;
        position: relative;
        height: 48vw;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 20px;
        background-image: url(../img/sale_left-img2.jpg);
    }

    .sale_left-title {
        font-size: 20px;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

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

    .sale_right {
        padding: 30px 20px;
    }

    .sale_right .catalog_inp-wrapper {
        margin-bottom: 10px;
    }

    .sale_right-btn::before {
        background-image: url(../img/header_btn2.svg);
    }

    .sale_right-btn {
        width: 290px;
        height: 64px;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .products {
        margin: 0;
        padding: 60px 0;
    }

    .products_item {
        padding: 0;
        margin-bottom: 30px;
        gap: 0;
    }

    .products_item-info {
        padding: 20px;
    }

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

    .products_item-option {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .products_item-option span {
        margin-top: 5px;
    }

    .products_item-price {
        font-size: 18px;
        margin: 20px 0;
    }

    .products_item-btn {
        font-size: 18px;
        height: 65px;
        width: 100%;
    }

    .moduls {
        margin-top: 70px;
    }

    .moduls_item {
        padding: 20px 15px;
        width: calc(50% - 5px);
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .moduls_item:nth-child(n + 7) {
        display: none;
    }

    .moduls_item.active {
        display: flex;
    }

    .moduls_item-img {
        height: 150px;
        margin-bottom: 20px;
    }

    .moduls_wrapper {
        gap: 10px;
    }

    .moduls_item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .moduls_item-size {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .moduls_item-price {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .moduls_item-btn {
        height: 35px;
        width: 130px;
        margin: auto auto 0;
        font-size: 13px;
    }

    .moduls_item-size span {
        margin-top: 5px;
    }

    .constructor_title {
        font-size: 20px;
        margin: 0 auto 30px;
        width: 300px;
    }

    .constructor_btn {
        width: 100%;
        height: 65px;
        font-size: 16px;
    }

    .constructor {
        padding: 0 0 320px;
        margin-top: 50px;
    }

    .moduls_more {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #585858;
        width: 180px;
        height: 45px;
        margin: 30px auto 0;
        border-radius: 70px;
        font-weight: 500;
        font-size: 13px;
        line-height: 110%;
        color: #fff;
    }

    .why {
        margin: 0;
        padding: 60px 0;
    }

    .why_item {
        padding: 20px 20px 190px;
        border-radius: 20px;
    }

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

    .why_item-text {
        font-size: 14px;
        line-height: 120%;
    }

    .why_item-img img {
        object-position: top;
        width: auto;
    }

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

    .why::after {
        width: 209px;
        height: 177px;
    }

    .why_item:nth-child(2) .why_item-img {
        max-height: 100%;
        max-width: 200px;
    }

    .why_item:nth-child(2) {
        padding-bottom: 20px;
        padding-right: 150px;
    }


    .why::before {
        display: none;
    }

    .about::after {
        width: 330px;
        height: 182px;
        top: 30px;
    }

    .about {
        padding: 60px 0;
    }

    .about .title {
        margin-bottom: 30px;
    }

    .about_item {
        width: 100% !important;
    }

    .about_items {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .about_subtitle {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .about_wrapper-link {
        background-image: url(../img/about_wrapper-link2.png);
        background-size: cover;
        background-position: bottom right;
    }

    .about_wrapper {
        padding: 20px 35px;
        height: 380px;
    }

    .about_wrapper-link img {
        display: none;
    }

    .about_wrapper-title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .about_wrapper-subtitle {
        font-size: 14px;
        width: 190px;
        margin: 0 auto;
    }

    .production_slide {
        width: 280px;
        height: 267px;
        margin-right: 10px;
    }

    .production_slider .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .production_slider .slick-next {
        left: 60px;
    }

    .production {
        margin-bottom: 70px;
    }

    .steps {
        margin: 0;
        padding: 60px 0 320px;
    }

    .delivery {
        padding: 70px 0 312px;
    }

    .delivery::before {
        display: none;
    }

    .delivery_text {
        font-size: 16px;
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .delivery_item {
        width: 100%;
    }

    .reviews {
        margin: 0;
        padding: 60px 0;
        background-image: url(../img/reviews2.jpg);
    }

    .reviews_info .title {
        margin-bottom: 30px;
    }

    .reviews_text {
        font-size: 18px;
        max-width: 250px;
    }

    .map {
        padding: 70px 0;
    }

    .map_wrapper::before {
        width: 446px;
        height: 224px;
        left: -15px;
        right: auto;
        top: 168px;
        transform: none;
        min-width: 100%;
    }

    .map_wrapper {
        height: 400px;
    }

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

    .constructor_btn {
        width: 100%;
    }

    .faq_item-title {
        padding: 25px 60px 25px 15px;
        font-size: 16px;
    }

    .faq_item {
        margin-bottom: 10px;
    }

    .faq_item-text {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .footer_wrapper {
        background: none;
        padding: 0;
    }

    .footer {
        margin: 0 15px 20px;
        background: #00000066;
        border-radius: 30px;
        padding: 30px;
    }

    .footer_logo {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .faq {
        margin-bottom: 70px;
    }

    .popup_body {
        padding: 30px 20px 30px;
    }

    .popup_title {
        font-size: 30px;
        line-height: 1;
    }

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

    .popup_body .popup_form {
        width: 100%;
    }

    .popup_body-img {
        right: 50%;
        transform: translateX(50%);
        width: 140px;
        display: none;
    }

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

    #popup_consult .popup_body-img {
        width: 224px;
        height: 179px;
    }


    #popup_consult .popup_body-img {
        background-image: url(../img/popup_consult2.png);
    }

    #popup_consult .popup_body-img img {
        display: none;
    }

    #popup_order {
        padding-bottom: 30px;
    }

    .popup_order-info {
        width: 100%;
    }

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

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

    .reviews_text {
        padding: 0;
        margin-bottom: 0;
    }

    .reviews_text::before {
        width: 53px;
        height: 41px;
        right: auto;
        left: 260px;
        bottom: 20px;
    }

    .thanks {
        padding: 400px 0 70px;
        margin-bottom: 30px;
        background-image: url(../img/thanks2.jpg);
    }

    .thanks_title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .thanks_subtitle {
        font-size: 16px;
        max-width: 260px;
    }

    .thanks_desc {
        display: none;
    }

    .thanks_btn::before {
        display: none;
    }

    .thanks_btn {
        width: 100%;
        height: 65px;
        margin-bottom: 0;
        border: #FF5A34 1px solid;
    }

    .main_radio {
        font-size: 16px;
    }

    .thanks_subtitle+.thanks_desc {
        display: block;
    }

    .popup_video iframe {
        height: 56vw;
    }

    .video_block-item .play {
        width: 58px;
        height: 58px;
    }

    .popup_order-img {
        display: none;
    }

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

    .catalog {
        overflow: visible;
    }

    .moduls_show {
        width: 100%;
        height: 543px;
        min-height: 134vw;
        overflow: hidden;
    }

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


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

    .quiz .title span:last-child {
        display: block;
    }

    .main:has(.main_video-two) {
        padding-top: 377px;
    }

    .main:has(.main_video-two) .main_img {
        right: auto;
        width: 670Px;
        left: -202px;
    }

    .main:has(.main_video-two) .main_video {
        height: 377px;
        right: -280px;
        width: 600px;
    }

    .main:has(.main_video-two) {
        background-image: url(../img/main_bg.jpg);
        background-position: center;
        background-size: cover;
    }
}

.b24-form-padding-side {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.b24-form-btn {
  border-radius: 40px !important;
}

.b24-form-sign-abuse {
  display: none !important;
}