.top-bar__container {
  padding: 9.5px;
  }
  .top-bar__text {
  margin: 0 auto;
  }
  .content__step-block {
  margin-block-end: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3,1fr);
  gap: 35px 15px;
  }
  .documents__slider-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
  }
  .about__picture {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .about__img {
      border-radius: 30px;
  }
  .specialist__img {
      min-height: 450px;
  }
  .footer__connection p{
  margin-bottom:5px
  }
  .footer__content {
      padding: 60px 0 0 0;
  }
  .footer__connection {
  color:#fff;
  font-size: 18px;
  }
  .content__step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
  .content__step-title {
  color: #21303C;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; 
  margin-bottom: 15px;
  }
  .content__step-descr {
  color: #555;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 45px;
  max-width: 940px;
  }
  .content__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 0 32px 34px;
  position: relative;
  z-index: 2;
  }
  
  .content__step-item__bg {
  position: absolute;
  left: 6px;
  top: 0;
  z-index: -1;
  font-size: 140px;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.2;
  background: #F04A25;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .gallery__slider {
  height:auto!important;
          margin-bottom: 25px;
      }
  .content__step-item__descr {
  color: #474E54;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  word-break: break-word;
  }
  .video .about__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
          align-items: center;
  }
  .content__step-item__title {
  color:  #21303C;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; 
  margin-bottom: 10px;
  }
  .card-service__wrapper:hover{cursor:pointer}
  .slider-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
      top: 10px!important;
  position: relative;
  }
  .header {
      z-index: 999;
      width: 100%;
      position: sticky;
      top: 0;
  }
  .promo .promo__badge-text {
      font-weight: 800;
      font-size: 16px;
      line-height: 160%;
      color: black;
      margin: 0 10px 0 0;
      text-align: center;
  }
  .specialists__slider-wrapper {
      justify-content: flex-start;
  }
  @media(max-width:991px){
  .promo .promo__badge-text {
      margin: 0;
  }
  .top-bar {display:block}
  .top-bar__text {
  font-size: 14px;
  text-align: center;
  }
  .specialists__wrapper .swiper-wrapper {
      justify-content: normal;
  }
  .reviews__wrapper .swiper-wrapper {
      justify-content: normal;
  }
  .documents__slider-wrapper {
      justify-content: normal;
  }
  .gallery__slider-wrapper  {
      justify-content: normal;
  }
  .gallery__wrapper {
  padding: 0 15px;
  }
  .footer__content {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding:60px 0
  }
  .footer__connection {
  font-size: 16px;
  }
  .hide_form{display:none}
  .header__mobile-phone {
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
  }
    .content__step-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1,1fr);
  gap: 40px;
  }
  .content__step-item {
  justify-content:flex-start;
  align-items:flex-start;
  padding:0;
  text-align: left;
  }
  .content__step-item__bg {
      left: 0;
      top: -35px;
  }
  .video video {
  width:100%!important
  }
  }