@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

p:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #000000;
  margin-bottom: 24px;
}

.h1, .h2, .h3, .h4 {
  margin-top: 0;
}

h3, .h3 {
  font-weight: bold;
  font-size: 38px;
  line-height: 49px;
  color: #FFFFFF;
}

h4, .h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
}

.input {
  -webkit-appearance: none;
  outline: none;
  background: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  padding: 8px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 40px;
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: "IBM Plex Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.input + span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 21px;
  padding-top: 33px;
}
.input-wrap--2 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
.input-wrap--2.last {
  margin-right: 0;
}

textarea.input {
  height: auto;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  text-align: center;
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  border: 1px solid #0079FF;
  padding: 9px 39px 11px;
  cursor: pointer;
  background: #0079FF;
  border-radius: 39px;
}
.btn:hover {
  color: #ffffff;
  background-color: #0066d6;
  border-color: #0066d6;
}
.btn--white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn--white:hover {
  color: #000000;
  background-color: #EBF5FD;
  border-color: #EBF5FD;
}
.btn--red {
  color: #FE2A00;
  background-color: transparent;
  border-color: #FE2A00;
  border-radius: 3px;
}
.btn--red:hover {
  color: #FE2A00;
  background-color: transparent;
  border-color: #FE2A00;
}

.main {
  background: url("images/main-bg.jpg") no-repeat 50% 0;
  background-size: 100% auto;
  padding-top: 148px;
  min-height: 100vh;
  overflow: hidden;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 10;
}
.header .wrap {
  position: relative;
  padding: 92px 30px 0;
}
.header-address,
.header .phone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 38px;
  right: 30px;
  font-size: 14px;
  line-height: 24px;
}
.header .btn--red {
  display: none;
}

.logo {
  width: 124px;
  height: 97px;
  background: url("images/logo.svg") no-repeat center;
  position: absolute;
  top: 26px;
  left: 10px;
}

.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.top-menu li:last-child {
  margin-right: 0;
}
.top-menu a {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}
.top-menu a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #000;
}
.top-menu a:hover:after {
  opacity: 0;
}

