.h2-title {
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .h2-title {
    font-size: 2.5rem;
  }
}

.clients-slides {
  padding-top: 13rem;
  padding-bottom: 7.5rem;
}
.clients-slides__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
}
.clients-slides__title {
  margin-bottom: 0;
}

.large-section {
  position: relative;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.large-section__btn {
  margin-top: 4rem;
}
.large-section__btn.large-section__btn--border {
  margin-left: 1rem;
  background: transparent;
  border: 1px solid #FF474A;
}
@media (max-width: 767px) {
  .large-section__btn.large-section__btn--border {
    margin-left: 0;
  }
}
.large-section--message {
  padding: 10rem 0;
}
.large-section--message .container {
  margin-bottom: 0;
}
.large-section--gray {
  background: #F3EEEB;
}
.large-section--gray.section-p {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .large-section--gray.section-p {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.large-section--gray h2 {
  color: #232B34;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  max-width: 127rem;
}
@media (max-width: 767px) {
  .large-section--gray h2 {
    font-size: 2.5rem;
  }
}
.large-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232b34;
}
.large-section__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: "";
}
.large-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .large-section__container {
    display: block;
  }
}
.large-section__left {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
  font-size: 2.1rem;
  line-height: 120%;
  max-width: 48rem;
}
@media (max-width: 1023px) {
  .large-section__left {
    width: 100%;
  }
}
.large-section__left--border-btn {
  max-width: none;
}
@media (max-width: 480px) {
  .large-section__left--border-btn .large-section__title {
    font-size: 3.4rem;
  }
}
.large-section__left-logo {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .large-section__left-logo.logo-right {
    position: absolute;
    right: 0;
  }
}
.large-section__title {
  margin-bottom: 3rem;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .large-section__title {
    font-size: 3.9rem;
  }
}
.large-section__title ~ .btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .large-section__sub-title {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__sub-title ~ .btn {
  margin-top: 3rem;
}
.large-section__right {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .large-section__right {
    width: 100%;
  }
}
.large-section__right--center {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.large-section__right--center p {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .large-section__description {
    margin-top: 4.5rem;
  }
}
.large-section__description p {
  font-size: 2.1rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .large-section__description p {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__description p:first-child {
  margin-top: 0;
}
.large-section__description ~ .btn {
  margin-top: 2rem;
}
.large-section__msg {
  text-align: center;
  font-size: 4.5rem;
  line-height: 100%;
  margin: 0;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .large-section__msg {
    font-size: 3rem;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }
  .row > * {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.row--5 {
  margin-bottom: -2.1rem;
}
@media (max-width: 1023px) {
  .row--5 {
    margin-bottom: -1.8rem;
  }
}
.row--5 > * {
  width: -webkit-calc(20% - 1.68rem);
  width: -moz-calc(20% - 1.68rem);
  width: calc(20% - 1.68rem);
  margin-right: 2.1rem;
  margin-bottom: 2.1rem;
}
.row--5 > *:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--5 > * {
    width: -webkit-calc(50% - 0.9rem);
    width: -moz-calc(50% - 0.9rem);
    width: calc(50% - 0.9rem);
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .row--5 > *:nth-child(4n) {
    margin-right: 1.8rem;
  }
  .row--5 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--4 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--4 {
    margin-bottom: -2.4rem;
  }
}
.row--4 > * {
  width: -webkit-calc(25% - 2.1rem);
  width: -moz-calc(25% - 2.1rem);
  width: calc(25% - 2.1rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--4 > *:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--4 > * {
    width: -webkit-calc(50% - 1.2rem);
    width: -moz-calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--4 > *:nth-child(4n) {
    margin-right: 2.4rem;
  }
  .row--4 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--3 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--3 {
    margin-bottom: -2.4rem;
  }
}
.row--3 > * {
  width: -webkit-calc(33.3333333333% - 1.8666666667rem);
  width: -moz-calc(33.3333333333% - 1.8666666667rem);
  width: calc(33.3333333333% - 1.8666666667rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--3 > *:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--3 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--3 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--3 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}
.row--2 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--2 {
    margin-bottom: -2.4rem;
  }
}
.row--2 > * {
  width: -webkit-calc(50% - 2.8rem);
  width: -moz-calc(50% - 2.8rem);
  width: calc(50% - 2.8rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--2 > *:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--2 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--2 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--2 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}

.section-p {
  padding: 7.5rem 0;
}

.slider--new-controls .slider-controls__prev {
  width: 5rem;
  height: 5rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-right: 0.5rem !important;
}
.slider--new-controls .slider-controls__prev:hover::before {
  color: #7998b4;
}
.slider--new-controls .slider-controls__prev::before {
  color: #232B34;
  margin-left: 0.8rem;
}
.slider--new-controls .slider-controls__next {
  width: 5rem;
  height: 5rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.slider--new-controls .slider-controls__next:hover::before {
  color: #7998b4;
}
.slider--new-controls .slider-controls__next::before {
  color: #232B34;
  margin-right: 0.7rem;
}
.slider--new-controls.slider-controls--red .slider-controls__prev {
  border-color: #FF474A;
  background: #FF474A;
}
.slider--new-controls.slider-controls--red .slider-controls__prev::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__prev:hover {
  background-color: #C63840;
}
.slider--new-controls.slider-controls--red .slider-controls__prev:hover::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__next {
  border-color: #FF474A;
  background: #FF474A;
}
.slider--new-controls.slider-controls--red .slider-controls__next::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__next:hover {
  background-color: #C63840;
}
.slider--new-controls.slider-controls--red .slider-controls__next:hover::before {
  color: #fff;
}
.slider--new .clients-slider__slide {
  margin: 0 1.3rem;
  width: 20.9rem;
  height: 20.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .slider--new .clients-slider__slide:hover .clients-slider__img--no-logo {
    -webkit-filter: sepia(1) hue-rotate(-60deg) saturate(5) brightness(0.82) contrast(1.3);
            filter: sepia(1) hue-rotate(-60deg) saturate(5) brightness(0.82) contrast(1.3);
  }
  .slider--new .clients-slider__slide:hover .clients-slider__img:not(.clients-slider__img--no-logo) {
    -webkit-filter: sepia(1) hue-rotate(192deg) saturate(2.1) brightness(1.07) contrast(0.67);
            filter: sepia(1) hue-rotate(192deg) saturate(2.1) brightness(1.07) contrast(0.67);
  }
}
.slider--new .clients-slider__slide .clients-slider__img + span {
  font-size: 1.4rem;
  line-height: 130%;
  margin-top: 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  max-width: 88%;
}
.slider--new .flickity-viewport {
  overflow: visible !important;
}

.container-mb0.container {
  margin-bottom: 0;
}

.team-section {
  padding-bottom: 7.5rem;
}
.team-section--center {
  text-align: center;
}
.team-section--center .team-section__row {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.team-section--rows .team-section__tile {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.team-section--rows .team-section__tile:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .team-section--rows .team-section__tile {
    display: block;
    margin-bottom: 2rem;
  }
}
.team-section--rows .team-section__wrap {
  width: 35rem;
  padding: 4rem;
  border-right: 1px solid #DADCE0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 767px) {
  .team-section--rows .team-section__wrap {
    width: 100%;
    border: none;
    padding: 2rem;
  }
}
.team-section--rows .team-section__info {
  text-align: left;
  padding: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .team-section--rows .team-section__info {
    padding: 2rem;
  }
}
.team-section--rows .team-section__info ul {
  list-style-type: disc;
}
@media (max-width: 767px) {
  .team-section--rows .team-section__info ul {
    padding-left: 1rem;
  }
}
.team-section--rows .team-section__info ul li {
  margin: 1.8rem 0;
}
.team-section__tile {
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 2rem 3rem;
  text-align: center;
  display: block;
}
.team-section__tile-photo {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
  margin-bottom: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  background: #d9d9d9;
}
.team-section__tile-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.team-section__tile-name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1rem;
  display: block;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.team-section__tile-post {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  display: block;
  max-width: 23.3rem;
  margin-left: auto;
  margin-right: auto;
}

.partners-section {
  padding-bottom: 7.5rem;
}
.partners-section--new .partners-section__tile {
  height: 13rem;
}
.partners-section__tile {
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16rem;
}
.partners-section__tile:not([href*="/"]) {
  pointer-events: none;
}

.page-header {
  position: relative;
  margin: 0;
  max-width: none;
  padding-bottom: 23rem;
  padding-top: 7.5rem;
  overflow: hidden;
}
.page-header__svg {
  position: absolute;
  bottom: -23rem;
  right: 0;
  width: 51.1rem;
  height: 35.1rem;
}
@media (max-width: 1023px) {
  .page-header__svg {
    height: 20rem;
    width: auto;
  }
}
.page-header__svg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232b34;
}
.page-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__top {
  height: 6.6rem;
  border-bottom: 1px solid rgba(217, 220, 224, 0.2);
  margin-bottom: 6rem;
}
.page-header__top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .page-header__top .container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-header__back {
  color: #FFFFFF;
}
.page-header__back::before {
  position: relative;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.5rem;
  border-top: 1.3px solid;
  border-left: 1.3px solid;
  line-height: 1;
  background-color: transparent;
  -webkit-transform: rotate(315deg) translateY(-25%);
     -moz-transform: rotate(315deg) translateY(-25%);
      -ms-transform: rotate(315deg) translateY(-25%);
       -o-transform: rotate(315deg) translateY(-25%);
          transform: rotate(315deg) translateY(-25%);
  content: "";
  margin-right: 0.8rem;
}
.page-header__back::after {
  display: none !important;
}
.page-header__container {
  position: relative;
}
.page-header__container.container {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .page-header__container.container {
    display: block;
  }
}
.page-header__container.container--case {
  padding-top: 7.6rem;
}
.page-header__container.container--case .page-header__sub-title {
  margin-bottom: 2rem;
}
.page-header__container.container--case .page-header__right {
  position: relative;
}
@media (max-width: 1023px) {
  .page-header__container.container--case .page-header__right {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-header__container.container--case .page-header__title {
    font-size: 3.5rem;
  }
}
.page-header__left {
  color: #FFFFFF;
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  margin-right: 2.8rem;
}
@media (max-width: 1023px) {
  .page-header__left {
    width: 100%;
  }
}
.page-header__left--center {
  text-align: center;
  width: 100%;
  margin: 0;
}
.page-header__left--center + .page-header__right {
  display: none;
}
.page-header__title {
  margin-bottom: 10rem;
  font-size: 5.5rem;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .page-header__title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 3rem;
  }
}
.page-header__sub-title {
  font-size: 2.5rem;
  line-height: 130%;
  margin: 0;
  max-width: 43rem;
}
@media (max-width: 767px) {
  .page-header__sub-title {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.page-header__right {
  color: #FFFFFF;
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
}
@media (max-width: 1023px) {
  .page-header__right {
    width: 100%;
    margin-top: 4.5rem;
  }
}
.page-header__right p {
  font-size: 2.1rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .page-header__right p {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.page-header__right p:first-child {
  margin-top: 0;
}
.page-header__right p:last-child {
  margin-bottom: 0;
}
.page-header__logo {
  width: 32.5rem;
  height: 32.5rem;
  position: absolute;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header__logo img {
  display: block;
}
.page-header + .half-section {
  margin-top: 7.5rem;
}

.full-slide {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  border-color: transparent;
}

@media (max-width: 1023px) {
  .full-slider {
    display: none !important;
  }
}
.full-slider--mob {
  display: none !important;
}
@media (max-width: 1023px) {
  .full-slider--mob {
    display: block !important;
  }
  .full-slider--mob .full-slide {
    border: 1px solid #DADCE0;
    max-width: 32rem;
    min-height: 28rem;
  }
  .full-slider--mob .flickity-viewport {
    overflow: visible;
  }
}

.light-bg + .light-bg {
  padding-top: 0;
}

@media (max-width: 767px) {
  .popup + .light-bg {
    padding-top: 7.5rem;
  }
}

.dark-bg + .light-bg:not(.clients-slides), .page-header + .light-bg:not(.clients-slides) {
  padding-top: 7.5rem;
}

.left-right-repeater {
  text-align: center;
}
.left-right-repeater__title {
  text-align: left;
}
.left-right-repeater__sub-title {
  max-width: 76.5rem;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
}
.left-right-repeater__row {
  min-height: 36.9rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (max-width: 1023px) {
  .left-right-repeater__row {
    min-height: auto;
    display: block;
  }
}
.left-right-repeater__row:nth-of-type(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.left-right-repeater__row:nth-of-type(2n) .left-right-repeater__image {
  left: 0;
  right: -webkit-calc(50% - 1.5rem);
  right: -moz-calc(50% - 1.5rem);
  right: calc(50% - 1.5rem);
}
.left-right-repeater__content {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  padding: 8.5rem 5rem;
  border: 1px solid #DADCE0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}
@media (max-width: 1023px) {
  .left-right-repeater__content {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 3rem 0 5rem 0;
    border: none;
  }
}
.left-right-repeater__content p {
  line-height: 130%;
  margin: 0;
}
.left-right-repeater__content h3 {
  margin-bottom: 2rem;
  color: #FF474A;
  font-size: 2.2rem;
  line-height: 110%;
}
.left-right-repeater__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -webkit-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .left-right-repeater__image {
    position: static;
  }
}
.left-right-repeater__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.left-right-repeater__btn {
  margin-top: 4.5rem;
}
@media (max-width: 1023px) {
  .left-right-repeater__btn {
    margin-top: 3rem;
  }
}

.who-we {
  background: #F3EEEB;
}
.who-we__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .who-we__row {
    display: block;
  }
}
.who-we__left {
  margin-right: 3rem;
}
@media (max-width: 1023px) {
  .who-we__left {
    margin-right: 0;
  }
}
.who-we__title {
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  .who-we__title {
    margin-bottom: 4.5rem;
  }
}
.who-we__sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
.who-we__text {
  max-width: 103.3rem;
  font-size: 2.4rem;
  line-height: 130%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1023px) {
  .who-we__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .who-we__text {
    font-size: 1.4rem;
  }
}
.who-we__text p {
  max-width: 70rem;
  color: #232B34;
}
.who-we__text p:first-child {
  margin-top: 0;
}
.who-we__text p:last-of-type {
  margin-bottom: 0;
}
.who-we__text p ~ .btn {
  margin-top: 6.7rem;
}

.in-numbers__tile {
  padding: 3rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #F3EEEB;
  min-height: 21rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.in-numbers__tile-text {
  font-size: 2rem;
  line-height: 130%;
}
.in-numbers__tile-title {
  color: #FF474A;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: normal;
}

.saying {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
}
.saying__text {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 136%;
  color: #fff;
  margin: 0;
  max-width: 70rem;
  margin-left: 35.3rem;
}
@media (max-width: 1023px) {
  .saying__text {
    margin-left: 0;
    max-width: none;
    font-size: 2rem;
  }
}

.clients-tabs .container__head {
  max-width: 50%;
}
@media (max-width: 1023px) {
  .clients-tabs .container__head {
    max-width: 100%;
  }
}
.clients-tabs .about-partners__slider {
  width: 50%;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .clients-tabs .about-partners__slider {
    width: 100%;
  }
}
.clients-tabs .about-partners__slider .clients-slider {
  padding-left: 2.5rem;
  height: 29.8rem;
}
@media (max-width: 1023px) {
  .clients-tabs .about-partners__slider .clients-slider {
    height: auto;
    padding-left: 0;
  }
}
.clients-tabs .about-partners__slider .clients-slider__item {
  width: -webkit-calc(33.3333333333% - 1.3333333333rem);
  width: -moz-calc(33.3333333333% - 1.3333333333rem);
  width: calc(33.3333333333% - 1.3333333333rem);
  height: 13.9rem;
  margin-right: 2rem !important;
}
@media (max-width: 1023px) {
  .clients-tabs .about-partners__slider .clients-slider__item {
    margin-right: 1.6rem !important;
    width: 15.9rem;
  }
}
.clients-tabs .about-partners__slider .clients-slider__item:nth-child(3n) {
  margin-right: 0 !important;
}
@media (max-width: 1023px) {
  .clients-tabs .about-partners__slider .clients-slider__item:nth-child(3n) {
    margin-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .clients-tabs .slider-controls {
    display: none;
  }
}
@media (max-width: 767px) {
  .clients-tabs .about-partners__show {
    display: none !important;
  }
}

.result {
  background: #F3EEEB;
  padding-top: 7.5rem;
  padding-bottom: 8.5rem;
}
.result__sub-title {
  line-height: 130%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
}
.result__row + .result__row {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .result__row + .result__row {
    margin-top: 4.8rem;
  }
}
.result__row.scan .result__tile-top strong {
  font-size: 4rem;
}
.result__tile:not(.result__tile--with-bottom) {
  padding: 3rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.result__tile:not(.result__tile--with-bottom) strong {
  margin-right: 1rem;
  color: #FF474A;
  font-size: 5.5rem;
}
.result__tile:not(.result__tile--with-bottom) span {
  color: #FF474A;
  font-size: 1.7rem;
  line-height: 130%;
  display: inline-block;
}
.result__tile:not(.result__tile--with-bottom) p {
  color: #CBBFAD;
  font-size: 1.7rem;
  line-height: 130%;
  margin-top: 1rem;
  margin-bottom: 0;
}
.result__tile:not(.result__tile--with-bottom) p a {
  text-decoration: underline;
}
.result__tile:not(.result__tile--with-bottom) .result__tile-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
}
.result__tile:not(.result__tile--with-bottom) .result__tile-title span {
  font-weight: 500;
}
.result__card {
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 3rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .result__card {
    padding: 2.4rem;
  }
}
.result__card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #FF474A;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.result__card--dark {
  background: #CBBFAD;
  color: #121111;
}
.result__card--dark::after {
  background: #CBBFAD;
}
.result__card--dark strong {
  color: #121111 !important;
}
.result__card--dark a {
  color: #121111;
}
.result__card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7.5rem;
}
.result__card-top strong {
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .result__card-top strong {
    font-size: 2.2rem;
  }
}
.result__card-icon > * {
  margin-right: 2rem;
}
@media (max-width: 1023px) {
  .result__card-icon > * {
    margin-right: 1rem;
  }
}
.result__card-icon svg path {
  stroke: #FF474A;
}
.result__card-list {
  list-style: disc;
  padding-left: 1.5rem;
}
.result__card-list li {
  margin: 1.5rem 0;
}
.result__card-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2rem;
}

.publications__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4.5rem;
}
.publications__top h2 {
  margin: 0;
}
@media (max-width: 1023px) {
  .publications__top h2 {
    max-width: 50%;
  }
}
.publications__top a {
  color: #CBBFAD;
}
.publications .card-article {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .publications .card-article {
    min-height: 48rem;
  }
  .publications .card-article .card-article__bottom-line {
    padding-top: 0;
  }
}
.publications .card-article:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.publications .card-article:hover .card-article__bottom-line > span {
  color: #FF474A;
}
.publications .card-article__info h4 span {
  margin-top: 1.9rem;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.container.js-about-clients {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-partners {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .about-partners .btn._transparent {
    display: block !important;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.card-article._book .card-article__wrap-img {
  padding-bottom: 0 !important;
  height: 18rem;
}

.card-article__info p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 767px) {
  .card-article__info p {
    display: none;
  }
}

.about-banner {
  background: url(../img/about-banner.jpg) no-repeat center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  padding: 3.4rem 0;
}
.about-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .about-banner__container {
    display: block;
  }
}
.about-banner .btn {
  min-width: 15rem;
}
@media (max-width: 767px) {
  .about-banner .btn {
    min-width: 100%;
  }
}
.about-banner h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-right: 13rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-banner h2 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.about-banner + .who-we {
  background: #FFFFFF;
}

.page--about p {
  line-height: 140%;
}