
@import "assets/font/font.css";
@import "assets/css/normalize.css";

.btn{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color:rgba(255, 255, 255, 1);
    background: radial-gradient(100% 422.73% at 100% 100%, #5086C5 0%, #323EA7 100%);
    padding:24px 32px;
    border-radius: 10px;
    transition: all .5s;
}
.btn:hover{
    box-shadow: 0 0 5px 0 #5086C5 inset, 0 0 15px 2px #323EA7;
    transform: translateY(-0.25em);
}
#header{
    background-image: url('assets/img/bg_img1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding:40px 0 200px 0;
    position: relative;
    background-attachment: fixed;
}
#header>img{
    max-width: 640px;
    width: 100%;
    position: absolute;
    bottom: -180px;
    right: 100px;
    height: 1024px;
}
.header__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo{
    display: flex;
}
.header__logo p{
    color:rgba(43, 42, 41, 1);
    font-size: 18px;
    margin-left:15px;
    text-transform: uppercase;
}
.header__text p{
    color:rgba(0, 0, 0, 1);
}
.header__phone a{
    display: flex;
    align-items: center;
}
.header__phone a img{
    margin-right:10px;
    max-width: 46px;
}
.header__phone a span{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    font-weight: 700;
}
.header__up{
    margin-top:64px;
}
.header__up h1{
    color:rgba(29, 45, 25, 1);
    font-size: 60px;
    font-weight: 800;
    margin-bottom:24px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
.header__up h1 span{
    color:rgba(105, 197, 80, 1);
}
.header__up strong{
    color:rgba(29, 45, 25, 1);
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
     position: relative;
    z-index: 9;
}
.header__up .header__price{
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
    color:rgba(255, 255, 255, 1);
    font-size: 42px;
    font-weight: 800;
    padding:6px 24px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    margin:5px 0 48px 0;
}
.header__icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 820px;
    width: 100%;
    position: relative;
    z-index: 9
}
.header__item{
    display: flex;
}
.header__item img{
    width: 50px;
}
.header__item-text{
    margin-left:12px;
    color:rgba(29, 45, 25, 1);
}
.header__item-text span{
    color:rgba(83, 160, 35, 1);
    font-weight: 700;
}
.header__btn{
    margin-top:64px;
}




#sec1{
    background-image: url('assets/img/bg-img_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding:128px 0 130px 0; 
    background-attachment: fixed;
}

.sec1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:60px;
}
.sec1__left h2{
    color:rgba(255, 255, 255, 1);
    font-weight: 800;
    font-size: 60px;
    margin-bottom:50px;
}
.sec1__left h2 span{
    color:rgba(83, 160, 35, 1);
}
.sec1__left strong{
    color:rgba(103, 180, 55, 1);
    font-size: 40px;
    font-weight: 700;
}
.sec1__left p{
    font-size: 22px;
    font-weight: 700;
    color:rgba(255, 255, 255, 1);   
    margin-bottom:32px;
}
.sec1__text{
    margin-top:40px;
}
.sec1__text {
  font-size: 22px;
  font-weight: 700;
}
.sec1__text p{
    color:rgba(83, 160, 35, 1);
}
.sec1__right{
    margin-top: 100px;
}
.sec1__right p{
    font-size: 18px;
    font-weight: 700;
    color:rgba(255, 255, 255, 1);
    margin-bottom:48px;
}
.sec1__right p span{
    color:rgba(83, 160, 35, 1);
}   



#sec2{
    background-image: url('assets/img/bg-img_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding:100px 0 100px 0; 
    background-attachment: fixed;
}
.sec2{
    max-width:730px;
    width:100%;
    margin-left: auto;
}
.sec2__block{
    max-width:530px;
    width:100%;
    margin-left: auto;
}
.sec2 h2{
    color:rgba(29, 45, 25, 1);
    font-size: 60px;
    font-weight: 800;
    text-align: right;
}
.sec2 h2 span{
    color:rgba(105, 197, 80, 1);
}
.sec2__box{
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
    padding:24px 37px;
    margin:48px 0 32px 0;
    border-radius: 10px;
}
.sec2__box p{
    color:rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 500;
    margin-bottom:5px;
}
.sec2__boxp p span{
    font-weight: 700;
}
.sec2__text{  
    margin-bottom:48px;       
}
.sec2__text p{
    font-size: 18px;
    font-weight: 500;
    color:rgba(29, 45, 25, 1);
}
.sec2__text p span{
    color:rgba(83, 160, 35, 1);
}