.main-top {
  min-width: 210%;
  padding-left: 18.5%;
  margin: 0 auto 140px;
  overflow: visible;
}
.main-top__item {
  position: relative;
  padding: 58px 0;
  min-height: 611px;
  line-height: 24px;
  background: no-repeat right center;
}
.main-top__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.main-top__item-info {
  color: #ffffff;
  max-width: 906px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.main-top__item-title {
  margin: 0 0 12px;
  max-width: 488px;
  position: relative;
}
.main-top__item-text {
  font-family: "Helvetica", "IBM Plex Sans", "Arial", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 60px;
}
.main-top__item .btn {
  margin-top: 46px;
  display: block;
  width: 213px;
}
.main-top__item--1 .main-top__item-title {
  margin-bottom: 44px;
}
.main-top__item--1 .main-top__item-title:before {
  content: "—";
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #FFFFFF;
  position: absolute;
  left: -49px;
  top: -2px;
}
.main-top__item--1 .main-top__item-bg {
  left: -21%;
  right: -9%;
  clip-path: polygon(7% 5%, 83% 0, 93% 97%, 0 92%);
}
.main-top__item--2 {
  z-index: 3;
}
.main-top__item--2 .main-top__item-bg {
  background: url("/images/main-top-2.svg") no-repeat right 80% #8F74AA;
  left: -13%;
  right: -8%;
  clip-path: polygon(0% 8%, 99.8% 16.5%, 100% 99%, 7% 99%);
  bottom: -9%;
}
.main-top__item--2 .main-top__item-info {
  margin: 133px auto 0;
  max-width: 780px;
  font-family: "Helvetica", "IBM Plex Sans", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
}
.main-top__item--2 .main-top__item-info p {
  max-width: 460px;
}
.main-top__item--3 .main-top__item-bg {
  background: url("/images/main-top-3.svg") no-repeat 89% 30% #85AAC5;
  left: -21%;
  right: -9%;
  clip-path: polygon(7% 5%, 83% 0, 93% 97%, 0 92%);
}
.main-top__item--3 .main-top__item-info {
  margin: 133px auto 0;
}
.main-top__item--3 .main-top__item-text {
  max-width: 470px;
}
.main-top__item--4 .main-top__item-bg {
  background: url("/images/main-top-4.svg") no-repeat right 80% #99998F;
  left: -13%;
  right: -8%;
  clip-path: polygon(0% 8%, 99.8% 16.5%, 100% 99%, 7% 99%);
  bottom: -9%;
}
.main-top__item--4 .main-top__item-info {
  margin: 133px auto 0;
}
.main-top__item--4 .main-top__item-text {
  max-width: 520px;
}
.main-top__item--5 .main-top__item-bg {
  background: url("/images/main-top-5.svg") no-repeat right center #114F94;
  left: -13%;
  right: -8%;
  clip-path: polygon(0% 8%, 99.8% 16.5%, 100% 99%, 7% 99%);
  bottom: -9%;
}
.main-top__item--5 .main-top__item-info {
  margin: 133px auto 0;
}
.main-top__item--5 .main-top__item-text {
  max-width: 470px;
}
.main-top__item--5 p {
  max-width: 453px;
}
.main-top__item img {
  margin-bottom: 12px;
}
.main-top .col-3 {
  display: inline-block;
  vertical-align: top;
  width: 25.7%;
  padding-right: 60px;
  line-height: 24px;
}
.main-top .swiper-slide-prev {
  z-index: 0;
}
.main-top .swiper-slide-active {
  z-index: 3;
}
.main-top .swiper-button-next {
  width: 154px;
  height: 185px;
  border-radius: 38% 70% 62% 62%/37% 47% 76% 73%;
  padding: 96px 32px 30px;
  background: url(/images/ico-pointer.svg) no-repeat 47% 19px #ffffff;
  font-family: "Georgia", "IBM Plex Sans", "Arial", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #929292;
  box-sizing: border-box;
  transform: rotate(-20deg);
  left: 34%;
  top: 50%;
  right: auto;
}
.main-top .swiper-button-next:after {
  display: none;
}

.options {
  padding-right: 320px;
  position: relative;
  margin-bottom: 103px;
}
.options-title {
  margin: 0 0 21px;
  max-width: 619px;
}
.options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.options ul li {
  position: relative;
  padding-left: 16px;
}
.options ul li:before {
  content: "—";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.options-left {
  width: 220px;
  position: absolute;
  right: 0;
  top: 146px;
}
.options-left__count {
  font-size: 50px;
  line-height: 65px;
  position: relative;
  margin-bottom: 19px;
}
.options-left__count:after {
  content: "";
  display: block;
  position: absolute;
  width: 136px;
  height: 6px;
  background: #FE2A00;
  bottom: 0;
  left: 0;
}
.options-left__count span {
  font-size: 25px;
}
.options-left__text {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 24px;
}
.options-left__link {
  display: inline-block;
  vertical-align: top;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  color: #0089FF;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
  margin: 0;
}
.options-left__link:hover {
  text-decoration-line: none;
}
.options-left .swiper-slide {
  opacity: 0 !important;
}
.options-left .swiper-slide-active {
  opacity: 1 !important;
}

.principles {
  margin: 0 0 6px;
}
.principles-title {
  max-width: 620px;
  margin: 0 0 52px;
}
.principles-item {
  display: inline-block;
  vertical-align: top;
  width: calc(51% - 100px);
  margin-right: 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding-top: 100px;
}
.principles-item:nth-child(2n+2) {
  margin-right: 0;
}
.principles-item__img {
  height: 87px;
  width: 100%;
  margin-bottom: 21px;
  background: no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.principles-item__img img {
  display: none;
}
.principles-item__title {
  color: #000000;
  font-size: 30px;
  line-height: 41px;
  margin: 0 0 4px;
}
.principles-item__text {
  line-height: 26px;
}
.principles-item__text p {
  margin: 0 0 26px;
}
.principles-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #FE2A00;
  color: #ffffff;
}
.principles-item--1 .principles-item-bg {
  top: -16%;
  right: -8%;
  left: -15%;
  bottom: -13%;
  clip-path: polygon(0% 7%, 100% 14%, 96% 100%, 8% 93%);
}
.principles-item--2 .principles-item__title {
  max-width: 350px;
  margin-bottom: 13px;
}
.principles-item--2 .principles-item__img {
  width: 163px;
  height: 74px;
}
.principles-item--2 .principles-item-bg {
  top: -16%;
  right: -8%;
  left: -15%;
  bottom: -13%;
  clip-path: polygon(5% 10%, 99% 3%, 94% 95%, 0% 98%);
}
.principles-item--3 .principles-item__title {
  margin-bottom: 15px;
}
.principles-item--3 .principles-item__img {
  height: 63px;
  margin: 0 0 27px;
}
.principles-item--3 .principles-item-bg {
  top: -16%;
  right: -8%;
  left: -15%;
  bottom: -13%;
  clip-path: polygon(5% 10%, 99% 3%, 94% 95%, 0% 98%);
}
.principles-item--4 .principles-item__img {
  height: 68px;
  margin: 6px 0 10px;
}
.principles-item--4 .principles-item__text,
.principles-item--4 .principles-item__title {
  margin-bottom: 11px;
}
.principles-item--4 .principles-item-bg {
  top: -26%;
  right: -11%;
  left: -19%;
  bottom: -23%;
  clip-path: polygon(0% 12%, 88% 5%, 100% 100%, 8% 93%);
}
.principles-item--5 .principles-item-bg {
  top: -16%;
  right: -8%;
  left: -15%;
  bottom: -13%;
  clip-path: polygon(0% 7%, 100% 14%, 96% 100%, 8% 93%);
}
.principles-item--6 .principles-item-bg {
  top: -16%;
  right: -8%;
  left: -15%;
  bottom: -13%;
  clip-path: polygon(5% 10%, 99% 3%, 94% 95%, 0% 98%);
}
.principles-item:hover .principles-item-bg {
  opacity: 1;
}
.principles-item:hover .principles-item__text,
.principles-item:hover .principles-item__title {
  color: #ffffff;
}
.principles-item:hover .principles-item__img {
  filter: brightness(100);
}

.clients {
  margin: 0 0 56px;
}
.clients-title {
  margin: 0 0 14px;
}
.clients-descr {
  max-width: 427px;
  margin-bottom: 21px;
  font-size: 24px;
  line-height: 36px;
}
.clients-items {
  margin: 0 -10px;
  padding-top: 40px;
}
.clients-item {
  display: block;
  width: calc(25% - 20px);
  height: auto;
  margin: 0 10px 42px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(175, 174, 174, 0.5);
  border-radius: 8px;
  padding: 45px 15px 22px;
}
.clients-item__img {
  height: 91px;
  margin-bottom: 15px;
  background: no-repeat center;
  background-size: contain;
}
.clients-item__name {
  background: #FE2A00;
  font-weight: bold;
  color: #FFFFFF;
  padding: 21px 25px;
  margin: 0 -10px 13px;
  min-height: 77px;
}
.clients-item__text {
  margin-bottom: 13px;
}
.clients-item__link {
  display: inline-block;
  vertical-align: top;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  color: #0089FF;
}
.clients-item__link:hover {
  text-decoration-line: none;
}
.clients-item--1 .clients-item__name {
  clip-path: polygon(12% 9%, 85% 0%, 88% 94%, 7% 84%);
}
.clients-item--2 .clients-item__name {
  clip-path: polygon(27% 9%, 86% 15%, 82% 67%, 20% 73%);
}
.clients-item--3 .clients-item__name {
  clip-path: polygon(13% 9%, 85% 0%, 82% 67%, 16% 70%);
}
.clients-item--4 .clients-item__name {
  clip-path: polygon(33% 18%, 67% 8%, 76% 71%, 29% 71%);
}
.clients-item--5 .clients-item__name {
  clip-path: polygon(19% 12%, 85% 2%, 81% 73%, 7% 88%);
}
.clients-item--6 .clients-item__name {
  clip-path: polygon(15% 18%, 86% 18%, 83% 68%, 20% 75%);
}
.clients-item--7 .clients-item__name {
  clip-path: polygon(13% 11%, 88% 10%, 82% 73%, 17% 72%);
}
.clients-item--8 .clients-item__name {
  clip-path: polygon(24% 13%, 75% 21%, 75% 73%, 29% 73%);
}
.clients-item--9 .clients-item__name {
  clip-path: polygon(19% 10%, 84% 8%, 80% 71%, 16% 82%);
}
.clients-item--10 .clients-item__name {
  clip-path: polygon(20% 14%, 79% 15%, 73% 72%, 19% 73%);
}
.clients-item--11 .clients-item__name {
  clip-path: polygon(12% 10%, 77% 8%, 82% 69%, 23% 69%);
}
.clients-item--12 .clients-item__name {
  clip-path: polygon(24% 15%, 78% 7%, 75% 71%, 22% 70%);
}
.clients-item--13 .clients-item__name {
  clip-path: polygon(19% 12%, 85% 2%, 81% 73%, 7% 88%);
}
.clients-item--14 .clients-item__name {
  clip-path: polygon(33% 18%, 67% 8%, 76% 71%, 29% 71%);
}
.clients-item--15 .clients-item__name {
  clip-path: polygon(15% 18%, 86% 18%, 83% 68%, 20% 75%);
}
.clients-item--16 .clients-item__name {
  clip-path: polygon(13% 11%, 88% 10%, 82% 73%, 17% 72%);
}
.clients .swiper-wrapper {
  flex-wrap: wrap;
}

.feedback {
  margin-bottom: 116px;
  padding-bottom: 54px;
  position: relative;
}
.feedback-title {
  margin-bottom: 12px;
}
.feedback-descr {
  max-width: 470px;
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 36px;
}
.feedback .cols {
  display: flex;
}
.feedback .col {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
}
.feedback .col--1 {
  padding-right: 32px;
  width: 29%;
}
.feedback .col--2 {
  padding-right: 50px;
  width: 47.5%;
  padding-bottom: 21px;
}
.feedback .col--2 textarea,
.feedback .col--2 .input-wrap {
  height: 100%;
  margin-bottom: 0;
}
.feedback .col--3 {
  padding-top: 28px;
}
.feedback__manager-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}
.feedback__manager-descr {
  font-family: "Georgia", "IBM Plex Sans", "Arial", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
.feedback__manager-img {
  margin-bottom: 11px;
}
.feedback__manager-img img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-right: 16px;
  border-radius: 100%;
}
.feedback__manager-img img:last-child {
  margin-right: 0;
}
.feedback button {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
}

.footer {
  background: #000000;
  color: #ffffff;
  text-align: right;
  padding: 60px 0 65px;
  position: relative;
}
.footer .wrap {
  position: relative;
}
.footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 11px;
}
.footer .footer-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.footer .footer-menu li:last-child {
  margin-right: 0;
}
.footer .footer-menu a {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}
.footer .footer-menu a:hover {
  text-decoration: none;
}
.footer-address {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  margin-right: 24px;
}
.footer .phone {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.footer .logo {
  width: 124px;
  height: 97px;
  background: url("/images/logo-white.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: -30px;
}

@media (max-width: 1050px) {
  .main-top__item--1 .main-top__item-title:before {
    display: none;
  }
}
@media (max-width: 990px) {
  .main-top__item-info {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }

  .feedback {
    padding-bottom: 0;
  }
  .feedback .cols {
    display: block;
  }
  .feedback .col--1 {
    width: 40%;
  }
  .feedback .col--2 {
    width: 60%;
    padding-right: 0;
  }
  .feedback .col--2 .input-wrap {
    min-height: 168px;
  }
  .feedback .col--2 button {
    position: static;
  }
  .feedback .col--3 {
    width: 100%;
  }

  .header-address,
.header .phone {
    display: none;
  }
  .header .btn--red {
    display: block;
    position: absolute;
    top: 50px;
    right: 20px;
  }

  .top-menu {
    display: none;
  }

  .footer {
    text-align: center;
    padding: 26px 0 25px;
  }
  .footer-menu, .footer-address,
.footer .phone {
    display: none;
  }
  .footer .logo {
    position: static;
    display: inline-block;
    vertical-align: top;
  }

  .main-top .col-3 {
    width: 100%;
    padding: 0 0 0 48px;
    display: block;
    position: relative;
    margin-bottom: 13px;
    max-width: 250px;
  }
  .main-top .col-3 img {
    width: 31px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-top .main-top__item .main-top__item-bg {
    background-image: none;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
    line-height: 22px;
  }

  h3, .h3 {
    font-size: 18px;
    line-height: 23px;
  }

  h1, .h1, h2, .h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .wrap {
    padding: 0 10px;
  }

  .header {
    position: fixed;
    padding: 0;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(229, 229, 229, 0.5);
  }
  .header .logo {
    background: url("/images/logo-mobile.svg") no-repeat 0 50%;
    width: 91px;
    height: 32px;
    top: 3px;
    left: 10px;
  }
  .header .burger {
    display: none;
    height: 40px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000;
  }
  .header .btn--red {
    right: 10px;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px 4px 8px;
    top: 10px;
  }

  .main {
    padding-top: 86px;
  }

  .main-top {
    margin-bottom: 31px;
    min-width: auto;
  }
  .main-top .col-3 {
    font-size: 13px;
    line-height: 17px;
  }
  .main-top__item {
    min-height: 373px;
    padding: 40px 0 24px;
  }
  .main-top__item .main-top__item-bg {
    background-image: none;
  }
  .main-top__item-info {
    padding: 0 50px 0 0;
    max-width: 289px;
  }
  .main-top__item--2 {
    z-index: 3;
    bottom: 0;
  }
  .main-top__item--2 .main-top__item-bg {
    top: -10%;
    bottom: 0;
    left: -20%;
    clip-path: polygon(0% 12%, 99.8% 16.5%, 100% 99%, 9% 97%);
  }
  .main-top__item--2 .main-top__item-info {
    font-size: 14px;
    line-height: 32px;
    margin: 20px auto;
  }
  .main-top__item--3 .main-top__item-info {
    margin-top: 53px;
  }
  .main-top__item--4 .main-top__item-info {
    margin-top: 70px;
  }
  .main-top__item--4 .main-top__item-bg {
    bottom: 0;
  }
  .main-top__item--5 .main-top__item-bg {
    bottom: 0;
  }
  .main-top__item--5 .main-top__item-info {
    margin-top: 53px;
  }
  .main-top__item-text {
    font-size: 18px;
    line-height: 36px;
  }
  .main-top__item .btn {
    display: none;
  }
  .main-top__item-title {
    margin-bottom: 13px;
  }
  .main-top .swiper-button-next {
    height: 0;
    width: 60px;
    padding: 68px 0 0;
    overflow: hidden;
    color: transparent;
    background: url("/images/ico-hand-white.svg") no-repeat center transparent;
    transform: none;
    top: 23%;
    right: 8%;
    left: auto;
  }

  .options {
    margin-bottom: 60px;
    padding-right: 0;
  }
  .options-title {
    margin-right: 5px;
  }
  .options-left {
    position: static;
    padding: 19px 16px 25px;
    text-align: center;
    color: #ffffff;
    background: #041824;
    width: auto;
    margin: 27px -16px 0;
  }
  .options-left__count:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
  }
  .options-left__text {
    max-width: 223px;
    margin: 0 auto 8px;
  }
  .options ul li {
    margin-bottom: 14px;
  }

  .principles {
    margin-bottom: 30px;
  }
  .principles-title {
    margin-bottom: 28px;
  }
  .principles-item {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
  }
  .principles-item__title {
    margin-bottom: 24px !important;
    font-size: 20px;
    line-height: 26px;
  }
  .principles-item__text {
    font-size: 16px;
  }
  .principles-item__img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px !important;
    height: 142px !important;
    background: none !important;
    max-width: 260px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .principles-item__img:after {
    content: "";
    display: block;
    position: absolute;
    top: -5%;
    left: -15%;
    right: -15%;
    bottom: 0;
    background: #FE2A00;
    clip-path: polygon(23% 5%, 86% 12%, 87% 93%, 9% 99%);
    z-index: 1;
  }
  .principles-item__img img {
    display: block;
    width: auto;
    max-height: 100%;
    position: relative;
    z-index: 2;
  }
  .principles-item-bg {
    display: none;
  }
  .principles-item--3 .principles-item__img {
    background-size: 100% auto;
  }
  .principles-item--4 .principles-item__title,
.principles-item--4 .principles-item__text {
    color: #000;
  }
  .principles-item--2 .principles-item__img:after, .principles-item--4 .principles-item__img:after {
    background-color: #8F74AA;
  }
  .principles-item--2 .principles-item__img:after {
    clip-path: polygon(11% 4%, 80% 10%, 90% 93%, 6% 100%);
  }
  .principles-item--3 .principles-item__img:after {
    clip-path: polygon(11% 4%, 89% 11%, 80% 93%, 16% 96%);
  }
  .principles-item--4 .principles-item__img:after {
    clip-path: polygon(12% 4%, 89% 0, 79% 92%, 16% 80%);
  }
  .principles-item--5 .principles-item__img:after {
    clip-path: polygon(14% 3%, 91% 0, 79% 88%, 8% 93%);
  }
  .principles-item--6 .principles-item__img:after {
    clip-path: polygon(19% 3%, 82% 0, 84% 89%, 10% 93%);
  }

  .clients {
    margin-bottom: 19px;
  }
  .clients-items {
    margin: 0 -10px;
    padding: 30px 0 30px 10px;
    width: calc(100% + 20px);
  }
  .clients-item {
    width: 220px;
    margin: 0;
    padding: 27px 26px 22px;
  }
  .clients-item--1 .clients-item__name {
    clip-path: polygon(0% 9%, 91% 0%, 99% 93%, 0 89%);
  }
  .clients-title {
    max-width: 300px;
    margin-bottom: 11px;
  }
  .clients-descr {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .clients .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .input-wrap {
    margin-bottom: 7px;
    padding-top: 33px;
  }

  .feedback {
    margin-bottom: 41px;
  }
  .feedback-title {
    margin-bottom: 6px;
  }
  .feedback-descr {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .feedback .col {
    width: 100%;
    padding-right: 0;
  }
  .feedback .col--2 {
    padding-bottom: 0;
    margin-bottom: 49px;
  }
  .feedback .col--2 .input-wrap {
    min-height: auto;
    margin-bottom: 13px;
  }
  .feedback .col--3 {
    padding-top: 61px;
    position: relative;
    text-align: center;
  }
  .feedback__manager-title {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .feedback__manager-img {
    margin-bottom: 23px;
  }
  .feedback__manager-descr {
    max-width: 216px;
    margin: 0 auto;
  }
  .feedback button {
    width: 100%;
    max-width: 300px
  }
  .feedback textarea.input {
    min-height: 149px;
  }

  .footer .logo {
    background: url("/images/logo-mobile-white.svg") no-repeat center;
    width: 91px;
    height: 32px;
  }
}

/*# sourceMappingURL=style.css.map */


.top-yabiz {
    text-align: center;
}

.top-yabiz__img {
    max-width: 100%;
}

.r-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin: 30px auto
}

.r-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 2px 10px 0 rgba(175, 174, 174, 0.5);
  display: flex;
  flex-direction: column;
}

.r-card img {
  display: block;
  width: 100%;
  height: auto;
}

.form-error {
  background: #ffecec;
  border: 1px solid #ffaaaa;
  color: #b30000;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
}
