@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@400;600;700;800;900&display=swap');

body {
    font-size: 28px;
    margin: 0;
    color: #000;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1628px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 68px;
}

.logo-hea {
    margin-top: -44px;
}

.menu-top a {
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #223C29;
}

.butt-str {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(37, 255, 1, 0.42);
    border-radius: 50px;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #10CF44;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    padding: 25px 49px;
    display: inline-block;
}
#baner:before {
    content: '';
    background: url(/img/bacg-left.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 39.9%;
    height: 53.1%
}
#baner:after {
    content: '';
    background: url(/img/bacg-rig.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 73.7%;
    height: 68.13%
}
.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin-top: 28px;
}

.left-tov {
    width: 41%;
    padding-top: 8%;
    position: relative;
    z-index: 9;
}
.zag-bubl {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #464646;
    position: absolute;
    bottom: -25px;
    left: 50%;
}

.img-bubl {
    background: #FFFFFF;
    border: 6px solid #B32A2A;
    box-sizing: border-box;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    position: relative;
}
h1.baner-zag {margin-top:0!important;}
.bubl {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 8%;
}

.bubl:nth-child(1) img {
    top: -16%;
    left: -23%;
}

.bubl:nth-child(2) img {
    top: -45%;
    left: -50%;
}

.bubl:nth-child(3) img {
    top: -2%;
    left: -26%;
}

.bubl:nth-child(3) .zag-bubl {
    bottom: 30px;
}

.bubl img {
    position: absolute;
}

.rigt-tov {
    width: 73.2%;
    position: absolute;
    z-index: 9;
    right: 0;
}
#baner {overflow: hidden}
#baner, .df {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -0.5%;
    padding-bottom: 29%;
}

.baner-zag {
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 900;
    font-size: 112px;
    line-height: 90%;
    font-family: 'Poppins', sans-serif;
}
.air2:before {
    left: 11%;
    margin-right: auto !important;
    margin-left: 0;
}
.air2:after {
    left: 9%;
    margin-right: auto;
    margin-left: 0;
}
.baner-zag span {
    display: block;
    font-size: 64px;
    line-height: 104px;
    letter-spacing: 0.43em;
    font-weight: 800;
    white-space: nowrap;
}

.text-ri-ba {
    padding-top: 18%;
    padding-left: 22%;
}

.baner-text {
    letter-spacing: 0.05em;
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 120%;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-top: 59px;
}

.rigt-tov img {
    margin-top: -9%;
}

#znak {
    margin-top: -16%;
    border-top: 2px solid rgba(64, 64, 64, 0.3);
    border-bottom: 2px solid rgba(64, 64, 64, 0.3);
}

.znaki {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 100px;
    padding-right: 73px;
}

.h2-z {
    font-weight: 600;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #132140;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.h2-z:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    bottom: -21px;
    background: #D7D7D7;
    border-radius: 30px;
    width: 213px;
    height: 15px;
    left: 4%;
    right: 0;
}

.h2-z:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    bottom: -21px;
    background: #D7D7D7;
    border-radius: 30px;
    width: 33px;
    height: 15px;
    left: -12%;
    right: 0;
}

#types {
    padding-top: 91px;
    padding-bottom: 153px;
}

.img-pro-dop {
    position: absolute;
    width: 355px;
    height: 355px;
    border: 8px solid #6BB21C;
    box-sizing: border-box;
    filter: drop-shadow(4px 6px 10px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    top: -50%;
    right: -6%;
    box-shadow: inset 4px 6px 10px rgba(0, 0, 0, 0.25);
}

.img-pro {
    position: relative;
    display: block;
    text-align: center;
    height: 460px;
    margin-bottom: 15%;
}

.name-pro {
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    line-height: 120%;
    width: 50%;
    margin: auto;
    margin-bottom: 6%;
}

.text-pro2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 200%;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 13%;
}

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

.pro-1 {
    width: 33%;
}

#types .flex {
    margin-top: 22%;
}

.text-pro {
    margin-bottom: 10%;
    min-height: 392px;
}

.but-pro {
    text-align: center;
}

.text-pro2:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 10px;
    background: #fff;
    border-radius: 30px;
    width: 33px;
    height: 33px;
    left: 0;
    box-shadow: 0px 0px 10px rgba(39, 255, 0, 0.35);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.text-pro2:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 20.37px;
    background: #fff;
    border-radius: 30px;
    width: 12.73px;
    height: 12.73px;
    left: 10.37px;
    background: #6BB21C;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.categor1 img {
    max-width: 100%;
}
#types .butt-str {
    padding: 25px 70px;
}

#advantages {
    background: url(/img/rec61.png) no-repeat;
    background-size: cover;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
    padding-bottom: 13%;
}

.text-adva34 span {
    text-transform: uppercase;
}

#advantages .h2-z:before, #advantages .h2-z:after {
    background: #FFFFFF;
}

.text-adva42 {
    font-size: 42px;
    line-height: 63px;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 51px;
}

.text-adva42 span, .text-adva34 span {
    font-weight: 800;
}

.text-adva34 {
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    line-height: 51px;
    letter-spacing: 0.05em;
}

#advantages:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/img/NicePng_earth-png_2116259.png) no-repeat;
    width: 1123px;
    height: 658px;
    right: -5%;
    top: 30%;
}

#machines .text-pro2 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: normal;
    padding-left: 55px;
}

.f48 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #132140;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5%;
}

.airboy2 {
    padding-top: 175px;
    padding-left: 43.5%;
}

.airboy {
    background: url(/img/Desktop1.png) no-repeat;
    padding-bottom: 195px;
    margin-top: -50px;
}

.airwave {
    background: url(/img/Desktop2.png) no-repeat;
    background-position: right 80%;
    padding-top: 182px;
    margin-top: 103px;
}

.airwave2 {
    padding-left: 75px;
    padding-bottom: 108px;
}

.airwave2 .f48 {
    margin-bottom: 3%;
}

.airwave-r {
    background: url(/img/Desktop3.png) no-repeat;
    padding-bottom: 60px;
    margin-top: 0;
}

.airwave-r2 {
    padding-top: 131px;
    padding-left: 43.5%;
}

