* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #000;
    line-height: 1;
    font-family: "1plus1_2020";
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: "1plus1_2020";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent
}

input,
textarea {
    width: 100%
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    background-color: #eee;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    border-radius: 20px
}

.lock .popup__content {
    visibility: visible
}

[data-ripple] {
    position: relative;
    overflow: hidden
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-animation: button-circle 1.5s ease forwards;
    animation: button-circle 1.5s ease forwards
}

@-webkit-keyframes button-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

@keyframes button-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

body {
    background: #f7f7f8
}

.mt-default {
    margin-top: 80px
}

a,
a:hover,
button,
button:hover,
img,
img:hover,
span,
span:hover {
    transition: .3s
}

.calc-home__section .row .calc-steps__buttons button,
.callback-home__section .row .form-block .submit-block button,
.products-home__section .row .column .txt .pr-price .pr-button,
.steps-home__section .row .column .step-button button {
    border: 2px solid #18c06f
}

.header .row .right button:hover {
    background: #18c06f;
    color: #fff
}

.header .row .right button:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.calc-home__section .row .calc-steps__buttons button:hover,
.hero-home__section .bot-row button:hover {
    background: #fff;
    color: #18c06f
}

.calc-home__section .row .calc-steps__buttons button:hover img,
.hero-home__section .bot-row button:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.header .row .left .menu ul a:hover,
.header .row .left .phone a:hover span {
    color: #18c06f
}

.footer .row .left .left-menus .social ul img:hover,
.header .row .left .social ul img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.calc-home__section .row .calc-steps__buttons button:hover svg {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.products-home__section .row .column {
    transition: .3s ease
}

.products-home__section .row .column:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .05)
}

.products-home__section .row .column .txt .pr-price .pr-button:hover {
    background: #fff;
    color: #18c06f
}

.products-home__section .row .column .txt .pr-price .pr-button:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.callback-home__section .row .form-block .submit-block button:hover,
.steps-home__section .row .column .step-button button:hover {
    background: #fff;
    color: #18c06f
}

.footer .row .left .left-menus .default li a:hover {
    color: #18c06f
}

.header {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50
}

.header .row {
    display: grid;
    grid-template-columns: 10fr 2fr;
    gap: 30px;
    align-items: center
}

.header .row .left {
    gap: 0;
    background-color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    padding: 0 20px;
    border-radius: 5px
}

.header .row .left .logo img {
    display: block;
    width: 100%;
    max-width: 200px
}

.header .row .left .logo a {
    display: flex;
    align-items: center;
    gap: 15px
}

.header .row .left .logo a span {
    text-align: left;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.25
}

.header .row .left .menu ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.header .row .left .menu ul a {
    text-transform: uppercase;
    font-size: 14px
}

.header .row .left .phone a {
    display: flex;
    align-items: center;
    gap: 7px
}

.header .row .left .phone a img {
    display: block
}

.header .row .left .phone a span {
    font-weight: 500
}

.header .row .left .social ul {
    display: flex;
    align-items: center;
    gap: 7px
}

.header .row .left .social ul img {
    display: block;
    width: 35px
}

.header .row .right button {
    background-color: #fff;
    gap: 10px;
    font-size: 15px;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03)
}

.header [class*=__container] {
    max-width: 1440px
}

.footer {
    margin-top: 80px;
    background-color: #fff;
    padding: 80px 0
}

.footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px
}

.footer .row .map iframe {
    width: 100%;
    height: 100%
}

.footer .row .left .title-footer {
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 50px
}

.footer .row .left .left-menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 25px
}

.footer .row .left .left-menus .default li:first-child {
    text-transform: uppercase;
    font-size: 15px;
    opacity: .5;
    padding-bottom: 10px
}

.footer .row .left .left-menus .default li a {
    font-size: 16px;
    font-weight: 500;
	line-height: 1.5
}