#sec3{
    background-image: url('assets/img/bg-img_4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding:128px 0 168px 0;
    background-attachment: fixed;
}

.sec3 h2{
    color:rgba(47, 47, 64, 1);
    font-size: 60px;
    font-weight: 800;
    max-width: 680px;
    width: 100%;
}
.sec3 h2 span{
    color:rgba(83, 160, 35, 1);
}
.sec3>p{
    max-width: 680px;
    width: 100%;
    color:rgba(29, 45, 25, 1);
    font-size: 22px;
    font-weight: 700;
    margin:24px 0 64px 0;
}
.sec3__box{
    background: rgba(47, 47, 64, 1);
    border-radius: 10px;
    padding:48px;
    border-radius: 10px;
    max-width: 913px;
    width: 100%;
}
.sec3__box>strong{
    font-size: 24px;
    font-weight: 800;
    color:rgba(255, 255, 255, 1);
}
.sec3__box>p{
    color:rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 700;
}
.sec3__box>p span{
    color:rgba(83, 160, 35, 1);
}
.sec3__box>strong span{
    color:rgba(83, 160, 35, 1);
}
.sec3__box-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:32px 0;
}
.sec3__box-items strong{
     color:rgba(83, 160, 35, 1);
     font-size: 40px;
     font-weight: 700;
}

.sec3__box-items p{
    font-size:22px;
    font-weight: 700;
    color:rgba(255, 255, 255, 1);
}
.sec3__box-items strong span{
    color:rgba(83, 160, 35, 1);
}
#sec4{
    border-radius: 40px;
    margin: 40px 30px 0 30px;
}
.swiper-slide{
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next, .swiper-button-prev{
    color:#fff;
}
.sec4{
    display: grid;
    grid-template-columns:1fr 1fr 1fr ;
    gap:34px;
    margin:540px 0 30px 0;
}
.sec4__item{
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding:24px 24px 30px 24px;
}
.sec4__top{
    display: flex;
    align-items: center;
}
.sec4__top img{
    max-width: 78px;
    width:100%;
}
.sec4__top-text{
    margin-left:10px;
}
.sec4__top-text p{
    color:rgba(105, 197, 80, 1);
    font-size: 24px;
    font-weight: 800;
}
.sec4__top-text span{
    color:rgba(29, 45, 25, 1);
}   
.sec4__mid{ 
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.sec4__mid-item{
    margin:24px 0;
}
.sec4__mid-item p{
    color:rgba(29, 45, 25, 1);
}
.sec4__mid-item strong{
    color:rgba(105, 197, 80, 1);
    font-size: 24px;
    font-weight: 800;
}
.sec4__up{
    position: relative;
    padding-left: 20px;
}
.sec4__up strong{
    position: absolute;
    top: -5px;
    left: 0;
    color:rgba(76, 168, 51, 1);
    font-size: 34px;
    font-weight: 900;
}
.sec4__up p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
}
#sec5{
    background-image: url('assets/img/bg-img_6.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding:100px 0 700px 0; 
}
.sec5{
    display: flex;
    justify-content: space-between;
    gap:30px;
}
.sec5 h2{
    font-size: 60px;
    font-weight: 800;
    color:rgba(29, 45, 25, 1);
    line-height: 70px;
}
.sec5 h2 span{
    color:rgba(105, 197, 80, 1);
}
.sec5__box{
    display: flex;
    align-items: end;
}
.sec5__box p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 700;
}
.sec5__box p span{
    color:rgba(105, 197, 80, 1);
}

#sec6{
    background: #fff;
    border-radius: 40px;
    padding:64px;
    margin:0 30px;
    position: relative;
    top: -80px;
}
.sec6 h2{
    color:rgba(29, 45, 25, 1);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.sec6__box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    gap:20px;
    margin-top:30px;
}
.sec6__item{
    background: rgba(47, 47, 64, 1);
    border-radius: 20px;
    padding:40px;
    text-align: center;
}
.sec6__item h3{
    color:rgba(103, 180, 55, 1);
    font-size: 32px;
    font-weight: 800;
    margin-bottom:5px;
}   
.sec6__item>span{   
    color:rgba(255, 255, 255, 1);
    font-size: 18px;
    margin-bottom:15px;
    display: block;
}
.sec6__text{
    border-top: solid 1px rgba(63, 63, 79, 1);
    padding:15px 0;
}
.sec6__text>span{
    color:rgba(255, 255, 255, 1);
    display: block;
    margin-bottom:5px;
}
.sec6__text>strong{
    color:rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}



