.about {
  background-color: #fff;
}

.about-us {
  margin: 3rem 0 2rem;
}

.about-us__title {
  margin-bottom: 4rem;
}

.about-us__title h1 {
  line-height: 130%;
}

.about-us__count-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.about-us__count-stat--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-us__count-stat--item .count-stat__number {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 130%;
  color: #FF6A3D;
  margin-bottom: 1rem;
}

.about-us__count-stat--item .count-stat__text {
  font-weight: bold;
  line-height: 120%;
}

.about-us__count-text p {
  font-weight: 500;
  line-height: 180%;
}

.about .our-advantages {
  margin: 7rem 0 0rem;
}

.about .our-advantages__title {
  margin-bottom: 6rem;
}

.about .our-advantages__title .vector-left::before {
  right: 2rem;
  left: unset;
  top: 0rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about .our-advantages__title h1 {
  z-index: 10;
  padding-right: 3rem;
  margin-left: -2rem;
  padding-left: 2rem;
  background: #fff;
  display: inline-block;
}

.about .our-advantages__title-img {
  position: absolute;
  top: 5rem;
  left: -59rem;
  display: block;
}

.about .our-advantages__blocks-wrap {
  margin-bottom: 6rem;
}

.about .our-advantages__blocks-wrap--svg {
  margin-bottom: 1.5rem;
}

.about .our-advantages__blocks-wrap--title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 1.5rem;
}

.about .our-advantages__blocks-wrap--text {
  font-weight: normal;
  line-height: 180%;
}

.main-comments {
  background-color: #fff;
}

.main-comments .main-comments__wrap {
  background-color: #fafafa;
}

.main-partners {
  background-color: #fff;
}

.main-partners .partners-block__logo {
  background-color: #fafafa !important;
}

.about-bg__img {
  height: 20rem;
}

.about-bg__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 720px) {
  .about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about .our-advantages__title-img {
    top: 2rem;
    left: -19rem;
  }

  .about .our-advantages__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-bg__img {
    height: auto;
  }
}

@media (min-width: 1020px) {
  .about-us__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .about-us__title h1 {
    max-width: 52rem;
  }

  .about-us__count {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10rem;
  }

  .about-us__count-stat--item {
    max-width: 9rem;
    margin-right: 7rem;
  }

  .about-us__count-text {
    max-width: 42rem;
  }

  .about-us {
    margin: 6rem 0 10rem;
  }

  .about .our-advantages {
    margin: 12rem 0 8rem;
  }

  .about .our-advantages__title .vector-left::before {
    right: 1rem;
    top: -1rem;
  }

  .about .our-advantages__title-img {
    left: 0rem;
  }

  .about .our-advantages__blocks-wrap {
    max-width: 30rem;
  }
}

@media (min-width: 1220px) {
  .about .our-advantages__title-img {
    left: 23rem;
  }
}

@media (min-width: 1320px) {
  .about .our-advantages__title-img {
    left: 32rem;
  }
}

@media (min-width: 1420px) {
  .about .our-advantages__title-img {
    width: 100rem;
  }
}

@media (min-width: 1620px) {
  .about-us__title h1 {
    font-size: 5rem;
    max-width: 66rem;
  }

  .about-us__count {
    margin-left: 15rem;
  }

  .about-us__count-stat--item .count-stat__number {
    font-size: 4.2rem;
  }

  .about-us__count-stat--item {
    max-width: 10rem;
  }

  .about-us__count-text {
    max-width: 46rem;
  }

  .about .our-advantages {
    margin: 20rem 0 8rem;
  }

  .about .our-advantages__title-img {
    left: 48rem;
    width: 105rem;
  }

  .about .our-advantages__blocks-wrap--title {
    font-size: 3rem;
  }

  .about .our-advantages__blocks-wrap--svg svg {
    width: 6rem;
    height: 6rem;
  }

  .about .our-advantages__blocks-wrap {
    max-width: 40rem;
  }
}

@media (min-width: 1920px) {
  .about .our-advantages__title-img {
    width: 122rem;
  }
}