h1 {
  font-size: 24px;
}

/*Заголовки*/

.main_h2_project {
	margin: 0 20px 5px 0;
  display: inline-block;
	font-size: 22px;
	font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.question_form_text {
	font-size: 22px;
	font-weight: 700;
  line-height: 1.2;
  color: #333;
	margin-top: 40px;
  margin-bottom: 20px;
}

/*//Заголовки*/

/*Счетчик на главной*/
.counter-main {
  padding: 55px 0 18px;
  margin-top: 21px;
  background-color: #292d60;
  color: #ffffff;
}
.counter-main .icon {
  height: 81px;
  padding-left: 47px;
  padding-right: 27px;
  border-left: 1px solid #484c7b;
  flex-shrink: 0;
}
.counter-main .counter-item {
  display: flex;
  padding-bottom: 38px;
}
.counter-main .counter-item:first-child .icon {
  padding-left: 0;
  border-left: none;
}
.counter-main .icon img {max-height: 100%;}
.counter-main .counter-title {
  margin-bottom: 17px;
  font-size: 49px;
  line-height: 34px;
  white-space: nowrap;
}
.counter-main .counter-text {
  line-height: 1.1;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 1250px) {
  .counter-main .counter-title {font-size: 46px;}
}
@media (max-width: 1199px) {
  .counter-main .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .counter-main .counter-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-main .counter-title {
    font-size: 41px;
    margin-bottom: 7px;
  }
  .counter-main .icon {
    padding-left: 7%;
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  .counter-main .counter-item:last-child .icon {
    padding-left: 0;
    border-left: none;
  }
  .counter-main .counter-item {padding-bottom: 45px;}
  .counter-main .counter-title {
    margin-bottom: 17px;
    font-size: 49px;
  }
  .counter-main .icon {
    padding-left: 47px;
    padding-right: 27px;
  }
  .counter-main .icon img {width: 80px;}
}
@media (max-width: 767px) {
  .counter-main .counter-item .icon {
    padding-left: 0!important;
    border-left: none!important;
  }
}
@media (max-width: 430px) {
  .counter-main .counter-title {
    margin-bottom: 7px;
    font-size: 40px;
  }
  .counter-main .icon {
    padding-left: 7%;
    padding-right: 5%;
  }
}
/*//Счетчик на главной*/
.block-teaser {margin-top: 0;}

/*Блоки преимущества и принцип работы*/
.advantages-services {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
}
.advantages-services .icon {
  width: 109px;
  padding-right: 24px;
  flex-shrink: 0;
  text-align: center;
}
.advantages-services .advantage-title-text {flex-shrink: 1;}
html.bx-ie .advantages-services .icon img {max-height: 88px;}
.advantages-services .icon-specialist img {width: 72px;}
.advantages-services .advantage {
  display: flex;
  padding-bottom: 46px;
  padding-top: 10px;
}
.advantages-services .advantage-title {
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #2a2d60;
}
.advantages-services .advantage-text {font-size: 13px;}
.caption-services {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #333;
}
.advantages-services + .caption-services {margin-top: 0;}
.principle-services {
  display: flex;
  margin: 33px 0 43px;
  flex-wrap: wrap;
}
.principle-services > div {padding: 0 5px 30px;}
.principle-services .icon {
  position: relative;
  width: 84px;
  margin: 0 auto;
}
.principle-services .icon-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #2a2d60;
}
.principle-services .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 56%;
  max-height: 57%;
  margin: auto;
}
.principle-services .advantage-title-text {
  margin-top: 9px;
  text-align: center;
  color: #2a2d60;
}
@media (max-width: 991px) {
  .advantages-services {max-width: 450px;}
  .advantages-services .advantage {padding-bottom: 30px;}
  .advantages-services + .caption-services {margin-top: 10px;}
  .principle-services {
    max-width: 500px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .advantages-services .icon {width: 100px;}
  .principle-services {margin: 33px auto 0;}
}
@media (max-width: 480px) {
  .principle-services > div {width: 50%;}
  .principle-services {max-width: 320px;}
}
/*//Блоки преимущества и принцип работы*/