#sec7{
    background-image: url('assets/img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:64px 0 64px 0; 
    background-attachment: fixed;
}
.sec7{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:120px;
}
.sec7__left h2{
    color:rgba(29, 45, 25, 1);
    font-size: 60px;
    font-weight: 800;
    margin-bottom:64px;
} 
.sec7__left h2 span{
    color:rgba(105, 197, 80, 1);
}  
.sec7__left p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    margin-bottom:10px;
}
.sec7__left p span{
    color:rgba(105, 197, 80, 1);
}
.sec7__left .sec7__ramka{
    padding:24px 48px;
    border-radius: 10px;
    border:solid 2px rgba(83, 160, 35, 1);
    margin:24px 0;
}
.sec7__left .sec7__ramka strong{
    color:rgba(105, 197, 80, 1);
    font-size: 32px;
    font-weight: 700;
}   
.sec7__left .sec7__ramka p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
}
.sec7__left ul{
    margin-top:15px;
    margin-bottom:60px;
}
.sec7__left ul li{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom:5px;
    padding-left: 20px;
}
.sec7__left ul li:before{
    content:'';
    position: absolute;
    top:10px;
    left:0px;
    background-image: url('assets/img/rombik2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 11px;
}
.sec7__right>p{
    color:rgba(29, 45, 25, 1);
    font-size: 26px;
    font-weight: 700;
    margin-bottom:40px;
}
.sec7__right>p span{
    color:rgba(83, 160, 35, 1);
}
.sec7__box .sec7__item:nth-child(1){
    background: rgba(255, 255, 255, 1);
    padding:32px 48px;
    border-radius: 20px;
    color:rgba(29, 45, 25, 1);
}
.sec7__box .sec7__item:nth-child(2){
    background: rgba(83, 160, 35, 1);
    padding:32px 48px 64px 48px;
    border-radius: 20px;
    color:rgba(255, 255, 255, 1);
}
.sec7__box .sec7__item:nth-child(3){
    background: rgba(47, 47, 64, 1);
    padding:32px 48px;
    border-radius: 20px;
    color:rgba(105, 197, 80, 1);
    top:-30px;
}
.sec7__item{
    position: relative;
    cursor:pointer;
}
.sec7__item strong{
    font-size: 40px;
    font-weight: 700;
}
.sec7__item p{
    font-size: 18px;
    color:rgba(255, 255, 255, 1);
}
.sec7__item b{
    font-size: 32px;
    font-weight: 700;
}
.sec7__block{
    display: none;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    margin-top:32px;
    gap:30px;
}
.sec7__active .sec7__block{
    display: grid!important;
}
.sec7__block p{
    margin-top:24px;
}
.sec7__block{
    display: none;
}


#sec8{
    background-image: url('assets/img/bg_women.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:64px 0 64px 0; 
    background-attachment: fixed;
}
.sec8 h2{
    color:rgba(105, 197, 80, 1);
    font-size: 60px;
    font-weight: 800;
    max-width: 700px;
}
.sec8 p{
    color:rgba(29, 45, 25, 1);
    font-size: 40px;
    font-weight: 700;
    max-width: 640px;
}
.sec8__box{
    max-width: 640px;
    padding:64px 30px;
}
.sec8__box p{
    font-size: 22px;
    color:rgba(29, 45, 25, 1);
    font-weight: 500;
    margin-bottom:15px;
}
.sec8__box p span{
    color:rgba(83, 160, 35, 1);
}
.sec8__sertificat{
    display: flex;
    align-items: center;
    max-width: 700px;
}
.sec8__sertificat p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 500;
    margin-left:30px;
}
.sec8__sertificat p span{
    color:rgba(83, 160, 35, 1);
}
.sec8__up{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:32px 55px;
    background: radial-gradient(137.68% 279.36% at 100% 100%, #69C550 0%, #4BA732 100%);
    border-radius: 20px;
    margin-top: 64px;
}
.sec8__up h3{
    color:rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 700;
}
.sec8__up-item strong{
    color:rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom:5px;
}
.sec8__up-item p{
    color:rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 500;
}


.sec9{
    text-align: center;
}
.sec9 h2{
    color:rgba(29, 45, 25, 1);
    font-size: 60px;
    font-weight: 800;
}
.sec9 h2 span{
    color:rgba(105, 197, 80, 1);
}
.sec9 p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 700;
    margin:24px 0 64px 0;
}
.sec9 p span{
     color:rgba(105, 197, 80, 1);
}
.sec9__box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
}
.sec9__item{
    position: relative;
}   
.sec9__item:before{
    content: '';
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(89, 181, 64, 0.7);
    border-radius: 20px;
    transition: all .9s;
    opacity: 0;
    visibility: hidden;
}
.sec9__block{
    position: absolute;
    bottom:0px;
    left:50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -15px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    padding:16px 24px;
    max-width: 310px;
    width: 100%;
    transition: all .9s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.sec9__item:hover .sec9__block{  
    opacity: 1;
    visibility: visible;
}
.sec9__item:hover:before{  
    opacity: 1;
    visibility: visible;
}
.sec9__block strong{
    color:rgba(29, 45, 25, 1);
    font-size: 22px;
    font-weight: 700;
}
.sec9__block p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
}
.sec9__block b{
    color:rgba(29, 45, 25, 1);
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-top:55px;
}
.sec9__block span{
    color:rgba(83, 160, 35, 1);
    font-size: 32px;
    font-weight: 700;
}
.sec9>span{
    margin:24px 0;
    color:rgba(29, 45, 25, 1);
    font-size: 18px; 
    font-weight: 500;
    display: block;
}