.footer .row .left .left-menus .social ul {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer .row .left .left-menus .social ul img {
    width: 45px;
    display: block
}

.footer .row .right {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.footer .row .right .div1 {
    grid-area: 1/1/2/2;
    background-size: cover;
    background-position: center center
}

.footer .row .right .div2 {
    grid-area: 2/1/3/2;
    background-size: cover;
    background-position: center center
}

.footer .row .right .div3 {
    grid-area: 3/1/4/2;
    background-size: cover;
    background-position: center center
}

.footer .row .right .div4 {
    grid-area: 1/2/4/5;
    background-size: cover;
    background-position: center center
}

.footer-bottom__section {
    padding: 35px 0
}

.footer-bottom__section p {
    font-size: 13px;
    opacity: .6;
    text-transform: uppercase
}

.hero-home__section {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center
}

.hero-home__section .default__container {
    width: 100%
}

.hero-home__section .cen-row {
    padding: 60px 0
}

.hero-home__section .cen-row .top-title {
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    padding-bottom: 20px
}

.hero-home__section .cen-row .main-title {
    text-transform: uppercase;
    font-size: 80px;
    display: block;
    padding-bottom: 20px;
    font-weight: 500
}

.hero-home__section .bot-row button {
    background: #18c06f;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    gap: 15px;
    color: #fff;
    font-weight: 500
}

.hero-home__section .top-row {
    display: flex;
    align-items: center;
    gap: 40px
}

.hero-home__section .top-row .col {
    background: rgba(255, 255, 255, .25);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 85px;
    border-radius: 5px
}

.hero-home__section .top-row .col span {
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 500
}

.hero-home__section .top-row .col img {
    display: block;
    width: 35px
}

.calc-home__section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    padding-bottom: 40px
}

.calc-home__section #myProgress {
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 auto 0
}

.calc-home__section #myProgress #myBar {
    transition: 1s ease !important;
    background-color: #18c06f;
    width: 20%;
    height: 20px;
    background-size: 30px 30px;
    border-radius: 100px;
    background-image: linear-gradient(135deg, #20d07b 25%, transparent 25%, transparent 50%, #20d07b 50%, #20d07b 75%, transparent 75%, transparent)
}

.calc-home__section .row {
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03)
}

.calc-home__section .row .calc-row__title {
    display: flex;
    align-items: center;
    gap: 40px
}

.calc-home__section .row .calc-row__title span.number {
    font-size: 40px;
    font-weight: 700;
    opacity: .35
}

.calc-home__section .row .calc-row__title span.title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase
}

.calc-home__section .row .calc-steps__main {
    margin-top: 50px
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row label {
    border: 1px solid #dedede;
    padding: 15px
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row label img {
    display: block;
    width: 100%
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row label .input {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row label .input input {
    width: 25px;
    height: 25px
}

.calc-home__section .row .calc-steps__buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 50px
}

.calc-home__section .row .calc-steps__buttons .current-page span {
    font-size: 30px;
    font-weight: 500;
    opacity: .5
}

.calc-home__section .row .calc-steps__buttons button {
    background: #18c06f;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    gap: 15px;
    color: #fff;
    font-weight: 500
}

.calc-home__section .row .calc-row__progress {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 40px
}

.calc-home__section .row .calc-row__progress span.question {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500
}

.calc-home__section .row .calc-row__progress .progress-main__column {
    flex: auto
}

.calc-home__section .row .calc-home__proposals {
    margin-top: 80px
}

.calc-home__section .row .calc-home__proposals .proposals-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.calc-home__section .row .calc-home__proposals .proposals-row .column {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    background-size: cover
}

.calc-home__section .row .calc-home__proposals .proposals-row .column .title {
    font-size: 24px;
    font-weight: 500
}

.calc-home__section .row .calc-home__proposals .proposals-row .column .descr {
    font-size: 17px
}

.calc-home__section .row .calc-home__proposals .proposals-row .column:first-child .descr,
.calc-home__section .row .calc-home__proposals .proposals-row .column:first-child .title,
.calc-home__section .row .calc-home__proposals .proposals-row .column:last-child .descr,
.calc-home__section .row .calc-home__proposals .proposals-row .column:last-child .title {
    color: #fff;
    font-weight: 500
}

.whywe-home__section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    padding-bottom: 40px;
    max-width: 1000px
}

.whywe-home__section .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px
}

.whywe-home__section .row .column.img {
    background-size: cover
}

.whywe-home__section .row .column.txt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px
}

.whywe-home__section .row .column.txt .title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 25px
}

