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


.sale_date {
    display: inline-block;
}


/* 
@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: 'Play', sans-serif;
}

a {
    text-decoration: none;
}

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

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

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

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

.scroll_whats {
    position: fixed;
    width: 53px;
    height: 53px;
    z-index: 2;
    bottom: 70px;
    right: 15%;
    transition: all 0.3s;
    transform: scale(0);
}

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

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

.aside {
    position: fixed;
    z-index: 3;
    right: -190px;
    background: #3C9810;
    border-radius: 10px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: all 0.5s;
}

.aside::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_aside.svg);
    background-size: cover;
    width: 9px;
    height: 15px;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.aside:hover::before {
    transform: translateY(-50%) rotate(180deg);
}

.aside:hover {
    right: 0;
}

.aside_item {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 13px;
    padding-left: 45px;
    transition: all 0.3s;
}

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

.aside_item:nth-child(3) {
    margin-bottom: 0;
}

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

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

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

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

.header_logo-img {
    display: flex;
    width: 140px;
    margin-right: 26px;
}

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

.header_logo-text {
    font-size: 14px;
    line-height: 20px;
    color: #292929;
}

.header_adres {
    width: 254px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #292929;

}

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

.header_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    padding-left: 39px;
    border-radius: 5px;
    padding: 8px 14px;
    background: #303030;
}

.header_number {
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    padding-left: 23px;
    transition: all 0.3s;
    position: relative;
}

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

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

.header_order {
    font-size: 16px;
    color: #3C9810;
    line-height: 25px;
    transition: all 0.3s;
}

.header_order:hover {
    color: #fff;
}



.main {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

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

.main h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 20px;
}

.main h1 span {
    color: #3C9810;
}

.main_subtitle {
    font-size: 22px;
    color: #292929;
    line-height: 36px;
    margin-bottom: 26px;
}

.main_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 57px 110px 57px 57px;
    border-radius: 10px;
    background: rgba(29, 29, 29, 0.85);
    position: relative;
}

.main_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/main_wrapper.png);
    background-size: cover;
    height: 227px;
    width: 158px;
    bottom: 0;
    right: 0;
}

.main_text {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #292929;
    margin-bottom: 60px;
}

.main_text span {
    color: #3C9810;
    display: block;
}

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

.main_item {
    position: relative;
    padding-left: 65px;
    font-size: 18px;
    color: #292929;

    line-height: 24px;
}

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

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: #3C9810;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    animation: btnAnim 1s ease infinite;
}

@keyframes btnAnim {
    0% {
        box-shadow: 0 0 0 0 rgb(60 152 16 / 80%);
    }

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

.main_btn {
    height: 75px;
    margin-bottom: 70px;
    width: 381px;
}

.advantage {
    padding: 100px 0;
}

.advantage_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 700;
    margin-bottom: 165px;
}

.advantage_title span {
    color: #3C9810;
}

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

.advantage_item-img {
    display: flex;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 6px solid #fff;
    overflow: hidden;
    position: absolute;
    top: -116px;
    right: 50%;
    transform: translateX(50%);
}

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

.advantage_item {
    border-radius: 10px;
    background: #303030;
    width: 23%;
    position: relative;
    padding: 68px 8px 25px;
}

.advantage_item:nth-child(2n) {
    background: #3C9810;
}

.advantage_item-subtitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 22px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 25px;
}

.advantage_item:nth-child(2n) .advantage_item-subtitle {
    color: #51AD25;
}

.advantage_item-title {
    font-size: 40px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 700;
}

.advantage_item-text {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
}

.price {
    padding: 90px 0 90px;
    background: #303030;
}

.price_title {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 50px;
    margin-bottom: 55px;
    text-align: center;
}

.price_title span {
    color: #3C9810;
}

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

.price_item {
    width: 32%;
    border-radius: 10px;
    background: #1F1F1F;
    margin-bottom: 30px;
    padding-bottom: 110px;
    position: relative;
}

.price_item-img {
    display: flex;
    width: 100%;
    height: 215px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

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

.price_item-title {
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 22px;
}

.price_item-size {
    margin: 0 20px 25px;
    padding-left: 37px;
    position: relative;
    font-size: 16px;
    color: #DFDFDF;
    line-height: 26px;
}

.price_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%);
}

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

.price_item-value {
    border-radius: 0px 5px 5px 0px;
    background: #585858;
    height: 46px;
    width: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
}

.price_item-value::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_item-bef.svg);
    background-size: cover;
    height: 17.5px;
    left: 0;
    width: 131px;
    bottom: 1px;
    transform: translateY(100%);
}

.price_item-more {
    width: 128px;
    background: #303030;
    border: 1px solid #3C9810;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 22px;
    animation: btnAnim 1s ease infinite;
}

.price_item-btn {
    position: absolute;
    width: 188px;
    height: 50px;
    font-size: 20px;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
}

.price_item-value.red {
    background: #A90000;
}

.price_item-value.red::before {
    background-image: url(../img/price_item-bef2.svg);
}

.price_item-value.green {
    background: #129F0F;
}

.price_item-value.green::before {
    background-image: url(../img/price_item-bef3.svg);
}

.about {
    padding: 100px 0;
}

.about_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 40px;
    font-weight: 700;
}

.about_title span {
    color: #3C9810;
}

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

.about_left {
    padding: 40px 35px 45px 40px;
    width: 48%;
    border-radius: 10px;
    background: #303030;
    background-position: bottom center;
    background-size: cover;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

.about_left-text {
    margin-bottom: 25px;
}

.about_video {
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* .about_video::before{
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 72px;
    height: 72px;
    animation: playAnim 0.6s infinite alternate;
}
@keyframes playAnim{
    0%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
} */
.about_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_left span {
    font-weight: 700;
}

.about_right {
    width: 48%;
    border-radius: 10px;
    background: #F2F2F2;
    padding: 50px 40px;
    background-image: url(../img/about_right.jpg);
    background-size: cover;
}

.about_logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 43px;
    width: 175px;
}

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

.about_text {
    line-height: 28px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 33px;
}

.about_text span {
    font-weight: 700;
}

.about_btn {
    width: 311px;
    background: #3C9810;
    border-radius: 5px;
    height: 66px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    font-size: 18px;
    align-items: center;
}

.construction {
    padding: 100px 0;
    background: #303030;
    position: relative;
    z-index: 1;
}

.construction_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.construction_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
}

.construction_title span {
    color: #3C9810;
}

.construction_info {
    width: 650px;
}

