body{
    margin: 0;
    padding: 0;
font-size: 18px;
color: #100E13;
font-family: 'Montserrat', sans-serif;
}
p{
    margin: 0;
}
h1{
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    font-size: 48px;
    margin: 0 0 40px;
}
a{
    text-decoration: none;
}
.header{
  
    
    background-image: url('../img/header-back.png');
    background-repeat: no-repeat;
   background-size: cover;
}
.header__container{
    z-index: 4;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 10px;
    padding: 45px 15px 120px;
   

}
.header__logo{
height: 43px;
width: 100%;
margin-bottom: 83px;
}

.header__content{
max-width: 650px;
}
.header__wrap{
max-width: 300px;
}
.header__logo img{
width: auto;
height: 100%;

}
.header__video{
display: flex;
gap: 25px;
align-items: center;
color: #fff;
margin-bottom: 25px;
}
.header__video img{
height: 60px;
width: 60px;
}
.price{
    display: flex;
    gap: 25px;
    max-width: 265px;
    margin: 0 auto;
    align-items: center;
    color: #fff;
}
.price__new{
font-size: 24px;
font-weight: 700;
display: flex;
    gap: 10px;
    align-items: flex-end;
}
.price__new span{
    font-size: 32px;
}
.price__old{
    display: flex;
    gap: 10px;
    align-items: flex-end;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
}
.button{
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 700;
    padding: 15px 0;
    justify-content: center;
    font-size: 24px;
    background-color: #14B2F9;
    margin-top: 17px;
    margin-bottom: 14px;
}
.header__text{
   font-size: 14px; 
   display: block;
  text-align: center;
  color: #fff;
}
.header__text span{
    font-weight: 600;
}
.header__img{
max-width: 448px;
max-height: 448px;
}
.header__img img{
width: auto;
height: 100%;
}
.header__container::before{
position: absolute;
content: "";
width: 100%;
max-width: 720px;
max-height: 480px;
height: 100%;
bottom: 60px;
right: 0;
z-index: -1;
background-repeat: no-repeat;
background-image: url('../img/group.png');
}

/* section1 */
.section1{
background-color: #DFF8FC;

}
.section1__container{
max-width: 1160px;
padding: 0 15px;
margin: 0 auto;
}
.section1__items{
display: flex;
justify-content: space-between;

}
.section1__item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section1__item:nth-child(1) {
    padding: 67px 0;
    width: 22%;
    max-width: 246px;
    margin-right: 64px;
    background-color: #DFF8FC;
}
.section1__item:nth-child(2) {
    max-width: 209px;
    width: 18%;
    padding: 67px 40px;
    background-color: #CBF5FB;
}
.section1__item:nth-child(3) {
    max-width: 209px;
    width: 18%;
    padding: 67px 30px;
    background-color: #ACEFF9;
}
.section1__item:nth-child(4) {
    max-width: 209px;
    width: 18%;
    padding: 67px 30px;
    background-color: #90E5F2;
}
.section1__item h2{
    color: #00447A;
    margin-bottom: 26px;
    font-size: 36px;
    font-weight: 700;
}
h2,h3{
    margin: 0;
}
.section1__item h3{
    color: #100E13;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.section1__item img{
    display: block;
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 30px;
}
.section1__item a{
    color: #100E13;
    font-weight: 700;
}