#machines .butt-str {
    margin-top: 81px;
}
.air3 {
    margin-top: 56px;
}
#machines {
    margin-top: 138px;
}

#machines .text-pro2 span {
    font-weight: 600;
}

.tablic {
    display: none;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(48, 48, 48, 0.22);
    border-radius: 50px;
    padding: 72px 54px;
    position: relative;
}
.air2.acx {margin-bottom: 84px;}
.tablic.acx {
    display: flex;
}
.tablic:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 0px 30px;
    transform: rotate(-45deg);
    width: 111px;
    height: 111px;
    right: 0;
    left: 0;
    margin: auto;
    top: -56px;
    box-shadow: 0px 0px 18px rgba(48, 48, 48, 0.22);
}

.tablic:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 171px;
    height: 76px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}

#about {
    margin-top: 91px;
    margin-bottom: 153px;
}

.flex-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 148px;
}

.categor {
    width: 31%;
    margin-bottom: 130px;
}

.categor1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(48, 48, 48, 0.22);
    border-radius: 50px;
    height: 488px;
    padding: 45px 20px;
    margin-bottom: 54px;
}

#how .container, #about .container {
    max-width: 1730px;
}

.name-cat {
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #132140;
    font-weight: bold;
    font-size: 34px;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
}

.categor1 img {
    display: block;
    margin: auto;
}

.categor:nth-child(1) .categor1 img, .categor:nth-child(2) .categor1 img, .categor:nth-child(3) .categor1 img {
    width: 76%;
}

.categor:nth-child(4) .categor1 img {
    margin-top: 80px;
}

.categor .butt-str {
    padding: 25px 64px;
}

#form {
    background: url(/img/form2.png) no-repeat;
    background-size: cover;
    padding-top: 90px;
    position: relative;
    padding-bottom: 12%;
    overflow: hidden;
}

#form .h2-z {
    text-align: left;
    line-height: 100%;
}

#form .h2-z:before {
    background: #fff;
    right: auto;
    bottom: -68px;
}

#form .h2-z:after {
    background: #fff;
    left: 0;
    right: auto;
    bottom: -68px;
}

.formas input {
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    height: 76px;
    width: 100%;
    margin-bottom: 17px;
    color: #444;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 33px;
    outline: none;
}

.formas textarea {
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    height: 205px;
    width: 100%;
    margin-bottom: 17px;
    color: #444;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 33px;
}

.formas textarea::placeholder, .formas input::placeholder {
    color: #444;
    font-size: 16px;
}

.formas {
    position: relative;
    margin-top: 76px;
    width: 36%;
}

.but-form input {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2ED55B;
    font-family: 'Raleway', sans-serif;
    box-shadow: 0px 0px 12px rgba(37, 255, 1, 0.42);
    border-radius: 50px;
    width: 43%;
    cursor: pointer;
}

.img-form {
    width: 64%;
    margin-top: -1%;
    position: absolute;
    right: -73px;
    top: auto;
}

.but-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
}

footer {
    background: url(/img/res54.png) no-repeat;
    margin-top: -140px;
    z-index: 1;
    position: relative;
    padding-top: 99px;
    background-size: cover;
}
.fon-foot {
    background: url(/img/rec52.png) no-repeat;
    background-size: cover!important;
    padding-top: 126px;
}