.construction_text {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.construction_warning {
    background: #202020;
    border-radius: 10px;
    border: 1px solid #3C9810;
    padding: 20px 20px 20px 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
}

.construction_warning::before {
    position: absolute;
    content: "";
    background-image: url(../img/construction_warning.svg);
    background-size: cover;
    width: 8px;
    height: 38px;
    left: 18px;
    top: 42px;
}

.construction_subtitle {
    font-weight: 700;
    line-height: 28px;
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 20px;
}

.construction_item {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
}

.construction_item span {
    color: #3C9810;
}

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

.construction_btn {
    width: 325px;
    height: 61px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.construction .container {
    position: relative;
}

.quiz {
    padding: 100px 0;
}

.accessories {
    padding: 85px 0 105px;
}

.quiz_title,
.accessories_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 700;
    margin-bottom: 40px;
}

.quiz_title span,
.accessories_title span {
    color: #3C9810;
}

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

.accessories_left {
    width: 495px;
}

.accessories_left p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 30px;
}

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

.accessories_right {
    width: 540px;
    overflow: hidden;
    border-radius: 10px;
    padding: 45px 90px 50px;
    background-image: url(../img/accessories_right.jpg);
    background-size: cover;
    background-position: center;
}

.accessories_right-title {
    font-size: 30px;
    line-height: 30px;
    color: #FFFf;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.accessories_right-item {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    width: 360px;
    display: flex;
    justify-content: space-between;
}

.accessories_btn {
    height: 69px;
    width: 317px;
    font-size: 18px;
    margin: 30px auto 0;
}