/* section2 */
.section2{
    padding: 52px 0;
}
.section2__container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.section2 h2{
    color: #100E13;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 33px;
}
.section2__wrap{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.section2__wrap video,
.section2__content{
    width: 48%;
}
.section2__wrap video{
max-height: 280px;
height: 100%;
}
.section2__content{
display: flex;
gap: 20px;
flex-direction: column;
}
.section2__content p{

}
.section2__content ol{
display: flex;
list-style: none;
gap: 20px;
flex-direction: column;
}
.section2__content ol li{
color: #100E13;
font-size: 18px;
font-weight: 700;
position: relative;
}
.section2__content ol li::before{
content: "-";
position: absolute;
left: -20px;
}

/* section3 */
.section3{
    background-size: cover;
    background-repeat: no-repeat;
   background-image: url('../img/advantages-header.png');
padding: 32px 0 100px;
}
.section3__container{
max-width: 1060px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.section3__wrap{
    display: flex;
    justify-content:space-between ;
}

.section3__col{
width: 29.33%;
}
.section3__col.img{
    width: 40%;
    position: relative;
    }
.section3__item{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.section3__item img{
    height: 48px;
    width: 48px;
    margin-bottom: -15px;
    z-index: 9;
}
.section3__item h3{
font-weight: 700;
font-size: 18px;
color: #fff;
width: 100%;
background-color: #14B2F9;
padding: 18px 0;
text-align: center;
margin-bottom: 10px;
}
.section3__item p{
text-align: center;
font-weight: 500;
color: #fff;
font-size: 16px;
line-height: 24px;

}
.section3__col.img img{
    position: absolute;
    max-height: 450px;
    max-width: 650px;
    width: 138%;

    left: -54px;
    bottom: -216px;
}
/* .section4 */
.section4 {
padding: 135px 0 67px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('../img/bg4.png');
}
.section4__container {
    max-width: 1000px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    gap: 10px;
    -webkit-box-shadow: 1px 1px 17px 5px rgba(229,229,229,1);
-moz-box-shadow: 1px 1px 17px 5px rgba(229,229,229,1);
box-shadow: 1px 1px 17px 5px rgba(229,229,229,1);
  align-items: center;
    justify-content: space-between;
    box-shadow: 1px solid #E5E5E5;

}
.section4__slider {
   
    width: 48%;
}
.section4__content{
    width: 48%;
   padding: 40px 0 56px;
}
.section4 .dis{
    top: 0;
    margin-left: 20px;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
}
.section4 .dis::before{
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}
.section4 .price {
    color: #000 ;
    margin: 49px auto 20px;
}
.section4 .logo {
    display: flex;
    justify-content: center;
}
.section4 ul{
display: flex;
flex-direction: column;
list-style: none;
justify-content: center;
align-items: center;
gap: 5px;
margin-bottom: 20px;
}
.section4 ul li{
    
}
.section4 form{

}
.form-group{
    display: flex;
    gap: 10px;
}
label{
    font-weight: 700;
}
.button-group{
    max-width: 320px;

    display: flex;
   
}
.button-group button {
    flex: 1;
    margin: 0 5px;
    padding: 5px 5px!important;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
   font-size: 15px;
   border: 1px solid #000;
   padding: 3px;
    transition: background-color 0.3s;
}

.button-group button.selected {
    background-color: #000;
    color: white;
}
input[type="text"],
input[type="phone"] {
    width: auto;
    font-size: 14px;

    padding: 10px 10px 10px 17px;
    border: 1px solid #000;
   
}
.form-group2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}
.form-group{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.form-group1{
    margin: 0 auto;
    margin-top: 26px;
    display: flex;
    gap: 10px;
    max-width: 380px;
   
    align-items: center;
    justify-content: space-between;
}
.form__button{
    padding: 15px;
    background-color: #14B2F9;
    display: flex;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.form__button img{
width: 25px;
height: 35px;
}
.form__button p{
text-transform: uppercase;
}
.slick-slider{
    display: flex;
    gap: 10px;
    align-items: center;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow{
    height: 33px;
    width: 33px;
    border: none;
position: relative;
color: transparent;

}
button.slick-prev.slick-arrow::before {
background-image: url('../img/left.png');
background-repeat: no-repeat;
height: 33px;
width: 33px;
cursor: pointer;

background-position: center;
border: none;
background-color: #14B2F9;
content: '';
top: 0;
left: 0;
position: absolute;


}
button.slick-next.slick-arrow::before{
    top: 0;
    left: 0;
    background-position: center;
background-color: #14B2F9;
cursor: pointer;

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 33px;
    content: '';
position: absolute;
    width: 33px;
    border: none;

}
.slick-slide img{
    width: 100%;
}
/* section5 */
.section5{
   display: flex; 
}
.section5__img {
    max-width: 384px;
    max-height: 384px;
}
.section5__img img{
    width: 100%;
    height: 100%;
}
/* section6 */
.section6 {
    padding: 135px 0 67px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg5.png);
}
.section6__container {
    max-width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
 
}
.section6__container h2{
   text-transform: uppercase;
   font-size: 36px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 40px;
}
.section6 .slide{
    margin: 0 40px;
    height: 145px;
    position: relative;
    background-color: #fff;
    padding: 35px;
border: 6px solid #D3D3D3;
}
.section6 .slide h3{
    font-size: 20px;
    color: #100E13;
    font-weight: 700;
    margin-bottom: 15px;
}
.section6 .slide p{
    font-size: 16px;
    font-weight: 300;
    color: #100E13;
}
.section6 .slide::before{
    top: 25px;
    left: -45px;
    background-position: center;
background-color: #14B2F9;
cursor: pointer;

    background-image: url('../img/quote.png');
    background-repeat: no-repeat;
    height: 60px;
    content: '';
position: absolute;
    width: 60px;
    border: none;
}
.section6  .slick-slider{
    display: flex;
    gap: 20px;
    align-items: center;
}
/* .section7 */
.section7 {
    padding: 66px 85px;

}
.section7__container {
    padding: 0 15px;
    max-width: 1030px;
margin: 0 auto;
}
.section7__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: space-between;

}
.section7__wrap h2 {
   color: #252E43;
   font-weight: 700;
   font-size: 40px;
text-align: end;
}
.section7__wrap img {
   max-height: 124px;

}
.section7__items{
display: flex;
max-width: 940px;
margin: 0 auto;
justify-content: space-between;

}
.section7__item{
width: 19%;
display: flex;
flex-direction: column;
}

.section7__item h3{
    color: #F32727; 
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section7__item p{
    color: #252E43; 
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
   
}

.footer{
   
    background-image: url('../img/bg6.png');
    background-repeat: no-repeat;
    background-color: #00447A;
   background-size: cover;
}

.footer__container{
    overflow: hidden;
    max-width: 1549px;  
      margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;  
    position: relative;
    justify-content: center;
    gap: 10px;
    padding: 45px 15px 75px;
   
}
.footer__container::after{
    position: absolute;
    content: "";
    width: 100%;
    max-width: 580px;
    max-height: 357px;
  
    height: 100%;
    bottom: -0px;
    left: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer3.png');
    }
    .footer__container::before{
        position: absolute;
        content: "";
        width: 100%;
        max-width: 570px;
        max-height: 430px;
        height: 100%;
        bottom: -0px;
        right: -30px;
        background-repeat: no-repeat;
        background-image: url('../img/offer.png');
        }
.footer__head{
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
max-width: 643px;
margin-bottom: 15px;
}
.footer__head img{
max-height: 43px;
}
.footer__head h2{
font-size: 48px;
text-align: center;
color: #fff;
line-height: 60px;
font-weight: 700;
}
.footer__content{
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;

max-width: 300px;
}
.footer .dis{
 
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
    margin-bottom: 35px;
}
.footer .dis::before{
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}
.footer .price{
margin-bottom: 15px;
}
.footer__text{
    font-size: 14px; 
    display: block;
   text-align: center;
   color: #fff;
 }
 .footer__text span{
     font-weight: 600;
 }

.hide{
    display: none;
}
 @media screen and (max-width:768px) {
    body{
        font-size: 16px;
    }
    .hide{
        display: block;
    }
    .hide img{
        height: 100%;
        width: 100%;
    }
    .header__container {
           gap: 10px;
        padding: 30px 15px 30px;
    }
    .header__container::before{
        position: relative;
    }
    .header__logo {
        height: 33px;
        display: flex;
       
        margin-bottom: 44px;
        justify-content: center;
    }
    h1 {
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 44px;
        font-size: 32px;
        margin: 0 0 22px;
    }
    .header__wrap {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .header {
       
        background-position: 36% 100%;
    }
    .section1__items {
       
        flex-direction: column;
    }
    .section1__item {
    
        flex-direction: row;
      
    }
    .section1__container {
      
        padding: 0px;
        
    }
    .section1__item:nth-child(1){
        flex-direction: column;
        max-width: 354px;
    }
    .section1__item h2 {
       
        margin-bottom: 13px;
        font-size: 24px;
     
    }
    .section1__item:nth-child(1) {
     
        margin-right: 0px;
     
    }
    .section1__item:nth-child(1),
    .section1__item:nth-child(2) ,
    .section1__item:nth-child(3) ,
    .section1__item:nth-child(4) {
        width: 100%;
        gap: 30px;
        max-width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 25px 33px;
    }
    .section1__item h3 {
       
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section1__item img {

        margin-bottom: 0px;
    }
    .section2 {
        padding: 35px 0;
    }
    .section2 h2 {
      
        font-size: 32px;       
        margin-bottom: 20px;
    }
    .section2__wrap {
       
        flex-direction: column;
    }
    .section2__wrap video, .section2__content {
        width: 100%;
    }
    .section2__wrap video{
        margin-bottom: 20px;
    }
    .section2__content ol li {
        
        font-size: 16px;
       
    }
    .section3__wrap {
      
        flex-direction: column;
    }
    .section3__col {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
    .section3__col.img {
        width: 100%;
        order: 3;
      
    }
    .section3 {
        background-size: 500% 100%;
          padding: 32px 0 32px;
        background-position: 41% 63%;
    }
    .section3__col.img img {
        position: relative;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-bottom: -100px;
    }
    .section4 {
        padding: 75px 0 37px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/bg4.png);
    }
    .section4 .dis {
       display: none;
    }
    .section4__container {
        flex-direction: column-reverse;
        -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;    }
    .section4__content {
        width: 90%;
        margin: 0 auto;
        padding: 36px 20px 30px;
        -webkit-box-shadow: 1px 1px 17px 5px rgba(229,229,229,1);
        -moz-box-shadow: 1px 1px 17px 5px rgba(229,229,229,1);
        box-shadow: 1px 1px 17px 5px rgba(229,229,229,1);
    }
    .section4__slider {
        width: 100%;
    }
    .section5 {
        flex-wrap: wrap;
    }
    .section5__img {
        max-width: 50%;
        max-height: 50%;
    }
    .section5__img:last-child{
        display: none;
    }
    .section6 {
        padding: 35px 0 100px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/bg5.png);
    }
    .section6__container h2 {
     
        font-size: 32px;       
        margin-bottom: 20px;
    }
    .section6 .slick-slider {
        display: block;
   
    }
    .section6 .slide {
        margin: 0 0 0 40px;
        height: auto;
  order: 1;
        padding: 25px;
      
    }
    .section6  button.slick-prev.slick-arrow{
   position: absolute;
   bottom: -55px;
   left: 45%;
   transform: translate(-40%,0);
    }
    .section6  button.slick-next.slick-arrow{
        position: absolute;
        bottom: -55px;
        left: 40%;
        margin-left: 80px;
        transform: translate(-40%,0);
    }
    .section7__wrap h2 {
     
        font-size: 4vw;
        
    }
    .section7 {
        padding: 40px 20px;
    }
    .section7__wrap{
        gap: 10px;
    }
    .section7__wrap img {
        max-height: 76px;
        width: 50%;
    }
    .section7__item p {
      
        font-size: 14px;
        line-height: 18px;
       
    }
    .section7__items{
        flex-wrap: wrap;
    }
    .section7__item {
        width: 48%;
        display: flex;
        flex-direction: column;
    }
    .footer__container {
       
        padding: 33px 15px 5px;
    }
    .footer__head img {
        max-height: 33px;
    }
    .footer__head h2 {
        font-size: 32px;
      
        line-height: 40px;
     
    }
    
.footer__container::after ,
.footer__container::before{
    display: none;
}
.footer__container .hide{
    margin-top: 40px;
}
 }
 @media screen and (max-width:380px) {
    .form-group,
    .form-group1{
        flex-wrap: wrap;
        justify-content: center;
    }
    .section4 {
        padding: 75px 0 50px;}
 }