/*! 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: "Inter Tight", sans-serif;
    color: #131313;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background: #F1F1F1;
}

.header.fixed {
    border-bottom: 1px solid #D5DFE6;
    position: fixed;
    animation: headerAnim 0.3s;
}

.header.fixed .header_wrapper {
    padding: 14px 0;
}

@keyframes headerAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.header.fixed .header_top-wrapper {
    display: none;
}

.header .container {
    max-width: 1870px;
}

.header_top-wrapper {
    background: #FFFFFF;
    padding: 9px 0;
}

.header_top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 130%;
    gap: 20px;
    color: #64717B;
}

.header_wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main {
    background: #F1F1F1;
    padding: 174px 0 74px;
}

.main h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.main_subtitle {
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #64717B;
    margin-bottom: 50px;
}

.header_options {
    display: flex;
    gap: 50px;
    width: 670px;
    align-items: center;
}

.header_option {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 120%;
}

.header_links {
    display: flex;
    gap: 50px;
    align-items: center;
}

.header_message {
    color: #131313;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed;
    margin-left: 40px;
    position: relative;
    transition: all 0.3s;
}

.header_message:hover {
    color: #08A826;
}

.header_message img {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.header_number {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #131313;
    transition: all 0.3s;
}

.header_number:hover {
    color: #08A826;
}

.header_link {
    font-size: 12px;
    line-height: 140%;
    border-bottom: 1px dashed;
    color: #64717B;
    transition: all 0.3s;
}

.header_link:hover {
    color: #08A826;
}

.header_order {
    padding-left: 40px;
    position: relative;
}

.header_order img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #131313;
    border: 1px solid #131313;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
    z-index: 1;
    position: relative;
}

.btn:hover {
    background: #ffffff00;
    color: #131313;
}

.main_btn {
    width: 370px;
    height: 80px;
    margin: 0 auto;
}

.main_wrapper {
    position: relative;
    padding-bottom: 410px;
}

.main_imgs {
    position: absolute;
    display: flex;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    gap: 30px;
}

.main_img {
    margin-top: 70px;
    width: 460px;
    height: 320px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}

.main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_img:nth-child(2n) {
    margin-top: 0;
}

.main_img:nth-child(n+5) {
    display: none;
}

.main_img:last-child {
    display: flex;
}

.main_option {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main_option:nth-child(1) {
    bottom: 54px;
    left: 0;
}

.main_option:nth-child(2) {
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
}

.main_option:nth-child(3) {
    bottom: 54px;
    right: 0;
    text-align: right;
    flex-direction: row-reverse;
}

.advantages {
    margin: 130px 0;
}

.advantages_inner {
    margin-bottom: 60px;
}

.advantages_inner:last-child {
    margin-bottom: 0;
}

.advantages_title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.advantages_title span {
    font-weight: 600;
}

.advantages_text {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 812px;
    color: #64717B;
}

.advantages_img {
    height: 380px;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

.advantages_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numbers {
    margin: 130px 0;
}

.title {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 50px;
}

.numbers_wrapper {
    display: flex;
    justify-content: space-between;
}

.numbers_img {
    width: calc(50% - 15px);
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

.numbers_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numbers_items {
    width: calc(50% - 15px);
}

.numbers_item {
    padding: 12px 15px 22px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.numbers_item:last-child {
    margin-bottom: 0;
}

.numbers_item::before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 25px;
    top: 0;
    right: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.numbers_item::after {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 25px;
    bottom: 0;
    right: 0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.numbers_item-title {
    font-weight: 600;
    font-size: 70px;
    margin-bottom: 5px;
    height: 1;
}

.numbers_item-subtitle {
    font-weight: 500;
    line-height: 130%;
    color: #64717B;
}

.way {
    background: #F1F1F1;
    padding: 110px 0;
}

.way .title {
    margin-bottom: 34px;
}

.way_tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.way_tab {
    cursor: pointer;
    font-size: 20px;
    line-height: 140%;
    color: #64717B;
    transition: all 0.3s;
}

.way_tab:hover {
    color: #131313;

}

.way_tab.active {
    color: #131313;
    font-weight: 500;
    border-bottom: 2px solid;
    transition: all 0s;
}

.way_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.way_item {
    width: calc(50% - 15px);
    font-size: 16px;
    line-height: 140%;
    color: #64717B;
}

.way_item img {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
    height: 400px;
}

.way_wrapper {
    margin-bottom: 60px;
}

.way_populars {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.way_popular {
    font-size: 16px;
    line-height: 140%;
    color: #64717B;
}

.way_popular span {
    width: 86px;
    height: 86px;
    border-radius: 6px;
    margin-bottom: 5px;
    display: flex;
}

.way_content {
    display: none;
}

.way_content.active {
    display: block;
}

.drivers {
    margin: 130px 0;
}

.drivers .title {
    text-align: center;
}

.drivers_items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.drivers_item {
    width: calc(25% - 22.5px);
}

.drivers_item-img {
    height: 337px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
}

.drivers_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drivers_item-info {
    padding: 15px 20px;
    position: relative;
}

.drivers_item-info::before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 25px;
    top: 0;
    right: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.drivers_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 5px;
}

.drivers_item-text {
    line-height: 140%;
    margin-bottom: 10px;
    color: #64717B;
}

.drivers_item-price {
    font-weight: 500;
    line-height: 140%;
}

.smart {
    margin: 130px 0;
}

.smart .title {
    margin-bottom: 40px;
    font-size: 40px;
}

.smart_wrapper {
    display: flex;
    justify-content: space-between;
}

.smart_info {
    width: 320px;
    display: flex;
    flex-direction: column;
}

.smart_text {
    font-size: 20px;
    line-height: 140%;
    color: #64717B;
    margin-bottom: 40px;
}

.smart_btn {
    height: 70px;
    margin-top: auto;
    width: 100%;
    font-size: 12px;
}

.smart_img {
    width: 1070px;
    height: 460px;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
}

.smart_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.possibilities {
    margin: 130px 0;
}

.possibilities_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.possibilities_item {
    width: calc(20% - 24px);
}

.possibilities_item-img {
    margin-bottom: 10px;
    border-radius: 6px;
    height: 162px;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}

.possibilities_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.possibilities_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 5px;
}

.possibilities_item-text {
    font-size: 14px;
    line-height: 140%;
    color: #64717B;
}

.quiz {
    background: #F1F1F1;
    padding: 110px 0;
}

.quiz .title {
    text-align: center;
    margin-bottom: 30px;
}

.quiz_text {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px;
    color: #64717B;
}

.quiz_img {
    display: flex;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
}

.quiz_img img {
    max-width: 100%;
    height: auto;
}

.popular {
    margin: 130px 0;
}

.popular .title {
    text-align: center;
}

.popular_slider {
    padding: 0 70px;
}

.popular_slide {
    margin: 0 20px;
}

.popular_slide-img {
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
}

.popular_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular_slide-info {
    padding: 15px 20px 20px;
    position: relative;
}

.popular_slide-info::before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 25px;
    top: 0;
    right: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.popular_slide-info::after {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 25px;
    bottom: 0;
    right: 0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.popular_slide-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px;
}

.popular_slide-options {
    margin-bottom: 20px;
}

.popular_slide-option {
    font-size: 14px;
    line-height: 140%;
    color: #64717B;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.popular_slide-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular_slide-btn {
    width: 180px;
    height: 50px;
}

.popular_slide-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.popular_slider .slick-arrow {
    position: absolute;
    top: 197px;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.popular_slider .slick-arrow:hover {
    opacity: 0.7;
}

.popular_slider .slick-next {
    background-image: url(../img/arrow_right.svg);
    right: 0;
}

.popular_slider .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: 0;
}

.complect {
    margin: 130px 0;
}

.complect_wrapper {
    background: #F1F1F1;
    border-radius: 6px;
    padding: 80px;
}

.complect_wrapper .title {
    text-align: center;
    margin-bottom: 10px;
}

.complect_subtitle {
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}

.complect_text {
    margin-bottom: 30px;
    line-height: 140%;
    text-align: center;
    color: #64717B;
}

.complect_btn {
    width: 250px;
    height: 70px;
    margin: 0 auto 30px;
}

.complect_imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.complect_img {
    width: calc(50% - 15px);
    height: 420px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}

.complect_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery {
    margin: 130px 0;
}

.gallery .title {
    text-align: center;
    margin-bottom: 10px;
}

.gallery_subtitle {
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 50px;
}

.gallery_slider {
    width: 100%;
}

.gallery_slide {
    margin-right: 20px;
    height: 340px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    width: 460px;
}

.gallery_slider .slick-slide>div:last-child {
    transform: translateX(-260px);
    margin-top: 20px;
}

.gallery_wrapper {
    position: relative;
}

.gallery_wrapper::before {
    position: absolute;
    content: "";
    bottom: -24px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/gallery_wrapper.svg);
    background-size: cover;
}

.resalts {
    margin: 60px 0;
}

.resalts_wrapper {
    background: #F1F1F1;
    border-radius: 6px;
    padding: 80px;
}

.resalts_wrapper .title {
    text-align: center;
    margin-bottom: 40px;
}

.resalts_subtitle {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    color: #64717B;
}

.resalts_options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.resalts_option {
    font-size: 20px;
    line-height: 130%;
    color: #64717B;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.resalts_option::after {
    position: relative;
    content: "";
    background-image: url(../img/resalts_option.svg);
    background-size: cover;
    width: 8px;
    height: 9px;
    display: block;
}

.resalts_option:last-child::after {
    display: none;
}

.resalts_items {
    padding: 0 30px;
}

.resalts_items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.resalts_items .slick-arrow:hover {
    opacity: 0.7;
}

.resalts_items .slick-next {
    background-image: url(../img/arrow_right.svg);
    right: -25px;
}

.resalts_items .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: -25px;
}

.resalts_item {
    width: calc(50% - 15px);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    position: relative;
    margin: 0 15px;
}

.resalts_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 80px;
    height: 80px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.resalts_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.installers {
    margin: 60px 0 130px;
}

.installers_wrapper {
    display: flex;
    justify-content: space-between;
}

.installers_img {
    width: calc(50% - 15px);
    display: flex;
}

.installers_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.installers_info {
    width: calc(50% - 15px);
}

.installers_info .title {
    font-size: 40px;
    margin-bottom: 40px;
}

.installers_items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 20px;
}

.installers_item {
    width: calc(25% - 15px);
}

.installers_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.binstallers_btn {
    width: 340px;
    height: 70px;
}

.installers_inner-text {
    font-size: 20px;
    line-height: 130%;
    color: #64717B;
}

.installers_item-img {
    height: 160px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.installers_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.installers_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.installers_item-text {
    font-size: 14px;
    line-height: 120%;
    color: #64717B;
}

.installers_item-text p {
    margin-bottom: 10px;
}

.installers_item-text p:last-child {
    margin-bottom: 0;
}

.mistakes {
    margin: 130px 0;
}

.mistakes .title {
    text-align: center;
    margin-bottom: 10px;
}

.mistakes_subtitle {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #64717B;
}

.mistakes_text {
    margin-bottom: 20px;
    line-height: 140%;
    text-align: center;
}

.mistakes_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mistakes_item {
    width: calc(33.333% - 20px);
    padding: 30px;
    position: relative;
}

.mistakes_item::before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #C7D1D8;
    height: 25px;
    top: 0;
    right: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.mistakes_item::after {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #C7D1D8;
    height: 25px;
    bottom: 0;
    right: 0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.mistakes_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.mistakes_item-text {
    line-height: 140%;
    color: #64717B;
}

.mistakes_item-img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}

.mistakes_item:has(.mistakes_item-img) {
    padding: 0;
}

.mistakes_item:has(.mistakes_item-img)::after,
.mistakes_item:has(.mistakes_item-img)::before {
    display: none;
}

.mistakes_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mistakes_item-icon {
    display: flex;
    margin-bottom: 20px;
}

.zamer {
    background: #131313;
    padding: 110px 0;
}

.zamer_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.zamer_info {
    width: 380px;
}

.zamer_info .title {
    color: #fff;
}

.zamer_form {
    width: 430px;
}

.zamer_subtitle {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
    color: #fff;
}

.zamer_option {
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.zamer_option::before {
    position: absolute;
    content: "";
    background-image: url(../img/zamer_option.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zamer_option:last-child {
    margin-bottom: 0;
}

.zamer_img {
    width: 460px;
    height: 520px;
    border-radius: 6px;
    right: 50%;
    position: absolute;
    display: flex;
    overflow: hidden;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.zamer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zamer_form-subtitle {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 30px;
}

.zamer_form-inp {
    background: #131313;
    border: 1px solid #BDBDBD;
    height: 70px;
    margin-bottom: 10px;
    border-radius: 6px;
    display: flex;
    padding-left: 30px;
    width: 100%;
    color: #fff;
}

.zamer_form-inp::placeholder {
    color: #fff;
}

.zamer_form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #131313;
    height: 70px;
    width: 100%;
    color: #131313;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.zamer_form-btn:hover {
    background: #131313;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.zamer_form-ok {
    font-size: 12px;
    line-height: 120%;
    color: #8A8A8A;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    min-height: 15px;
    padding-left: 26px;
}

.zamer_form-ok a {
    color: #8A8A8A;

}

.zamer_form-ok input {
    display: none;
}

.zamer_form-ok span {
    border: 1px solid #FFFFFF;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.zamer_form-ok input:checked+span {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.team {
    margin: 130px 0;
}

.team .title {
    text-align: center;
    margin-bottom: 20px;
}

.team_subtitle {
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #64717B;
    margin-bottom: 40px;
}

.team_items {
    display: flex;
    gap: 30px;
}

.team_item {
    width: calc(25% - 22.5px);
}

.team_item-img {
    height: 337px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    overflow: hidden;
}

.team_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_item-info {
    padding: 15px 30px;
    position: relative;
}

.team_item-info::before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 25px;
    top: 0;
    right: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.team_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;
}

.team_item-text {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #64717B;
}

.showroom {
    margin: 130px 0;
}

.showroom_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 590px;
}

.showroom_info {
    width: 410px;
}

.showroom_imgs {
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.showroom_img {
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    height: 280px;
}

.showroom_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showroom_info .title {
    font-size: 40px;
    margin-bottom: 40px;
}

.showroom_subtitle {
    font-size: 18px;
    line-height: 140%;
    color: #64717B;
    margin-bottom: 20px;
}

.showroom_option {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    width: 335px;
    align-items: center;
    gap: 30px;
    padding: 8px 30px;
    position: relative;
    margin-bottom: 15px;
}

.showroom_option::before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 15px;
    top: 0;
    right: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.showroom_option::after {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #64717B;
    height: 15px;
    bottom: 0;
    right: 0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.contacts {
    margin: 130px 0;
}

.contacts_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contacts_top .title {
    max-width: 400px;
    margin: 0;
}

.contacts_items {
    display: flex;
    gap: 30px;
}

.contacts_item {
    background: #F1F1F1;
    padding: 28px 24px;
    display: flex;
    width: 300px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 500;
    line-height: 140%;
    gap: 10px;
}

a.contacts_item {
    color: #131313;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}

.contacts_map {
    height: 600px;
    filter: grayscale(1);
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
    display: flex;
}

.documentation {
    margin: 130px 0;
}

.documentation_wrapper {
    background: #F1F1F1;
    border-radius: 6px;
    padding: 80px;
}

.documentation .title {
    text-align: center;
}

.documentation_slider {
    padding: 0 50px;
}

.documentation_slider .slick-track {
    display: flex;
}

.documentation_slider .slick-arrow {
    position: absolute;
    top: 164px;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    z-index: 1;
    font-size: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.documentation_slider .slick-arrow:hover {
    opacity: 0.7;
}

.documentation_slider .slick-next {
    background-image: url(../img/arrow_right.svg);
    right: 0;
}

.documentation_slider .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: 0;
}

.documentation_slide {
    display: flex !important;
    flex-direction: column;
    margin: 0 20px;
    height: inherit;
}

.documentation_slide-img {
    height: 257px;
    margin-bottom: 10px;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}

.documentation_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.documentation_slide-title {
    font-size: 14px;
    line-height: 120%;
    color: #64717B;
    margin-bottom: 20px;
}

.documentation_slide-inner {
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 10px;
}

.documentation_slide-btn {
    width: 100px;
    height: 40px;
}

.documentation_slide-value {
    font-size: 12px;
    line-height: 120%;
    color: #64717B;
}

.faq {
    margin: 130px 0;
}

.faq_items {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    align-items: flex-start;
}

.faq_item {
    width: calc(50% - 20px);
    border-bottom: 2px solid #64717B;
    border-top: 2px solid #64717B;
    margin-top: -2px;
}

.faq_item-title {
    font-size: 18px;
    line-height: 130%;
    padding: 30px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 90px;
    position: relative;
    min-height: 110px;
}

.faq_item-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.faq_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_item-title.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.faq_item-content {
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 30px;
    display: none;
    color: #64717B;
}

.faq_item-content ul {
    list-style: disc;
    padding-left: 20px;
}

.question {
    margin: 130px 0;
}

.question .title {
    text-align: center;
}

.question_wrapper {
    padding: 310px 30px 40px;
    background-image: url(../img/question_wrapper.jpg);
    background-size: cover;
    background-position: center;
}

.question_inner {
    background: #131313d4;
    width: 620px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 6px;
}

.question_inner-text {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.question_inner-number {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.question_inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 250px;
    height: 60px;
    border-radius: 6px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    color: #131313;
    transition: all 0.3s;
}

.question_inner-btn:hover {
    background: #131313;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.footer {
    background: #131313;
    padding: 70px 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 330px;
}

.footer_logo {
    display: flex;
    margin-bottom: 20px;
}

.footer_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_inner-text {
    font-size: 14px;
    line-height: 130%;
    color: #9AA8B2;
}

.footer_options {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 58px;
}

.footer_option {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-left: 40px;
    position: relative;
    color: #fff;
}

.footer_option img {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.footer_option.whats {
    border-bottom: 1px dotted #fff;
    transition: all 0.3s;
}

.footer_option.whats:hover {
    border-bottom: 1px dotted #08A826;
    color: #08A826;
}

.footer_option-number {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    transition: all 0.3s;
}

.footer_option-number:hover {
    color: #08A826;
}

.footer_option-order {
    border-bottom: 1px dotted #fff;
    color: #fff;
    font-size: 12px;
    line-height: 140%;
    transition: all 0.3s;
}

.footer_option-order:hover {
    border-bottom: 1px dotted #08A826;
    color: #08A826;
}

.footer_bot {
    display: flex;
    justify-content: space-between;
}

.footer_bot-item {
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9AA8B2;
    transition: all 0.3s;
}

a.footer_bot-item:hover {
    color: #08A826;
}

.popup_body {
    background: #FFFFFF;
    border-radius: 6px;
    width: 1040px;
    padding: 60px;
}

.popup_body-wrapper {
    display: flex;
    justify-content: space-between;
}

.popup_body-info {
    width: 390px;
}

.popup_body-form {
    width: 430px;
}

.popup_body-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 20px;
}

#popup_complect .popup_body-title {
    font-size: 40px;
}

.popup_body-subtitle {
    font-size: 20px;
    line-height: 140%;
    color: #64717B;
    margin-bottom: 30px;
}

.popup_body-text {
    line-height: 140%;
    margin-bottom: 15px;
}

.popup_body-whats {
    color: #131313;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed;
    margin-left: 40px;
    position: relative;
    transition: all 0.3s;
    width: fit-content;
}

.popup_body-whats:hover {
    color: #08A826;
}

.popup_body-whats img {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.popup_body .zamer_form-inp {
    background: none;
    color: #131313;
}

.popup_body .zamer_form-inp::placeholder {
    color: #64717B;
}

.popup_body-btn {
    height: 70px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
}

.popup_body .zamer_form-ok span {
    border-color: #131313;
}

.popup_body .zamer_form-ok input:checked+span {
    background-image: url(../img/check2.svg);
}

.header_menu,
.menu_burger {
    display: none;
}

.thanks {
    background: #F1F1F1;
    padding: 200px 0 80px;
}

.thanks_wrapper {
    display: flex;
    justify-content: space-between;
}

.thanks_info {
    width: 640px;
}

.thanks_img {
    width: 720px;
    height: 460px;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}

.thanks_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thanks_title {
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 25px;
}

.thanks_subtitle {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #64717B;
}

.thanks_check {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    line-height: 130%;
    color: #64717B;
}

.thanks_check input {
    display: none;
}

.thanks_check input:checked+span::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.thanks_check span {
    border: 1px solid #64717B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: relative;
}

.thanks_btn {
    margin: 30px 0 20px;
    width: 370px;
    height: 80px;
    cursor: pointer;
}

.thanks_desc {
    line-height: 130%;
    color: #64717B;
}

.scroll {
    position: fixed;
    width: 54px;
    height: 54px;
    background: #3AAA35;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 125px;
    right: 5%;
    z-index: 8;
    transform: scale(0);
    transition: all 0.3s;
}

.scroll.fixed {
    transform: scale(1);
}

.fancybox-video {
    object-fit: cover !important;
}

@media (min-width: 992px) {
    .fancybox-slide--video .fancybox-content {
        width: 800px !important;
        height: 439px !important;
    }
}

@media (max-width: 1650px) {
    .header_options {
        width: auto;
    }
}

@media (max-width: 1480px) {
    .container {
        max-width: 950px;
    }

    .header_message,
    .header_option:nth-child(2) {
        display: none;
    }

    .main_option {
        max-width: 210px;
        font-size: 14px;
    }

    .main_img {
        width: 286px;
        height: 200px;
    }

    .main_wrapper {
        padding-bottom: 336px;
    }

    .advantages_img {
        height: 280px;
    }

    .numbers_item-title {
        font-size: 52px;
    }

    .way_tab {
        font-size: 16px;
    }

    .way_item img {
        height: 252px;
    }

    .drivers_item-img {
        height: 207px;
    }

    .smart_info {
        width: 300px;
    }

    .smart_img {
        width: 600px;
        height: auto;
    }

    .smart_text {
        font-size: 16px;
    }

    .possibilities_item-img {
        height: 100px;
    }

    .complect_img {
        height: 246px;
    }

    .resalts_wrapper {
        padding: 60px;
    }

    .resalts_option {
        font-size: 18px;
    }

    .resalts_item::before {
        width: 60px;
        height: 60px;
    }

    .installers_items {
        flex-wrap: wrap;
    }

    .installers_item {
        width: calc(50% - 10px);
    }

    .installers_wrapper {
        align-items: flex-start;
    }

    .installers_info .title {
        font-size: 32px;
    }

    .installers_inner-text {
        font-size: 16px;
    }

    .binstallers_btn {
        width: 244px;
        height: 62px;
        font-size: 12px;
    }

    .zamer_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .zamer_img {
        right: 0;
        transform: none;
    }

    .mistakes_item {
        padding: 20px;
    }

    .zamer_info {
        width: calc(50% - 10px);
        margin-right: 50%;
    }

    .team_item-img {
        height: 208px;
    }

    .team_item-info {
        padding: 12px;
    }

    .showroom_imgs {
        position: relative;
        margin: 30px 0;
        order: 1;
    }

    .showroom_info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .contacts_top {
        gap: 20px;
        flex-wrap: wrap;
    }

    .documentation_wrapper {
        padding: 60px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer_options {
        gap: 30px;
        justify-content: space-between;
    }

    .footer_right {
        width: 100%;
    }

    .thanks_img {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .header .container,
    .container {
        max-width: 730px;
    }

    .header_option {
        display: none;
    }

    .header_top span {
        width: 185px;
        font-size: 12px;
    }

    .header_wrapper .header_number {
        font-size: 0;
        width: 36px;
        height: 36px;
    }

    .header_wrapper .header_link {
        display: none;
    }

    .header_wrapper .header_order {
        padding: 0;
    }

    .header_wrapper {
        padding: 15px 0;
        flex-direction: row-reverse;
    }

    .header_order img {
        width: 36px;
        height: 36px;
    }

    .header_logo {
        width: 141px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .menu_burger {
        display: block;
        background: #FFFFFF;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background: #64717B;
        border-radius: 2px;
        top: 12px;
        right: 9px;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 17px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background: #64717B;
        border-radius: 2px;
        bottom: 12px;
        right: 9px;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        bottom: 17px;
        transform: rotate(-45deg);
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background: #64717B;
        border-radius: 2px;
        top: 17px;
        right: 9px;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .header_options {
        display: none;
    }

    .main_option {
        position: relative;
        inset: auto !important;
    }

    .main_imgs {
        position: relative;
        inset: auto;
        margin: 30px 0 20px;
        transform: none;
    }

    .header_top {
        font-size: 12px;
        line-height: 120%;
    }

    .header_top-wrapper {
        padding: 7px 0;
    }

    .main h1 {
        font-size: 50px;
    }

    .main_subtitle {
        font-size: 22px;
    }

    .main_wrapper {
        padding-bottom: 0px;
    }

    .main_img {
        min-width: 300px;
        height: 210px;
        margin-top: 22px;
    }

    .main_imgs {
        width: max-content;
        animation: mainAnim 20s linear infinite;
    }

    @keyframes mainAnim {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);

        }
    }



    .main_option {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .main_options {
        width: fit-content;
        margin: 0 auto;
    }

    .main_img:nth-child(n+5) {
        display: flex;
    }

    .main_img:last-child {
        display: none;
    }

    .main_option:nth-child(3) {
        flex-direction: row;
        text-align: left;
    }

    .main_option:nth-child(2) {
        transform: none;
    }

    .question,
    .faq,
    .documentation,
    .contacts,
    .showroom,
    .team,
    .mistakes,
    .installers,
    .gallery,
    .complect,
    .popular,
    .possibilities,
    .smart,
    .drivers,
    .way,
    .numbers,
    .advantages {
        margin: 60px 0;
    }

    .zamer {
        padding: 60px 0;
    }

    .numbers_wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .numbers_items {
        width: 100%;
    }

    .numbers_img {
        width: 100%;
    }

    .way_items {
        flex-direction: column;
    }

    .way_item {
        width: 100%;
    }

    .way_item img {
        height: auto;
    }

    .possibilities_items,
    .way_tabs {
        overflow: auto;
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
    }

    .possibilities_items::-webkit-scrollbar,
    .way_tabs::-webkit-scrollbar {
        display: none;
    }

    .way_tab {
        white-space: nowrap;
    }

    .drivers_item {
        width: calc(50% - 15px);
    }

    .drivers_item-img {
        height: 335px;
    }

    .smart_wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .smart_info,
    .smart_img {
        width: 100%;
    }

    .possibilities_items {
        flex-wrap: nowrap;
        position: relative;
    }

    .possibilities_items-wrapper {
        position: relative;
    }

    .possibilities_items-wrapper::before {
        position: absolute;
        content: "";
        top: -55px;
        right: 0;
        width: 40px;
        height: 40px;
        background-image: url(../img/gallery_wrapper.svg);
        background-size: cover;
    }

    .possibilities_item {
        min-width: 264px;
    }

    .possibilities_item-img {
        height: 162px;
    }

    .complect_text br {
        display: none;
    }

    .complect_imgs {
        gap: 10px;
    }

    .complect_img {
        width: 100%;
        height: 360px;
    }

    .complect_wrapper {
        padding: 60px;
    }

    .gallery .title br {
        display: none;
    }

    .resalts_items {
        flex-direction: column;
        gap: 10px;
    }

    .resalts_item {
        width: 100%;
    }

    .installers_wrapper {
        flex-direction: column;
    }

    .installers_info {
        width: 100%;
    }

    .installers_item-img {
        height: 344px;
    }

    .installers_wrapper {
        position: relative;
    }

    .installers_img {
        width: 100%;
        position: absolute;
        top: 100px;
    }

    .installers_info .title {
        margin-bottom: 600px;
    }

    .mistakes_item {
        width: calc(50% - 15px);
    }

    .zamer_img {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .zamer_info {
        width: 100%;
        margin-right: 0;
    }

    .zamer_form {
        width: 100%;
    }

    .team_subtitle {
        font-size: 24px;
    }

    .team_subtitle br {
        display: none;
    }

    .team_items {
        flex-wrap: wrap;
    }

    .team_item-img {
        height: 335px;
    }

    .team_item {
        width: calc(50% - 15px);
    }

    .showroom_imgs {
        width: 100%;
        justify-content: space-between;
        gap: 20px;
    }

    .showroom_img {
        height: 206px;
    }

    .showroom_wrapper {
        min-height: 1px;
    }

    .contacts_items {
        flex-wrap: wrap;
    }

    .contacts_item {
        width: calc(50% - 15px);
    }

    .contacts_map {
        height: 400px;
    }

    .faq_item {
        width: 100%;
    }

    .footer_options {
        flex-wrap: wrap;
    }

    .footer_bot {
        flex-wrap: wrap;
        gap: 20px;
    }

    .header_menu {
        display: block;
        position: absolute;
        top: 100%;
        border-top: 1px solid #D5DFE6;
        background: #F1F1F1;
        left: 0;
        width: 100%;
        padding-top: 40px;
        height: calc(100vh - 123px);
        transition: all 0.6s;
        opacity: 0;
        visibility: hidden;
    }

    .header_menu.active {
        opacity: 1;
        visibility: visible;
    }

    .header_menu .header_option {
        display: flex;
        margin-bottom: 20px;
    }

    .header_menu .main_btn {
        width: 300px;
        height: 60px;
        max-width: 100%;
        margin-top: 40px;
        font-size: 12px;
    }

    .header.fixed .header_menu {
        height: calc(100vh - 65px);
    }

    .header_menu .header_message {
        display: flex;
        width: fit-content;
        margin-bottom: 20px;
    }

    .popup_body-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .popup_body-form,
    .popup_body-info {
        width: 100%;
    }

    .thanks_info {
        width: 100%;
    }

    .thanks {
        padding-top: 160px;
    }

}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .main {
        padding: 136px 0 60px;
    }

    .header_menu .main_btn {
        width: 100%;
    }

    .main h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .main h1 br {
        display: none;
    }

    .main_subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main_btn {
        width: 100%;
        height: 60px;
        font-size: 12px;
    }

    .main_imgs {
        gap: 10px;
    }

    .advantages_title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .advantages_text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .advantages_img {
        height: 170px;
        width: 100vw;
        margin-left: -15px;
        border-radius: 0;
    }

    .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .numbers .title {
        text-align: center;
    }

    .numbers_item-title {
        font-size: 50px;
    }

    .way {
        padding: 70px 0;
    }

    .way_item {
        font-size: 14px;
    }

    .way_item img {
        margin-top: 10px;
    }

    .way_items {
        gap: 20px;
    }

    .possibilities_items,
    .way_tabs {
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .way_tabs {
        gap: 10px;
    }

    .way_populars {
        gap: 7px;
    }

    .way_popular span {
        width: 60px;
        height: 60px;
    }

    .way_popular {
        font-size: 12px;
    }

    .drivers .title {
        text-align: left;
    }

    .drivers_items {
        gap: 30px 11px;
    }

    .drivers_item {
        width: calc(50% - 5.5px);
    }

    .drivers_item-img {
        height: auto;
    }

    .drivers_item-title {
        font-size: 18px;
    }

    .drivers_item-text {
        font-size: 14px;
    }

    .drivers_item-info {
        padding: 10px;
    }

    .smart_img {
        width: 100vw;
        margin-left: -15px;
        border-radius: 0;
    }

    .smart .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .smart_text {
        margin-bottom: 30px;
    }

    .possibilities_item-title {
        font-size: 18px;
    }

    .quiz {
        padding: 70px 0;
    }

    .quiz_text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .popular .title {
        text-align: left;
        width: 280px;
    }

    .popular_slider {
        padding: 0;
        position: relative;
    }

    .popular_slider::before {
        position: absolute;
        content: "";
        top: -50px;
        right: 0;
        width: 40px;
        height: 40px;
        background-image: url(../img/gallery_wrapper.svg);
        background-size: cover;
    }

    .popular_slide {
        margin: 0;
    }

    .popular_slider .slick-arrow {
        display: none !important;
    }

    .complect_wrapper {
        padding: 60px 10px;
    }

    .complect_subtitle {
        font-size: 18px;
    }

    .complect_img {
        height: auto;
    }

    .complect_text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .gallery_subtitle {
        font-size: 18px;
        margin-bottom: 70px;
    }

    .gallery_wrapper::before {
        bottom: -60px;
        right: 50%;
        transform: translateX(50%);
    }

    .gallery_slider {
        padding-left: 15px;
    }

    .gallery_slider .slick-slide {
        width: calc(100vw - 30px);
        margin: 0 10px;
    }

    .gallery_slider .slick-slide>div:last-child {
        margin-top: 10px;
        transform: none;
    }

    .gallery_slide {
        height: auto;
    }

    .gallery_slide img {
        width: 100%;
        height: auto;
    }

    .resalts_wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
        padding: 70px 15px;
    }

    .resalts_wrapper .title br {
        display: none;
    }

    .resalts_wrapper .title {
        margin-bottom: 30px;
    }

    .resalts_subtitle {
        font-size: 18px;
    }

    .resalts_option {
        width: 100%;
        text-align: center;
        flex-direction: column;
        gap: 5px;
    }

    .resalts_options {
        gap: 5px;
        margin-bottom: 30px;
    }

    .resalts_option::after {
        transform: rotate(90deg);
    }

    .installers_info .title {
        font-size: 22px;
        margin-bottom: 85vw;
        width: 310px;
    }

    .installers_item-img {
        height: auto;
    }

    .installers_item-title {
        font-size: 18px;
    }

    .installers_inner {
        flex-direction: column-reverse;
    }

    .installers_inner-text {
        text-align: center;
        font-size: 20px;
    }

    .binstallers_btn {
        width: 100%;
    }

    .mistakes .title br {
        display: none;
    }

    .mistakes_subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mistakes_items {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        gap: 10px;
    }

    .mistakes_text {
        margin-bottom: 70px;
    }

    .mistakes_items::-webkit-scrollbar {
        display: none;
    }

    .mistakes_item {
        min-width: 300px;
    }

    .mistakes_item-title {
        font-size: 16px;
    }

    .mistakes_item-text {
        font-size: 14px;
    }

    .mistakes_items-wrapper {
        position: relative;
    }

    .mistakes_items-wrapper::before {
        position: absolute;
        content: "";
        top: -50px;
        right: 50%;
        transform: translateX(50%);
        width: 40px;
        height: 40px;
        background-image: url(../img/gallery_wrapper.svg);
        background-size: cover;
    }

    .zamer_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .zamer_img {
        height: auto;
    }

    .zamer_form-subtitle {
        font-size: 18px;
    }

    .team_subtitle {
        text-align: left;
        font-size: 18px;
    }

    .team .title {
        text-align: left;
    }

    .team_items {
        gap: 15px;
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .team_items::-webkit-scrollbar {
        display: none;
    }

    .team_item {
        min-width: 330px;
    }

    .showroom_info .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .showroom_subtitle {
        font-size: 16px;
    }

    .showroom_imgs {
        order: 0;
        margin-top: 0;
        gap: 10px;
    }

    .showroom_img {
        width: calc(50% - 5px);
        height: auto;
    }

    .showroom_img:nth-child(5),
    .showroom_img:nth-child(4),
    .showroom_img:nth-child(3) {
        width: calc(33.333% - 6.666px);
    }

    .contacts_item {
        width: 100%;
        padding: 20px;
        justify-content: flex-start;
    }

    .contacts_items {
        gap: 10px;
    }

    .documentation_wrapper {
        padding: 70px 15px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .documentation .title {
        max-width: 300px;
        text-align: left;
    }

    .documentation_slider {
        padding: 0;
        width: calc(100% + 15px);
        margin-top: 30px;
        position: relative;
    }

    .documentation_slider::before {
        position: absolute;
        content: "";
        top: -50px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-image: url(../img/gallery_wrapper.svg);
        background-size: cover;
    }

    .documentation_slider .slick-arrow {
        display: none !important;
    }

    .documentation_slide {
        width: 188px;
        margin: 0 20px 0 0;
    }

    .faq_item-title {
        font-size: 16px;
        padding: 20px 40px 20px 0;
    }

    .faq_item-content {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .question {
        margin-bottom: 0;
    }

    .question_wrapper {
        padding: 228px 35px 40px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .question_inner {
        padding: 30px 24px;
        width: 100%;
    }

    .question_inner-text {
        font-size: 16px;
    }

    .question_inner-btn {
        width: 200px;
    }

    .footer_option {
        width: 100%;
    }

    .footer_option.whats {
        width: fit-content;
    }

    .popup_body {
        padding: 40px 20px 154px;
        position: relative;
    }

    #popup_complect .popup_body-title,
    .popup_body-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }

    .popup_body-subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .popup_body-btn {
        font-size: 12px;
    }

    .popup_body-bot {
        position: absolute;
        bottom: 40px;
        left: 20px;
        width: calc(100% - 40px);
    }

    .thanks_title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .thanks_subtitle {
        font-size: 16px;
    }

    .thanks_check {
        font-size: 16px;
        gap: 10px;
    }

    .thanks_check span {
        width: 20px;
        height: 20px;
    }

    .thanks_check input:checked+span::before {
        width: 8px;
        height: 8px;
    }

    .thanks_btn {
        width: 100%;
        height: 60px;
        font-size: 12px;
    }

    .thanks_desc {
        font-size: 14px;
    }

    .scroll {
        bottom: 50px;
    }

    .resalts_items .slick-arrow {
        display: none !important;
    }

    .resalts_items {
        padding: 0;
        position: relative;
    }

    .resalts_items::before {
        position: absolute;
        content: "";
        top: -45px;
        right: 0;
        width: 40px;
        height: 40px;
        background-image: url(../img/gallery_wrapper.svg);
        background-size: cover;
    }

    .resalts_item {
        margin: 0 10px 0 0;
    }
}