#sec99{
    background: rgba(47, 47, 64, 1);
    border-radius: 40px;
    padding: 64px 0 0 0;
    margin: 60px 30px;
    position: relative;
}
.sec99 h2{
    font-size: 60px;
    font-weight: 800;
    color:rgba(255, 255, 255, 1);
}
.sec99 h2 span{
    color: rgba(105, 197, 80, 1);
}
.sec99__box{
    margin:30px 0 60px 0;
}
.sec99__up{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:30px;
}
.sec99__up h3{
    color:rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 800;
    max-width: 840px;
}
.sec99__up h3 span{
    color: rgba(105, 197, 80, 1);
}
#sec99>img{
    vertical-align: bottom;
}

.sec10>h2{
    color:rgba(29, 45, 25, 1);
    font-size: 60px;
    font-weight: 800;
    margin-bottom:40px;
    text-align: center;
}
.sec10>h2 span{
    color:rgba(83, 160, 35, 1);
}
.sec10>strong{
    color:rgba(29, 45, 25, 1);
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-top:30px;
}
.sec10__box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.sec10__item{
    border-radius: 20px;
    position: relative;
}
.sec10__block{
    position: absolute;
    bottom:0px;
    left:50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -15px);
    background:rgba(255, 255, 255, 1);
    color:rgba(29, 45, 25, 1);
    padding:12px 30px;
    max-width: 600px;
    border-radius: 20px;
}

