
.header__container{
  margin-bottom: 60px;
}
.header__container>div{
  padding-top: 85px;
  margin: auto;
}
.header__titles{
  text-align: center;
}
.header__titles h3{
  line-height: 50px;
  text-transform:uppercase;

}

.header__icos{
  margin: auto;
  width: max-content;
  margin-top: 10px;
}
.header__icos .icos_container{
  padding: 0;
}
.icos_container{
  margin-left: 3px;
  margin-right:8px;
}

.header__icos img{
  width: 39px;
}
.header__info {
  max-width: 637px;
  text-align: center;
  margin: auto;
  margin-top: 35px;
}
.header__info p{
  line-height: 29px;
  margin-bottom: 20px;
}
.header__images{
  margin: 0;
  margin-top: 52px;
}
.header__images>div{
  padding: 0;
  margin: 0;
}
.header__images>div:last-of-type{
  margin-left: 1px;
}
.header__images__left__container{
  display: flex;
  overflow:hidden;
  border-radius: 12px 0 0 70px;
}
.header__images__right__container{
  display: flex;
  overflow:hidden;
  border-radius: 0px 12px 70px 0;
}
.header__images__left__container img{
  object-fit: cover;
}
@media screen and (max-width:1024px){
  .lottie_section__main__left>div{
    margin: auto;
  }
  .header__titles .title-sm{
    font-size:22px !important;
  }
  .header__titles h3 {
    line-height: 36px;
    text-transform: uppercase;
  }
  .header__info{
    text-align:center;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
@media screen and (max-width:767px){
  .header__images>div>div{
    border-radius: 0 ;
    margin-bottom: 1px;
  }
  .header__container>div {
    padding-top: 75px;
    margin: auto;
  }
  .header__info{
    margin: 18px;
  }
  .header__info>p {
    margin-left: auto;
    margin-right: auto;
  }
  .header__icos img {
    width: 30px;
  }
  .header__images{
    margin-top:28px;
  }
  .header__container{
    margin-bottom:40px;
  }
  .blocks_group_01{
    padding-top:30px !important;
  }
}