body{
    background: #181E34;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: "Montserrat","Arial", sans-serif;
}
.container{
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}
.header{
    padding: 30px 0 36px;
}
.header__inner{
 display: flex;
 align-items: center;
}
.header_nav{
    margin-left: auto;
}
.header_list{
    display: flex;

}
.header_item{
    margin-right: 30px;
}
.header_button{
    border-radius: 100px;
    background: #fff;
    color: #2766ae;
    padding: 14px 30px;
    font-weight: 500;
}
/* hero */

.hero{
    background: url(../img/main_img.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 50%;
}
.hero_title{
    font-size: 40px;
font-weight: 600;
line-height: 49px;
text-transform: uppercase;
text-align: center;
margin-bottom: 50px;
}
.hero__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero__text{
    max-width: 436px;
    
}
.hero__text span{
    text-transform: uppercase;
    font-weight: 700;
    color: #01a2cb;
}
.text1{
    margin-bottom: 15px;
}
.hero__buttons{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
   text-align: center

}
.hero-button-one{
    border-radius: 100px;
    padding: 18px 30px;
    max-width: 320px;
    background: linear-gradient(180.00deg, rgba(0, 164, 204, 1),rgba(39, 102, 174, 1) 100%);
    margin-bottom: 10px;

}
.hero-button-two{
     border-radius: 100px;
    padding: 18px 30px;
    max-width: 320px;
    background: linear-gradient(129.14deg, rgba(0, 164, 204, 1),rgba(39, 102, 174, 1) 100%);
}
.hero-button-two .hero-button-one{
    display: flex;
    justify-content: center;
}
.cards{
    padding: 120px 0;
}
.cards_title{
    
  font-size: 40px;
  font-weight: 600;
   line-height: 49px; 
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 15px;
}
.cards_text{
    max-width: 513px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 78px;
}
.cards_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}
.cards_item{
    width: 204px;
    height: 147px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgba(23, 107, 174, 1);
    box-shadow: 4px 4px 13px 0px rgba(5, 13, 41, 0.76);
    background: rgba(25, 124, 184, 1);
    border-radius: 16px;
    margin-bottom: 28px;
}
.cards_item-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.cards_item-text{
    max-width: 144px;
    text-align: center;
    
}
.cards_flex{
    margin-bottom: 30px;
}
.button-card{
   display: flex;
   justify-content: center;
   border-radius: 100px;
background: linear-gradient(180.00deg, rgba(0, 164, 204, 1),rgba(39, 102, 174, 1) 100%);
padding: 18px 30px;
max-width: 436px;
margin: 0 auto;
}
.footer{
    padding: 60px 0;
    border-top: 1px solid rgba(50, 57, 82, 1);
}
.footer__inner{
    display: flex;
    justify-content: space-around;
   
   
}
.footer_desk{
    max-width: 267px;
    
    margin-right: 197px;

}
.logo_footer{
    margin-bottom: 15px;
}
.footer_title{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    
}
.footer_item{
    margin-bottom: 10px;
} 