.accessories_inner {
    position: relative;
    margin-top: 50px;
    padding: 55px 120px 45px;
    border-radius: 10px;
    background: linear-gradient(89.94deg, #F2F2F2 16.07%, rgba(242, 242, 242, 0) 77.18%);
}

.accessories_inner::before {
    position: absolute;
    content: "";
    background-image: url(../img/accessories_inner.png);
    width: 435px;
    height: 373px;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.accessories_inner-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.accessories_inner-item {
    line-height: 28px;
    font-size: 18px;
}

.types {
    padding: 100px 0 105px;
    background: #F2F2F2;
}

.types_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 50px;
    font-weight: 700;
}

.types_title span {
    color: #3C9810;
}

.types_item {
    width: 665px;
    background: linear-gradient(0deg, #303030, #303030), linear-gradient(90deg, #303030 43.06%, rgba(48, 48, 48, 0) 69.55%);
    border-radius: 10px;
    height: 322px;
    padding: 30px 50px 35px;

}

.types_item-wraper:last-child {
    margin-bottom: 0;
}

.types_item-wraper {
    margin-bottom: 45px;
    position: relative;
}

.types_item-title {
    font-size: 26px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: 700;
}

.types_item-title span {
    color: #3C9810;
    display: block;
}

.types_item-text {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 24px;
}

.types_item-btn {
    width: 191px;
    background: #535353;
    border: 1px solid #3C9810;
    border-radius: 5px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    animation: btnAnim 1s ease infinite;
    line-height: 22px;
}

.types_item-img {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.types_item-wraper:last-child {
    justify-content: flex-end;
    display: flex;
}

.types_item-wraper:last-child .types_item {
    padding-left: 130px;
}

.types_item-wraper:last-child .types_item-img {
    right: auto;
    left: -50px;
}

.ways {
    padding: 95px 0 85px;
    background-image: url(../img/ways.jpg);
    background-size: cover;
    background-position: center;
}

.ways_title {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 65px;
    font-weight: 700;
}

.ways_title span {
    color: #3C9810;
}

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

.ways_item {
    width: 23%;
}

.ways_item-img {
    width: 208px;
    background: radial-gradient(70.67% 70.67% at 29.33% 43.11%, #3C9810 0%, rgba(162, 0, 0, 0) 100%);
    height: 208px;
    display: flex;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 8px;

}

.ways_item-img img {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.ways_item-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 18px;
    min-height: 72px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ways_item-support {
    display: flex;
    background-image: url(../img/ways_item-support.svg);
    background-size: cover;
    width: 44px;
    height: 44px;
    margin: 0 auto 16px;
    position: relative;
}

.ways_support-body {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #434343;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.45);
    border-radius: 5px;
    width: 285px;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 20px;
    top: 50%;
    right: 50%;
    transform: translate(100%, -100%);
}

.ways_item-support:hover .ways_support-body {
    opacity: 1;
    visibility: visible;
}

.ways_item-price {
    font-size: 22px;
    text-align: center;
    color: #3C9810;
    line-height: 26px;
}

.cost {
    padding: 110px 0 120px;
}

.cost_wrapper {
    padding: 95px 80px;
    background-image: url(../img/cost_wrapper.jpg);
    background-size: cover;
    border-radius: 10px;
}

.cost_title {
    font-size: 45px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 50px;
    font-weight: 700;
}

.cost_text {
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 50px;
    line-height: 30px;
}

.cost_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    width: 293px;
    height: 69px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    animation: btnWhite 1s ease infinite;
}

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

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

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

.step_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 700;
}

.step_subtitle {
    font-size: 30px;
    color: #000000;
    margin-bottom: 48px;
    line-height: 54px;
}

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

.step_left {
    width: 720px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -45px;
}

.step_item {
    width: 48%;
    margin-bottom: 45px;
}

.step_item-number {
    background: radial-gradient(70.33% 70.33% at 70.33% 50.55%, #3C9810 0%, rgba(255, 0, 0, 0) 100%);
    width: 91px;
    height: 91px;
    border-radius: 50%;
    margin-bottom: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    line-height: 32px;
}

.step_item-number::before {
    position: absolute;
    content: "";
    background: #FFFFFF;
    width: 65px;
    height: 64px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: -1;
}

.step_item-text {
    line-height: 24px;
    font-size: 18px;
}

.step_right {
    width: calc(100% - 720px);
    display: flex;
    align-items: flex-end;
}

.step_btn {
    width: 293px;
    height: 69px;
    font-size: 20px;
}

.process {
    padding: 115px 0 100px;
}

.process_title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}

.process_title span {
    color: #3C9810;
}

.process_inner {
    padding: 30px 50px 30px 405px;
    position: relative;
    margin-bottom: 65px;
    border-radius: 10px;
    background: #F2F2F2;
}

.process_inner-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 327px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

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

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

.process_inner-subtitle {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
}

.process_inner-subtitle span {
    color: #3C9810;
}

.process_tabs {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #303030;
    margin-bottom: 35px;
}

.process_tab {
    flex: 1;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #FFFFFF;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
}

.process_tab:hover {
    color: #3C9810;
}

.process_tab.active:hover {
    color: #fff;
}

.process_tab.active {
    background: linear-gradient(90deg, #3C9810 0%, rgba(255, 0, 0, 0) 100%);
}

.process_content {
    display: none;
}

.process_content.active {
    display: block;
}

.process_content-info {
    width: 48%;
}

.process_content-title {
    font-size: 26px;
    line-height: 28px;
    color: #3C9810;
    margin-bottom: 20px;
    font-weight: 700;
}

.process_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.process_content-btn {
    width: 260px;
    height: 69px;
    font-size: 20px;
}

.process_content-img {
    display: flex;
    width: 48%;
    height: 405px;
    border-radius: 10px;
    overflow: hidden;
}

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

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

.works {
    padding: 90px 0 300px;
    background: #303030;
    position: relative;
}

.works_title {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}

.works_title span {
    color: #3C9810;
}

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

.works_item {
    width: 32%;
    height: 330px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    line-height: 16px;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 30px;
}

.works_item:nth-child(n+10) {
    display: none;
}

.works_item.active {
    display: flex;
}

.works_more {
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    text-decoration: underline;
    color: #FFFFFF;
}

.works_item span {
    padding: 7px 9px;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
}

.works_inner {
    background: #202020;
    border-radius: 10px;
    border: 1px solid #3C9810;
    position: absolute;
    width: 1110px;
    bottom: -130px;
    right: 50%;
    transform: translateX(50%);
    padding: 60px 118px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.works_inner-text {
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    width: 385px;
    line-height: 28px;
    position: relative;
}

.works_inner-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/works_inner-arrow.svg);
    background-size: cover;
    height: 33px;
    bottom: -51px;
    left: -130px;
    width: 221px;
}

.works_inner-btn {
    height: 64px;
    width: 271px;
    position: relative;
}




.mounting {
    margin: 255px 0 110px;
}

.mounting_title {
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 40px;
    font-size: 45px;
}

.mounting_title span {
    color: #3C9810;
}

.mounting_text {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 35px;
}

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

.mounting_left {
    width: 440px;
}

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

.mounting_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -25px;
}

.mounting_item {
    width: 48%;
    margin: 92px 0 25px;
    border-radius: 10px;
    background: #303030;
    padding: 68px 6px 20px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.mounting_item:nth-child(2),
.mounting_item:nth-child(3) {
    background: #3C9810;
}

.mounting_item-title {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 9px;
    font-weight: 700;
}

.mounting_item-img {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid #fff;
    top: -92px;
    right: 50%;
    overflow: hidden;
    transform: translateX(50%);
}

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

.mounting_right {
    width: 615px;
    background-image: url(../img/mounting_right.jpg);
    background-size: cover;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mounting_right-title {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 28px;
}

.mounting_right-btn {
    width: 312px;
    height: 69px;
}

.reviews {
    margin-bottom: 85px;
}

.reviews_title {
    margin-bottom: 55px;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 700;
}

.reviews_title span {
    color: #3C9810;
}

.reviews_slider {
    padding: 0 40px;
}

.reviews_slide {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.reviews_slide-info {
    width: 475px;
    border-radius: 10px;
    background: #F2F2F2;
    padding: 35px 35px 40px 45px;
}

.reviews_slide-img {
    width: calc(100% - 475px);
    display: flex;
    height: 312px;
    border-radius: 10px;
    overflow: hidden;
}

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

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

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

.reviews_slide-text {
    line-height: 22px;
}

.reviews_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#popup_body9 .popup_body-info,
#popup_body7 .popup_body-info {
    padding-left: 0;
}

.reviews_slider .slick-dots button {
    width: 9px;
    background: #C4C4C4;
    height: 9px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    margin: 0 4px;
    padding: 0;
}

.reviews_slider .slick-dots .slick-active button {
    background: #3C9810;
}

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

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

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

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

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

.info_block-right {
    width: 620px;
}

.info_block-left {
    width: 415px;
    border-radius: 10px;
    background: #303030;
}

.info_block-subtitle {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 11px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(270deg, rgba(255, 0, 0, 0) 0%, #3C9810 50%, rgba(255, 0, 0, 0) 100%);
}

.info_block-text {
    padding: 15px 40px 28px 30px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.info_block-right .info_block-text {
    padding: 0;
}

.info_block-title {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
}

.info_block-title span {
    color: #3C9810;
}

.info_block-btn {
    width: 312px;
    height: 69px;
    margin-top: 47px;
}

.form {
    padding: 40px 0;
    position: relative;
}

.form_inner {
    background: #303030;
    border-radius: 10px;
    width: 540px;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.form_title {
    border-radius: 10px;
    background: linear-gradient(to right, #3C9810 0%, rgba(255, 0, 0, 0) 100%);
    padding: 15px 20px;
    font-size: 42px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}

.form_text {
    font-size: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 22px;
    margin-top: 10px;
}

.form_inp {
    display: block;
    width: 346px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0 auto 12px;
    height: 62.22px;
    padding-left: 20px;
    border: none;
}

.form_btn {
    width: 346px;
    margin: 0 auto 20px;
    height: 69px;
    font-size: 22px;
}

.form_ok {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    width: 350px;
    line-height: 16px;
    margin: 0 auto;
}

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

.form_map iframe {
    width: 115%;
    height: 100%;
}

.footer {
    padding: 70px 0 55px;
    background: #232323;
}

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

.footer_logo {
    display: flex;
    width: 140px;
}

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

.footer_items {
    display: flex;
    width: 590px;
    justify-content: space-between;
    align-items: center;
}

.footer_item {
    padding-left: 41px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    transition: all 0.3s;
}

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

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

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

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

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

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

.footer_order {
    font-size: 16px;
    color: #3C9810;
    transition: all 0.3s;
    line-height: 25px;
}

.footer_order:hover {
    color: #fff;
}

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

.footer_inner-item {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    transition: all 0.3s;
}

a.footer_inner-item:hover {
    color: #3C9810;
}

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

.footer_message {
    display: flex;
    margin: 0 12px;
    transition: all 0.3s;
}

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

.footer_messages-btn {
    height: 40px;
    width: 165px;
    margin-left: 13px;
    text-transform: none;
    position: relative;
}

.footer_messages-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/footer_messages-btn.svg);
    background-size: cover;
    width: 56px;
    height: 15px;
    bottom: -14px;
    left: -22px;
}

.footer_dev {
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.footer_dev:hover {
    color: #3C9810;
}

.price_popup {
    width: 925px;
    overflow: hidden;
    padding: 0;
}

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

.price_popup-left {
    width: 555px;
    padding: 50px;
}

.price_popup-right {
    width: 350px;
}

.price_popup-title {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 27px;
    font-weight: 700;
}

.price_popup-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 4px;
    font-weight: 700;
}

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

.price_popup-list li {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding-left: 24px;
    position: relative;
}

.price_popup-list li::before {
    position: absolute;
    content: "";
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.price_popup-right {
    padding-top: 50px;
}

.price_popup-img {
    width: 350px;
    height: 214px;
    display: flex;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}

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

.price_popup-price {
    height: 57px;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #585858;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 25px;
    position: relative;
}

.price_popup-price::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_popup-price.svg);
    width: 172px;
    height: 23px;
    background-size: cover;
    right: 0;
    bottom: -23px;
}

.price_popup-desc {
    font-size: 14px;
    color: #707070;
    margin-bottom: 27px;
    line-height: 18px;
}

.price_popup-btn {
    height: 59px;
    width: 274px;
}

.popup_btn {
    cursor: pointer;
}

.jbForm .jb_inset {
    padding: 50px 50px 55px 405px;
    width: 730px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

.jbForm .jb_inset {
    overflow: visible;
}

.jbForm .popup_body-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.jbForm .popup_body-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jbForm .jb_title {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
    font-weight: 700;
}

.jbForm .jb_title span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.jbForm .popup_body-inp {
    width: 274px;
    background: #F2F2F2;
    border-radius: 5px;
    margin-bottom: 17px;
    height: 59px;
    display: block;
    padding-left: 20px;
    border: none;
}

.jbForm .popup_body-ok {
    font-size: 12px;
    color: #707070;
    margin-bottom: 20px;
    line-height: 14px;
}

.jbForm .popup_body-btn {
    width: 274px;
    height: 59px;
    font-size: 14px;
}

.jbForm .popup_body-area {
    width: 274px;
    background: #F2F2F2;
    border-radius: 5px;
    height: 102px;
    padding: 20px;
    border: none;
    margin-bottom: 12px;
    resize: none;
}

.menu_burger {
    display: none;
}

.header_mobile {
    display: none;
}

.price_show {
    display: none;
}

.price_show {
    display: none;
}

.process_content-tab {
    display: none;
}

.video_popup {
    width: 800px;
    height: 450px;
    padding: 0;
}

.video_popup iframe {
    width: 100%;
    height: 100%;
    display: flex;
}

#jbForm_popup_body8 .jb_inset {
    background: none;
}

#jbForm_popup_body8 label a,
#jbForm_popup_body8 label.jbForCheckbox {
    font-size: 14px;
    line-height: 16px;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}

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

.thanks_title {
    font-size: 40px;
    line-height: 46px;
    color: #292929;
    font-weight: 700;
    margin-bottom: 25px;
}

.thanks_text {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 45px;
    color: #292929;
}

.thanks_btn {
    height: 75px;
    font-size: 22px;
    width: 315px;
    position: relative;
}

.thanks_inner {
    margin-top: 100px;
    border-radius: 10px;
    background: rgba(29, 29, 29, 0.85);
    padding: 20px 170px 35px;
    display: flex;
    justify-content: space-between;
}

.thanks_inner-item {
    display: flex;
    align-items: flex-end;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
}

.popup_gate {
    width: 730px;
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 24px;
    font-size: 16px;
}

.popup_gate-btn {
    height: 69px;
    width: 317px;
    font-size: 18px;
    margin: 30px auto 0;
}

.gate_popup {
    background: #FFFFFF;
    border-radius: 10px;
    width: 1110px;
    padding: 50px 35px 50px 55px;
}

.gate_popup-title {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 30px;
}

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

.gate_popup-slider {
    width: 530px;
}

.gate_popup-info {
    width: 440px;
}

.gate_popup-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
}

.gate_popup-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 23px;
}

.gate_popup-item::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    left: 10px;
    top: 5px;
}

.gate_popup-inner {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.gate_popup-text {
    line-height: 18px;
    font-size: 16px;
    width: 530px;
}

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

.gate_popup-btn {
    height: 59px;
    width: 274px;
    margin-left: 55px;
}

.gate_popup-slider {
    padding: 0 25px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.08));
}

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

