/*! 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: 'BlissPro';
    src: url('../fonts/BlissPro-Heavy.woff2') format('woff2'),
         url('../fonts/BlissPro-Heavy.woff') format('woff');
    font-weight: 900;
    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: 'Montserrat', sans-serif;
}

.sale_date {
    display: inline;
}

a {
    text-decoration: none;
}

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

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

.scroll_trigger {
    position: absolute;
    top: 0;
}

.scroll {
    width: 53px;
    height: 53px;
    position: fixed;
    background-image: url(../img/scroll.svg);
    background-size: cover;
    z-index: 2;
    right: 10%;
    bottom: 150px;
    transform: scale(0);
    transition: all 0.3s;
}

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

.main {
    padding: 180px 0 225px;
    position: relative;
    z-index: 1;
}

.main h1 {
    font-size: 46px;
    color: #000000;
    line-height: 62px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main_info {
    max-width: 900px;
}

.main_text {
    font-size: 28px;
    color: #313131;
    line-height: 36px;
    margin-bottom: 40px;
}

.main_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 34px;
}

.main_btn {
    height: 70px;
    width: 270px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 26px;
    background: #3AAA36;
    animation: shadow 1s ease infinite;
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 rgb(58 170 54 / 80%);
    }

    100% {
        box-shadow: 0 0 0 15px rgb(58 170 54 / 0%);
    }
}

.main_options {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: 946px;
    margin-bottom: 30px;
}

.main_option {
    padding-left: 22px;
    color: #313131;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.main_option::before {
    position: absolute;
    content: "";
    width: 10px;
    background: #3AAA36;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.main_items {
    background: linear-gradient(90deg, #DFE4EC 0%, #F3F7FC 100%);
    border-radius: 30px;
    padding: 36px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.main_item {
    background: #FFFFFF;
    border-radius: 25px;
    width: 290px;
    padding: 40px 30px 40px 40px;
}

.main_item-title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 18px;
    line-height: 24px;
    font-weight: 700;
}

.main_item-text {
    color: #313131;
    line-height: 26px;
}

.main_img {
    right: 0;
    z-index: -1;
    top: 180px;
    position: absolute;
    max-height: 100%;
    overflow: hidden;
}

.main.thanks_page .main_img {
    top: 160px;
}

.fixed_video {
    position: fixed;
    z-index: 999999;
    border-style: solid;
    background: #eeeeee;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, bottom 0.3s ease-in-out, border-color 0.2s ease-in-out, opacity 1s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, bottom 0.3s ease-in-out, border-color 0.2s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.2s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, bottom 0.3s ease-in-out, border-color 0.2s ease-in-out, opacity 1s ease-in-out;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    left: 30px;
    bottom: 30px;
    border-radius: 20px;
    border-width: 3px;
    width: 260px;
    height: 460px;
    border-color: #ffffff;
    cursor: pointer;
}

#video::-webkit-media-controls {
    display: none !important;
}

.fixed_video.active::before {
    display: none;
}

.fixed_video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}

.fixed_video-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    z-index: 11;
    cursor: pointer;
}

.fixed_video-close img {
    width: 100%;
    height: 100%;
}

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

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 2px solid #EBEBEB;
}

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

.header_logo-text {
    font-size: 14px;
    color: #313131;
    margin-left: 18px;
    width: 280px;
    line-height: 22px;
}

.header_img {
    display: flex;
}

.header_adres {
    color: #313131;
    padding-left: 55px;
    position: relative;
    font-size: 14px;
}

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

.header_adres span {
    color: #313131;
    margin-top: 7px;
    font-weight: 500;
    display: block;
}

.header_messages {
    display: none;
}

.header_message {
    display: flex;
    margin: 0 8px;
    transition: all 0.3s;
}

.header_message:hover {
    transform: scale(1.1);
}

.header_time {
    line-height: 16px;
    font-size: 14px;
    color: #313131;
    padding-left: 23px;
    position: relative;
    margin-bottom: 5px;
}

.phone_link {
    display: none;
}

.header_number {
    display: flex;
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    justify-content: flex-end;
    color: #000000;
    position: relative;
    font-weight: 700;
    transition: all 0.3s;
}

.header_number:hover {
    color: #3AAA36;
}

.header_time::before {
    position: absolute;
    content: "";

    width: 10px;
    background: #3AAA36;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 10px;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes dots_anim {
    0% {
        opacity: 0;

    }

    100% {
        opacity: 1;
    }
}

.header_mobile {
    display: none;
}

.header_burger {
    display: none;
}

.header_phone-mobile {
    display: none;
}

.fixed_video::before {
    position: absolute;
    content: "Как до нас добраться?";
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    text-align: center;
    top: -10px;
    width: 100%;
    right: 0;
    height: auto;
    transform: translateY(-100%);
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.fixed_video-btn {
    position: absolute !important;
    bottom: 15px;
    width: 80%;
    height: 45px;
    font-size: 14px;
    right: 50%;
    transform: translateX(50%);
    display: none !important;
}

.fixed_video.active .fixed_video-btn {
    display: flex !important;
}

.fixed_video.active .fixed_video-btn:hover {
    transform: translateX(50%);
}

.fixed_video.active {
    width: 370px;
    height: 650px;
}

.fixed_video.active:hover {
    transform: scale(1);
    border-color: #ffffff;
}

.fixed_video:hover {
    transform: scale(1.1);
    border-color: #0000FF;
}

.fixed_video video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.aside {
    position: fixed;
    right: -15px;
    bottom: 200px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 127px;
    transition: all 0.3s;
}

.aside.hide {
    right: -150px;
}

@keyframes btnAnim {
    0% {
        box-shadow: 0 0 0 0 rgb(0 187 57 / 80%);
    }

    100% {
        box-shadow: 0 0 0 15px rgb(0 187 57 / 0%);
    }
}

.aside_close {
    display: none;
}

.aside_item {
    border-radius: 10px;
    background: #00AC34;
    margin-bottom: 5px;
    padding: 20px 35px 12px 20px;
    text-align: center;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    line-height: 13px;
    animation: btnAnim 1s ease infinite;
}

.aside_hide {
    background: #00AC34;
    border-radius: 5px;
    width: 27px;
    height: 27px;
    margin-left: 50px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.aside_hide img {
    display: none;
}

.aside_hide::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #fff;
    top: 50%;
    right: 50%;
}

.aside_hide::after {
    position: absolute;
    content: "";
    height: 18px;
    width: 1px;

    background-color: #fff;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
}

.aside_hide.hide {
    margin-left: -70px;
}

.aside_hide.hide img {
    display: flex;
    width: auto;
    height: auto;
    transform: rotate(180deg);
}

.aside_hide.hide::after,
.aside_hide.hide::before {
    display: none;
}

.aside_item img {
    margin-bottom: 10px;
}

.aside_close {
    display: none;
}

.group_logo {
    display: flex;
}





@keyframes btnRed {
    0% {
        box-shadow: 0 0 0 0 rgb(221 0 0 / 80%);
    }

    100% {
        box-shadow: 0 0 0 15px rgb(221 0 0 / 0%);
    }
}

.advantages {
    margin: 0 0 120px;
}

.advantages_wrapper {
    background-image: url(../img/advantages.jpg);
    background-size: cover;
    background-position: center;
    padding: 56px 48px 65px;
}

.advantages_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 36px;
    color: #FFF;
}

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

.advantages_item {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.90);
    width: 20%;
    padding: 28px 10px 36px;
    text-align: center;
}

.advantages_item-title {
    color: #3AAA36;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.advantages_item-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}

.gate {
    background: rgba(58, 170, 54, 0.05);
    padding: 100px 0 60px;
}

#timer9cc91f082637aa2ecd6c042ef4b8af40 {
    text-align: left !important;
    margin-bottom: 25px;
}

.gate_title {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #000;
    margin-bottom: 47px;
    font-weight: 700;
}

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

.gate_item {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.gate_item-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
}

.gate_item-tag.hit {
    background: #3AAA35;
}

.gate_item-tag.sale {
    background: #DD0000;
}

.gate_item-img {
    height: 327px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

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

.gate_item-info {
    height: calc(100% - 327px);
    padding: 20px 20px 25px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
}

.gate_item-title {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
}

.gate_item-size {
    padding-left: 36px;
    position: relative;
    margin-bottom: 13px;
    font-size: 12px;
    color: #585858;
    line-height: 26px;
}

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

.gate_item-text {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 45px;
}

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

.gate_item-price {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    text-decoration: line-through;
}

.gate_item-calc {
    height: 45px;
    width: 54px;
    background-image: url(../img/cals.svg);
    background-size: cover;
}

.gate_item-order {
    width: 301px;
    height: 51px;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    animation: btnAnim 1s ease infinite;
    margin: 0 auto;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gate_item .gate_item-order {
    width: 100%;
}

.sale {
    margin: 120px 0;
}

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

.sale_info {
    width: 540px;
}

.sale_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 30px;
    color: #262626;
}

.sale_title span {
    color: #3AAA36;
}

.sale_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 23px;
    color: #262626;
}

.sale_text span {
    color: #3AAA36;
}

.sale_subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #262626;

}

.sale_list {
    margin-bottom: 30px;
}

.sale_list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: #262626;
    padding-left: 15px;
    position: relative;
}

.sale_list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #262626;
    left: 5px;
    top: 12px;
}

.sale_inner {
    display: flex;
    align-items: center;
}

.sale_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: btnAnim 1s ease infinite;
    width: 256px;
    height: 70px;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    margin-right: 60px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
}

.sale_inner-text {
    width: 255px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #262626;
}

.sale_img {
    height: 490px;
    width: 716px;
    display: flex;
    position: relative;
    z-index: 1;
}

.sale_img::before {
    position: absolute;
    content: "";
    height: 267px;
    top: -20px;
    right: -20px;
    width: 400px;
    background-image: url(../img/sale_img-bef.png);
    background-size: cover;
    z-index: -1;
}

.sale_img::after {
    position: absolute;
    content: "";
    height: 267px;
    bottom: -20px;
    left: -20px;
    width: 400px;
    background-image: url(../img/sale_img-aft.png);
    background-size: cover;
    z-index: -1;
}

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








.color_slider .colors_item:nth-child(5n) {
    margin-right: 23px;
}

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

.colors_title {
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}

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

.colors_left {
    width: 515px;
}

.colors_img-wrapper {
    width: 100%;
    height: 387.46px;
    background-size: cover;
    background-image: url(../img/colors_img-wrapper.jpg);

    padding: 42px 43px 10px 45px;
    margin-bottom: 55px;
}

.colors_img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-size: cover;
}

.colors_inner {
    display: flex;
    position: relative;
    padding: 45px 76px;
    border-radius: 20px;
    background: linear-gradient(90deg, #DFE4EC 0%, #F3F7FC 100%);
}

.colors_inner-title {
    font-size: 22px;
    color: #000;
    margin-right: 80px;
    width: 380px;
    line-height: 30px;
    font-weight: 500;
}

.colors_inner-btn {
    width: 270px;
    height: 70px;
}

.colors_inner-img {
    position: absolute;
    right: 113px;
    top: -40px;
}

.colors_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 22px;
    height: 56px;
    width: 265px;
    animation: btnAnim 1s ease infinite;
}

.colors_right {
    width: 530px;
}

.colors_subtitle {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 12px;
}

.colors_subtitle span {
    color: #3AAA35;
}

.colors_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
}

.colors_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    color: #000000;
    line-height: 12px;
    cursor: pointer;
}

.colors_tab svg {
    margin-bottom: 8px;
}

.colors_tab svg path,
.colors_tab svg rect {
    stroke: #b0b0b0;
}

.colors_tab.active {
    border: 1px solid #3AAA35;
}

.colors_tab.active svg path,
.colors_tab.active svg rect {
    stroke: #3AAA35;
}

.colors_items-title {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 12px;
    margin-bottom: 20px;
}

.colors_items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
}

.colors_items.color_slider {
    border-bottom: none;
    padding-bottom: 0;
}

.color_slider {
    padding-top: 40px;
}

.color_slider .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 0;
    border: 1px solid #3AAA35;
    width: 25px;
    height: 25px;
    background: none;
    background-size: 14px 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}

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

.color_slider .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: 0;
}

.color_slider .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}

.colors_item {
    width: 87px;
    margin-right: 23px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 23px;
}

.colors_item:nth-child(5n) {
    margin-right: 0;
}

.colors_item-value {
    height: 30px;
    width: 87px;
    margin-bottom: 18px;
    background-size: cover;
}

.colors_item.active .colors_item-value {
    border: 3px solid #3AAA35;
}

.colors_item-title {
    font-size: 13px;
    text-align: center;
    color: #000000;
    line-height: 12px;
}

.colors_item-title span {
    color: red;
}

.colors_content {
    display: none;
}

.colors_content.active {
    display: block;
}


.colors_desc {
    line-height: 12px;
    font-size: 13px;
}

.colors_desc span {
    color: #FF0000;
}


.options {
    padding: 90px 0 110px;
    background: #F7F7F7;
}

.options_title {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 43px;
    font-weight: 700;
}

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

.options_slide {
    margin: 0 15px;
    height: initial;
}

.options_slide-img {
    height: 180px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

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

.options_slide-info {
    margin-top: 30px;
    padding-right: 20px;
}

.options_slide-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 11px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.options_slide-text {
    line-height: 18px;
    font-size: 14px;
}

.options_slider .slick-arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.options_slider .slick-next {
    background-image: url(../img/options_right.svg);
    right: -71px;
}

.options_slider .slick-prev {
    background-image: url(../img/options_left.svg);
    left: -71px;
}

.cost {
    padding-bottom: 93px;
    background-image: url(../img/cost.jpg);
    background-size: cover;
    background-position: center;
}

.cost_wrapper {
    padding: 88px 35px 95px 0px;
    position: relative;
    width: 635px;
    z-index: 1;
}

.cost_title {
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 47px;
}

.cost_title span {
    color: #3AAA36;
}

.cost_subtitle {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 50px;
    line-height: 34px;
}

.cost_subtitle span {
    color: #3AAA36;
}

.cost_text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    width: 330px;
    margin-bottom: 20px;
}

.cost_inner {
    display: flex;
    align-items: center;
}

.cost_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: btnAnim 1s ease infinite;
    width: 292px;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    height: 70px;
    margin-right: 60px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
}

.cost_help {
    padding-left: 115px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #3AAA35;
    position: relative;
    transition: all 0.3s;
}

.cost_help:hover {
    color: #9BC60D;
}

.cost_help::before {
    position: absolute;
    content: "";
    background-image: url(../img/cost_help.png);
    background-size: cover;
    width: 101px;
    height: 107px;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
}

.showroom {
    padding: 0 0 100px;
}

.showroom_title {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 700;
}

.showroom_link {
    display: flex;
    margin-bottom: 42px;
}

.showroom_iframe {
    display: flex;
    margin-bottom: 42px;
    height: 600px;
}

.showroom_iframe iframe {
    width: 100%;
    height: 100%;
}

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

.showroom_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.popular {


    position: relative;
    z-index: 1;
}

.popular::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    height: 100%;
    width: 1626px;
    max-width: 100%;
    z-index: -1;
    border-radius: 30px;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.popular_title {
    font-size: 50px;
    text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.popular_item {
    width: 32%;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 25px;
}

.popular_item-img {
    display: flex;
    height: 251px;
    border-radius: 20px;
    overflow: hidden;
}

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

.popular_item-info {
    padding: 26px 50px 36px;
}

.popular_item-title {
    line-height: 28px;
    color: #313131;
    font-size: 20px;
    margin-bottom: 20px;
}

.popular_item-options {
    margin-bottom: 20px;
}

.popular_item-option {
    font-size: 14px;
    color: #313131;
    margin-bottom: 6px;
    line-height: 21px;
    position: relative;
    padding-left: 14px;
}

.popular_item-option::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #313131;
    left: 0;
    top: 8px;
}

.popular_item-btn {
    height: 70px;
    width: 100%;
}

.showroom_left {
    position: relative;
}

.showroom_left-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.showroom_left-title {
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.showroom_left-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showroom_left-item {
    width: 17%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 46px;
}

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




.showroom_right {
    width: 100%;
}

.showroom_right-items {
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
}

.showroom_right-item {
    width: 147px;
    margin: 0 22px;
}

.showroom_right-item_img {
    height: 173px;
    width: 147px;
    margin-bottom: 12px;
    border-radius: 5px;
    overflow: hidden;
}

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

.showroom_right-item_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center;
}

.showroom_right-item_text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.showroom_right-text {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 25px;
}

.showroom_right-btn {
    width: 292px;
    height: 70px;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    animation: btnAnim 1s ease infinite;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
}

.showroom_slider {
    margin-bottom: 40px;
}

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

.showroom_slide {
    height: auto;
    margin: 0 4px;
    border-radius: 5px;
    overflow: hidden;
}

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

.showroom_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

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

.showroom_slider .slick-prev {
    background-image: url(../img/options_left.svg);
    left: -20px;
}

.certificates {
    padding-bottom: 105px;
}

.certificates_title {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
}

.certificates_title br {
    display: none;
}

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

.certificates_item {
    display: flex;
    height: 212px;
}

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

.video_info-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.video_info-option {
    font-size: 16px;
    line-height: 22px;
}

.video_info-item {
    width: 516px;
    height: 319px;
    position: relative;
    z-index: 1;
}

.video_info-item iframe {
    width: 100%;
    height: 100%;
}

.video_info-left {
    width: 470px;
}

.video_info-subtitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000000;
}

.works_text {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    text-align: center;
    margin-bottom: 34px;
}

.works_text span {
    color: #3AAA36;
}

.works_title {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px;
    font-weight: 700;
}

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

.works_item {
    height: 260px;
    width: 31%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}

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

.mounting {
    padding: 90px 0 110px;
}

.mounting_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    color: #262626;
    margin-bottom: 24px;
}

.mounting_text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 70px;
    color: #262626;
}

.mounting_left {
    width: 500px;
}

.mounting_left-btn {
    width: 290px;
    height: 60px;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: btnAnim 1s ease infinite;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
}

.mounting_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mounting_left-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 34px;
    color: #262626;
}

.mounting_right {
    height: 391px;
    border-radius: 5px;
    display: flex;
    width: 746px;
}

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

.mounting_right-title {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 34px;
}

.mounting_items {
    display: flex;
}

.mounting_right-item {
    width: 173px;
    margin-right: 50px;
}

.mounting_right-item_img {
    width: 100%;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    height: 173px;
    margin-bottom: 20px;
}

.mounting_left-img {
    display: flex;
    margin-top: -50px;
}

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

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

.mounting_right-item_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
    color: #262626;
}

.mounting_right-item_text {
    font-size: 13px;
    line-height: 19px;
    color: #262626;
}

@keyframes btnWhite {
    0% {
        box-shadow: 0 0 0 0 rgb(225 225 225 / 80%);
    }

    100% {
        box-shadow: 0 0 0 15px rgb(225 225 225 / 0%);
    }
}



.how {
    padding: 90px 0 110px;
    background-image: url(../img/how.jpg);
    background-size: cover;
}

.how_title {
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 13px;
}

.how_text {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 54px;
    margin-bottom: 90px;
}

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

.how_item {
    width: 300px;
    padding-left: 70px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

.how_item:nth-child(1),
.how_item:nth-child(4) {
    width: 400px;
}

.how_item-number {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #3AAA36 0%, rgba(58, 170, 54, 0) 100%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how_item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.how_btn {
    width: 278px;
    background: #DD0000;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    animation: btnRed 1s ease infinite;
}

.how .gate_item-order {
    margin: 0;
}

.sample {
    padding: 85px 0 95px;
}

.sample_title {
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
}

.sample_text {
    font-size: 30px;
    color: #000000;
    margin-bottom: 50px;
    line-height: 40px;
}

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

.sample_left {
    width: 715px;
}

.sample_left-inner {
    background: #EBEEF5;
    border-radius: 5px;
    padding: 55px 70px;
    margin-bottom: 6px;
}

.sample_prof {
    padding-left: 154px;
    position: relative;
    min-height: 144px;
    margin-bottom: 30px;
}

.sample_prof-img {
    height: 144px;
    width: 122.36px;
    display: flex;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
}

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

}

.sample_prof-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 23px;
    line-height: 26px;
}

.sample_prof-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 16px;
    width: 165px;
}

.sample_prof-text {
    font-size: 14px;
    line-height: 17px;
    width: 165px;
}

.sample_item {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 13px;
    padding-left: 41px;
}

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

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

.sample_inner {
    position: relative;
    padding: 25px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.sample_inner::before {
    position: absolute;
    content: "";
    width: 150vw;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: #F5FBF5;
    z-index: -1;
}

.sample_inner-img {
    position: absolute;
    bottom: -4px;
    right: -45px;
    display: flex;
}




.sample_right {
    width: 390px;
    background-image: url(../img/sample_right.jpg);
    background-size: cover;
    padding: 30px 25px;
    border-radius: 5px;
}

.sample_right-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 80px;
}

.sample_right-inp {
    width: 270px;
    background: #FFFFFF;
    display: block;
    margin: 0 auto 10px;
    height: 57.33px;
    font-size: 14px;
    padding-left: 22px;
    border: none;
}

.sample_right-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    background: #228E1E;
    border-radius: 70px;
    margin: 0 auto 13px;
    height: 59px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    border: none;
    cursor: pointer;
    animation: btnRed 1s ease infinite;
}

#jbForm_form input[type=submit] {
    background: #228E1E;
    border-radius: 70px;
}

.sample_right-ok {
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    line-height: 11px;
    width: 250px;
    margin: 0 auto;
}

.team {
    padding-bottom: 100px;
}

.team_title {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
}

.team_slide {
    margin: 0 10px;
    height: 420px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 20px;
    position: relative;
    border-radius: 20px;
}

.team_slide-title {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 3px;
}

.team_slide-text {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

.team_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.team_slide {
    height: 400px;
}

.team_slider .slick-next {
    background-image: url(../img/options_right.svg);
    right: -26px;
}

.team_slider .slick-prev {
    background-image: url(../img/options_left.svg);
    left: -26px;
}

.reviews {
    padding-bottom: 110px;
}

.reviews_title {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}

.reviews_slider {
    width: 1150px;
    margin: 0 auto;
    display: none;
}

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

.reviews_item {
    display: flex;
    margin: 0 15px;
}

.reviews_item img {
    width: 100%;
}

.reviews_items {
    margin: 0 140px;
}

.reviews_items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.reviews_items .slick-next {
    background-image: url(../img/reviews_right.svg);
    right: -100px;
}

.reviews_items .slick-prev {
    background-image: url(../img/reviews_left.svg);
    left: -100px;
}

.reviews_slide {
    margin: 0 25px;
    height: inherit;
}

.reviews_left {
    height: 351px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

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

.reviews_name {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-left: 60px;
    min-height: 45px;
    position: relative;
}

.reviews_name::before {
    position: absolute;
    content: "";
    background-image: url(../img/star.svg);
    background-size: cover;
    height: 14.2px;
    left: 58px;
    bottom: 3px;
    width: 71px;
}

.reviews_name img {
    position: absolute;
    top: 0;
    left: 0;
}

.reviews_right {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 32px;
    height: calc(100% - 351px);
}

.reviews_text {
    font-size: 14px;
    line-height: 22px;
}

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

.reviews_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.reviews_slider .slick-next {
    background-image: url(../img/reviews_right.svg);
    right: -55px;
}

.reviews_slider .slick-prev {
    background-image: url(../img/reviews_left.svg);
    left: -55px;
}

.reviews_slider {
    margin-bottom: 60px;
}

.reviews_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.reviews_inner-text {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 24px;
}

.reviews_inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: btnAnim 1s ease infinite;
    width: 270px;
    background: #3AAA36;
    box-shadow: 0px 3px 0px #247B21;
    border-radius: 5px;
    height: 59px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
}

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

.map_body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.map_body iframe {
    width: 100%;
    height: 100%;
}

.map_inner {
    background: #F8F8F8;
    width: 445px;
    padding: 50px 45px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}

.map_inner-title {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #262626;
    margin-bottom: 23px;
    font-weight: 700;
}

.map_inner-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    padding-left: 46px;
    position: relative;
}

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

.footer {
    padding: 50px 0;
    background: #F8F8F8;
    position: relative;
    z-index: 1;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer_logo {
    display: flex;
}

.footer_logo:first-child {
    margin-bottom: 25px;
}

.footer_items {
    display: flex;
}

.footer_item {
    font-size: 13px;
    color: #262626;
    padding-left: 43px;
    line-height: 16px;
    position: relative;
    margin-bottom: 25px;
    min-height: 35px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    margin-right: 77px;
}

a.footer_item:hover {
    color: #3AAA35;
}

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

.footer_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_number {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    display: block;
    font-weight: 700;
    transition: all 0.3s;
}

.footer_number:hover {
    color: #3AAA35;
}

.footer_order {
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #3AAA35;
    color: #3AAA35;
    line-height: 24px;
    transition: all 0.3s;
}

.footer_order:hover {
    color: #3AAA35;
}

.thanks_btns {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.thanks_btns .btn {
    width: 240px;
    margin: 0 20px;
    height: 61px;
    animation: none;
}

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

.footer_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 44px;
    position: relative;
}

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

.footer_link {
    font-size: 12px;
    color: #929292;
    line-height: 20px;
    transition: all 0.3s;
}

.footer_link:hover {
    color: #3AAA35;
}

.popup_btn {
    cursor: pointer;
}

.popup_body {
    width: 350px;
    background: #5B6A7B;
    padding: 40px;
}

.popup_body-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-weight: 700;
}

.popup_body-inp {
    width: 269px;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.popup_body-btn {
    width: 269px;
    background: #DD0000;
    margin-bottom: 18px;
    height: 60px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
}

.popup_body-ok {
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    line-height: 12px;
}

.popup_body-area {
    resize: none;
    width: 100%;
    height: 121px;
    padding: 18px;
    margin-bottom: 12px;
}

.menu_burger {
    display: none;
}

.gate_show {
    display: none;
}

.thanks_btn {
    width: 269px;
    background: #DD0000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    animation: btnRed 1s ease infinite;
}

.showroom_page {
    padding-top: 150px;
}


.certificates_item {
    margin-right: 20px;
}

.certificates_item img {
    height: 100%;
}

.certificates_wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.certificates_wrapper .slick-next {
    background-image: url(../img/options_right.svg);
    right: -71px;
}

.certificates_wrapper .slick-prev {
    background-image: url(../img/options_left.svg);
    left: -71px;
}

.quiz {
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}

.quiz_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 32px;
    color: #262626;
    text-align: center;
}

.quiz_title span {
    color: #3AAA35;
}

.design {
    margin: 120px 0;
}

.design .container {
    position: relative;
}

.design_title {
    color: #262626;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
}

.design_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.design_tab {
    background: linear-gradient(211.29deg, #D2D2D2 16.45%, #ADADAD 81.1%);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    width: 18%;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    z-index: 1;
}

.design_tab::before {
    position: absolute;
    content: "";
    top: -6px;
    right: -6px;
    left: -6px;
    bottom: -6px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    z-index: -1;
}

.design_tab.active {
    background: linear-gradient(207.54deg, #38B433 7.64%, #168711 58.09%);
    font-weight: 700;
}

.design_tab.active::before {
    background: rgba(47, 157, 43, 0.2);
}

.design_content {
    display: none;
    flex-wrap: wrap;
    min-height: 402px;
}

.design_content.active {
    display: flex;
}

.design_item-title {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.design_item {
    width: 18%;
}

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

.design_item {
    margin-bottom: 35px;
    margin-right: 2.5%;
}

.design_item:nth-child(5n) {
    margin-right: 0;
}

.design_show {
    display: none;
}

.footer_page {
    background-color: #fff;
}

.footer_page .footer_logos {
    display: flex;
    align-items: center;
}

.footer_page .footer_logo {
    margin-bottom: 0;
    margin-right: 25px;
}

.certificates_page,
.showroom_page {
    padding: 0;
}

.mounting_page {
    padding-top: 0;
}

.design_wrapper {
    margin-bottom: 40px;
}

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

#jbForm_thanks_form .jb_inset {
    background: none;
}

.popular_btn {
    display: none;
}

.quiz_btn {
    display: none;
}

.quiz_mobile {
    display: none;
}

.drivers {
    margin-bottom: 90px;
}

.drivers_title {
    font-size: 50px;
    color: #000000;
    margin-bottom: 48px;
    line-height: 60px;
    font-weight: 700;
}

.drivers_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.drivers_item {
    width: 48%;
}

.drivers_item-text {
    font-size: 18px;
    line-height: 28px;
    color: #313131;
    margin-bottom: 28px;
}

.drivers_item-text span {
    font-weight: 700;
}

.drivers_item-inner {
    background: #FFFFFF;
    border: 2px solid #E4E4E4;
    border-radius: 20px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 45px;
}

.drivers_item-title {
    font-size: 22px;
    line-height: 28px;
    color: #3AAA36;
    margin-bottom: 50px;
    font-weight: 700;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.drivers_item p {
    color: #313131;
    margin-bottom: 15px;
    line-height: 22px;
}

.drivers_item-price {
    font-size: 18px;
    color: #3AAA36;
    line-height: 26px;
    font-weight: 500;
}

.drivers_item-subtitle {
    color: #313131;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 500;
}

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

.drivers_item-option {
    display: flex;
    color: #313131;
    line-height: 22px;
    padding-left: 23px;
    position: relative;
}

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

.drivers_item-img {
    position: absolute;
    top: 0;
    right: 30px;
}

.drivers_item:nth-child(2) .drivers_item-img {
    top: 25px;
    right: 50px;
}

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

.drivers_inner-text {
    font-size: 18px;
    color: #313131;
    line-height: 28px;
    font-weight: 500;
}

.drivers_inner-btn {
    height: 70px;
    width: 270px;
}

.about {
    margin: 90px 0 130px;
}

.about_wrapper {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.about_info {
    position: relative;
}

.about_new .about_right {
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
}

.about_right {
    width: 660px;
}

.about_title {
    font-size: 50px;
    line-height: 60px;
    color: #1A1A1E;
    margin-bottom: 100px;
    font-weight: 700;
    text-align: center;
}

.about_subtitle {
    padding-left: 50%;
}

.about_text {
    color: #232323;
    margin-bottom: 25px;
    line-height: 28px;
    padding-left: 50%;
}

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

.about_img {
    height: 249px;
    border-radius: 20px;
    margin-bottom: 28px;
    overflow: hidden;
    display: flex;
}

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

.about_sliders {
    margin-bottom: 12px;
    max-width: 389px;
    margin-top: 40px;
    border: 2px solid #E4E4E4;
    margin-left: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.about_right-text {
    font-size: 16px;
    text-align: center;
    color: #313131;
    width: 426px;
    line-height: 26px;
    margin: 0 auto;
}

.about_slide {
    display: flex !important;
    justify-content: center;
    height: 300px;

}

.about_sliders .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    width: 47px;
    height: 47px;
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
}

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

.about_sliders .slick-prev {
    left: 0;
    background-image: url(../img/arrow_left.svg);
}

.about_new .about_info {
    text-align: center;
    margin: 0 auto;
}

.about_new .about_right {
    width: 100%;
    margin-bottom: 25px;
}

.about_subtitle {
    color: #232323;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}


.solutions_top {

    margin-bottom: 46px;
}

.solutions_title {
    font-weight: 600;
    line-height: 40.8px;
    font-size: 34px;
    color: #383838;
    text-align: center;
    margin-bottom: 20px;
}

.solutions_text {
    font-weight: 500;
    line-height: 20.8px;
    color: #383838;
    font-size: 16px;
    text-align: center;
}

.solutions_items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 25px;
}

.solutions_item {
    width: calc(33.333% - 16.666px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

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

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

.solutions_item-teg {
    top: 25px;
    right: 25px;
    position: absolute;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 16.5px;
    color: #FFFFFF;
    font-size: 15px;
}

.solutions_item-title {
    font-weight: 600;
    line-height: 22px;
    color: #383838;
    font-size: 20px;
    margin-bottom: 20px;
}

.solutions_item-option {
    font-weight: 400;
    line-height: 15.4px;
    font-size: 14px;
    color: #383838;
}

.solutions_item-option:nth-child(6) {
    margin-bottom: 20px;
}

.solutions_item-option span {
    font-weight: 500;
}

.solutions_item-price {
    font-weight: 500;
    line-height: 17.6px;
    color: #383838;
    font-size: 16px;
    margin: 20px 0;
}

.solutions_item-inner {
    margin-top: auto;
    display: flex;
    gap: 30px;
    align-items: center;
}

.solutions_item-btn {
    width: 260px;
    height: 60px;
    text-transform: uppercase;
    font-size: 14px;
}

.solutions_item-more {
    font-size: 12px;
    line-height: 14.4px;
    color: #5B5B5B;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    position: relative;
}

.solutions_item-more::before {
    position: relative;
    content: "";
    background-image: url(../img/more_icon.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.solutions_item-more:hover .solutions_tooltip {
    opacity: 1;
    visibility: visible;
}

.quiz_captha-img {
    display: flex;
    width: 120px;
    border: 1px solid;
}

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

.solutions_tooltip {
    box-shadow: 0px 7px 15px 0px #00000026;
    background-color: #fff;
    width: 270px;
    padding: 30px;
    border-radius: 10px;
    font-weight: 400;
    line-height: 16.71px;
    color: #383838;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
    bottom: calc(100% + 20px);
    left: -15px;
    opacity: 0;
    visibility: hidden;
}

.solutions_tooltip::before {
    position: absolute;
    content: "";
    background-image: url(../img/tooltip.svg);
    width: 31px;
    height: 25px;
    background-size: cover;
    left: 13px;
    bottom: -11px;
}

.map_mobile {
    display: none;
}

.main_subtitle {
    font-size: 24px;
    margin-bottom: 30px;
}

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

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

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

.main_radio input {
    display: none;
}

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

.main_calc {
    width: 230px;
    cursor: pointer;
    height: 56px;
    margin-top: 30px;
}






@media(max-width:1600px) {
    .aside {
        display: none;
    }

}

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

    .about_right {
        width: 550px;
    }

    .about_right {
        width: 450px;
    }

    .about_info {
        width: 472px;
    }

    .about_new .about_right {
        position: relative;
        top: auto;
        transform: none;
    }

    .about_text,
    .about_subtitle {
        padding-left: 0;
    }

    .about_info {
        width: 100%;
    }

    .about_sliders {
        margin: 20px auto;
    }

    .about_wrapper {
        width: 100%;
    }

    .drivers_item-inner {
        padding: 22px;
    }

    .drivers_inner-text {
        width: 800px;
    }

    .drivers_items {
        flex-direction: column;
    }

    .drivers_inner {
        width: 80%;
    }

    .drivers_item {
        width: 80%;
        margin-bottom: 25px;
    }

    .drivers_inner-text {
        width: 450px;
    }

    .colors_inner-img {
        right: 30px;
    }

    .colors_inner-img {
        width: 260px;
        right: -20px;
        z-index: -1;
    }

    .colors_inner {
        z-index: 1;
    }

    .colors_inner-img img {
        width: 100%;
        height: 100%;
    }

    .gate_item-img {
        height: 293px;
    }

    .gate_item-info {
        height: calc(100% - 293px);
    }

    .gate_item-price {
        font-size: 18px;
    }

    .gate_item-order {
        width: 121px;
    }

    .colors_left {
        width: 455px;
    }

    .colors_right {
        width: 475px;
    }

    .colors_item {
        margin-right: 10px;
    }

    .colors_img-wrapper {
        height: 345px;
        padding: 37px 35px 9px 39px;
    }

    .options_slide-info {
        padding: 0;
        margin-top: 10px;
    }

    .options_slider {
        padding: 0 20px;
    }

    .options_slider .slick-prev {
        left: -10px;
    }

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

    .certificates_wrapper {
        margin: 0 60px;
    }

    .works_item {
        width: 31%;
        height: 193px;
    }

    .showroom_left-item {
        width: 19%;
    }

    .how_item,
    .how_item:nth-child(1),
    .how_item:nth-child(4) {
        width: 33%;
    }

    .showroom_left {
        margin-bottom: 20px;
    }

    .how_item-text {
        font-size: 14px;
        line-height: 18px;
    }

    .certificates_wrapper .slick-next {
        right: -50px;
    }

    .certificates_wrapper .slick-prev {
        left: -50px;
    }

    .sample_left {
        width: 572px;
    }

    .sample_inner-img {
        width: 290px;
    }

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

    .sample_inner {
        font-size: 16px;
        line-height: 22px;
    }

    .reviews_left {
        height: 290px;
    }

    .reviews_right {
        height: calc(100% - 290px);
    }

    .color_slider .colors_item:nth-child(5n) {
        margin-right: 10px;
    }

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

    .video_info-left {
        width: 100%;
        margin-bottom: 45px;
    }

    .video_info-item {
        margin: 35px auto 0;
    }

    .advantages_item {
        width: 23%;
    }

    .advantages_wrapper {
        padding: 40px 30px;
        border-radius: 5px;
        z-index: 1;
        position: relative;
    }

    .advantages_wrapper::before {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #3C3C3C80;
        border-radius: 5px;
        z-index: -1;
    }

    .sale_info {
        width: 480px;
    }

    .sale_img {
        height: 430px;
        width: 470px;
    }

    .footer_items {
        flex-direction: column;
    }

    .reviews_slider .slick-next {
        right: 0;
    }

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

    .sale_btn {
        margin-right: 20px;
    }

    .design_item-img {
        width: 100%;
    }

    .design_item-img img {
        width: 100%;
        height: 100%;
    }

    .options_slide {
        margin: 0 5px;
    }

    .options_slide {
        margin-top: 14px;
    }

    .showroom_left-img {
        width: 380px;
    }

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

    .showroom_left-item {
        margin-bottom: 23px;
    }

    .mounting_right {
        height: 300px;
        overflow: hidden;
        width: 450px;
    }

    .mounting_right-item:last-child {
        margin-right: 0;
    }

    .mounting_right-item {
        width: 126px;
        margin-right: 20px;
    }

    .mounting_right-item_img {
        height: 126px;
    }

    .header_logo-text {
        display: none;
    }

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

    .main_item {
        width: 260px;
    }

    .main_options {
        width: 875px;
    }

    .main_options {
        width: 665px;
    }

    .main_option {
        width: 32%;
    }

    .main_option br {
        display: none;
    }

    .main_item {
        width: 24%;
        padding: 18px;
    }

    .popular_item-info {
        padding: 26px;
    }

    .popular_item-img {
        height: 184px;
    }

    .reviews_slider {
        width: 100%;
    }

    .reviews_items {
        margin: 0 50px;
    }

    .reviews_items .slick-next {
        right: -50px;
    }

    .reviews_items .slick-prev {
        left: -50px;
    }

    .solutions_item-teg {
        max-width: 200px;
        text-align: center;
        padding: 10px;
        font-size: 10px;
    }

    .solutions_item-img {
        height: 200px;
    }

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

    .solutions_item-btn {
        width: 100%;
    }
}

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

    .aside::before {
        display: none;
    }

    .design_title {
        line-height: 1.2;
    }

    .design_content {
        min-height: auto;
    }

    .about_wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .about_info {
        width: 100%;
        margin-bottom: 25px;
    }

    .about_right {
        width: 100%;
    }

    .design_tab {
        font-size: 16px;
        width: 16%;
        height: 52px;
    }

    .design_tabs {
        margin-bottom: 35px;
    }

    .aside {
        transform: none;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        background: #3AAA35;
        right: 0;
        padding: 20px;
    }

    .drivers_inner,
    .drivers_item {
        width: 100%;
    }

    .drivers_inner-text {
        width: 370px;
    }

    .aside_hide {
        display: none;
    }

    .aside_item {
        margin: 0;
        animation: none;
        background: none;
        padding: 0;
        display: flex;
        justify-content: center;
        font-size: 0;
        align-items: center;
        line-height: 0;
        flex-direction: column;
    }

    .aside_item img {
        margin-bottom: 0;
    }

    .menu_burger {
        display: flex;
    }

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

    .aside_item:hover {
        transform: translateX(0px);
    }

    .aside {
        z-index: 11;
    }

    .mounting_wrapper {
        position: relative;
    }

    .mounting_right {
        position: absolute;
        width: 100%;
        left: 0;
        top: 130px;
    }

    .mounting_left {
        width: 100%;
    }

    .mounting_text {
        margin-bottom: 360px;
    }

    .gate_item {
        width: 48%;
    }

    .colors_wrapper {
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 140px;
    }

    .colors_title {
        text-align: center;
    }

    .showroom_wrapper {
        flex-direction: column;
    }

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

    .showroom_left-item {
        width: 48%;
    }

    .showroom_right {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .showroom_left-img {
        bottom: 40px;
    }

    .showroom_slide {
        border-radius: 20px;
    }

    .options_slide-img,
    .reviews_left {
        border-radius: 20px;
    }

    .certificates_wrapper {
        flex-wrap: wrap;
    }

    .certificates_item {
        height: 200px;
    }

    .certificates_item img {
        width: auto;
        max-width: 100%;
    }

    .works_item {
        height: 140px;
    }

    .how_item,
    .how_item:nth-child(1),
    .how_item:nth-child(4) {
        width: 48%;
    }

    .fixed_video {
        bottom: 25px;
        width: 160px;
        height: 278px;
    }

    .advantages_items {
        flex-wrap: wrap;
    }

    .advantages_item {
        width: 48%;
        margin-bottom: 25px;
    }

    .quiz_title br {
        display: none;
    }

    .sale_img {
        position: absolute;
        width: 100%;
        height: 300px;
        top: 224px;
    }

    .sale_wrapper {
        position: relative;
    }

    .sale_text {
        margin-bottom: 360px;
    }

    .sale_info {
        width: 100%;
    }

    .sample_wrapper {
        flex-direction: column;
    }

    .design {
        margin-bottom: 80px;
    }

    .sample_left {
        width: 100%;
    }

    .sample_right {
        width: 100%;
    }

    .sample_inner-img {
        right: 0;
    }

    .reviews_slide {
        flex-direction: column;
    }

    .reviews_left {
        width: 100%;
    }

    .reviews_right {
        width: 100%;
    }

    .map {
        padding-bottom: 240px;
    }

    .map_inner {
        width: 100%;
        text-align: center;
    }

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

    .footer_logos {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        order: 1;
    }

    .footer_links {
        margin-bottom: 28px;
    }

    .footer_items:nth-child(3) {
        flex-direction: row;
    }

    .footer_logo {
        width: 120px;
    }

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

    .footer_logo:first-child {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .footer_links {
        align-items: flex-start;
    }

    .footer_inner {
        flex-direction: column;
    }

    .footer_link {
        margin-bottom: 11px;
    }

    .reviews_inner {
        flex-direction: column;
    }

    .reviews_inner-text {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .aside {
        display: none;
    }

    .marquiz-pops {
        bottom: 0 !important;
        top: auto !important;
    }

    .group_logo {
        display: none;
    }

    .menu_burger {
        display: flex;
    }

    .mounting_wrapper {
        margin-bottom: 220px;
    }

    .mounting_left-img {
        margin: 0;
        position: absolute;
        top: -300px;
    }

    .mounting_inner {
        position: relative;
    }

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

    .mounting_right-item {
        margin-right: 0;
        width: 22%;
    }

    .mounting_right-item_img {
        height: 151px;
    }

    .header_left,
    .header_messages,
    .header_adres {
        display: none;
    }

    .header_wrapper {
        flex-direction: column;
    }

    .header_wrapper .header_logo {
        margin-bottom: 10px;
    }

    .header_logo-text {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .header_logo {
        flex-direction: column;
        width: 100%;
        text-align: center;

    }

    .header_wrapper {
        padding: 15px 0;
    }

    .header_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px -4px 21px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        width: 100%;
        bottom: 0;
        right: 0;
        height: 98%;
        backdrop-filter: blur(7.5px);
        opacity: 0;
        visibility: hidden;
        padding-top: 52px;
        transition: all 0.3s;
    }

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

    .header_mobile .header_img {
        display: flex;
        justify-content: center;
        margin: 20px 0 48px;
    }

    .header_mobile .header_adres {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .header_mobile .header_messages {
        display: flex;
        margin-bottom: 30px;

    }

    .header_mobile .header_left {
        display: block;
        margin-bottom: 30px;
    }

    .header_mobile-btn {
        height: 70px;
        width: 270px;
    }

    .main_info {
        width: 100%;
        text-align: center;
    }

    .main {
        position: relative;
        padding-top: 230px;
    }

    .main_img {
        position: relative;
        top: auto;
        width: 100vw;
        margin: -80px 0;
    }

    .main_text {
        margin-bottom: 25px;
    }

    .main_btn {
        margin: 0 auto;
    }

    .main_options {
        flex-direction: column;
        width: 100%;
        margin-bottom: 35px;
    }

    .main_option {
        width: 100%;
        margin-bottom: 15px;
    }

    .main_items {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .main_item {
        width: 48%;
        margin-bottom: 35px;
    }

    .main h1 br {
        display: none;
    }

    .popular_item {
        width: 48%;
    }

    .reviews_item {
        margin: 0 5px;
    }

    .colors_inner {
        padding: 32px;
        justify-content: space-between;
    }

    .colors_inner-title {
        font-size: 18px;
        margin-right: 0;
        width: 305px;
    }

    .colors_inner-img {
        width: 205px;
        top: -60px;
        right: -60px;
    }

    .solutions_item {
        width: calc(50% - 13px);
    }

    .solutions_top {
        flex-direction: column;
    }

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

    .solutions_text {
        width: 100%;
    }
}

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

    .gate_item {
        width: 100%;
    }

    .cost_wrapper {
        width: 100%;
    }

    .showroom_left-img {
        display: none;
    }

    .showroom_right-items {
        display: none;
    }

    .works_item {
        height: 470px;
        margin: 0;
        border-radius: 20px;
    }

    .sale_img {
        top: 294px;
    }

    .showroom_left-img {
        width: 320px;
    }

    .mounting_right-item_img {
        height: 112px;
    }

    .works_wrapper .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;

        border: none;
        font-size: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
    }

    .works_wrapper .slick-next {
        background-image: url(../img/options_right.svg);
        right: -14px;
    }

    .works_wrapper .slick-prev {
        background-image: url(../img/options_left.svg);
        left: -14px;
    }

    .how_item,
    .how_item:nth-child(1),
    .how_item:nth-child(4) {
        width: 100%;
    }

    .cost_help::before {
        width: 52px;
        height: 55px;
    }

    .cost_help {
        padding-left: 65px;
    }

    .video_info-subtitle {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .video_info-item {
        width: 100%;
        height: 325px;
    }

    .video_info-left {
        margin-bottom: 20px;
    }

    .quiz_page {
        display: block;
    }

    .quiz_title {
        font-size: 28px;
        line-height: 36px;
    }

    .thanks_btns {
        flex-direction: column;
    }

    .thanks_btns .btn {
        margin: 0 0 20px;
        width: 100%;
    }

    .header_logo-text {
        font-size: 13px;
        width: 300px;
    }

    .header_logo-text br:last-child {
        display: none;
    }

    .header_wrapper .header_logo-img {
        align-self: flex-start;
    }

    .header_wrapper {
        position: relative;
    }

    .header_burger {
        display: block;
        position: absolute;
        right: 0;
        top: 30px;
        width: 30px;
        height: 18px;
        z-index: 15;
    }

    .header_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #3AAA36;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .header_burger.active::before {
        transform: rotate(45deg);
        top: 8px;
    }

    .header_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #3AAA36;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

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

    .header_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #3AAA36;
        top: 8px;
        right: 0;
        transition: all 0.3s;
    }

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

    .header_phone-mobile {
        display: flex;
        font-size: 22px;
        line-height: 22px;
        text-align: right;
        justify-content: flex-end;
        color: #000000;
        position: relative;
        border-bottom: 1px dashed;
        transition: all 0.3s;
        margin-top: 14px;
    }

    .header.fixed {
        position: fixed;
        background-color: #fff;
    }

    .header.fixed .header_wrapper .header_phone-mobile,
    .header.fixed .header_wrapper .header_img,
    .header.fixed .header_wrapper .header_logo-text {
        display: none;
    }

    .header.fixed .header_logo {
        margin-bottom: 0;
    }

    .header_mobile .header .header_phone-mobile,
    .header_mobile .header .header_img,
    .header_mobile .header .header_logo-text {
        display: none;
    }

    .header_mobile .header_logo-img {
        margin-bottom: 15px;
    }

    .phone_link {
        display: flex;
        position: absolute;
        top: 22px;
        right: 48px;
        width: 36px;
        padding: 5px;
        height: 36px;
        background: #3AAA36;
        border-radius: 50%;
    }

    .main h1 {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 8px;
    }

    .main h1 br {
        display: none;
    }

    .main_text br {
        display: none;
    }

    .main_text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .header_mobile .header_messages {
        display: none;
    }

    .main_img {
        width: 150%;
        transform: translateX(-19%);
        margin: 0px 0 -100px;
    }

    .main_options {
        margin-bottom: 20px;
    }

    .main_option {
        width: 252px;
        display: flex;
        width: 252px;
        font-size: 14px;
        line-height: 1.8;
        justify-content: center;
        text-align: center;
        margin: 0 auto 15px;
    }

    .main_item {
        width: 100%;
        margin-bottom: 15px;
    }

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

    .main_items {
        padding: 30px;
        width: 100vw;
        margin-left: -15px;
    }

    .main {
        padding-bottom: 60px;
    }

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

    .main_options {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .main {
        padding-bottom: 30px;
    }

    .popular {
        padding: 50px 0;
    }

    .popular_title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 auto 26px;
        width: 300px;
    }

    .popular_item {
        width: 100%;
        margin-bottom: 0;
    }

    .popular_item-info {
        padding: 20px;
    }

    .popular_item-title {
        line-height: 26px;
        font-size: 18px;
    }

    .popular_btn {
        display: flex;
        width: 214px;
        border: 1px solid #BBB3B3;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        height: 55.48px;
        margin: 20px auto 0;
        font-size: 16px;
        text-align: center;
        color: #000;
        font-weight: 500;
        line-height: 23px;
    }

    .popular_wrapper .slick-arrow {
        position: absolute;
        bottom: 0;
        border-radius: 10px;
        width: 38px;
        height: 38px;
        border: none;
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
    }

    .popular_wrapper .slick-next {
        right: calc(50% - 55px);
        background-image: url(../img/arrow_right2.svg);
    }

    .popular_wrapper .slick-prev {
        left: calc(50% - 55px);
        background-image: url(../img/arrow_left2.svg);
    }

    .popular_wrapper {
        padding-bottom: 50px;
    }

    .quiz_btn {
        display: flex;
        height: 60px;
        width: 256px;
        margin: 0 auto;
    }

    .quiz_mobile {
        display: flex;
        height: 80vw;
        width: 100vw;
        margin-left: -15px;
    }

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

    .quiz {
        margin-bottom: 30px;
    }

    .reviews_inner {
        display: none;
    }

    .popular::before {
        background: #F3F7FC;
    }

    .colors_inner {
        padding: 176px 25px 58px;
        flex-direction: column;
    }

    .colors_inner-title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .colors_inner-btn {
        margin: 0 auto;
        max-width: 100%;
    }

    .colors_inner-img {
        width: 270px;
        height: auto;
        top: -75px;
        right: 50%;
        transform: translateX(50%);
    }

    .drivers_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .drivers_item-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .drivers_item-text br {
        display: none;
    }

    .drivers_item-inner {
        padding: 146px 25px 36px;
    }

    .drivers_item-img {
        width: 230px;
    }

    .drivers_item-img img {
        width: 100%;
        height: 100%;
    }

    .drivers_item-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .drivers_item p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .drivers_item-price {
        line-height: 23px;
        font-size: 16px;
    }

    .drivers_item-options {
        flex-direction: column;
    }

    .drivers_item-option {
        margin-bottom: 5px;
    }

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

    .drivers_inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .drivers_inner-text {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 17px;
    }

    .drivers_inner-btn {
        margin: 0;
    }

    .drivers {
        margin-bottom: 70px;
    }

    .about {
        margin: 50px 0;
    }

    .about_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .about_text {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_img {
        height: 175px;
    }

    .about_slide {
        height: 240px;
    }

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

    .about_right-text {
        width: 100%;
    }

    .about_subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .about_sliders {
        margin-top: 20px;
    }
}

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

    .aside {
        padding: 10px;
    }

    .scroll {
        right: 15px;
        bottom: 100px;
    }

    .gate {
        padding: 50px 0 55px;
    }

    .gate_title {
        line-height: 35px;
        margin-bottom: 20px;
        font-size: 25px;
    }

    .gate_item-img {
        height: 270px;
    }

    .gate_item-info {
        height: auto;
        padding: 15px;
    }

    .gate_item-title {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 18px;
    }

    .gate_item-text {
        margin-bottom: 15px;
    }

    .gate_item-order {
        width: 118px;
    }

    .gate_item {
        margin-bottom: 20px;
        display: none;
    }

    .gate_item.active {
        display: block;
    }

    .gate_item:nth-child(1),
    .gate_item:nth-child(2),
    .gate_item:nth-child(3) {
        display: block;
    }

    .gate_show {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 177px;
        border: 1px solid #228E1E;
        height: 43px;
        margin: 20px auto 0;
        font-size: 14px;
        text-align: center;
        color: #000;
        line-height: 22px;
    }

    .gate_show.active {
        display: none;
    }

    .colors {
        padding: 45px 0 50px;
    }

    .colors_title {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 280px;
        z-index: 3;
        position: relative;
    }

    .colors_left {
        width: 290px;

    }

    .colors_img-wrapper {
        width: 320px;
        height: 219px;
        padding: 23px 23px 6px 25px;
        margin-bottom: 40px;
        right: 50%;
        z-index: 2;
        transform: translateX(50%);
        position: relative;
    }

    .colors_img-wrapper::after {
        content: "";
        position: absolute;
        background-size: cover;
        background-image: url(../img/colors_img-wrapper.jpg);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }

    .colors_img-wrapper::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 120%;
        top: -20%;
        right: 0;
        background-color: #fff;
        right: 50%;
        transform: translateX(50%);
    }

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

    .colors_right {
        width: 100%;
    }

    .colors_tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .colors_tab {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 10px;
        padding: 5px;
    }

    .colors_tab svg {
        width: 55px;
        margin-bottom: 0;
    }

    .colors_tab:nth-child(3n) {
        margin-right: 0;
    }

    .colors_item {
        width: 32%;
        margin-right: 2%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .colors_item:nth-child(5n) {
        margin-right: 2%;
    }

    .colors_item:nth-child(3n) {
        margin-right: 0;
    }

    .colors_btn {
        width: 100%;
    }

    .colors_wrapper {
        padding-bottom: 205px;
    }

    .colors_items {
        padding-bottom: 0;
    }

    .options {
        padding: 45px 0 60px;
    }

    .options_title {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .options_title br {
        display: none;
    }

    .options_slide {
        margin: 0;
    }

    .options_slide-title {
        min-height: 0;
    }

    .cost {
        padding-bottom: 0;
    }

    .cost_wrapper::before {
        right: -15px;
    }

    .cost_wrapper {
        padding: 55px 0;
    }

    .cost_title {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    .cost_subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 50px;
        text-align: center;
    }

    .cost_text {
        line-height: 20px;
        margin-bottom: 24px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .cost_inner {
        flex-direction: column;
    }

    .cost_btn {
        margin: 0 auto 25px;
    }

    .showroom {
        padding: 0 0 45px;
    }

    .showroom_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .showroom_link {
        margin-bottom: 30px;
    }

    .showroom_left {
        padding: 30px 25px 110px;
    }

    .showroom_left-title {
        line-height: 23px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .showroom_left-item {
        line-height: 16px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .showroom_left::before {
        height: 126px;
        width: 271px;
    }

    .showroom_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 35px 11px;
    }

    .showroom_right-text {
        order: -1;
    }

    .showroom_right-items {
        order: -1;
        width: 100%;
        justify-content: space-between;
    }

    .showroom_right-item {
        margin: 0;
    }

    .showroom_slider .slick-list {
        overflow: hidden;
    }

    .showroom_slide {
        height: auto;
        margin: 0;
    }

    .showroom_slider .slick-next {
        right: 0;
    }

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

    .showroom_slider .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 15px 15px;
    }

    .certificates {
        padding-bottom: 50px;
    }

    .certificates_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 18px;
    }

    .certificates_item {
        height: 220px;
        display: flex !important;
        justify-content: center;
        margin-right: 0;
    }

    .certificates_wrapper {
        margin: 0;
    }

    .works {
        padding: 25px 0 45px;
    }

    .works_title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .works_item {
        height: auto;
    }

    .how {
        padding: 50px 0 60px;
    }

    .how_title {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 13px;
    }

    .how_text {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .how_item {
        margin-bottom: 25px;
        padding-left: 55px;
        min-height: 46px;
    }

    .how_item-number {
        width: 46px;
        height: 46px;
        font-size: 22px;
        line-height: 54px;
    }

    .how_btn {
        margin: 0 auto;
        width: 100%;
    }

    .sample {
        padding: 45px 0;
    }

    .sample_title {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .sample_text {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .sample_left-inner {
        padding: 40px 15px;
    }

    .sample_prof-img {
        position: relative;
        margin-bottom: 15px;
    }

    .sample_prof {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sample_prof-title {
        order: -1;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .sample_item {
        font-size: 14px;
        line-height: 18px;
    }

    .sample_inner::before {
        width: 100%;
    }

    .sample_inner {

        line-height: 20px;
        font-size: 16px;
        text-align: center;
        padding: 28px 18px 147px;
    }

    .sample_inner-img {
        right: 50%;
        transform: translateX(50%);
    }

    .sample_inner-img {
        bottom: 12px;
    }

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

    .sample_right-inp {
        width: 100%;
    }

    .sample_right-btn {
        width: 100%;
    }

    .sample_right {
        background-position: center;
    }

    .team {
        padding-bottom: 50px;
    }

    .team_title {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .team_slider {
        padding: 0 15px;
    }

    .team_slider .slick-prev {
        left: -10px;
    }

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

    .reviews {
        padding-bottom: 60px;
    }

    .reviews_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .reviews_left {
        height: 195px;
    }

    .reviews_right {
        padding: 25px;
        border-radius: 5px;
    }

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

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

    .reviews_slider .slick-next {
        right: 0;
    }

    .map_inner {
        padding: 45px 25px;
    }

    .map_inner-title {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 13px;
    }

    .map_inner-text {
        line-height: 22px;
        font-size: 16px;
    }

    .reviews_slider .slick-prev {
        left: -14px;
    }

    .reviews_slider .slick-next {
        right: -14px;
    }

    .footer {
        padding-bottom: 75px;
    }

    .footer_item {
        margin-bottom: 20px;
    }

    .popup_body {
        padding: 35px 20px;
    }

    .popup_body-title {
        line-height: 28px;
        font-size: 24px;
    }

    .popup_body-inp {
        width: 100%;
    }

    .popup_body-btn {
        width: 100%;
    }

    .showroom_page {
        padding-top: 80px;
    }

    .reviews_slider {
        margin-bottom: 20px;
    }

    .reviews_inner-text {
        text-align: center;
    }

    .color_slider .colors_item {
        width: 106px;
        margin-right: 10px;
        display: flex !important;
    }

    .showroom_iframe {
        height: 300px;
    }

    .jbForm .jb_close {
        right: 5px;
        top: 5px;
    }

    .works_wrapper {
        display: block;
    }

    .fixed_video {
        display: none;
    }

    .main_option br {
        display: block;
    }

    #video_popup .fixed_video-btn {
        display: flex !important;
        width: 230px;
        bottom: 80px;
    }

    .video_info-item {
        height: 225px;
    }

    .design {
        margin: 60px 0 25px;
    }

    .design_subtitle {
        font-size: 22px;
        left: 9px;
        top: -25px;
    }

    .design_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .design_tabs {
        flex-direction: column;
        align-items: center;
        position: relative;

    }

    .design_tab {
        width: 181px;
        margin-right: 30px;
        display: none;
        margin-bottom: 10px;
    }

    .design_tab.show {
        display: flex;
    }

    .design_tab.active {
        display: flex;
    }

    .design_show {
        display: flex;
        width: 61px;
        background: #E3E3E3;
        border-radius: 8px;
        height: 44px;
        background-image: url(../img/select.svg);
        background-size: 24px 9px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: calc(50% - 115px);
        transform: translateX(50%);
    }

    .design_show::before {
        position: absolute;
        content: "";
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        border: 5px solid #F8F8F8;
        border-radius: 8px;
    }

    .design_tab {
        height: 44px;
    }

    .design_tab::before {
        top: -4px;
        right: -4px;
        left: -4px;
        bottom: -4px;
    }

    .showroom_left-items {
        width: 280px;
    }

    .showroom_left-item:nth-child(4) {
        order: 1;
    }

    .showroom_left-item {
        width: 100%;
    }

    .showroom_left-title {
        margin-bottom: 37px;
    }

    .showroom_left {
        padding: 0;
    }

    .showroom_right {
        padding: 0;
    }

    .design_item {
        width: 48%;
        margin-right: 0;
    }

    .design_content {
        justify-content: space-between;
    }

    .advantages_title {
        line-height: 38px;
        font-size: 26px;
        text-align: center;
        margin-bottom: 34px;
    }

    .advantages_title br {
        display: none;
    }

    .advantages_item {
        width: 100%;
        padding: 24px;
        margin-bottom: 10px;
    }

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

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

    .advantages_wrapper::before {
        display: none;
    }

    .advantages_wrapper {
        padding: 50px 35px;
        background-image: url(../img/advantages_wrapper.jpg);
    }

    .advantages {
        margin-bottom: 60px;
    }

    .sale {
        margin: 60px 0;
    }

    .sale_title {
        line-height: 38px;
        margin-bottom: 25px;
        font-size: 26px;
        width: 330px;
    }

    .sale_text br {
        display: none;
    }

    .sale_text {
        line-height: 30px;
        font-size: 16px;
        width: 290px;
        margin-bottom: 278px;
    }

    .sale_img {
        top: 225px;
        height: 222px;
    }

    .sale_img::before {
        width: 183.045px;
        height: 122.405px;
        top: -10px;
        right: -10px;
    }

    .sale_img::after {
        width: 183.045px;
        height: 122.405px;
        bottom: -10px;
        left: -10px;
    }

    .sale_subtitle {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .sale_list li {
        line-height: 27px;
        font-size: 14px;
    }

    .sale_list {
        margin-bottom: 26px;
    }

    .sale_inner {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }

    .sale_btn {
        margin-top: 16px;
        margin-right: 0;
        width: 100%;
    }

    .showroom_left-img {
        width: 184px;
        top: 37px;
        right: 0;
    }

    .showroom_left-title {
        width: 240px;
        margin: 0 auto 20px;
    }

    .showroom_slider .slick-arrow {
        background-size: cover;
    }

    .showroom_slider .slick-next {
        right: -15px;
    }

    .showroom_slider .slick-prev {
        left: -15px;
    }

    .certificates_wrapper {
        display: block;
    }

    .mounting {
        padding: 60px 0;
    }

    .mounting_title {
        line-height: 38px;
        margin-bottom: 14px;
        font-size: 26px;
    }

    .mounting_text {
        line-height: 26px;
        margin-bottom: 228px;
        font-size: 16px;
        width: 290px;
    }

    .mounting_right {
        height: 173px;
    }

    .mounting_left-text {
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 25px;
    }

    .mounting_left-img {
        width: 400px;
        right: 55%;
        transform: translateX(50%);
        left: auto;
        top: -330px;
    }

    .mounting_right-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .mounting_items {
        width: 173px;
        margin: 0 auto;
    }

    .mounting_items .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;

        border: none;
        font-size: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mounting_items .slick-next {
        background-image: url(../img/options_right.svg);
        right: -44px;
    }

    .mounting_items .slick-prev {
        background-image: url(../img/options_left.svg);
        left: -44px;
    }

    .mounting_right-item_img {
        height: 173px;
    }

    .reviews_slide {
        margin: 0;
    }

    .reviews_right {
        height: auto;
    }

    .map_inner-text {
        padding-left: 0;
        padding-top: 40px;
        font-size: 15px;
    }

    .map_inner-text::before {
        right: 50%;
        transform: translateX(50%);
        left: auto;
    }

    .footer_item {
        margin-right: 35px;
    }

    .footer_item:last-child {
        margin-right: 0;
    }

    .certificates_wrapper .slick-prev {
        left: -10px;
    }

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

    .works_page {
        margin: 0;
    }

    .showroom_page {
        padding-top: 45px;
    }

    .showroom_page .showroom_slider {
        margin-bottom: 0;
    }

    .certificates_page,
    .team_page {
        margin-bottom: 25px;
    }

    .certificates_title br {
        display: block;
    }

    .reviews_items {
        display: none !important;
    }

    .reviews_slider {
        display: block;
        width: 290px;
        padding: 0 0 60px;
    }

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

    .reviews_slide {
        height: 100%;
    }

    .reviews_slider .slick-arrow {
        bottom: 0;
        top: auto;
        transform: none;
    }

    .reviews_slider .slick-next {
        right: calc(50% - 50px);
        transform: translateX(50%);
    }

    .reviews_slider .slick-prev {
        left: calc(50% - 50px);
        transform: translateX(-50%);
    }

    .solutions_title {
        line-height: 28.8px;
        font-size: 24px;
    }

    .solutions_text {
        line-height: 18.2px;
        font-size: 14px;
    }

    .solutions_top {
        margin-bottom: 30px;
    }

    .solutions_items {
        gap: 40px;
    }

    .solutions_item {
        width: 100%;
    }

    .solutions_item-teg {
        top: 10px;
        right: 10px;
        padding: 13px 20px;
        max-width: none;
        font-size: 11px;
    }

    .map_mobile {
        margin-top: 60px;
        display: block;
        width: 100%;
    }

    .map_mobile-title {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 700;
        text-align: center;
    }

    .map_mobile video {
        width: 100%;
        height: auto;
        display: flex;
    }

    .main_calc {
        width: 100%;
    }

    .main_subtitle {
        font-size: 22px;
    }

    .main_subtitle br {
        display: none;
    }
}