.whywe-home__section .row .column.txt .number {
    font-size: 40px;
    font-weight: 600;
    opacity: .3;
    padding-bottom: 15px
}

.whywe-home__section .row .column.txt .desc {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify
}

.advantages-home__section {
    background: #fff;
    padding: 50px 0
}

.advantages-home__section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.advantages-home__section .row .left h2 {
    font-size: 45px;
    font-weight: 500;
    padding-bottom: 20px
}

.advantages-home__section .row .left p {
    line-height: 1.5;
    font-size: 17px
}

.advantages-home__section .row .right {
    min-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

.advantages-home__section .row .right .brands-slider img {
    margin: 0 25px
}

.products-home__section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    padding-bottom: 40px;
    max-width: 1000px
}

.products-home__section .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.products-home__section .row .column {
    background: #fff
}

.products-home__section .row .column .img {
    display: block
}

.products-home__section .row .column .img img {
    display: block;
    width: 100%
}

.products-home__section .row .column .txt {
    display: block;
    padding: 20px
}

.products-home__section .row .column .txt .pr-name {
    display: block;
    line-height: 1.5;
    font-size: 15px
}

.products-home__section .row .column .txt .pr-code {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    opacity: .5;
    padding: 15px 0
}

.products-home__section .row .column .txt .pr-price {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center
}

.products-home__section .row .column .txt .pr-price .pr-desc {
    font-size: 12px;
    line-height: 1.35
}

.products-home__section .row .column .txt .pr-price .pr-button {
    background: #18c06f;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: auto
}

.products-home__section .row .column .txt .pr-price .pr-button img {
    display: block;
    width: 20px
}

.callback-home__section .row {
    background-size: cover;
    padding: 90px 90px 0 90px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px
}

.callback-home__section .row .image img {
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%
}

.callback-home__section .row .form-block .title-block h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.35
}

.callback-home__section .row .form-block .title-block p {
    font-size: 20px;
    margin-top: 20px
}

.callback-home__section .row .form-block .input-block {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.callback-home__section .row .form-block .input-block .input input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding-left: 25px;
    border-radius: 3px;
    transition: .3s ease
}

.callback-home__section .row .form-block .input-block .input input:active,
.callback-home__section .row .form-block .input-block .input input:focus,
.callback-home__section .row .form-block .input-block .input input:hover {
    border: 1px solid #18c06f;
    transition: .3s ease;
    outline: 0;
    box-shadow: none
}

.callback-home__section .row .form-block .submit-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px
}

.callback-home__section .row .form-block .submit-block .online {
    display: flex;
    align-items: center;
    gap: 30px
}

.callback-home__section .row .form-block .submit-block .online span {
    font-size: 13px;
    opacity: .6;
    line-height: 1.35
}

.callback-home__section .row .form-block .submit-block .online ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.callback-home__section .row .form-block .submit-block .online ul img {
    display: block;
    width: 45px
}

.callback-home__section .row .form-block .submit-block button {
    background: #18c06f;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    gap: 15px;
    color: #fff;
    font-weight: 500
}

.steps-home__section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    padding-bottom: 40px;
    max-width: 1000px
}

.steps-home__section .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: flex-start
}

.steps-home__section .row .column {
    background: #fff;
    border-radius: 3px;
    padding: 25px
}

.steps-home__section .row .column .step-button {
    margin-top: 20px
}

.steps-home__section .row .polumn .step-button button {
    background: #18c06f;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
    gap: 15px;
    color: #fff;
    font-weight: 500
}

.steps-home__section .row .column .step-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500
}

.steps-home__section .row .column .step-title a {
    display: block;
    color: #18c06f;
    font-weight: 600;
    margin-top: 10px
}

.steps-home__section .row .column .step-descr {
    line-height: 1.35;
    margin-top: 15px;
    font-size: 12px
}

.steps-home__section .row .column .step-descr p {
    padding-bottom: 15px
}

.steps-home__section .row .column .step-descr p:last-child {
    padding-bottom: 0
}

.steps-home__section .row .column .step-name {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500
}

.steps-home__section .row .column .step-name svg {
    display: block;
    width: 25px
}

.page-hero__section img {
    display: block;
    width: 100%;
    max-height: 380px;
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover
}