.fon-foot .f24 {
    font-weight: 600;
    font-size: 24px;
    line-height: 210%;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.soc-set a {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 158, 194, 0.5);
    border-radius: 50px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

footer .container {
    max-width: 1730px;
}

footer .list-unstyled {
    padding: 0;
    font-size: 21px;
    line-height: 200%;
    font-family: 'Poppins', sans-serif;
    margin-top: 57px;
}

footer .contac {
    margin-top: 54px;
}

footer .contac .list-unstyled {
    margin-top: -18px;
}

footer .list-unstyled a {
    color: #132140;
    text-decoration: none;
}

footer ul li {
    list-style-type: none;
}

.soc-set {
    margin-top: 54px;
}

footer p {
    font-family: 'Poppins', sans-serif;
    color: #132140;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    margin-top: 82px;
    padding-bottom: 41px;
    margin-bottom: 0;
}

.ques {
    color: #132140;
    padding: 28px 0;
    cursor: pointer;
    border: 2px solid #B7B7B7;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    display: flex;
    align-items: center;
    padding-left: 192px;
    position: relative;
    padding-right: 40px;
}

.ques:after {
    background: url(/img/next-faq.png) no-repeat right center;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ques span {
    margin-right: 52px;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    position: relative;
}

.ques span:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 86px;
    height: 0;
    border: 1px solid #132140;
    left: -105px;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.answer p {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 88px;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    color: #424346;
}

#about h2 {
    margin-bottom: 126px;
}

.question {
    margin-bottom: 49px;
}

.question.active .ques {
    background: #79BE27;
    color: #fff;
}

.question.active .ques span:before {
    border: 1px solid #fff;
}

.question.active .ques:after {
    background: url(/img/next-faq2.png) no-repeat right center;
    width: 25px;
}

.burg, .bur_mob {
    display: none
}

@media (max-width: 1750px) and (min-width: 1536px) {

    .header-top {
        padding-top: 50px;
    }

    .menu-top a {
        font-size: 18px;
    }

    .butt-str {
        font-size: 20px;
        padding: 19px 49px;
    }

    .bubl:nth-child(1) img {
        top: -16%;
        left: -24%;
        width: 121%;
    }

    .img-bubl {
        width: 195px;
        height: 195px;
    }

    .zag-bubl {
        font-size: 30px;
    }

    .left-tov {
        padding-top: 6%;
    }

    .bubl:nth-child(2) img {
        top: -37%;
        left: -34%;
        width: 162%;
    }

    .bubl:nth-child(3) img {
        left: -22%;
        width: 131%;
    }

    .bubl:nth-child(3) .zag-bubl {
        bottom: 18px;
    }

    .baner-zag span {
        font-size: 56px;
        letter-spacing: 0.41em;
    }

    .baner-zag {
        font-size: 95px;
        line-height: 68%;
    }

    .baner-text {
        font-size: 50px;
        margin-top: 40px;
    }

    .rigt-tov img {
        width: 100%;
    }

    .znaki {
        padding-top: 60px;
        padding-bottom: 69px;
        padding-left: 100px;
        padding-right: 42px;
    }

    .znaki img {
        width: 17%;
    }

    .znaki img:nth-child(3) {
        width: 25%;
    }

    .h2-z:before {
        bottom: -10px;
        width: 184px;
        height: 12px;
    }

    .h2-z:after {
        bottom: -10px;
        width: 28px;
        height: 12px;
    }

    .h2-z {
        font-size: 62px;
    }

    #types {
        padding-top: 64px;
        padding-bottom: 125px
    }

    .img-pro-dop {
        position: absolute;
        width: 290px;
        height: 290px;
        top: -46%;
        right: -13%;
    }

    .img-pro {
        height: 388px;
        margin-bottom: 13%;
    }

    .name-pro {
        font-size: 31px;
    }

    .img-pro img {
        max-height: 100%;
    }

    .text-pro2 {
        font-size: 23px;
    }

    .text-pro2 {
        font-size: 23px;
        padding-left: 11%;
        margin-left: 10%;
    }

    .text-pro2:before {
        width: 28px;
        height: 28px;
    }

    .text-pro2:after {
        width: 10px;
        height: 10px;
        top: 18.5px;
        left: 9px;
    }

    .text-pro {
        margin-bottom: 9%;
    }

    #types .butt-str {
        padding: 19px 60px;
    }

    #advantages {
        padding-top: 104px;
        background-size: 100% 100%;
    }

    .text-adva42 {
        font-size: 36px;
        line-height: 55px;
        margin-bottom: 40px;
    }

    .text-adva34 {
        font-size: 29px;
        line-height: 45px;
    }

    #advantages:before {
        width: 912px;
        height: 598px;
        right: -3%;
        top: 32%;
        background-size: contain;
    }

    #machines {
        margin-top: 110px;
    }

    .airboy {
        background-size: 39%;
        padding-bottom: 160px;
    }

    .airboy2 {
        padding-top: 149px;
        padding-left: 43%;
    }

    #machines .text-pro2 {
        margin-left: 0;
        font-size: 26px;
    }

    #machines .butt-str {
        margin-top: 71px;
    }

    .f48 {
        font-size: 41px;
    }

    .tablic {
        padding: 61px 44px;
    }

    .tablic:before {
        width: 90px;
        height: 90px;
        top: -45px;
    }

    .tablic:after {
        height: 65px;
    }

    .airwave {
        background-position: right 7%;
        padding-top: 153px;
        margin-top: 69px;
        background-size: 39%;
    }

    .airwave-r2 {
        padding-top: 91px;
        padding-left: 43%;
    }

    .airwave-r {
        padding-bottom: 22px;
        background-size: 40%;
    }

    #how .container, #about .container {
        max-width: none;
        width: 93%;
    }

    #about h2 {
        margin-bottom: 98px;
    }

    .ques span {
        margin-right: 42px;
        font-size: 28px;
    }

    .ques {
        padding: 19px 0;
        font-size: 36px;
        padding-left: 166px;
        padding-right: 40px;
    }

    .answer p {
        margin-top: 40px;
        margin-bottom: 0;
        padding-left: 77px;
        font-size: 24px;
        line-height: 35px;
    }

    #about {
        margin-bottom: 115px;
    }

    .flex-cat {
        margin-top: 118px;
    }

    .name-cat {
        font-size: 30px;
    }

    .categor1 {
        height: 409px;
        padding: 41px 20px;
        margin-bottom: 45px;
    }

    .categor {
        margin-bottom: 111px;
    }

    .categor .butt-str {
        padding: 19px 56px;
    }

    .categor1 img {
        max-width: 100%;
        margin-top: -4px;
    }

    #form {
        padding-top: 76px;
    }

    #form .h2-z:before, #form .h2-z:after {
        bottom: -57px;
    }

    .formas input {
        height: 66px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .but-form input {
        font-size: 20px;
    }

    .formas {
        margin-top: 64px;
    }

    .formas textarea {
        height: 175px;
        font-size: 14px;
    }

    .but-form {
        margin-top: 29px;
    }

    .img-form img {
        width: 93%;
    }

    footer {
        margin-top: -163px;
    }

    .fon-foot {
        padding-top: 92px;
    }

    footer .list-unstyled {
        font-size: 18px;
    }

    footer p {
        font-size: 12px;
        margin-top: 62px;
        padding-bottom: 35px;
    }

    .fon-foot .f24 {
        font-size: 21px;
    }

    .soc-set a {
        width: 40px;
        height: 40px;
    }

    .formas textarea:placeholder, .formas input:placeholder {
    }
}
[class^="product-tags-"] .categories-toggle-btns {display: none}
@media (min-width: 1920px) {
    #baner:before {
        height: 73.1%;
    }
    .df {
        padding-top: 105px;
    }
    .menu-top a {
        font-size: 14px;
    }
    #baner:after {
        height: 76.13%;
    }
    .text-pro {
        min-height: 562px;
    }
    #advantages:before {
        right: -10%;
    }
    .rigt-tov img {
        width: 100%;
    }
}
@media (max-width: 1535px) and (min-width: 1200px) {
    .air2:before {
        left: 13%;
        margin-right: auto !important;
        margin-left: 0;
    }
    .air2:after {
        left: 9%;
        margin-right: auto;
        margin-left: 0;
    }
    .logo-hea {
        width: 13%;
    }

    .logo-hea img {
        max-width: 100%;
    }

    .header-top {
        padding-top: 50px;
    }

    .menu-top a {
        font-size: 14px;
    }

    .butt-str {
        font-size: 16px;
        padding: 12px 42px;
    }

    .menu-top {
        width: 59%;
        margin-top: 12px;
    }

    .bubl:nth-child(1) img {
        top: -16%;
        left: -24%;
        width: 121%;
    }

    .img-bubl {
        width: 160px;
        height: 160px;
    }

    .zag-bubl {
        font-size: 24px;
        line-height: 32px;
    }

    .left-tov {
        padding-top: 6%;
    }

    .bubl {
        width: 68%;
    }

    .bubl:nth-child(2) img {
        top: -37%;
        left: -34%;
        width: 162%;
    }

    .bubl:nth-child(3) img {
        left: -22%;
        width: 131%;
    }

    .bubl:nth-child(3) .zag-bubl {
        bottom: 18px;
    }

    .baner-zag span {
        font-size: 45px;
        letter-spacing: 0.4em;
    }

    .baner-zag {
        font-size: 76px;
        line-height: 57%;
    }

    .baner-text {
        font-size: 39px;
        margin-top: 25px;
    }

    #baner {
        padding-bottom: 30%;
    }

    .rigt-tov img {
        width: 100%;
    }

    .znaki {
        padding-top: 60px;
        padding-bottom: 69px;
        padding-left: 100px;
        padding-right: 42px;
    }

    .znaki img {
        width: 17%;
    }

    .znaki img:nth-child(3) {
        width: 25%;
    }

    .h2-z:before {
        bottom: 3px;
        width: 141px;
        height: 11px;
    }

    .h2-z:after {
        bottom: 3px;
        width: 23px;
        height: 11px;
    }

    .h2-z {
        font-size: 51px;
    }

    #types {
        padding-top: 34px;
        padding-bottom: 104px
    }

    .img-pro-dop {
        width: 250px;
        height: 250px;
        top: -61%;
        right: -3%;
    }

    .img-pro {
        height: 290px;
        margin-bottom: 15%;
    }

    .name-pro {
        font-size: 26px;
    }

    .img-pro img {
        max-height: 100%;
    }

    .text-pro2 {
        font-size: 18px;
        padding-left: 11%;
        margin-left: 10%;
    }

    .text-pro2:before {
        width: 24px;
        height: 24px;
    }

    .text-pro2:after {
        width: 9px;
        height: 9px;
        top: 17px;
        left: 8px;
    }

    .text-pro {
        margin-bottom: 9%;
        min-height: 252px;
    }

    #types .butt-str {
        padding: 12px 48px;
    }

    #advantages {
        padding-top: 72px;
        background-size: 100% 100%;
    }

    .text-adva42 {
        font-size: 36px;
        line-height: 55px;
        margin-bottom: 40px;
    }

    .text-adva34 {
        font-size: 23px;
        line-height: 33px;
    }

    #advantages:before {
        width: 745px;
        height: 490px;
        right: -3%;
        top: 32%;
        background-size: contain;
    }

    #machines {
        margin-top: 74px;
    }

    .airboy {
        background-size: 39%;
        padding-bottom: 128px;
    }

    .airboy2 {
        padding-top: 115px;
        padding-left: 43%;
    }

    #machines .text-pro2 {
        margin-left: 0;
        font-size: 21px;
        padding-left: 40px;
    }

    #machines .butt-str {
        margin-top: 59px;
    }

    .f48 {
        font-size: 32px;
    }

    .tablic {
        padding: 50px 44px;
    }

    .tablic:before {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .tablic:after {
        height: 53px;
    }

    .airwave {
        background-position: right 12%;
        padding-top: 135px;
        margin-top: 54px;
        background-size: 39%;
    }

    .airwave-r2 {
        padding-top: 85px;
        padding-left: 43%;
    }

    .airwave-r {
        padding-bottom: 22px;
        background-size: 40%;
        margin-top: -38px;
    }

    #how .container, #about .container {
        max-width: none;
        width: 93%;
    }

    #about h2 {
        margin-bottom: 67px;
    }

    .ques span:before {
        width: 60px;
        left: -78px;
    }

    .ques span {
        margin-right: 30px;
        font-size: 21px;
    }

    .ques {
        padding: 9px 0;
        font-size: 28px;
        padding-left: 141px;
        padding-right: 40px;
    }

    .ques:after {
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .answer p {
        margin-top: 26px;
        margin-bottom: 0;
        padding-left: 61px;
        font-size: 19px;
        line-height: 29px;
    }

    .question {
        margin-bottom: 31px;
    }

    #about {
        margin-bottom: 87px;
    }

    .flex-cat {
        margin-top: 82px;
    }

    .name-cat {
        font-size: 24px;
    }

    .categor1 {
        height: 330px;
        padding: 32px 20px;
        margin-bottom: 36px;
    }

    .categor {
        margin-bottom: 87px;
    }

    .categor .butt-str {
        padding: 13px 46px;
    }

    .categor1 img {
        max-width: 90%;
        margin-top: 0;
        height: 240px
    }

    #form {
        padding-top: 61px;
        padding-bottom: 15%;
        background-size: contain;
    }

    #form .h2-z:before, #form .h2-z:after {
        bottom: -43px;
    }

    .formas input {
        height: 53px;
        margin-bottom: 11px;
        font-size: 14px;
    }

    .formas input {
        height: 53px;
        margin-bottom: 11px;
        font-size: 14px;
        padding: 0 25px;
    }

    .formas {
        margin-top: 45px;
    }

    .formas textarea {
        height: 140px;
        font-size: 14px;
        border-radius: 35px;
        padding: 25px 25px;
    }

    .but-form {
        margin-top: 18px;
    }

    .img-form img {
        width: 92%;
    }

    footer {
        margin-top: -142px;
        background-size: contain;
        padding-top: 79px;
    }

    .fon-foot {
        padding-top: 69px;
    }

    footer .list-unstyled {
        font-size: 14px;
        margin-top: 42px;
    }

    footer .contac {
        margin-top: 40px;
    }

    footer p {
        font-size: 10px;
        margin-top: 49px;
        padding-bottom: 27px;
    }

    .fon-foot .f24 {
        font-size: 16px;
    }

    .soc-set a {
        width: 30px;
        height: 30px;
    }

    .soc-set a:nth-child(2) img {
        width: 50%;
    }

    .soc-set a:nth-child(3) img {
        width: 70%;
    }

    .soc-set a:nth-child(1) img {
        width: 30%;
    }

    .img-form {
        margin-top: -81px;
        right: -45px;
    }

    .logo-f {
        width: 13%;
    }

    .logo-f img {
        max-width: 100%;
    }

    .soc-set {
        margin-top: 40px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px!important;
        max-width: 100% !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        width: 87%;
    }
    .air2:before {
        left: 11%;
        margin-right: auto !important;
        margin-left: 0;
    }
    .air2:after {
        left: 5%;
        margin-right: auto;
        margin-left: 0;
    }
    .logo-hea {
        margin-top: -20px;
        width: 11%;
    }

    .logo-hea img {
        max-width: 100%;
    }

    .header-top {
        padding-top: 44px;
    }

    .menu-top a {
        font-size: 11px;
    }

    .butt-str {
        font-size: 12px;
        padding: 6px 25px;
    }

    .menu-top {
        width: 59%;
        margin-top: 12px;
    }

    .bubl:nth-child(1) img {
        top: -16%;
        left: -24%;
        width: 121%;
    }

    .img-bubl {
        width: 130px;
        height: 130px;
        border: 4px solid #B32A2A;
    }

    .zag-bubl {
        font-size: 19px;
        line-height: 24px;
        bottom: 0;
    }

    .left-tov {
        padding-top: 6%;
    }

    .bubl {
        width: 68%;
    }

    .bubl:nth-child(2) img {
        top: -37%;
        left: -34%;
        width: 162%;
    }

    .bubl:nth-child(3) img {
        left: -22%;
        width: 131%;
    }

    .bubl:nth-child(3) .zag-bubl {
        bottom: 18px;
    }

    .baner-zag span {
        font-size: 33px;
        letter-spacing: 0.4em;
    }

    .text-ri-ba {
        padding-top: 16%;
    }

    .baner-zag {
        font-size: 56px;
        line-height: 12%;
    }

    .baner-text {
        font-size: 29px;
        margin-top: 0;
    }

    #baner {
        padding-bottom: 25%;
    }

    .rigt-tov img {
        width: 100%;
    }

    .znaki {
        padding-top: 29px;
        padding-bottom: 29px;
        padding-left: 60px;
        padding-right: 56px;
    }

    .znaki img {
        width: 17%;
    }

    .znaki img:nth-child(3) {
        width: 25%;
    }

    .h2-z:before {
        bottom: 15px;
        width: 107px;
        height: 8px;
    }

    .h2-z:after {
        bottom: 15px;
        width: 16px;
        height: 8px;
    }

    .h2-z {
        font-size: 37px;
    }

    #types {
        padding-top: 15px;
        padding-bottom: 58px
    }

    .img-pro-dop {
        width: 180px;
        height: 180px;
        top: -48%;
        right: -9%;
        border: 4px solid #6BB21C;
    }

    .img-pro {
        height: 235px;
        margin-bottom: 15%;
    }

    .name-pro {
        font-size: 18px;
    }

    .img-pro img {
        max-height: 100%;
    }

    .text-pro2 {
        font-size: 15px;
        padding-left: 11%;
        margin-left: 10%;
    }

    .text-pro2:before {
        width: 20px;
        height: 20px;
    }

    .text-pro2:after {
        width: 8px;
        height: 8px;
        top: 16px;
        left: 6px;
    }

    .text-pro {
        margin-bottom: 9%;
    }

    #types .butt-str {
        padding: 6px 34px;
    }

    #advantages {
        padding-top: 51px;
        background-size: 100% 100%;
    }

    .text-adva42 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 26px;
        margin-top: -26px;
    }

    .text-adva34 {
        font-size: 18px;
        line-height: 26px;
    }

    #advantages:before {
        width: 570px;
        height: 370px;
        right: -3%;
        top: 32%;
        background-size: contain;
    }

    #machines {
        margin-top: 40px;
    }

    .airboy {
        background-size: 39%;
        padding-bottom: 96px;
    }

    .airboy2 {
        padding-top: 90px;
        padding-left: 43%;
    }

    #machines .text-pro2 {
        margin-left: 0;
        font-size: 16px;
        padding-left: 40px;
    }

    #machines .butt-str {
        margin-top: 39px;
    }

    .f48 {
        font-size: 24px;
    }

    .tablic {
        padding: 40px;
        border-radius: 28px
    }

    .tablic:before {
        width: 64px;
        height: 64px;
        top: -32px;
    }

    .tablic:after {
        height: 40px;
    }

    .airwave {
        background-position: right 12%;
        padding-top: 113px;
        margin-top: 28px;
        background-size: 39%;
    }

    .airwave2 {
        padding-left: 38px;
        padding-bottom: 91px;
    }

    .airwave-r2 {
        padding-top: 65px;
        padding-left: 41%;
    }

    .airwave-r {
        padding-bottom: 22px;
        background-size: 40%;
        margin-top: -38px;
    }

    #how .container, #about .container {
        max-width: none;
        width: 93%;
    }

    #about h2 {
        margin-bottom: 37px;
    }

    .ques span {
        margin-right: 24px;
        font-size: 16px;
    }

    .ques {
        padding: 9px 0;
        font-size: 21px;
        padding-left: 96px;
        padding-right: 40px;
        line-height: 40px;
    }

    .ques:after {
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .answer p {
        margin-top: 21px;
        margin-bottom: 0;
        padding-left: 44px;
        font-size: 14px;
        line-height: 21px;
    }

    .question {
        margin-bottom: 24px;
    }

    #about {
        margin-bottom: 54px;
        margin-top: 0;
    }

    .flex-cat {
        margin-top: 49px;
    }

    .name-cat {
        font-size: 18px;
        margin-bottom: 27px;
    }

    .categor1 {
        height: 248px;
        padding: 24px 20px;
        margin-bottom: 21px;
        border-radius: 30px
    }

    .categor {
        margin-bottom: 66px;
    }

    .categor:nth-child(4) .categor1 img {
        margin-top: 0;
    }

    .categor .butt-str {
        padding: 7px 36px;
    }

    .categor1 img {
        max-width: 90%;
        margin-top: 0;
        height: 180px;
    }

    #form {
        padding-top: 45px;
        padding-bottom: 18%;
        background-size: contain;
    }

    #form .h2-z:before, #form .h2-z:after {
        bottom: -34px;
    }

    .formas input {
        height: 53px;
        margin-bottom: 11px;
        font-size: 14px;
    }

    .formas input {
        height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 20px;
    }

    .formas {
        margin-top: 37px;
    }

    .formas textarea {
        height: 107px;
        font-size: 14px;
        border-radius: 30px;
        padding: 15px 17px;
    }

    .but-form {
        margin-top: 4px;
    }

    .img-form img {
        width: 92%;
    }

    footer {
        margin-top: -142px;
        background-size: contain;
        padding-top: 79px;
    }

    .fon-foot {
        padding-top: 69px;
    }

    footer .list-unstyled {
        font-size: 14px;
        margin-top: 42px;
    }

    footer .contac {
        margin-top: 40px;
    }

    footer p {
        font-size: 10px;
        margin-top: 49px;
        padding-bottom: 27px;
    }

    .fon-foot .f24 {
        font-size: 16px;
    }

    .soc-set a {
        width: 30px;
        height: 30px;
    }

    .soc-set a:nth-child(2) img {
        width: 50%;
    }

    .soc-set a:nth-child(3) img {
        width: 70%;
    }

    .soc-set a:nth-child(1) img {
        width: 30%;
    }

    .img-form {
        margin-top: -51px;
        right: -25px;
    }

    .logo-f {
        width: 13%;
    }

    .logo-f img {
        max-width: 100%;
    }

    .soc-set {
        margin-top: 40px;
    }

    .ques span:before {
        width: 45px;
        left: -56px;
    }

    .formas textarea:placeholder, .formas input:placeholder {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 87%;
    }
    .air2:before {
        left: 13%;
        margin-right: auto !important;
        margin-left: 0;
    }
    .air2:after {
        left: 6%;
        margin-right: auto;
        margin-left: 0;
    }
    .logo-hea {
        margin-top: -20px;
        width: 11%;
    }

    .logo-hea img {
        max-width: 100%;
    }

    .header-top {
        padding-top: 44px;
    }

    .menu-top a {
        font-size: 11px;
    }

    .butt-str {
        font-size: 12px;
        padding: 6px 25px;
    }

    .menu-top {
        width: 59%;
        margin-top: 12px;
    }

    .bubl:nth-child(1) img {
        top: -16%;
        left: -24%;
        width: 121%;
    }

    .img-bubl {
        width: 100px;
        height: 100px;
        border: 3px solid #B32A2A;
    }

    .zag-bubl {
        font-size: 16px;
        line-height: 18px;
        bottom: 0;
    }

    .left-tov {
        padding-top: 6%;
    }

    .bubl {
        width: 68%;
    }

    .bubl:nth-child(2) img {
        top: -37%;
        left: -34%;
        width: 162%;
    }

    .bubl:nth-child(3) img {
        left: -22%;
        width: 131%;
    }

    .bubl:nth-child(3) .zag-bubl {
        bottom: 18px;
    }

    .baner-zag span {
        font-size: 27px;
        letter-spacing: 0.4em;
    }

    .text-ri-ba {
        padding-top: 16%;
    }

    .baner-zag {
        font-size: 46px;
        line-height: 0;
    }

    .baner-text {
        font-size: 24px;
        margin-top: -10px;
    }

    #baner {
        padding-bottom: 25%;
    }

    .rigt-tov img {
        width: 100%;
    }

    .znaki {
        padding-top: 29px;
        padding-bottom: 29px;
        padding-left: 60px;
        padding-right: 56px;
    }

    .znaki img {
        width: 17%;
    }

    .znaki img:nth-child(3) {
        width: 25%;
    }

    .h2-z:before {
        bottom: 20px;
        width: 85px;
        height: 6px;
    }

    .h2-z:after {
        bottom: 20px;
        width: 10px;
        height: 6px;
    }

    .h2-z {
        font-size: 32px;
    }

    #types {
        padding-top: 15px;
        padding-bottom: 58px
    }

    .img-pro-dop {
        width: 120px;
        height: 120px;
        top: -35%;
        right: -9%;
        border: 3px solid #6BB21C;
    }

    .img-pro {
        height: 190px;
        margin-bottom: 15%;
    }

    .name-pro {
        font-size: 16px;
    }

    .img-pro img {
        max-height: 100%;
    }

    .text-pro2 {
        font-size: 12px;
        padding-left: 15%;
        margin-left: 10%;
    }

    .text-pro2:before {
        width: 20px;
        height: 20px;
    }

    .text-pro2:after {
        width: 8px;
        height: 8px;
        top: 16px;
        left: 6px;
    }

    .text-pro {
        margin-bottom: 9%;
        min-height: 216px;
    }

    #types .butt-str {
        padding: 6px 34px;
    }

    #advantages {
        padding-top: 51px;
        background-size: 100% 100%;
    }

    .text-adva42 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
        margin-top: -26px;
    }

    .text-adva34 {
        font-size: 16px;
        line-height: 23px;
    }

    #advantages:before {
        width: 440px;
        height: 288px;
        right: -3%;
        top: 32%;
        background-size: contain;
    }

    #machines {
        margin-top: 40px;
    }

    .airboy {
        background-size: 39%;
        padding-bottom: 96px;
    }

    .airboy2 {
        padding-top: 60px;
        padding-left: 43%;
    }

    #machines .text-pro2 {
        margin-left: 0;
        font-size: 14px;
        padding-left: 40px;
    }

    #machines .butt-str {
        margin-top: 34px;
    }

    .tablic .tab {
        width: 49%;
    }

    .f48 {
        font-size: 21px;
    }

    .tablic {
        padding: 40px;
        border-radius: 28px
    }

    .tablic:before {
        width: 64px;
        height: 64px;
        top: -32px;
    }

    .tablic:after {
        height: 40px;
    }

    .airwave {
        background-position: right 12%;
        padding-top: 113px;
        margin-top: 28px;
        background-size: 39%;
    }

    .airwave2 {
        padding-left: 38px;
        padding-bottom: 91px;
    }

    .airwave-r2 {
        padding-top: 65px;
        padding-left: 41%;
    }

    .airwave-r {
        padding-bottom: 22px;
        background-size: 40%;
        margin-top: -38px;
    }

    #how .container, #about .container {
        max-width: none;
        width: 93%;
    }

    #about h2 {
        margin-bottom: 37px;
    }

    .ques span {
        margin-right: 24px;
        font-size: 16px;
    }

    .categor:nth-child(1) .categor1 img, .categor:nth-child(2) .categor1 img, .categor:nth-child(3) .categor1 img {
        width: 100%;
    }

    .ques {
        padding: 9px 0;
        font-size: 18px;
        padding-left: 80px;
        padding-right: 40px;
        line-height: 40px;
    }

    .ques:after {
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .answer p {
        margin-top: 21px;
        margin-bottom: 0;
        padding-left: 44px;
        font-size: 14px;
        line-height: 21px;
    }

    .question {
        margin-bottom: 24px;
    }

    #about {
        margin-bottom: 54px;
        margin-top: 0;
    }

    .flex-cat {
        margin-top: 49px;
    }

    .name-cat {
        font-size: 18px;
        margin-bottom: 27px;
    }

    .categor1 {
        height: 220px;
        padding: 24px 20px;
        margin-bottom: 21px;
        border-radius: 30px
    }

    .categor {
        margin-bottom: 66px;
    }

    .categor:nth-child(4) .categor1 img {
        margin-top: 0;
    }

    .categor .butt-str {
        padding: 7px 36px;
    }

    .categor1 img {
        max-width: 90%;
        margin-top: 0;
        height: 155px;
    }

    #form {
        padding-top: 20px;
        padding-bottom: 19%;
        background-size: contain;
    }

    #form .h2-z:before, #form .h2-z:after {
        bottom: -20px;
    }

    .formas input {
        height: 53px;
        margin-bottom: 11px;
        font-size: 14px;
    }

    .formas input {
        height: 34px;
        margin-bottom: 8px;
        font-size: 14px;
        padding: 0 20px;
    }

    .formas {
        margin-top: 20px;
    }

    .formas textarea {
        height: 90px;
        font-size: 14px;
        border-radius: 30px;
        padding: 15px 17px;
    }

    .but-form {
        margin-top: 0;
    }

    .img-form img {
        width: 92%;
    }

    footer {
        margin-top: -110px;
        background-size: contain;
        padding-top: 55px;
    }

    .fon-foot {
        padding-top: 69px;
    }

    footer .list-unstyled {
        font-size: 12px;
        margin-top: 0;
    }

    footer .contac {
        margin-top: 0;
    }

    footer p {
        font-size: 10px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .fon-foot .f24 {
        font-size: 14px;
    }

    .soc-set a {
        width: 30px;
        height: 30px;
    }

    .soc-set a:nth-child(2) img {
        width: 50%;
    }

    .soc-set a:nth-child(3) img {
        width: 70%;
    }

    .soc-set a:nth-child(1) img {
        width: 30%;
    }

    .img-form {
        margin-top: 16px;
        right: -25px;
    }

    .logo-f {
        width: 13%;
    }

    .logo-f img {
        max-width: 100%;
    }

    .soc-set {
        margin-top: 0;
    }

    .ques span:before {
        width: 45px;
        left: -56px;
    }

    .formas textarea:placeholder, .formas input:placeholder {
        font-size: 11px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    * {
        box-sizing: border-box;
    }
    #znak {
        margin-top: -5px;
    }
    .container {
        max-width: 100%;
        width: 100%;
    }

    .logo-hea {
        width: 86px;
        margin-top: 0;
    }

    .logo-hea img {
        max-width: 100%;
    }

    .header-top {
        padding-top: 0;
    }

    .menu-top, .header-top .butt-str, .left-tov {
        display: none;
    }

    .rigt-tov {
        width: 100%;
        background-size: contain;
        background-position: 100% 0;
    }

    .baner-zag {
        font-size: 28px;
        line-height: 140%;
        letter-spacing: 0.05em;
    }

    .baner-zag span {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.4em;
    }

    .baner-text {
        font-size: 14px;
        margin-top: 15px;
    }

    .rigt-tov img {
        margin-top: -12%;
        width: 85%;
        margin-left: -5%;
    }

    .text-ri-ba {
        padding-top: 15%;
        padding-left: 26%;
    }

    #baner {
        margin-top: -35px;
        padding-bottom: 92%;
    }

    .znaki {
        flex-wrap: wrap;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .znaki img {
        width: 37%;
        padding: 10px 0;
    }

    .h2-z {
        font-size: 24px;
        line-height: 36px;
    }

    #types .flex {
        flex-wrap: wrap;
        margin-top: 29%;
    }

    .text-pro {
        padding-left: 25px;
        min-height: unset;
    }

    .pro-1 {
        width: 100%;
        margin-bottom: 90px;
    }

    .img-pro-dop {
        width: 134px;
        height: 134px;
        border: 4px solid #6BB21C;
        top: -25%;
        right: 6%;
    }

    .name-pro {
        font-size: 24px;
        width: 60%;
    }

    .text-pro2 {
        font-size: 18px;
        padding-left: 10%;
    }

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

    .img-pro {
        height: 171px;
        margin-bottom: 35px;
    }

    .text-pro2:before {
        width: 17px;
        height: 17px;
    }

    .text-pro2:after {
        top: 15px;
        width: 6.47px;
        height: 6.47px;
        left: 5px;
    }

    .butt-str {
        font-size: 18px;
        line-height: 21px;
        padding: 22px 30px;
    }

    #types .butt-str {
        padding: 17px 47px;
    }

    .text-adva42 {
        font-size: 21px;
        line-height: 31px;
    }

    .text-adva34 {
        font-size: 18px;
        line-height: 27px;
    }

    .airboy2 {
        padding-left: 13px;
        padding-top: 0;
    }

    .f48, #machines .text-pro2 {
        font-size: 24px;
    }

    .tablic {
        flex-wrap: wrap;
        padding: 45px 27px;
    }

    #machines .text-pro2 {
        font-size: 16px;
        padding-left: 35px;
    }

    #machines .tab .text-pro2 {
        font-size: 12px;
    }

    .tab .text-pro2:before, .tab .text-pro2:after {
        display: none;
    }

    #machines .tab .text-pro2 {
        padding-left: 0;
    }

    .h2-z:before {
        bottom: -13px;
        width: 70px;
        height: 7px;
        left: 4%;
    }

    .h2-z:after {
        bottom: -13px;
        width: 13px;
        height: 7px;
        left: -22%;
        right: 0;
    }

    .airboy {
        background: url(/img/Desktop1_mob.png) no-repeat;
        background-size: contain;
        padding-bottom: 60px;
        margin-top: 46px;
        padding-top: 100%;
    }

    .airwave {
        background: url(/img/Desktop2_mob.png) no-repeat;
        padding-top: 100%;
        margin-top: 38px;
        background-size: contain;
    }

    .airwave2 {
        padding-left: 13px;
        padding-bottom: 60px;
    }

    #about h2 {
        margin-bottom: 56px;
    }
    .air2.acx {
        margin-bottom: 34px;
    }
    .air3 {
        margin-top: 20px;
    }
    .airwave2 .f48, .airwave-r2 .f48, .airboy2 .f48 {
        text-align: center;
    }

    #machines .butt-str {
        margin-top: 45px;
        margin-left: auto;
        margin-right: auto;
        width: 234px;
        display: block;
        padding: 22px 0;
    }

    .tablic .tab:nth-child(2) {
        display: none;
    }

    .tablic:before {
        width: 56px;
        height: 75px;
        top: -31px;
    }

    .tablic:after {
        height: 50px;
    }

    .airwave-r2 {
        padding-top: 0;
        padding-left: 13px;
    }

    .airwave-r {
        background: url(/img/Desktop3_mob.png) no-repeat;
        background-size: contain;
        padding-top: 100%;
        padding-bottom: 42px;
    }

    .ques {
        padding: 15px 0;
        font-size: 16px;
        line-height: 16px;
        padding-left: 50px;
        padding-right: 40px;
        height: 66px;
    }

    .ques span {
        margin-right: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .ques span:before {
        width: 30px;
        left: -40px;
    }

    .answer p {
        margin-top: 40px;
        padding-left: 50px;
        font-size: 14px;
        line-height: 21px;
    }

    .question {
        margin-bottom: 20px;
    }

    .ques:after {
        height: 18px;
        right: 25px;
    }

    #about {
        margin-bottom: 43px;
        margin-top: 0;
    }

    .flex-cat {
        margin-top: 31px;
    }

    .categor {
        width: 100%;
        margin-bottom: 30px;
    }

    .categor .butt-str {
        padding: 19px 47px;
    }

    .formas textarea {
        padding: 25px;
    }

    .categor1 {
        height: 74%;
        padding: 35px 20px;
        margin-bottom: 28px;
    }

    .name-cat {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .categor:nth-child(1) .categor1 img, .categor:nth-child(2) .categor1 img, .categor:nth-child(3) .categor1 img {
        width: 67%;
    }

    .categor:nth-child(4) .categor1 img {
        margin-top: -10px;
    }

    .categor1 img {
        max-width: 86%;
    }

    #form {
        background: url(/img/Union.png) no-repeat;
        background-size: 100% 100%;
    }

    .formas input {
        height: 59px;
    }

    #form .flex {
        flex-wrap: wrap;
    }

    .formas {
        width: 100%;
        margin-top: 50px;
    }

    .formas input {
        height: 59px;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 160%;
        padding: 0 25px;
    }

    .img-form {
        width: 93%;
        margin-top: 0;
        position: relative;
        right: 0;
        top: auto;
    }

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

    .formas .but-form input {
        width: 55%;
    }

    .but-form {
        margin-top: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .suc + .but-form {
        margin-top: 26px;
    }
    footer {
        padding-top: 40px;
        margin-top: -101px;
        background: url(/img/res54_mob.png) no-repeat;
        background-size: contain
    }
    .fon-foot .f24 {
        text-align: center;
    }
    .fon-foot {
        padding-top: 31px;
        background: url(/img/rec52_mob.png) no-repeat;
        background-size: 100% 100%;
    }

    footer .flex {
        justify-content: center;
        flex-wrap: wrap;
    }

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

    .logo-f img {
        width: 105px;
    }

    .soc-set {
        margin-top: 0;
        text-align: center;
        margin-bottom: 45px;
    }

    .soc-set a {
        margin: 0 10px;
    }

    footer .list-unstyled {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    footer p {
        font-size: 10px;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    footer .contac {
        margin-top: 0;
    }

    #advantages:before {
        width: 100%;
        height: 100%;
        right: 0;
        top: 15%;
        background-size: contain;
    }

    .adv-te {
        margin-top: 100%;
    }

    .pro-1:nth-child(3) {
        margin-bottom: 38px;
    }

    #machines {
        margin-top: 45px;
    }

    #types {
        padding-bottom: 0;
    }

    #advantages {
        background: url(/img/rec61_mob.png) no-repeat;
        padding-top: 15%;
        padding-bottom: 37%;
        background-size: 100% 100%;
    }

    #form .h2-z:before {
        bottom: -33px;
        left: 6%;
    }

    #form .h2-z:after {
        bottom: -33px;
    }

    .burg {
        display: block;
        margin-top: 36px;
    }
    #baner:before {display: none}
    #baner:after {
        width: 100%;
        height: 82.13%
    }
    .burg span {
        background: #555555;
        border-radius: 10px;
        width: 32px;
        height: 3px;
        display: block;
        margin: 4px 0;
    }

    .bur_mob {
        position: relative;
        display: block;
    }

    .menu-top a {
        font-size: 14px;
        line-height: 24px;
        display: block;
    }

    .mob-menu .menu-top {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    .mob-menu {
        width: 206px;
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
        border-radius: 30px 0px 30px 30px;
        padding: 25px;
        position: absolute;
        right: 0;
        z-index: 999;
        display: none;
    }

    .mob-menu:before {
        content: "";
        display: block;
        position: absolute;
        right: 4px;
        margin: auto;
        background: #ffff;
        border-radius: 0px 10px 0px 0px;
        transform: matrix(0.71, -0.6, 0.83, 0.71, 0, 0);
        width: 56px;
        height: 28px;
        top: -6px;
        z-index: 1;
    }

    .mob-menu .butt-str {
        display: block;
        font-size: 10px;
        line-height: 18px;
        padding: 6px 0;
        width: 100px;
        margin-top: 20px;
    }
}

.answer {
    display: none;
}

.active .answer {
    display: block;
}

input, textarea {
    outline: none;
    box-shadow: none
}

.err {
    border: 1px solid red !important;
}

.suc {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    background: #2ed55b;
    border-radius: 20px;
    padding: 5px 0;
    color: #fff;
}