#sec11{
    background-image: url('assets/img/bg-img_12.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:80px 0 55px 0;
    margin-top:80px;
    background-attachment: fixed;
}
.sec11{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:80px;
}
.sec11__left h2{
    color:rgba(29, 45, 25, 1);
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
}
.sec11__left h2 span{
   color:rgba(83, 160, 35, 1);
}
.sec11__left p{
    color:rgba(29, 45, 25, 1);
    font-size: 18px;
    font-weight: 700;
    margin:24px 0 35px 0;
}   
.sec11__left p span{
    color:rgba(83, 160, 35, 1);
}
.sec11__box{
    background: rgba(255, 255, 255, 1);
    padding:24px 32px;
    border-radius: 10px;
}
.sec11__box strong{
    color:rgba(29, 45, 25, 1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom:15px;
    display: block;
}
.sec11__box ul li{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.sec11__box ul li:before{
    content:'';
    position: absolute;
    top:10px;
    left:0px;
    background-image: url('assets/img/rombik2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 11px;
}
.sec11__box p{
    color:rgba(29, 45, 25, 1);
    font-size: 20px;
    font-weight: 500;
}
.sec11__box p span{
    color:rgba(83, 160, 35, 1);
}
.sec11__right{
    background: rgba(255, 255, 255, 1);
    border-radius: 40px;
    padding:78px 78px;
    max-width: 600px;
    width: 100%;
}
.sec11__right form{
    display: flex;
    flex-direction: column;
}
.sec11__right h3{
    font-size: 32px;
    font-weight: 800;
    color:rgba(29, 45, 25, 1);
    margin-bottom:70px;
}
.sec11__right h3 span{
   color:rgba(83, 160, 35, 1);
}
.sec11__right input{
    color:rgba(185, 185, 185, 1);
    padding:10px 0;
    border-bottom:solid 1px rgba(185, 185, 185, 1);
    margin-top: 25px;
    font-size: 20px;
}
.sec11__right button{
    margin-top:70px;
}
.sec11__right p{
    color:rgba(194, 194, 194, 1);
    font-size: 12px;
    margin-top:24px;
    text-align: center;
}
.sec11__right p a{
    color:rgba(194, 194, 194, 1);
}


footer{
    background: rgba(47, 47, 64, 1);
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:32px 0;
}
.footer__text p{
    color:rgba(255, 255, 255, 1);
    font-size: 14px;
}
.footer__logo{
    display: flex;
}

.footer__logo p{
    color:rgba(255, 255, 255, 1);
    font-size: 18px;
    margin-left:15px;
    transition: all .5s;
}
.footer__phone a:first-child{
    display: flex;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
}
.footer__phone a:first-child img{
    margin-right:10px;
    max-width: 46px;
}
.footer__phone a{
    color:rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-top:12px;
    text-decoration: underline;
}
.footer__phone a:hover{
    text-decoration: none;
    color:rgba(83, 160, 35, 1);
}

.form__box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:15px;
}


#thanks{
    background-image: url('assets/img/Screenshot_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding:100px 0;
    margin: 40px 30px;
}
.header__thanks h1{
    color:rgba(29, 45, 25, 1);
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
}
.header__thanks h1 span{
    color:rgba(83, 160, 35, 1);
}   
.header__thanks strong{
    color:rgba(29, 45, 25, 1);
    font-size: 36px;
    font-weight: 700;
    display: block;
    margin:37px 0;
    max-width: 700px;
}
.header__thanks p{
    color:rgba(29, 45, 25, 1);
    font-size: 24px;
    font-weight: 500;
    max-width: 700px;
}
.header__thanks-icons{
    display: flex;
    max-width: 400px;
    width: 100%;
    gap:32px;
    margin:37px 0;
}
.header__box>a{
    color:rgba(29, 45, 25, 1);
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
}

.header__box{
    max-width: 960px;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    #header>img{
        right: 30px;
    }
}
@media only screen and (max-width: 1400px) {
   .btn{
        font-size: 16px;
   }  
   .header__up h1, .sec1__left h2, .sec2 h2, .sec3 h2, .sec5 h2, .sec7__left h2, .sec8 h2, .sec9 h2, .sec99 h2, .sec10>h2, .sec11__left h2{
        font-size: 42px;
   }
   .header__up strong, .header__up .header__price{
        font-size: 32px;
   }
   #header>img{
        max-width: 400px;
        height: auto;
   }
   #header{
        padding: 40px 0 100px 0;
   }
   .sec1__left strong, .sec3__box-items strong, {
        font-size: 36px;
   }
   .sec2__box p, .sec3>p, .sec3__box>strong, .sec3__box>p, .sec7__right>p{
        font-size: 20px;
   }
   .sec6__item>span{
        font-size: 16px;
   }
   .sec6__item h3, .sec7__left .sec7__ramka strong, .sec7__item b{
     font-size: 24px;
   }
   .sec6__text>strong, .sec7__left p, .sec7__left .sec7__ramka p, .sec7__block p{
    font-size: 16px;
   }
   .sec7__item strong, .sec8 p, .sec8__up h3, .sec8__up-item strong, .sec99__up h3{
    font-size: 30px;
   }
   .sec8__box p, .sec8__sertificat p, .sec8__up-item p{
    font-size: 16px;
   }
   .sec11__right h3{
    font-size: 28px;
   }
}