.page-hero__section .breadcrumbs {
    margin-top: 40px
}

.page-hero__section .breadcrumbs p {
    display: flex;
    align-items: center;
    gap: 15px
}

.page-hero__section .breadcrumbs a {
    color: #18c06f
}

.steps-home__section .row .column .step-button button {
    background: #18c06f;
    width: 100%;
    border-radius: 5px;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

@media screen and (max-width: 1300px) {
    .header .row {
        grid-template-columns: 1fr
    }

    .header .row .right {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    .contacts-page__wrapper {
        background: #fff
    }

    .header .row .right {
        display: none
    }

    .header .row .left .logo a span {
        display: none !important
    }

    .header .row {
        grid-template-columns: 1fr
    }

    .header .row .left .phone {
        display: none
    }

    .header .row .left .logo img {
        width: 140px
    }

    .hero-home__section .top-row {
        flex-direction: column;
        gap: 10px
    }

    .hero-home__section .top-row .col {
        width: 100%;
        height: 60px;
        justify-content: flex-start;
        padding: 0 25px
    }

    .hero-home__section .top-row .col br {
        display: none
    }

    .hero-home__section .cen-row .top-title {
        font-size: 20px
    }

    .hero-home__section .cen-row .main-title {
        font-size: 65px
    }

    .hero-home__section .bot-row button {
        font-size: 18px;
        text-transform: uppercase
    }

    .hero-home__section .bot-row button img {
        display: none
    }

    .hero-home__section .cen-row {
        padding: 40px 0 30px
    }

    .hero-home__section {
        min-height: auto;
        padding: 170px 0 100px;
        background-position: left
    }

    .advantages-home__section .row .left h2,
    .calc-home__section h2,
    .products-home__section h2,
    .whywe-home__section h2 {
        font-size: 36px
    }

    .whywe-home__section .row,
    .whywe-home__section .row .column.txt {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .whywe-home__section .row .column.img {
        min-height: 420px
    }

    .advantages-home__section .row {
        gap: 40px;
        grid-template-columns: 1fr
    }

    .advantages-home__section .row .left p {
        font-size: 15px
    }

    .advantages-home__section .row .right .brands-slider img {
        max-width: 180px;
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    .products-home__section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .products-home__section .row .column .txt .pr-name {
        font-size: 13px
    }

    .products-home__section .row .column .txt .pr-code {
        font-size: 10px;
        padding: 7px 0
    }

    .products-home__section .row .column .txt .pr-price .pr-desc {
        display: none
    }

    .products-home__section .row .column .txt .pr-price {
        grid-template-columns: 1fr;
        margin-top: 15px
    }

    .products-home__section .row .column .txt .pr-price .pr-button {
        width: 100%;
        height: 40px
    }

    .callback-home__section {
        background: #fff
    }

    .callback-home__section .row {
        padding: 40px 0;
        grid-template-columns: 1fr
    }

    .callback-home__section .row .image {
        display: none
    }

    .callback-home__section .row .form-block .title-block h2 {
        font-size: 28px
    }

    .callback-home__section .row .form-block .title-block p {
        font-size: 16px
    }

    .callback-home__section .row .form-block .input-block {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px
    }

    .callback-home__section .row .form-block .submit-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px
    }

    .steps-home__section h2 {
        font-size: 28px
    }

    .steps-home__section .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: flex-start
    }

    .footer .row .left .left-menus {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .footer .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px
    }

    .footer .row .left .title-footer {
        font-size: 42px;
        text-transform: uppercase
    }

    .footer {
        padding: 50px 0
    }

    .footer .row .right {
        display: none
    }

    .calc-home__section {
        background: #fff
    }

    .calc-home__section .row {
        padding: 0 0
    }

    .calc-home__section .row .calc-home__proposals .proposals-row {
        grid-template-columns: 1fr 1fr 1fr
    }

    .calc-home__section .row .calc-home__proposals .proposals-row .column {
        min-height: 180px;
        padding: 25px
    }

    .calc-home__section .row .calc-row__title {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .calc-home__section .row .calc-row__title span.title {
        text-align: left;
        font-size: 20px
    }

    .calc-home__section .row .calc-row__title span.number {
        font-size: 24px
    }

    .calc-home__section .row .calc-steps__main {
        margin-top: 30px
    }

    .calc-home__section .row .calc-row__progress {
        margin-top: 30px
    }

    .calc-home__section .row .calc-row__progress .question {
        display: none
    }

    .calc-home__section .row .calc-steps__buttons button {
        width: 100%
    }

    .calc-home__section .row .calc-steps__buttons .current-page {
        display: none
    }

    .calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px
    }

    .footer-bottom__section {
        text-align: center;
        padding: 25px 0
    }

    .whywe-home__section .row .column.txt {
        grid-template-columns: 1fr 1fr;
        gap: 50px
    }
}

@media screen and (max-width: 800px) {
    .header .row .right {
        display: none
    }

    .header .row .left .logo a span {
        display: none !important
    }

    .header .row {
        grid-template-columns: 1fr
    }

    .header .row .left .phone {
        display: none
    }

    .header .row .left .logo img {
        width: 140px
    }

    .hero-home__section .top-row {
        flex-direction: column;
        gap: 10px
    }

    .hero-home__section .top-row .col {
        width: 100%;
        height: 60px;
        justify-content: flex-start;
        padding: 0 25px
    }

    .hero-home__section .top-row .col br {
        display: none
    }

    .hero-home__section .cen-row .top-title {
        font-size: 20px
    }

    .hero-home__section .cen-row .main-title {
        font-size: 65px
    }

    .hero-home__section .bot-row button {
        font-size: 18px;
        text-transform: uppercase
    }

    .hero-home__section .bot-row button img {
        display: none
    }

    .hero-home__section .cen-row {
        padding: 40px 0 30px
    }

    .hero-home__section {
        min-height: auto;
        padding: 170px 0 100px;
        background-position: left
    }

    .advantages-home__section .row .left h2,
    .calc-home__section h2,
    .products-home__section h2,
    .whywe-home__section h2 {
        font-size: 28px
    }

    .whywe-home__section .row,
    .whywe-home__section .row .column.txt {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .whywe-home__section .row .column.img {
        min-height: 420px
    }

    .advantages-home__section .row {
        gap: 40px;
        grid-template-columns: 1fr
    }

    .advantages-home__section .row .left p {
        font-size: 15px
    }

    .advantages-home__section .row .right .brands-slider img {
        max-width: 180px;
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    .products-home__section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .products-home__section .row .column .txt .pr-name {
        font-size: 13px
    }

    .products-home__section .row .column .txt .pr-code {
        font-size: 10px;
        padding: 7px 0
    }

    .products-home__section .row .column .txt .pr-price .pr-desc {
        display: none
    }

    .products-home__section .row .column .txt .pr-price {
        grid-template-columns: 1fr;
        margin-top: 15px
    }

    .products-home__section .row .column .txt .pr-price .pr-button {
        width: 100%;
        height: 40px
    }

    .callback-home__section {
        background: #fff
    }

    .callback-home__section .row {
        padding: 40px 0;
        grid-template-columns: 1fr
    }

    .callback-home__section .row .image {
        display: none
    }

    .callback-home__section .row .form-block .title-block h2 {
        font-size: 28px
    }

    .callback-home__section .row .form-block .title-block p {
        font-size: 16px
    }

    .callback-home__section .row .form-block .input-block {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px
    }

    .callback-home__section .row .form-block .submit-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px
    }

    .steps-home__section h2 {
        font-size: 28px
    }

    .steps-home__section .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: flex-start
    }

    .footer .row .left .left-menus {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .footer .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px
    }

    .footer .row .left .title-footer {
        font-size: 42px;
        text-transform: uppercase
    }

    .footer {
        padding: 50px 0
    }

    .footer .row .right {
        display: none
    }

    .calc-home__section {
        background: #fff
    }

    .calc-home__section .row {
        padding: 0 0
    }

    .calc-home__section .row .calc-home__proposals .proposals-row {
        grid-template-columns: 1fr
    }

    .calc-home__section .row .calc-home__proposals .proposals-row .column {
        min-height: 180px;
        padding: 25px
    }

    .calc-home__section .row .calc-row__title {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .calc-home__section .row .calc-row__title span.title {
        text-align: left;
        font-size: 20px
    }

    .calc-home__section .row .calc-row__title span.number {
        font-size: 24px
    }

    .calc-home__section .row .calc-steps__main {
        margin-top: 30px
    }

    .calc-home__section .row .calc-row__progress {
        margin-top: 30px
    }

    .calc-home__section .row .calc-row__progress .question {
        display: none
    }

    .calc-home__section .row .calc-steps__buttons button {
        width: 100%
    }

    .calc-home__section .row .calc-steps__buttons .current-page {
        display: none
    }

    .calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .footer-bottom__section {
        text-align: center;
        padding: 25px 0
    }
}

@media screen and (max-width: 700px) {
    .header .row .left .menu {
        display: none
    }
}

@media screen and (max-width: 550px) {

    .header .row .left .menu,
    .header .row .right {
        display: none
    }

    .header .row .left .logo a span {
        display: none !important
    }

    .header .row {
        grid-template-columns: 1fr
    }

    .header .row .left .phone {
        display: none
    }

    .header .row .left .logo img {
        width: 140px
    }

    .hero-home__section .top-row {
        flex-direction: column;
        gap: 10px
    }

    .hero-home__section .top-row .col {
        width: 100%;
        height: 60px;
        justify-content: flex-start;
        padding: 0 25px
    }

    .hero-home__section .top-row .col br {
        display: none
    }

    .hero-home__section .cen-row .top-title {
        font-size: 20px
    }

    .hero-home__section .cen-row .main-title {
        font-size: 45px
    }

    .hero-home__section .bot-row button {
        font-size: 16px;
        width: 100%
    }

    .hero-home__section .bot-row button img {
        display: none
    }

    .hero-home__section .cen-row {
        padding: 40px 0 30px
    }

    .hero-home__section {
        min-height: auto;
        padding: 170px 0 100px;
        background-position: left
    }

    .advantages-home__section .row .left h2,
    .calc-home__section h2,
    .products-home__section h2,
    .whywe-home__section h2 {
        font-size: 28px
    }

    .whywe-home__section .row,
    .whywe-home__section .row .column.txt {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .whywe-home__section .row .column.img {
        min-height: 420px
    }

    .advantages-home__section .row {
        gap: 40px;
        grid-template-columns: 1fr
    }

    .advantages-home__section .row .left p {
        font-size: 15px
    }

    .advantages-home__section .row .right .brands-slider img {
        max-width: 180px;
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    .products-home__section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .products-home__section .row .column .txt .pr-name {
        font-size: 13px
    }

    .products-home__section .row .column .txt .pr-code {
        font-size: 10px;
        padding: 7px 0
    }

    .products-home__section .row .column .txt .pr-price .pr-desc {
        display: none
    }

    .products-home__section .row .column .txt .pr-price {
        grid-template-columns: 1fr;
        margin-top: 15px
    }

    .products-home__section .row .column .txt .pr-price .pr-button {
        width: 100%;
        height: 40px
    }

    .callback-home__section {
        background: #fff
    }

    .callback-home__section .row {
        padding: 40px 0;
        grid-template-columns: 1fr
    }

    .callback-home__section .row .image {
        display: none
    }

    .callback-home__section .row .form-block .title-block h2 {
        font-size: 28px
    }

    .callback-home__section .row .form-block .title-block p {
        font-size: 16px
    }

    .callback-home__section .row .form-block .input-block {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px
    }

    .callback-home__section .row .form-block .submit-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px
    }

    .steps-home__section h2 {
        font-size: 28px
    }

    .steps-home__section .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: flex-start
    }

    .footer .row .left .left-menus {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px
    }

    .footer .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px
    }

    .footer .row .left .title-footer {
        font-size: 42px;
        text-transform: uppercase
    }

    .footer {
        padding: 50px 0
    }

    .footer .row .right {
        display: none
    }

    .calc-home__section {
        background: #fff
    }

    .calc-home__section .row {
        padding: 0 0
    }

    .calc-home__section .row .calc-home__proposals .proposals-row {
        grid-template-columns: 1fr
    }

    .calc-home__section .row .calc-home__proposals .proposals-row .column {
        min-height: 180px;
        padding: 25px
    }

    .calc-home__section .row .calc-row__title {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .calc-home__section .row .calc-row__title span.title {
        text-align: left;
        font-size: 20px
    }

    .calc-home__section .row .calc-row__title span.number {
        font-size: 24px
    }

    .calc-home__section .row .calc-steps__main {
        margin-top: 30px
    }

    .calc-home__section .row .calc-row__progress {
        margin-top: 30px
    }

    .calc-home__section .row .calc-row__progress .question {
        display: none
    }

    .calc-home__section .row .calc-steps__buttons button {
        width: 100%
    }

    .calc-home__section .row .calc-steps__buttons .current-page {
        display: none
    }

    .calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .footer-bottom__section {
        text-align: center;
        padding: 25px 0
    }
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 15px;
}

.thanks-page__template {
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding-top: 100px;
    text-align: center;
    justify-content: center;
}

.thanks-page__template h1 {
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 40px;
}

.thanks-page__template p {
    font-size: 15px;
}

.thanks-page__template a {
    margin-top: 50px;
    background: #18c06f;
    border: 2px solid #18c06f;
    padding: 20px 40px 22px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.thanks-page__template a:hover {
    background: transparent;
    color: #18c06f;
}

.thanks-page__template img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 25px;
}

.popup-form__default .row .form-block .title-block h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.35
}

.popup-form__default .row .form-block .title-block p {
    font-size: 20px;
    margin-top: 20px
}

.popup-form__default .row .form-block .input-block {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.popup-form__default .row .form-block .input-block .input input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding-left: 25px;
    border-radius: 3px;
    transition: .3s ease
}

.popup-form__default .row .form-block .input-block .input input:active,
.popup-form__default .row .form-block .input-block .input input:focus,
.popup-form__default .row .form-block .input-block .input input:hover {
    border: 1px solid #18c06f;
    transition: .3s ease;
    outline: 0;
    box-shadow: none
}

.popup-form__default .row .form-block .submit-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px
}

.popup-form__default .row .form-block .submit-block .online {
    display: flex;
    align-items: center;
    gap: 30px
}

.popup-form__default .row .form-block .submit-block .online span {
    font-size: 13px;
    opacity: .6;
    line-height: 1.35
}

.popup-form__default .row .form-block .submit-block .online ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.popup-form__default .row .form-block .submit-block .online ul img {
    display: block;
    width: 45px
}

.popup-form__default .row .form-block .submit-block button {
    background: #18c06f;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    gap: 15px;
    color: #fff;
    font-weight: 500
}

.popup__content {
    position: relative;
    padding: 40px;
    max-width: 800px;
}

.popup__content button.popup__close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 25px
}

