@charset "UTF-8";
/*
& - подключение родителя
$ - создание переменной 
@ - подключение файла
% - создание шаблона и обращение к шаблону через @extend %shablon;
*/
/*

Пример Миксина
создание
@mixin fontz($f) {
    font-size: 100px;
}
подключение
@include fontz(100px);

&display=swap - дописать в строчке линк на подключение шрифта
*/
body {
  font-family: Montserrat;
  color: #252B42;
  font-weight: 500;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* header .......................................................................................*/
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 104px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  font-size: 24px;
  font-weight: 700;
}

._container {
  max-width: 1046px;
  padding: 0px 15px;
  margin: 0px auto;
}

.menu {
  margin: 0px 0px 0px 133px;
  padding: 5px 0px;
}
.menu_item:not(:last-child) {
  margin: 0px 21px 0px 0px;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__link {
  color: #737373;
  line-height: 171%;
  font-weight: 600;
}

@media (max-width: 992px) {
  .menu {
    margin: 0px 0px 0px 80px;
  }
}
@media (max-width: 767px) {
  .menu {
    margin: 0px 0px 0px 40px;
  }
}
@media (max-width: 479px) {
  .menu__link {
    font-size: 18px;
  }
}
/* main .......................................................................................*/
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-block__body {
  padding: 184px 0px 191px 0px;
  position: relative;
  z-index: 2;
  max-width: 400px;
}
.main-block .main-block__body > *:not(:last-child) {
  margin: 0px 0px 35px 0px;
}
.main-block__title {
  font-size: 58px;
  line-height: 137%;
  font-weight: 800;
}
.main-block__text {
  color: black;
  font-size: 20px;
  line-height: 150%;
}
.main-block__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-block__button {
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 36px;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: 150%;
  color: white;
}
.main-block__button_orange {
  background-color: #ff7b47;
}
.main-block__button_border {
  background-color: none;
  color: #0d5c63;
  border: 1px solid #0d5c63;
  margin-left: 10px;
}

.main-block__img {
  position: absolute;
  width: 100%;
  max-height: 793px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}


@media (max-width: 930px) {
  .main-block__img {
    opacity: 0.5;
  }
}
@media (max-width: 479px) {
  .main-block__title {
    font-size: 42px;
  }
}
.page__services{
  position: relative;
  z-index: 2;
  margin: -111px 0px 0px 0px;
}

.services__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

@media (max-width: 670px) {
  .services__body{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
  }
}

.services__colum {
  padding: 0px 15px;
  flex: 0 1 33.333%
}

@media (max-width: 992px) {
  .services__colum {
    flex: 0 1 50%;
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 576px) {
  .services__colum {
    flex: 0 1 100%;
  }
}
.services__item{
  height: 100%;
  box-shadow: 0px 5px 10px black;
  background-color: white;
  padding: 35px;
}
.item-service__title{
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 24px;
  line-height: 133%;
}
.item-service > *:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.item-service__text{
color: #737373;
line-height: 142%;
}

.header-block {
  text-align: center;
  letter-spacing: 0.2px;
}

.header-block__title{
  font-size: 40px;
  line-height: 142%;
  font-weight: 700;
}
@media (max-width: 992px) {
  .header-block__title{
    font-size: 30px;
  }
}
.header-block__title:not(:last-child){
  margin: 0px 0px 10px 0px;
}
.header-block__sub-title{
  color: #737373;
  line-height: 142%;

}



/* advent .....................................................................................*/

.page__advent{
  padding: 80px 0px;
}

@media (max-width: 992px) {
  .page__advent{
    padding: 30px 0px;
  }
}
.advent__header{
margin: 0px 0px 50px 0px;
}
.advent__body{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.advent__colum{
  padding: 0px 15px;
  flex: 0 1 25%;
}

@media (max-width: 992px) {
  .advent__colum{
    flex: 0 1 50%;
    margin-bottom: 10px;
  }
}

.advent__item{
  background-color: rgb(241, 241, 241);
  padding: 30px 40px;
  text-align: center;
  font-weight: 700;
  height: 100%;
}
@media (max-width: 576px) {
  .advent__item{
    padding: 15px 25px;
  }
}


@media (max-width: 576px) {
  .advent__colum{
    flex: 0 1 100%;
    margin-bottom: 10px;
  }
}

.advent__item > *:not(:last-child){
  margin: 0px 0px 10px 0px;
}
.advent__icon{
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.advent__value{
  font-size: 40px;
  line-height: 142%;
  
}

.advent__text{
  font-size: 16px;
  color: #737373;
  line-height: 150%;
}

/* practice .....................................................................................*/
.practice{
  padding: 100px 0px 80px 0px;
}
@media (max-width: 930px) {
  .practice{
    padding: 40px 0px 80px 0px;
   }
}

@media (max-width: 767px) {
  .practice{
    padding: 30px 0px 40px 0px;
   }
}

.practice__header{
  margin: 0px 0px 45px 0px;
}
.practice__body{
margin: 0px -15px;
display: flex;
flex-wrap: wrap;
}

.practice__colum{
  padding: 0px 15px;
  flex: 0 1 25%;
  
}

@media (max-width: 1040px) {
  .practice__colum{
    flex: 0 1 50%;
   }
}

@media (max-width: 630px) {
  .practice__colum{
    flex: 0 1 100%;
   }
}

.item-practice{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.item-practice__content{
  padding: 30px;
  flex: 1 1 auto;

}
.item-practice__title{
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 15px;
}

.item-practice__text{
  color: #737373;
  line-height: 142%;
}

/* who .....................................................................................*/
.page__who{
  padding: 80px 0px 100px 0px;
}
@media (max-width: 950px) {
  .page__who{
    padding: 40px 0px 30px 0px;
   }
  }
.who__header{
  margin-bottom: 100px;
}
@media (max-width: 950px) {
  .who__header{
    margin-bottom: 50px;
   }
  }

.who__body{
  display: flex;
}
@media (max-width: 950px) {
  .who__body{
    flex-direction: column;
   }
}
.who__video{
  flex: 0 0 57%;
  position: relative;
  padding-bottom: 42.25%;
}
.who__video img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.who__content{
  flex: 1 1 auto;
  padding-left: 100px;
}
@media (max-width: 950px) {
  .who__content{
    padding: 20px 10px 0px 50px;
   }
}

@media (max-width: 630px) {
  .who__content{
    padding: 20px 10px 0px 50px;
   }
}

.who__title{
  font-weight: 800;
  font-size: 40px;
  line-height: 142%;
  letter-spacing: 0.2px;
}

@media (max-width: 950px) {
  .who__title{
    font-size: 30px;
   }
}
@media (max-width: 630px) {
  .who__title{
    font-size: 20px;
   }
}


.who__text{
  color: #737373;
  line-height: 142%;
}
.who__text:not(:last-child){
  margin: 10px 0px 50px 0px;
}

.who__item{
  display: flex;
}
.who__item:not(:last-child){
margin-bottom: 30px;
}

.item-who__icon{
  flex: 0 0 32px;
  
}

.item-who__body{
  flex: 1 1 auto;
  padding-left: 20px;
}


.item-who__title{
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 5px;
}
/* clients .....................................................................................*/

.page__clients {
padding: 50px 0px;
}

@media (max-width: 950px) {
  .page__clients {
    padding: 20px;
   }
}

.clients__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.clients__item{
  flex: 0 1 16.66%;
  text-align: center;
}
 
@media (max-width: 950px) {
  .clients__item{
    padding: 20px;
   }
}


/* Subscribe.....................................................................................*/

.page__subscribe{
  position: relative;
}
.page__subscribe::before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 77px;
  left: 0;
  width: 100%;
  background-color: #252B42; 

}
.subscribe__body{
  margin: 0px 30px;
  display: flex;
  padding: 30px 50px;
  align-items: center;
  background-color: #17213C;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (max-width: 1020px) {
  .subscribe__body{
    margin: 0px;
  }
}

@media (max-width: 650px) {
  .subscribe__body{
    padding: 15px 25px;
    flex-direction: column;
  }
}

.subscribe__title{
  max-width: 256px;
  color: white;
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;

}
@media (max-width: 650px) {
  .subscribe__title{
    font-size: 16px;
    max-width: 75%;
    padding-bottom: 10px;
    text-align: center;
   }
}

.subscribe__form{
  flex: 0 1 100%;
  display: flex;
  align-items: center;
}

.subscribe__input{
flex: 1 1 auto;
min-height: 58px;
padding: 22px;
border-radius: 5px 0px 0px 5px;
}
.subscribe__button{
background-color: #ff7b47;
border-radius: 0px 5px 5px 0px;
display: flex;
min-height: 58px;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 22px;
}



@media (max-width: 650px) {
  .subscribe__button{
    min-height: 25px;
    padding: 12px;
   }
}
@media (max-width: 650px) {
  .subscribe__input{
    min-height: 25px;
    width: 100%;
    padding: 12px;
   }
}
/* gettach .....................................................................................*/
.gettach {
  padding: 80px 0px 135px 0px;
  
}

@media (max-width: 992px) {
  .gettach {
    padding: 80px 0px 50px 0px;
      }
}

.gettach__header{
  margin: 0px 0px 80px 0px;
}
@media (max-width: 992px) {
  .gettach__header{
    margin: 0px 0px 50px 0px;
  }
}


@media (min-width: 992px) {
  .gettach__items{
    display: flex;
    align-items: center;
    
  }

}

.gettach__item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 33.33%;
  padding: 50px 15px;
  background-color: #eee4e4;
}
.gettach__icon:not(:last-child){
margin: 0px 0px 15px 0px;
}

.gettach__item_active{
  background-color: #252B42;
  color: white;
  padding: 80px 20px;
  }

  @media (max-width: 992px) {
    .gettach__item_active{
      padding: 40px 20px;
    }
  }

.gettach__item_active .gettach__button {
  border: 1px solid white;
  color: white;
}

.gettach__item_active .gettach__button:hover{
  background-color: #ffffff;
  color: #252B42;
}
@media (max-width: 992px) {
  .gettach__item{
    padding: 40px 20px;
  }
}


.gettach__label{
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.gettach__emails{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gettach__email{
  color: #737373;
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
}
.gettach__email:hover{
  text-decoration: underline;
}
.gettach__button{
  border: 1px solid #ff7b47;
  min-height: 44px;
  display: felx;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ff7b47;
  line-height: 142%;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.gettach__button:hover{
  background-color: #ff7b47;
  color: #eee4e4;
}

/* contact .....................................................................................*/
.contact{
  padding: 42px 0px;
}

@media (max-width: 992px) {
  .contact{
    padding: 20px 10px;
  }
}

@media (max-width: 675px) {
  .contact{
    padding: 10px 10px;
  }
}

.contact__body{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact__title{
font-weight: 700;
letter-spacing: 0.1px;
font-size: 24px;
line-height: 133%;
margin: 0px 0px 10px 0px;
}

@media (max-width: 992px) {
  .contact__title{
    margin: 0px 10px 10px 5px;
    font-size: 20px;
  }
}
@media (max-width: 675px) {
  .contact__title{
   
    font-size: 16px;
  }
}


.contact__text{
  color: #737373;
  line-height: 142%;
}
.contact__button{
  display: flex;
  background-color: #ff7b47;
  border-radius: 5px; 
  min-height: 58px;
  padding: 5px 30px;
  align-items: center;
  justify-content: center;
  color: #eee4e4;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.contact__button:hover{
  background-color: #737373;;
  
}
/* footer .....................................................................................*/

.footer__top{
  background-color:#17213C;
  padding: 50px 0px;
}

@media (max-width: 675px) {
  .footer__top{
    padding: 25px 0px; 
  }
}

.footer__main{
  display: flex;
  flex-wrap: wrap;
}

.footer__colum{
  flex: 0 1 25%;
  color: #ffffff;
}

@media (max-width: 675px) {
  .footer__colum{
  flex: 0 1 50%;  
  }
}

@media (max-width: 992px) {
  .footer__colum{
    padding-left: 5px;
    
  }
}

.menu-footer__list a{
  color: #ffffff;
  letter-spacing: 0.2px;
}

@media (max-width: 675px) {
  .menu-footer__list {
   
    font-size: 12px;
  }
}
.footer__label{
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 675px) {
  .footer__label{
   
    margin: 20px 0px 7px 0px;
  }
}

.menu-footer__item:not(:last-child){
  margin-bottom: 10px;
}

.footer__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.footer__copy{
  margin: 25px 0px;
  
}

.footer__social{
  margin: 25px 25px 25px 0px;
}

.social__item img:not(:last-child){
  margin-right: 20px;
}