.gate_popup-side {
    height: 276px;
    display: flex;

}

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

.gate_popup-slider .slick-next {
    background-image: url(../img/popup_right.svg);
    right: 0;
}

.gate_popup-slider .slick-prev {
    background-image: url(../img/popup_left.svg);
    left: 0;
}

.header_wrapper .menu_burger {
    display: none;
}

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

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

.main_radio {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 14px;
    color: #000;
    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 #000;
    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: #000;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.main_calc {
    margin: 40px 0 100px;
}

.popup_sale {
    width: 922px;
    border-radius: 10px;
    padding: 60px;
    background-image: url(../img/popup_sale.jpg);
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.popup_sale .fancybox-close-small {
    color: #616161;
    right: -40px;
    opacity: 1;
    top: -40px;
    padding: 4px;
}

.popup_sale::before {
    position: absolute;
    content: "";
    background-image: url(../img/popup_sale-bef.svg);
    width: 150px;
    height: 95px;
    right: 60px;
    top: 0;
}

.popup_sale-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.popup_sale-text {
    font-size: 22px;
    color: #fff;
    line-height: 28.6px;
    margin-bottom: 60px;
}

.popup_sale-text span {
    color: #77C775;
}

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

.popup_sale-btn {
    width: 290px;
    height: 60px;
}

.popup_sale-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #fff;
}

.footer_docs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}


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

.footer_doc:hover {
    color: #3C9810;
}


.page_default {
    margin-top: 160px;
    margin-bottom: 60px;
}

.page_default h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

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



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



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

.page_default table td {
    border: 1px solid #dddddd;
    padding: 10px;
}












