/* Шрифты Inter */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-LightBETA.eot');
    src: local('Inter Light BETA'), local('Inter-LightBETA'),
        url('../fonts/Inter/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-LightBETA.woff2') format('woff2'),
        url('../fonts/Inter/Inter-LightBETA.woff') format('woff'),
        url('../fonts/Inter/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-SemiBold.eot');
    src: local('Inter SemiBold'), local('Inter-SemiBold'),
        url('../fonts/Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold.eot');
    src: local('Unbounded Bold'), local('Inter-Bold'),
        url('../fonts/Inter/') format('embedded-opentype'),
        url('../fonts/Unbounded-Bold.woff2') format('woff2'),
        url('../fonts/Unbounded-Bold.woff') format('woff'),
        url('../fonts/Unbounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Black.eot');
    src: local('Unbounded Black'), local('Inter-Black'),
        url('../fonts/Inter/') format('embedded-opentype'),
        url('../fonts/Unbounded-Black.woff2') format('woff2'),
        url('../fonts/Unbounded-Black.woff') format('woff'),
        url('../fonts/Unbounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/* Обнуление */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
input,
button {
    outline: none;
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body::-webkit-scrollbar-track {
    background: #FFFFFF;
    border: none;
}

body::-webkit-scrollbar-thumb {
    background: #068A24;
    border-radius: 2px;
    border: none;
}

body {
    color: #202F44;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: #FFFFFF;
    position: relative;
}
.container {
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
/* preHeader */
.preHeader{
    min-height: 500px;
    background: url(./../../image/preheader.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 0;
    color: #FFFFFF;
}
.preHeader .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.preColumn{
    max-width: 450px;
    width: 100%;
}
.headerTitle{
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 4px 4px 4px rgba(30, 30, 30, 0.5);
}
.headerUl li{
    font-size: 27px;
    margin-left: 50px;
    font-weight: 500;
    text-shadow: 4px 4px 4px rgba(30, 30, 30, 0.5);
}
.siteName{
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    padding-top: 2px;
    margin-bottom: 12px;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(30, 30, 30, 0.5);
    font-family: 'Unbounded', sans-serif;
}
.siteSlogan{
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    font-style: italic;
    color: #EAE904;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 4px 4px 4px rgba(30, 30, 30, 0.5);
}
.printHeader{
    position: absolute;
    left: 51.5%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 320px;
    -webkit-filter: drop-shadow(0px 2px 4px rgba(30, 30, 30, 0.2));
            filter: drop-shadow(0px 4px 6px rgba(30, 30, 30, 0.2));
}
.headerLink{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 32px;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    margin-left: 85px;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-shadow: 0px 2px 4px rgba(30, 30, 30, 0.5);
}
a.headerLink:hover{
    color: #EAE904;
}
.headerLink svg{
    margin-top: 2px;
    margin-right: 16px;
}
.btn{
    padding: 18px 32px;
    border-radius: 6px;
    background: #FF9C00;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #252426;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 260px;
    margin: 0 auto;
    margin-top: 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.4);
            box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.4);
}
.btn:hover{
    background: #EAE904;
}
/* header */
.header{
    background: #00A523;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
.header._fixed{
    position: fixed;
}
.headerMenu{
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.postHeader{
    height: 80px;
    display: none;
}
.postHeader._fixed{
    display: block;
}
.headerMenuItem{
    width: 150px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 20px;
    font-weight: 600;
    font-style: italic;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.headerMenuItem._active,
.headerMenuItem:hover{
    background: #EAE904;
    color: #156506;
}
.headerMenuItem::before{
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
    width: 1px;
    height: 32px;
    background: #59C971;
}
.headerMenuItem:nth-last-child(1)::before{
    display: none;
}
/* standart */
.standart{
    padding: 80px 0;
    padding-bottom: 120px;
}
.standart._colored{
    background: #F9FCCD;
}
.sectionTitle{
    font-size: 48px;
    font-weight: 500;
    color: #282D31;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}
.benefitFlex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.benefitItem:nth-child(1),
.benefitItem:nth-child(2){
    margin-top: 0;
}
.benefitItem{
    width: calc(50% - 37px);
    margin-top: 80px;
    padding-left: 72px;
    position: relative;
}
.benefitItem::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(./../../image/check.png);
    width: 52px;
    height: 52px;
}
.benefitName{
    font-size: 30px;
    line-height: 30px;
    padding-top: 11px;
    font-weight: 500;
    color: #059521;
}
.benefitText{
    padding-top: 5px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #292E32;
}
.serviceFlex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.serviceItem{
    width: calc((100% - 150px) / 3);
    background: #FFFFFF;
    text-align: center;
    margin-top: 150px;
    padding-top: 280px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    box-shadow: 2px 4px 10px rgba(30, 30, 30, 0.5);
}
.serviceItem:nth-child(1),
.serviceItem:nth-child(2),
.serviceItem:nth-child(3){
    margin-top: 80px;
}
.serviceImage{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -70px;
    width: 90%;
    -webkit-filter: drop-shadow(0px 4px 6px rgba(30, 30, 30, 0.2));
            filter: drop-shadow(0px 4px 6px rgba(30, 30, 30, 0.2));
}
.serviceName{
    font-size: 22px;
    font-weight: 500;
    color: #059521;
    margin-bottom: 16px;
    padding: 0 30px;
}
.serviceText{
    font-weight: 400;
    font-size: 18px;
    color: #1E1E1E;
    padding: 0 30px;
}
.serviceBtn{
    width: 100%;
    padding: 14px 0;
    background: #01891D;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-top: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 2px 5px 5px rgba(30, 30, 30, 0.25);
            box-shadow: inset 2px 5px 5px rgba(30, 30, 30, 0.25);
}
.serviceBtn:hover{
    background: #156506;
}
.listItem{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #1E1E1E;
    position: relative;
    padding-left: 28px;
    margin-bottom: 45px;
}
.listItem:nth-last-child(1){
    margin-bottom: 0;
}
.listItem::after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #74B32C;
    top: 8px;
    left: 0;
}
/* contacts */
.contactFlex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contactColumn{
    width: 100%;
}
.contactColumn:nth-child(1){
    max-width: 540px;
}
.contactColumn:nth-child(2){
    max-width: 500px;
}
.contactLink{
    font-size: 22px;
    color: #1E1E1E;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 36px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
a.contactLink:hover{
    color: #00A523;
}
.contactLink svg{
    margin-right: 12px;
}
.contactComment{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #252426;
}
input{
    width: 100%;
    background: #FFFFFF;
    border: none;
    outline: none;
    height: 42px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #252426;
    margin-bottom: 20px;
    padding-left: 15px;
}
input::-webkit-input-placeholder{
    color: #252426;
    opacity: 0.4;
}
input::-moz-placeholder{
    color: #252426;
    opacity: 0.4;
}
input:-ms-input-placeholder{
    color: #252426;
    opacity: 0.4;
}
input::-ms-input-placeholder{
    color: #252426;
    opacity: 0.4;
}
input::placeholder{
    color: #252426;
    opacity: 0.4;
}
textarea{
    width: 100%;
    background: #FFFFFF;
    border: none;
    outline: none;
    height: 120px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #252426;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
}
textarea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

textarea::-webkit-scrollbar-track {
    background: #FFFFFF;
    border: none;
}

textarea::-webkit-scrollbar-thumb {
    background: #068A24;
    border-radius: 2px;
    border: none;
}
textarea::-webkit-input-placeholder{
    color: #252426;
    opacity: 0.4;
}
textarea::-moz-placeholder{
    color: #252426;
    opacity: 0.4;
}
textarea:-ms-input-placeholder{
    color: #252426;
    opacity: 0.4;
}
textarea::-ms-input-placeholder{
    color: #252426;
    opacity: 0.4;
}
textarea::placeholder{
    color: #252426;
    opacity: 0.4;
}
.fileInput input{
    display: none;
}
.contactColumn .fileInput #myfile0{
    display: block;
}
.popupForm .fileInput #myfile00{
    display: block;
}
.fileInput{
    color: #068A24;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fileInput input{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.fileText{
    font-size: 18px;
    font-weight: 500;
    color: #282D31 !important;
}
.fileInput p{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}
button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 56px;
    margin: 0 auto;
    background: #FF9C00;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
}
button._disabled{
    pointer-events: none;
    opacity: 0.8;
}
button:hover{
    background: #059521;
}
/* footer */
.footer{
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00A523;
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}
.footer br{
    display: none;
}
.popupResponse,
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    display: none;
}
.popup{
    z-index: 10;
}

.popupResponseBg,
.popupBg{
    background: rgba(32, 32, 32, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.popupResponseBg._stop{
    pointer-events: none;
}

.popupResponseItem,
.popupForm{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: #FFFFFF;
    padding: 30px;
    width: 430px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    text-align: center;
}
.popupForm .fileText{
    font-size: 16px;
}
.closePopup{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
}
.closePopup path{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.closePopup:hover path{
    stroke: #FF9C00;
}
.popupForm{
    display: block;
    width: 500px;
    padding: 50px 25px;
}
.popupForm input,
.popupForm textarea{
    border: 1px solid rgba(32, 32, 32, 0.2);
    border-radius: 4px;
    font-size: 16px;
}
.popupForm textarea{
    margin-bottom: 5px;
}
.popupForm .fileInput{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #FF9C00;
    margin-bottom: 30px;
}
.popupForm button{
    font-weight: 500;
    height: 44px;
    width: 160px;
    font-size: 18px;
    background: #00a523;
    border-radius: 4px;
}
.popupForm button:hover{
    background: #FF9C00;
}
.popupResponseText{
    font-size: 18px;
    line-height: 24px;
    color: #292E32;
    opacity: 0.9;
    font-weight: 500;
    margin-top: 18px;
}
.popupTitle{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282D31;
    padding-bottom: 15px;
}
.popup__descr{
    padding-bottom: 20px;
    font-size: 15px;
    color: #05721b;
    font-weight: 600;
}
.popupResponseBtn {
    text-transform: uppercase;
    background: #00a523;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 40px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.popupResponseBtn:hover{
    background: #FF9C00;
}
/* adaptive */
@media (max-width: 1320px) {
    .headerTitle {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .preColumn{
        max-width: 480px;
    }
    .headerUl li{
        font-size: 28px;
        margin-bottom: 4px;
    }
    .siteName{
        font-size: 44px;
        line-height: 52px;
    }
    .siteSlogan{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .headerLink{
        font-size: 24px;
    }
    .btn{
        margin-top: 20px;
    }
}
@media (max-width: 1240px) {
    .preColumn {
        max-width: 400px;
    }
    .headerTitle{
        font-size: 28px;
    }
    .headerUl li{
        font-size: 24px;
    }
    .siteSlogan{
        font-size: 24px;
        line-height: 28px;
    }
    .headerLink{
        margin-left: 30px;
    }
    .sectionTitle{
        font-size: 44px;
    }
    .benefitName{
        font-size: 28px;
    }
    .benefitText{
        font-size: 18px;
        margin-top: 8px;
    }
    .listItem{
        font-size: 22px;
    }
    .serviceName,
    .serviceText{
        padding: 0 18px;
    }
    .serviceText{
        margin-bottom: 72px;
    }
    .serviceItem{
        padding-top: 25%;
        margin-top: 130px;
        width: calc((100% - 90px) / 3);
    }
    .serviceBtn{
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 1120px) {
    .serviceName{
        font-size: 20px;
    }
    .serviceText{
        font-size: 16px;
        padding: 0 25px;
    }
    .printHeader{
        position: unset;
        left: unset;
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin: 20px 0;
        display: none;
    }
    .btn{
        margin-bottom: 24px;
    }
    .preHeader{
        padding: 60px 0;
    }
    .preHeader .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .preColumn{
        max-width: unset;
    }
    .headerLink{
        margin-left: 0;
        margin-bottom: 16px;
    }
    .headerLink svg{
        margin-top: 0;
    }
    .headerTitle{
        max-width: 640px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .headerLink br{
        display: none;
    }
    .headerUl li{
        margin: 0;
        margin-left: 25%;
        margin-bottom: 10px;
        position: relative;
    }
    .siteSlogan{
        margin-bottom: 24px;
    }
}
@media (max-width: 1024px) {
    .benefitText br{
        display: none;
    }
    .headerLink{
        margin-left: 25%;
    }
    .benefitItem{
        width: 100%;
        margin-top: 60px !important;
    }
    .benefitItem:nth-child(1){
        margin-top: 0 !important;
    }
    .serviceItem {
        width: calc(50% - 30px);
        margin-top: 120px !important;
        padding-top: 26%;
    }
    .serviceItem:nth-child(1), .serviceItem:nth-child(2){
        margin-top: 60px !important;
    }
    .serviceImage{
        max-width: 290px;
    }
    .listItem{
        font-size: 20px;
    }
    .contactFlex{
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contactColumn{
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: 600px !important;
    }
    .contactColumn:nth-child(2){
        margin-bottom: 0;
    }
    .fileInput{
        text-align: center;
    }
    .sectionTitle{
        margin-bottom: 60px;
    }
}
@media (max-width: 960px) {
    .serviceItem{
        padding-top: 28%;
    }
}
@media (max-width: 860px) {
    .serviceItem{
        padding-top: 0;
    }
    .serviceItem{
        width: 100%;
    }
    .serviceImage{
        position: unset;
        left: unset;
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin: 0 auto;
        margin-top: -50px;
        margin-bottom: 20px;
    }
    .serviceItem:nth-child(2){
        margin-top: 120px !important;
    }
    .listItem{
        font-size: 18px;
    }
    .footer{
        font-size: 20px;
        line-height: 24px;
    }
    .serviceText br{
        display: none;
    }
}
@media (max-width: 800px) {
    .headerLink{
        margin-left: 15%;
    }
    .headerUl li{
        margin-left: 20%;
    }
    .headerMenuItem{
        margin: 0;
        width: calc((100% - 30px) / 4);
    }
    .headerMenu{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .headerMenuItem::before{
        display: none;
    }
}
@media (max-width: 600px) {
    .popupForm{
        width: 95%;
    }
}
@media (max-width: 540px) {
    .footer br{
        display: block;
    }
    .headerLink{
        margin-left: 10%;
    }
    .headerUl li{
        margin-left: 15%;
    }
    .popupResponseItem{
        width: 95%;
    }
    .sectionTitle{
        font-size: 36px;
    }
    .benefitName{
        font-size: 24px;
        line-height: 32px;
        padding-top: 0;
    }
    .benefitItem{
        padding-left: 44px;
    }
    .benefitText{
        font-size: 16px;
    }
    .benefitItem::after{
        width: 32px;
        height: 32px;
        background-size: cover;
    }
    .headerMenuItem{
        font-size: 14px;
    }
    .listItem{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .contactLink{
        font-size: 18px;
        text-align: center;
    }
    .contactComment{
        font-size: 20px;
        padding-top: 20px;
    }
    .footer{
        font-size: 16px;
        line-height: 20px;
    }
    .standart{
        padding: 70px 0;
    }
    .sectionTitle{
        margin-bottom: 40px;
    }
    .headerLink{
        font-size: 20px;
        line-height: 24px;
    }
    .headerTitle{
        font-size: 24px;
    }
    .headerUl li{
        font-size: 18px;
    }
    .contactColumn button{
        width: 100%;
    }
    .fileInput{
        margin-bottom: 20px !important;
    }
    /* .fileInput{
        display: none;
    }
    textarea{
        margin-bottom: 16px !important;
    } */
}
@media (max-width: 440px) {
    .fileInput input{
        width: 100%;
    }
    .headerLink br{
        display: block;
    }
    .contactComment{
        font-size: 16px;
    }
    .headerLink{
        margin-left: 0;
    }
    .siteSlogan{
        font-size: 20px;
        line-height: 24px;
    }
    .popupForm .fileInput{
        text-align: center;
    }
    .contactLink{
        text-align: left;
    }
    .fileInput{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .fileText{
        margin-top: 5px;
    }
    .popupForm button{
        width: 100%;
    }
    .popupTitle{
        font-size: 20px;
        padding-bottom: 20px;
    }
    .headerLink{
        font-size: 18px;
    }
    .headerTitle{
        font-size: 22px;
    }
    .btn{
        max-width: 100%;
    }
    .contactLink{
        font-size: 16px;
    }
    .sectionTitle{
        font-size: 32px;
    }
    .benefitItem{
        margin-top: 40px !important;
    }
    .benefitItem:nth-child(1){
        margin-top: 20px !important;
    }
    .benefitItem{
        padding-left: 0;
        padding-top: 44px;
        text-align: center;
    }
    .benefitItem::after{
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
    }
    .serviceName{
        font-size: 22px;
    }
    .header .container{
        padding: 0 10px;
    }
    .contactComment{
        font-size: 16px;
    }
    .headerMenu,
    .postHeader{
        height: 72px;
    }
    .headerMenuItem{
        height: 40px;
        font-size: 12px;
        width: calc(100% / 4);
    }
    .footer{
        font-size: 14px;
        line-height: 18px;
        height: 140px;
    }
    .headerLink{
        margin-left: 20%;
    }
    .contactLink,
    .contactComment{
        margin-left: 5%;
    }
}
@media (max-width: 370px) {
    .contactLink,
    .contactComment{
        margin-left: 6px;
    }
    .headerUl li{
        margin-left: 10%;
    }
    .headerMenuItem{
        font-size: 10px;
    }
    .headerLink{
        font-size: 16px;
        margin-left: 16%;
    }
}
@media (max-width: 350px) {
    .contactLink,
    .contactComment{
        margin-left: 0;
    }
    .headerLink{
        margin-left: 0;
    }
}