@media only screen and (max-width: 1200px) {
    .header__thanks h1{
       font-size: 48px;
    }
    .sec99__up h3{
        max-width: 520px;
    }
    .sec11__right{
        padding:30px;
    }
    .sec4{
        margin: 200px 0 30px 0;    
    }
    .sec4__mid-item strong{
        font-size: 20px;
    }
    .sec5 h2{
        line-height: 48px;
    }
    .sec8__up-item strong{
        font-size: 22px;
    }
    .formpopap form {
        max-width: 500px;
    }
    .form__box-right{
        display: none;
    }
    .form__box-left{
        max-width: 100%;
    }
    .form__box{
        grid-template-columns: 1fr;
    }
    .form__box-left{
        padding:30px;
    }
}
@media only screen and (max-width: 992px) {
    .sec11{
        gap:30px;
    }
    .footer__phone a:first-child{
        font-size: 16px;
    }
    .footer__phone a{
        font-size: 12px;
    }
    .footer__logo p{
        font-size:14px;
        margin-right: 15px;
    }
    .sec9__box{
        grid-template-columns: 1fr 1fr;
    }
    .header__logo p{
        font-size: 14px;
    }
    .header__top{
        flex-wrap: wrap;
    }
    .sec1__left h2, .sec3__box-items strong{
        font-size: 30px;
    }
    .sec3__box>strong, .sec3__box-items p, .sec3__box>p{
        font-size: 16px;
    }
    .sec7__item strong{
        font-size: 26px;
    }
    .sec7__block{
        grid-template-columns: 1fr;
    }
    .sec11__left h2{
        font-size: 32px;
    }
    .sec7{
        gap:30px;
    }
    #sec6{
        padding: 30px 15px;
    }
    .sec6__item{
        padding:20px 15px;
    }
    .sec10__box{
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 768px) {
    #thanks{
        padding: 50px 0;
        margin: 15px 15px;
    }
    .header__thanks h1{
       font-size: 32px;
    }
    .header__thanks strong{
        font-size: 22px;
    }
    .header__thanks p {
        font-size: 16px;
    }
    .header__box>a{
        font-size: 16px;
    }

    #sec4{
        display: none;
    }
    .header__text{
        margin:15px 0;
    }
    .header__up h1, .sec1__left h2, .sec2 h2, .sec3 h2, .sec5 h2, .sec7__left h2, .sec8 h2, .sec9 h2, .sec99 h2, .sec10>h2, .sec11__left h2{
        font-size: 36px;
    }
    .sec11{
        grid-template-columns: 1fr;
    }
    #header>img{
        max-width: 250px;
    }
    .header__item{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sec1{
        grid-template-columns: 1fr;
    }
    .sec3__box-items{
        flex-direction: column;
        align-items: start;
    }
    .sec5{
        flex-direction: column;
    }
    #sec5{
        padding: 100px 0 280px 0;
    }
    .sec6 h2{
        font-size: 36px;
    }
    .sec6__box{
        grid-template-columns: 1fr;
        margin-bottom:30px;
    }
    .sec7{
        grid-template-columns: 1fr;
    }
    .sec8__up{
        flex-direction: column;
        align-items: start;
    }
    .sec99__up{
        flex-direction: column;
    }
    .footer{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 576px) {
    .header__up strong{
        font-size: 24px;
    }
    .header__up h1, .sec1__left h2, .sec2 h2, .sec3 h2, .sec5 h2, .sec7__left h2, .sec8 h2, .sec9 h2, .sec99 h2, .sec10>h2, .sec11__left h2{
        font-size: 28px;
    }
    .header__up strong, .header__up .header__price{
        font-size: 20px;
    }
    .header__icons{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .header__item{
        margin-top:15px;
    }
    #header>img{
        bottom:-150px;
    }
    #header>img {
        max-width: 145px;
    }
    .sec1__left strong{
        font-size: 28px;
    }
    .sec1__left p{
        font-size: 18px;
    }
    .sec1__right {
        margin-top: 50px;
    }
    .btn {
        font-size: 14px;
    }
    #sec1 {
        padding: 128px 0 60px 0;
    }
    .sec2__box p, .sec3>p, .sec3__box>strong, .sec3__box>p, .sec7__right>p{
        font-size: 16px;
    }
    #sec3{
        padding: 20px 0 50px 0;
    }
    #sec6{
        margin: 0 10px;
    }
    .sec6 h2 {
        font-size: 20px;
    }
    .sec7__left .sec7__ramka{
        padding: 24px 24px
    }
    .sec7__item strong {
        font-size: 24px;
    }
    .sec8 h2{
        font-size: 24px;
    }
    .sec8 p{
        font-size: 22px;
    }
    .sec8__sertificat{
        flex-direction: column;
    }
    .sec8 p{
        margin-top:15px;
    }
    .sec8__up {
        padding: 20px 20px;
    }
    .sec9__box {
        grid-template-columns: 1fr;
    }
    .sec10__block{
        position: relative;
        left: 0;
        transform: translate(-0%, -0);
        margin-right: 0;
        bottom: 20px;
    }
    #sec11 {
        margin-top:40px;
    }
    .sec11__left p{
        font-size: 14px;
    }
    .sec11__right h3 {
        font-size: 18px;
    }
    .sec11__box ul li{
        font-size: 16px;
    }
    .form__box h2{
        font-size: 24px;
    }
    .form__box button {
        margin: 20px 0 15px 0;
    }
    .form__box input{
        padding:5px 0;
    }
}