@media(max-width:1800px) {
    .construction_img {
        width: 800px;
        top: 50%;
        transform: translateY(-50%);
    }

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

    .main_img {
        top: 100px;
        width: 1000px;
    }

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

@media(max-width:1400px) {
    .construction_img {
        right: -200px;
    }
}

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

    .header_adres {
        display: none;
    }

    .main h1 span {
        font-size: 42px;
        line-height: 56px;
    }

    .main {
        padding-top: 180px;
    }

    .main_img {
        width: 740px;
        top: 230px;
    }

    .main_wrapper {
        padding: 50px 60px 50px 30px;
    }

    .main_item {
        font-size: 16px;
    }

    .advantage_item {
        width: 24%;
    }

    .price_item-value {
        width: 135px;
        font-size: 20px;
    }

    .price_item-img {
        height: 190px;
    }

    .construction_info {
        width: 505px;
    }

    .accessories_inner {
        padding: 30px 60px;
    }

    .accessories_inner::before {
        height: 100%;
        background-size: cover;
        width: 383px;
    }

    .accessories_left {
        width: 440px;
    }

    .accessories_right {
        width: 490px;
        padding: 30px 20px 30px;
    }

    .accessories_right-item {
        margin: 0 auto;
    }

    .types_item-img {
        width: 490px;
    }

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

    .process_tab {
        font-size: 16px;
    }

    .process_inner-img {
        width: 360px;
    }

    .works_item {
        height: 285px;
    }

    .works {
        padding-bottom: 240px;
    }

    .mounting_right {
        width: 510px;
    }

    .reviews_slide-info {
        width: 335px;
        padding: 20px;
    }

    .reviews_slide-img {
        width: calc(100% - 335px);
    }

    .info_block-right {
        width: 535px;
    }

    .footer_items {
        width: 575px;
    }

    .footer_item {
        font-size: 12px;
    }

    .footer_number {
        font-size: 18px;
    }

    .about_video {
        height: 315px;
    }

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

    .gate_popup-slider {
        width: 500px;
    }

    .gate_popup-info {
        width: 370px;
    }

    .works_inner {
        width: 968px;
        padding: 50px 60px;
    }

    .thanks_inner {
        padding: 20px 110px 30px;
    }
}

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

    .aside {
        bottom: 0;
        width: 100%;
        transform: none;
        right: 0;
        border-radius: 0px;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 40px;
        display: none;
    }

    .menu_burger {
        display: block;
    }

    .aside_item {
        font-size: 0;
        margin: 0;
    }

    .scroll_whats,
    .scroll {
        right: 15px;
    }

    .header {
        padding-top: 18px;
    }

    .header_order {
        display: none;
    }

    .header_logo-img {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .main h1 span {
        font-size: 44px;
        line-height: 50px;
    }

    .main h1 {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 340px;
    }

    .main_img {
        top: 190px;
    }

    .main_wrapper {
        flex-direction: column;
    }

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

    .header_mobile {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        bottom: -100%;
        background: #303030;
        right: 0;
        transition: all 0.6s;
        padding: 30px 40px 0;
    }

    .header_mobile.active {
        bottom: 0;
    }

    .header_mobile-logo {
        display: flex;
        margin-bottom: 10px;
    }

    .header_mobile-text {
        font-size: 14px;
        line-height: 16px;
        width: 235px;
        text-align: center;
        color: #FFFFFF;
        margin: 0 auto 35px;
    }

    .header_mobile-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .header_mobile-menu a {
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 20px;
        line-height: 26px;
        display: block;
    }

    .header_mobile-number {
        font-size: 22px;
        line-height: 25px;
        color: #FFFFFF;
        margin-bottom: 30px;
        font-weight: 700;
        padding-left: 42px;
        position: relative;
    }

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

    .header_mobile-btn {
        height: 55px;
        width: 235px;
    }

    .aside {
        z-index: 11;
    }

    .header_mobile-close {
        position: absolute;
        width: 13px;
        height: 13px;
        background-image: url(../img/close.svg);
        background-size: cover;
        top: 15px;
        right: 15px;
    }

    .advantage_wrapper {
        flex-wrap: wrap;
        margin-bottom: -135px;
    }

    .advantage_item {
        width: 48%;
        margin-bottom: 135px;
    }

    .price_item {
        width: 48%;
    }

    .about_wrapper {
        flex-direction: column;
    }

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

    .about_right {
        width: 100%;
        height: 705px;
    }

    .construction_info {
        width: 100%;
    }

    .construction_warning {
        margin-bottom: 400px;
    }

    .construction_img {
        right: 36%;
        transform: translate(50%, -50%);
    }

    .accessories_right {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .accessories_body {
        position: relative;
        padding-bottom: 320px;
    }

    .accessories_left {
        width: 100%;
    }

    .accessories_inner {
        padding: 20px 20px 350px;
    }

    .accessories_inner::before {
        bottom: 0;
        top: auto;
        height: 330px;
        right: 50%;
        transform: translateX(50%);
    }

    .types_item {
        width: 100%;
        padding-top: 120px;
        height: auto;
        margin-bottom: 150px;
    }

    .types_item-img {
        top: 0;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .types_title {
        margin-bottom: 160px;
    }

    .types_item-wraper:last-child .types_item {
        padding-left: 50px;
        margin-bottom: 0;
    }

    .types_item-wraper:last-child .types_item-img {
        right: 50%;
        left: auto;
    }

    .ways_wrapper {
        flex-wrap: wrap;
        margin-bottom: -55px;
    }

    .ways_item {
        width: 48%;
        margin-bottom: 55px;
    }

    .cost_wrapper {
        padding: 40px 30px;
    }

    .cost_title {
        font-size: 36px;
        line-height: 44px;
    }

    .step_wrapper {
        flex-direction: column;
    }

    .step_right {
        width: 100%;

    }

    .step_left {
        width: 100%;
        margin-bottom: 35px;
    }

    .process_tabs {
        display: none;
    }

    .process_inner-img {
        width: 100%;
        height: 230px;
    }

    .process_inner {
        padding: 250px 20px 20px;
    }

    .process_content-wrapper {
        flex-direction: column-reverse;
    }

    .process_content-info {
        width: 100%;
    }

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

    .process_content-tab {
        display: flex;
        font-size: 16px;
        line-height: 26px;
        text-decoration-line: underline;
        color: #FFFFFF;
        font-weight: 700;
        align-items: center;
        border-radius: 10px;
        background: #303030;
        padding: 10px 24px;
        margin-bottom: 5px;
    }

    .process_content-tab.active {
        position: relative;
        text-decoration: none;
        z-index: 1;
        overflow: hidden;
    }

    .process_content-tab.active::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, #3C9810 0%, rgba(255, 0, 0, 0) 100%);
        z-index: -1;
    }

    .process_content-title {
        margin-top: 15px;
    }

    .process_content {
        display: block;
    }

    .process_content-wrapper {
        display: none;
        margin-bottom: 38px;
    }

    .process_content-title {
        display: none;
    }

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

    .process_content-title.active {
        display: flex;
    }

    .works_item {
        height: 208px;
    }

    .mounting_wrapper {
        flex-direction: column;
    }

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

    .mounting_left {
        width: 100%;
    }

    .mounting_right {
        width: 100%;
        height: 400px;
    }

    .mounting {
        margin-top: 440px;
    }

    .reviews_slide {
        flex-direction: column;
    }

    .reviews_slide-img {
        width: 100%;
    }

    .reviews_slide-info {
        width: 100%;
    }

    .info_block-wrapper {
        flex-direction: column-reverse;
    }

    .info_block-right {
        width: 100%;
        margin-bottom: 180px;
    }

    .info_block-left {
        width: 100%;
    }

    .info_block {
        background-image: url(../img/info_block-mobile.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #1F1F1F;
    }

    .header_links {
        margin-right: 60px;
    }

    .header_logo-img {
        margin-bottom: 0;
    }

    .form_map {
        position: relative;
    }

    .form_inner {
        margin: 0 auto;
    }

    .form_map {
        height: 400px;
    }

    .form {
        padding-bottom: 0;
    }

    .footer_wrapper {
        flex-direction: column;
    }

    .footer {
        padding: 50px 0 75px;
    }

    .footer_logo {
        margin-bottom: 27px;
    }

    .footer_items {
        margin-bottom: 27px;
    }

    .footer_inner {
        flex-direction: column;
    }

    .footer_messages {
        order: -1;
        margin-bottom: 20px;
    }

    .footer_inner-items {
        order: 1;
        text-align: center;
        margin-top: 20px;
    }

    .price_popup {
        width: 720px;
    }

    .price_popup-wrapper {
        flex-direction: column;
        padding: 30px 20px;
    }

    .price_popup-left {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .price_popup-right {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .price_popup-price {
        transform: translateX(20px);
    }

    .price_popup-img {
        width: 521px;
        height: 321px;
        position: absolute;
        top: 110px;
    }

    .price_popup-title {
        margin-bottom: 370px;
    }

    .about_video {
        height: 346px;
    }

    .reviews_slide-text {
        line-height: 20px;
        font-size: 16px;
    }

    .gate_popup-slider {
        width: 100%;
    }

    .gate_popup-side {
        height: auto;
        margin-bottom: 25px;
    }

    .gate_popup-info {
        width: 100%;
    }

    .gate_popup-inner {
        flex-direction: column;
    }

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

    .works_inner {
        width: 690px;
        flex-direction: column;
        padding-bottom: 80px;
        transform: translate(50%, 100%);
        bottom: 177px;
    }

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

    .works_inner-img {
        margin-bottom: 25px;
    }

    .works_inner-text {
        margin-bottom: 25px;
    }

    .construction_btn {
        position: relative;
        margin-top: 35px;
    }

    .thanks_inner {
        flex-direction: column;
        padding: 30px 40px;
    }

    .thanks_inner-item {
        margin-bottom: 50px;
    }

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

    .header_wrapper .menu_burger {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: 34px;
        height: 34px;
        transform: translateY(-50%);
    }

    .header_wrapper {
        position: relative;
    }

    .header_logo-text {
        display: none;
    }

    .main {
        padding-top: 120px;
    }

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

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

    .popup_sale .fancybox-close-small {
        right: 0;
    }

    .popup_sale {
        padding: 60px 30px;
    }

    .process_content:nth-child(2) .process_content-wrapper {
        display: flex;
    }
}

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

    .main h1 span {
        font-size: 38px;
    }

    .main h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 85px;
    }

    .main_item:nth-child(2n),
    .main_item {
        width: 100%;

    }

    .price_item {
        width: 100%;

    }

    .works_item {
        display: flex !important;
        height: 300px;
    }

    .works_wrapper {
        padding-bottom: 57px;
    }

    .works_wrapper .slick-arrow {
        position: absolute;
        bottom: 0;
        width: 36px;
        background: #494949;
        height: 36px;
        border-radius: 50%;
        font-size: 0;
        z-index: 1;
        border: none;
        background-size: 14px 15px;
        background-position: center;
        background-repeat: no-repeat;
    }

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

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

    .works {
        padding-bottom: 130px;
    }

    .works_wrapper .slick-dots {
        position: absolute;
        display: flex;
        bottom: 14px;
        right: 50%;
        transform: translateX(50%);
    }

    .works_wrapper .slick-dots button {
        font-size: 0;
        background: none;
        border: none;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background: #727272;
        margin: 0 3px;
        padding: 0;
    }

    .works_wrapper .slick-dots .slick-active button {
        background: #3C9810;
    }

    .popup_body {
        width: 450px;
    }

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

    .jbForm .jb_inset {
        padding: 685px 30px 30px 30px;
        width: 450px;
    }

    .jbForm .popup_body-img {
        width: 100%;
        height: 650px;
    }

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

    .popup_sale {
        padding: 40px 25px;
    }

    .popup_sale::before {
        width: 93px;
        height: 59px;
        right: 25px;
        background-size: cover;
    }

    .popup_sale-title {
        font-size: 36px;
        line-height: 39.6px;
        margin-bottom: 20px;
    }

    .popup_sale-text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .popup_sale-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .popup_sale-item {
        font-size: 16px;
        line-height: 19.2px;
    }

    .popup_sale-btn {
        width: 100%;
    }

    .popup_sale-items {
        max-width: 220px;
    }

    .popup_sale-text br {
        display: none;
    }
}

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

    .header_logo-img {
        width: 116px;
    }

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

    .header_logo-text {
        line-height: 15px;
        font-size: 13px;
        text-align: center;
    }

    .main {
        padding-top: 150px;
    }

    .main h1 span {
        line-height: 33px;
        font-size: 30px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .main h1 {
        line-height: 22px;
        font-size: 17px;
    }

    .main_wrapper {
        padding: 40px 15px 37px;
    }

    .main_item {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #292929;
    }

    .main_wrapper::before {
        height: 159px;
        width: 111px;
    }

    .main_items {
        margin-bottom: 0;
    }

    .main_item:nth-child(1) {
        width: 330px;
    }

    .main_item:nth-child(1) br {
        display: none;
    }

    .main_btn {
        height: 61px;
        width: 100%;
    }

    .aside {
        padding: 10px 31px;
        z-index: 11;
    }

    .aside_item {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .advantage {
        padding: 55px 0 65px;
    }

    .advantage_title {
        line-height: 30px;
        font-size: 25px;
        width: 280px;
        text-align: center;
        margin: 0 auto 135px;
    }

    .price_item-img {
        height: 57vw;
    }

    .advantage_item {
        width: 100%;
    }

    .price {
        padding: 60px 0;
    }

    .price_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .price_item-more {
        margin-right: 15px;
    }

    .price_item {
        display: none;
    }

    .price_item.active {
        display: block;
    }

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

    .price_show {
        display: block;
        width: fit-content;
        text-align: center;
        font-size: 16px;
        text-align: center;
        text-decoration-line: underline;
        color: #FFFFFF;
        line-height: 22px;
        padding-left: 38px;
        position: relative;
        margin: 0 auto;
    }

    .price_show.active {
        display: none;
    }

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

    .about {
        padding: 55px 0;
    }

    .about_title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 23px;
    }

    .about_left {
        padding: 24px 15px 30px;
        line-height: 20px;
        font-size: 14px;
    }

    .about_right {
        padding: 35px 20px;
    }

    .about_logo {
        width: 154px;
        margin-bottom: 17px;
    }

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

    .about_text {
        line-height: 20px;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .about_btn {
        width: 100%;
        height: 55px;
        font-size: 14px;
    }

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

    .construction_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .construction_text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

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

    .construction_img {
        width: 600px;
        right: 34%;
        top: 48%;
    }

    .construction_subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    .construction_item {
        line-height: 20px;
        font-size: 14px;
    }

    .construction_warning {
        margin-bottom: 345px;
    }

    .quiz {
        padding: 45px 0;
    }

    .accessories {
        padding: 45px 0 55px;
    }

    .quiz_title,
    .accessories_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .accessories_left p {
        line-height: 20px;
        font-size: 14px;
    }

    .accessories_inner-title {
        line-height: 20px;
        font-size: 18px;
    }

    .accessories_inner-item {
        line-height: 20px;
        font-size: 14px;
    }

    .accessories_inner::before {
        height: 197px;
        width: 230px;
        bottom: 30px;
    }

    .accessories_inner {
        padding: 20px 15px 260px;
    }

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

    .accessories_right-item {
        width: 250px;
        line-height: 26px;
        font-size: 14px;
    }

    .accessories_btn {
        width: 265px;
        height: 60px;
        font-size: 15px;
    }

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

    .types_title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 110px;
    }

    .types_item-img {
        width: 290px;
    }

    .types_item {
        padding: 80px 15px 35px;
        margin-bottom: 100px;
    }

    .types_item-title {
        line-height: 20px;
        font-size: 18px;
    }

    .types_item-text {
        line-height: 20px;
        font-size: 14px;
    }

    .types_item-btn {
        margin: 0 auto;
    }

    .types_item-wraper:last-child .types_item {
        padding-left: 15px;
    }

    .ways {
        padding: 55px 0 60px;
    }

    .ways_title {
        line-height: 30px;
        font-size: 25px;
    }

    .ways_item {
        width: 100%;
        padding-left: 130px;
        position: relative;
    }

    .ways_item-img {
        width: 105px;
        height: 105px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .ways_item-img img {
        height: 95px;
        left: 10px;
    }

    .ways_item-title {
        text-align: left;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 0;
        line-height: 20px;
        font-size: 16px;
    }

    .ways_item-support {
        margin: 0 0 7px;
        width: 32px;
        height: 32px;
    }

    .ways_item-price {
        text-align: left;
    }

    .ways_support-body {
        transform: translate(50%, -100%);
    }

    .ways_item {
        margin-bottom: 35px;
    }

    .cost {
        padding: 50px 0;
    }

    .cost_wrapper {
        padding: 38px 15px 55px;
        background-position: center;
    }

    .cost_title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 30px;
    }

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

    .cost_btn {
        width: 100%;
        height: 60.52px;
    }

    .step {
        padding: 45px 0 55px;
        background-image: url(../img/step_mobile.jpg);
    }

    .step_title {
        line-height: 30px;
        font-size: 25px;
    }

    .step_subtitle {
        line-height: 34px;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .step_item {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .step_item-text {
        width: calc(100% - 63px);
        line-height: 16px;
        font-size: 14px;
    }

    .step_item-text br {
        display: none;
    }

    .step_item-number {
        width: 52px;
        height: 52px;
        line-height: 32px;
        font-size: 20px;
    }

    .step_item-number::before {
        width: 37px;
        height: 37px;
    }

    .step_btn {
        width: 100%;
        height: 61px;
    }

    .step_left {
        margin-bottom: 145px;
    }

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

    .process_title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 25px;
    }

    .process_inner {
        padding: 240px 15px 20px;
        margin-bottom: 30px;
    }

    .process_inner-text {
        line-height: 20px;
        font-size: 14px;
    }

    .process_inner-subtitle {
        line-height: 20px;
        font-size: 16px;
    }

    .process_inner-img {
        height: 217px;
    }

    .process_content-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 7px;
    }

    .process_content-img {
        height: 220px;
    }

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

    .process_content-btn {
        width: 232px;
        height: 52.65px;
        margin: 0 auto;
    }

    .works {
        padding-top: 50px;
    }

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

    .works_item {
        height: 275px;
    }

    .mounting_title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 16px;
        text-align: center;
    }

    .mounting_text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    #jbForm_popup_body8 input[type=text],
    #jbForm_popup_body8 input[type=tel] {
        width: 100%;
        font-family: 'Play';
    }

    .footer_docs {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        margin: 30px 0 0;
        order: 1;
    }

    .footer .container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mounting_subtitle {
        text-align: center;
    }

    .mounting_items {
        width: 215px;
        margin: 0 auto 35px;
    }

    .mounting_items .slick-arrow {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        width: 36px;
        background: #F0F0F0;
        height: 36px;
        border-radius: 50%;
        font-size: 0;
        z-index: 1;
        border: none;
        background-size: 14px 15px;
        background-position: center;
        background-repeat: no-repeat;
    }

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

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

    .mounting_item:nth-child(2),
    .mounting_item:nth-child(3) {
        background: #303030;
    }

    .mounting_right {
        height: 342px;
        text-align: center;
        padding: 25px;
        background-position: center;
        border-radius: 10px;
    }

    .mounting_right-title {
        line-height: 20px;
        font-size: 18px;
    }

    .mounting_right-btn {
        width: 240px;
        height: 53.08px;
        font-size: 14px;
    }

    .mounting {
        margin-bottom: 45px;
    }

    .reviews_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 23px;
    }

    .reviews_slider {
        padding: 0;
    }

    .reviews_slide-img {
        height: 163px;
    }

    .reviews_slide-info {
        padding: 20px 15px 25px;
    }

    .reviews_slide-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }

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

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

    .reviews {
        margin-bottom: 50px;
    }

    .info_block {
        padding: 45px 0 55px;
    }

    .info_block-title {
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 20px;
    }

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

    .info_block-btn {
        height: 59.05px;
        width: 267px;
        margin: 0 auto;
        line-height: 32px;
        font-size: 14px;
        margin-top: 28px;
    }

    .info_block-subtitle {
        line-height: 24px;
        font-size: 18px;
    }

    .info_block-text {
        padding: 18px 12px;
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .info_block {
        margin-bottom: 50px;
    }

    .form {
        padding-top: 0;
    }

    .form .container {
        padding: 0;
    }

    .form_inner {
        width: 100%;
        padding: 50px 15px;
    }

    .form_title {
        line-height: 22px;
        font-size: 24px;
    }

    .form_text {
        line-height: 23px;
        font-size: 18px;
    }

    .form_inp {
        width: 100%;
        height: 50px;
    }

    .form_btn {
        height: 60px;
        width: 290px;
        margin-bottom: 19px;
    }

    .form_ok {
        width: 100%;
        font-size: 12px;
        line-height: 13px;
    }

    .form_map {
        height: 257px;
    }

    .footer_items {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer_item {
        margin-bottom: 12px;
    }

    .footer_order {
        margin-top: 20px;
    }

    .footer_links {
        align-items: center;
        padding-left: 15px;
    }

    .footer_links::before {
        top: 0;
        transform: none;
        left: -22px;
    }

    .footer_message {
        margin: 0 8px;
    }

    .footer_message img {
        width: 36px;
        height: 36px;
    }

    .footer_messages-btn {
        height: 34px;
        font-size: 14px;
        width: 129px;
    }

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

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

    .price_popup-img {
        height: 155.91px;
        width: 255px;
    }

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

    .price_popup-title br {
        display: none;
    }

    .price_popup-subtitle {
        line-height: 26px;
        font-size: 16px;
    }

    .price_popup-text {
        line-height: 16px;
        font-size: 14px;
    }

    .price_popup-list li {
        line-height: 16px;
        font-size: 14px;
    }

    .price_popup-desc br {
        display: none;
    }

    .price_popup-desc {
        line-height: 16px;
        font-size: 14px;
    }

    .jbForm .popup_body-img {
        height: 170px;
        width: 100%;
    }

    .jbForm .jb_inset {
        width: 100%;
        padding: 190px 20px 20px;
    }

    .popup_body-img img {
        object-fit: cover;
        object-position: 0 25%;
    }

    .popup_body-info {
        padding: 23px;
        text-align: center;
    }

    .popup_body-inp {
        width: 100%;
        height: 59px;
    }

    .popup_body-btn {
        width: 100%;
    }

    .about_video {
        height: 305px;
    }

    .video_popup {
        height: 200px;
    }

    .about_right {
        height: 335px;
    }

    .mounting_right-btn {
        margin: 0 auto;
    }

    #popup_body9 .popup_body-info,
    #popup_body7 .popup_body-info {
        padding-left: 23px;
    }

    #popup_body9 .popup_body-img,
    #popup_body7 .popup_body-img {
        height: 290px;
        background-color: #212121;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #popup_body9 .popup_body-img img,
    #popup_body7 .popup_body-img img {
        width: 80%;
        height: 95%;
    }

    .jbForm .jb_title {
        text-align: center;
        font-style: 24px;
    }

    .jbForm label.jbForCheckbox {
        text-align: center;
    }

    #jbForm_popup_body8 label a,
    #jbForm_popup_body8 label.jbForCheckbox,
    #jbForm_popup_body8 input[type=submit],
    #jbForm_popup_body8 input[type=text] {
        width: 100%;
    }

    .thanks_title {
        line-height: 32px;
        font-size: 28px;
    }

    .thanks_text {
        font-size: 20px;
        line-height: 28px;
    }

    .thanks_btn {
        height: 56px;
        font-size: 20px;
        width: 100%;
    }

    .thanks {
        height: auto;
    }

    .thanks_inner-item {
        flex-direction: column;
        align-items: center;
    }

    .thanks_inner-item img {
        margin-bottom: 20px;
    }

    #jbForm_popup_body9 .popup_body-img,
    #jbForm_popup_body7 .popup_body-img {
        height: 290px;
        background-color: #212121;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #jbForm_popup_body9 .popup_body-img img,
    #jbForm_popup_body7 .popup_body-img img {
        width: 80%;
        height: 95%;
    }

    #jbForm_popup_body9 .jb_inset,
    #jbForm_popup_body7 .jb_inset {
        width: 100%;
        padding: 315px 20px 20px;
    }

    .gate_popup {
        padding: 24px 15px;
    }

    .gate_popup-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .gate_popup-inner {
        margin-top: 20px;
    }

    .gate_popup-btn {
        width: 100%;
        margin: 0;
    }

    .works_inner {
        width: calc(100% - 30px);
        bottom: 77px;
        padding: 45px 25px 50px;
    }

    .works_inner-text {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }

    .works_inner-btn {
        width: 100%;
    }

    .works_inner-btn::before {
        height: 22px;
        width: 145px;
        bottom: -30px;
        left: -92px;
    }

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

    .header_logo-img {
        width: 100px;
    }

    .header_links {
        padding: 6px 12px;
    }

    .header_number {
        line-height: 20px;
        font-size: 14px;
        padding-left: 14px;
    }

    .header_links {
        margin-right: 40px;
    }

    .header_number::before {
        width: 10px;
        height: 12px;
    }

    .main {
        padding-top: 84px;
    }

    .main_subtitle {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .main h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
        text-align: center;
    }

    .main_text {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 224px;
        text-align: center;
    }

    .main_img {
        width: 522px;
        top: 320px;
        right: -40px;
    }

    .scroll {
        bottom: 200px;
    }

    .main_btn {
        margin-bottom: 25px;
    }

    .scroll_whats {
        bottom: 130px;
    }

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

    .thanks_text br {
        display: none;
    }

    .main_text span {
        display: inline;
    }

    .page_default table {
        overflow: auto;
        display: block;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .page_default {
        margin-top: 90px;
        margin-bottom: 60px;
    }

    .page_default h2 {
        font-size: 20px;
    }
}



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

.cookies_text {
    margin-bottom: 20px;
}

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


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

.cookies_done,
.cookies_none {
    width: 180px;
    cursor: pointer;
    height: 52px;
    padding-left: 0px;
    padding-right: 0;
}

.cookies_none:hover {
    color: #fff;
}


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

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

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

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

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

    .ways_item:nth-child(2) .ways_item-title br:nth-child(2) {
        display: none;
    }

    .works_more {
        display: none;
    }
}