.callback-home__section .row .form-block .submit-block .online ul a:hover img {
    transform: scale(1.1);
}

.faq-page__section .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
    border-radius: 5px;
}

.faq-page__section .active,
.faq-page__section .accordion:hover {
    background: #18c06f;
    color: #fff;
}

.faq-page__section .panel {
    padding: 0 25px;
    background: transparent;
    margin-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-page__section .accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-page__section .active:after {
    content: "\2796";
}

.faq-page__section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    padding-bottom: 40px;
    max-width: 1000px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    width: 150px;
    background: #fff;
    top: 0px;
    padding-top: 50px;
    left: -30px;
    text-align: center;
    justify-content: center;
    padding-bottom: 25px;
    border-radius: 0px 0px 15px 15px;
    transition: .3s ease;
    opacity: 0;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transition: .3s ease;
}

.header .row .left .menu ul a {
    position: relative;
    z-index: 5;
}

.wpcf7-form {
    border: none !important;
}

.header .row .left .menu ul.sub-menu {
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 700px) {
    .popup-form__default .row .form-block .title-block h2 {
        font-size: 24px;
    }

    .popup-form__default .row .form-block .title-block p {
        font-size: 16px;
    }

    .popup-form__default .row .form-block .submit-block {
        grid-template-columns: 1fr;
    }

    .popup-form__default .row .form-block .online {
        display: none !important;
    }

    .popup-form__default .row .form-block .submit-block button {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .popup-form__default .row .form-block .input-block {
        gap: 15px;
        grid-template-columns: 1fr;
    }

    .popup__content {
        padding: 25px;
    }

    .popup__content button.popup__close {
        padding: 20px
    }
}