body.ru {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
body.ru .section__title {
  font-family: "PT Sans", sans-serif;
}

:root {
  --simple_form_gap: 314px;
  --white_form_gap: 355px;
}

.bg-city-white {
  background-image: url(../../../img/city_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 143px;
}

.btn-transparent {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1F8AC8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 24px;
  height: 45px;
  gap: 10px;
  border: 1px solid #1F8AC8;
  border-radius: 3em;
  cursor: pointer;
}
.btn-transparent:hover {
  background-color: #1F8AC8;
  color: white;
}

.servtop-title, .servtop-title-new {
  max-width: 590px;
  font-style: normal;
  font-weight: 700;
  font-size: 74px;
  line-height: 70px;
  color: #191919;
}

.ru .servtop-title, .ru .servtop-title-new {
  font-size: 44px;
  line-height: 48px;
}

.servtop-title-new.uppercase {
  text-transform: uppercase;
}
.servtop-subtitle-new {
  margin-top: 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  color: #191919;
}
.servtop-subtext {
  margin-top: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #191919;
}
.servtop:has(.servtop__platform) .servtop__side {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.servtop__platform {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 1100px;
  background-color: #208AC8;
  position: relative;
}
.servtop__platform-main {
  padding: 40px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 651px;
}
.servtop__platform-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}
.servtop__platform-offset {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #208AC8;
}
.servtop__platform-offset--inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.servtop__platform-offset--inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.servtop__platform-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin: auto 20px;
}

@media screen and (max-width: 1170px) {
  .servtop__platform {
    width: calc(100vw - 100px);
  }
  .servtop__platform-main {
    max-width: 530px;
  }
  .servtop__platform-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1030px) {
  .servtop__platform-main {
    max-width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .servtop__platform {
    width: 100%;
  }
  .servtop__platform-main {
    max-width: 100%;
    padding: 30px 20px;
    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;
  }
  .servtop__platform-text {
    text-align: center;
  }
  .servtop__platform-arrow {
    margin: 60px 0 30px;
    position: static;
    -webkit-transform: rotate(107deg);
            transform: rotate(107deg);
  }
  html[dir=rtl] .servtop__platform-arrow {
    position: static;
    -webkit-transform: rotate(107deg);
            transform: rotate(107deg);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --simple_form_gap: 280px;
  }
  .servtop__platform {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  .servtop__platform-arrow {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(69%) rotate(107deg);
            transform: translateY(69%) rotate(107deg);
  }
  .servtop__platform-arrow path {
    fill: #208AC8;
  }
  .servtop-subtitle-new {
    line-height: 110%;
    font-size: 32px;
  }
  .servtop-subtext {
    margin-top: 20px;
  }
  .ru .servtop-title, .ru .servtop-title-new {
    font-size: 36px;
    line-height: 110%;
  }
}
@media screen and (max-width: 600px) {
  .section__title {
    line-height: 110%;
  }
}
@media screen and (max-width: 440px) {
  .ru .servtop-title, .ru .servtop-title-new {
    font-size: 32px;
  }
  .servtop-subtitle-new {
    line-height: 110%;
    font-size: 26px;
  }
  .servtop-subtext {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  :root {
    --white_form_gap: 400px;
  }
}
.solution {
  background-color: #F2F2F2;
  padding-top: 80px;
}
.solution__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.solution__grid-item .solution__block {
  height: 100%;
}
.solution__info {
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.solution__info-title {
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  color: #191919;
}
.solution__info-title .blue {
  color: #208AC8;
}
.solution__info-text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.solution__info-webaddress {
  height: 45px;
  margin-top: auto;
}
.solution__info-webaddress svg {
  height: 100%;
  width: auto;
}
.solution__block {
  background-color: white;
  border-radius: 10px;
  padding: 40px 23px;
}
.solution__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  height: 100%;
}
.solution__block-icon {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #EAF9FE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution__block-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 7px solid #F9B20A;
  border-radius: 50%;
}
.solution__block-col {
  color: #191919;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.solution__block-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
.solution__block-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.solution__block-btn {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .solution__grid {
    gap: 15px;
  }
  .solution__block {
    padding: 20px;
  }
  .solution__block-inner {
    gap: 15px;
  }
  .solution__block-icon {
    height: 60px;
    width: 60px;
  }
  .solution__block-icon svg {
    height: 66%;
    width: auto;
  }
  .solution__block-icon:before {
    width: 17px;
    height: 17px;
    border-width: 5px;
  }
  .solution__block-title {
    font-size: 24px;
    line-height: 120%;
  }
  .solution__info-webaddress {
    width: 100%;
  }
  .solution__info-webaddress svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .solution {
    padding-top: 30px;
  }
  .solution__grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .solution__block {
    padding: 15px;
  }
  .solution__block-title {
    font-size: 22px;
  }
  .solution__info {
    gap: 30px;
  }
  .solution__info .section__title {
    text-align: center;
  }
  .solution__info-text {
    font-size: 16px;
    margin-top: 15px;
  }
  .solution__info-webaddress {
    max-width: 520px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .solution__info-webaddress svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .solution__block-icon {
    height: 40px;
    width: 40px;
  }
  .solution__block-icon:before {
    width: 13px;
    height: 13px;
    border-width: 4px;
  }
  .solution__block-title {
    font-size: 18px;
  }
  .solution__block-text {
    margin-top: 10px;
  }
  .solution__block-col {
    gap: 10px;
  }
  .solution__block-btn {
    margin-top: 0;
  }
}
.solution:has(.simple_form) {
  padding-bottom: var(--simple_form_gap);
  position: relative;
}
.solution:has(.simple_form) + .finance {
  padding-top: calc(var(--simple_form_gap));
}
.solution .simple_form {
  bottom: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.finance {
  padding-top: 80px;
  padding-bottom: 50px;
}
.finance-text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.finance-text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-top: 1em;
}
.finance-text > *:first-child {
  margin-top: 0;
}
.finance-flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
}
.finance__graph {
  -webkit-box-flex: 357px;
      -ms-flex: 357px 0 0px;
          flex: 357px 0 0;
}
.finance__graph-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #191919;
}
.finance__graph-btn {
  margin-top: 30px;
}
.finance__graph-main {
  margin-top: 60px;
  height: 361px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 9.5%;
}
.finance__graph-col {
  width: 27%;
  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;
  border-radius: 3px;
  padding: 15px;
  height: 100%;
}
.finance__graph-col.red {
  background-color: #F48883;
}
.finance__graph-col.yellow {
  background-color: #F0C962;
}
.finance__graph-col.green {
  background-color: #4ACE4F;
}
.finance__graph-numbers {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}
.finance__graph-numbers div {
  padding: 0 6px;
}
.finance__graph-numbers hr {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  border: 0;
  margin: 0.2em 0;
}
.finance__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
.finance__block-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9B20A;
}
.finance__block-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #191919;
}
.finance__block-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #191919;
}
@media screen and (max-width: 1200px) {
  .finance-flex {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .finance-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .finance__graph {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .finance__graph-main {
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
  }
  .finance__graph-btn {
    margin-top: 15px;
  }
  .finance__grid {
    grid-gap: 30px;
  }
  .finance__grid-item.empty {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .finance {
    padding-bottom: 30px;
  }
  .finance .section__title {
    text-align: center;
  }
  .finance-text {
    font-size: 16px;
  }
  .finance-flex {
    margin-top: 30px;
  }
  .finance__graph-title {
    font-size: 26px;
    text-align: center;
  }
  .finance__graph-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 520px) {
  .finance__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 440px) {
  .finance__block-icon {
    width: 40px;
    height: 40px;
  }
  .finance__block-icon svg {
    height: 66%;
    width: auto;
  }
  .finance__block-title {
    margin-top: 10px;
    font-size: 18px;
  }
  .finance__block-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 130%;
  }
}

.rating {
  background-color: #F2F2F2;
}
.rating-inner {
  padding-top: 100px;
  position: relative;
}
.rating__title-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  top: 0;
  height: 260px;
  background-color: #F2F2F2;
  width: 65.3%;
}
.rating__title-inner {
  padding-top: 100px;
  position: relative;
  width: 100%;
  height: 100%;
}
.rating__title-inner:before {
  content: "";
  display: block;
  background-color: #F2F2F2;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 50px;
  position: absolute;
  top: 0;
  left: 1px;
}
@media screen and (min-width: 1200px) {
  .rating__title-inner:before {
    width: calc((100vw - 1160px) / 2);
  }
}
.rating__slider .swiper-slide {
  display: block;
  height: auto;
}
.rating__item {
  border: 1px solid;
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rating__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.rating__item__circle {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: -44px;
}
.rating__item__circle-outer {
  width: 100%;
  height: 100%;
  position: relative;
}
.rating__item__circle-pie {
  background-color: transparent;
  height: 150px;
  width: 150px;
}
.rating__item__circle-white {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: white;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.rating__item__circle-scale {
  margin: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 1px solid #DDE0EC;
  border-radius: 50%;
}
.rating__item__circle-scale--inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.rating__item__circle-scale--num {
  position: absolute;
  font-weight: 400;
  font-size: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 6px;
  text-align: center;
  color: #757A89;
  margin: auto;
}
.rating__item__circle-scale--num.top {
  top: 1px;
  left: 0;
  right: 0;
}
.rating__item__circle-scale--num.left {
  bottom: 0;
  top: 0;
  left: 1px;
  right: auto;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
}
.rating__item__circle-scale--num.right {
  bottom: 0;
  top: 0;
  right: 1px;
  left: auto;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  text-orientation: mixed;
}
.rating__item__circle-scale--arrow {
  position: absolute;
}
.rating__item__label {
  position: relative;
  z-index: 2;
  width: 86%;
}
.rating__item__label-box {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #191919;
  background-color: #bababa;
  padding: 12px;
  height: 61px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rating__item__label-arrow {
  margin: 0 8px;
}
.rating__item__label-text {
  margin-top: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #191919;
}
.rating__item-rows {
  margin-top: 35px;
}
.rating__item__row {
  margin-top: 18px;
  color: #191919;
}
.rating__item__row:first-child {
  margin-top: 0;
}
.rating__item__row-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.rating__item__row-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  min-height: 9em;
}
.rating__item__btn {
  margin-top: 25px;
  background-color: white;
}
.rating__item.red {
  background-color: #FFF4F3;
  border-color: #FDB3AE;
}
.rating__item.red .rating__item__label-box {
  background-color: #FDB3AE;
}
.rating__item.red .rating__item__label-text {
  color: #BF3129;
}
.rating__item.red .rating__item__circle-scale--arrow {
  left: 5.855%;
  bottom: 12.9727%;
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
}
.rating__item.red .rating__item__circle-pie path.red {
  stroke: #F48883;
  stroke-width: 40px;
}
.rating__item.yellow {
  background-color: #FFFBEF;
  border-color: #FFE193;
}
.rating__item.yellow .rating__item__label-box {
  background-color: #FFE193;
}
.rating__item.yellow .rating__item__label-text {
  color: #BB8D15;
}
.rating__item.yellow .rating__item__circle-scale--arrow {
  left: 6.3%;
  top: 12.4%;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.rating__item.yellow .rating__item__circle-pie path.yellow {
  stroke: #F0C962;
  stroke-width: 40px;
}
.rating__item.green {
  background-color: #F2FBF2;
  border-color: #B6E3B6;
}
.rating__item.green .rating__item__label-box {
  background-color: #A5E7A7;
}
.rating__item.green .rating__item__label-text {
  color: #178C1B;
}
.rating__item.green .rating__item__circle-scale--arrow {
  top: -0.509%;
  right: 22.872%;
  -webkit-transform: rotate(28.88deg);
          transform: rotate(28.88deg);
}
.rating__item.green .rating__item__circle-pie path.green {
  stroke: #4ACE4F;
  stroke-width: 40px;
}
.rating__item:hover {
  border-color: #1272DF;
}
.rating__item:hover .rating__item__btn {
  background-color: #208AC8;
  color: white;
}
@media screen and (max-width: 1200px) {
  .rating__item__label-box {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .rating-inner {
    padding-top: 50px;
  }
  .rating__title-wrapper {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
  .rating__title-inner {
    padding-top: 0;
  }
  .rating__slider {
    margin-top: 80px;
  }
  .rating__item__label-box {
    font-size: 20px;
  }
  .rating__item__label-arrow {
    height: auto;
    width: 30px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .rating__item__row-icon svg {
    height: 32px;
    width: auto;
  }
  .rating__item__row-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 120%;
  }
  .rating__item__row-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .rating__slider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .rating__slider .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 440px) {
  .rating .section__title {
    text-align: center;
  }
  .rating .section__title br {
    display: none;
  }
}
.rating:has(.white_form) {
  position: relative;
  padding-bottom: var(--white_form_gap);
  margin-bottom: var(--white_form_gap);
}
.rating .white_form {
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.plan {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.plan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.plan-col {
  width: 570px;
}
.plan-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.plan-text p {
  margin-top: 1em;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.plan-text p:first-child {
  margin-top: 0;
}
.plan-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  color: #000000;
}
.plan__grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.plan__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.plan__grid__item-icon {
  height: 45px;
  width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F8B109;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan__grid__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
@media screen and (max-width: 1050px) {
  .plan-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .plan-col {
    width: 100%;
  }
  .plan__grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .plan-title {
    text-align: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plan__grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .plan-title {
    font-size: 28px;
    line-height: 110%;
  }
  .plan-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .plan__grid {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    place-items: center;
  }
}
@media screen and (max-width: 440px) {
  .plan-title {
    font-size: 22px;
    line-height: 110%;
  }
  .plan__grid {
    margin-top: 30px;
  }
  .plan__grid__item-title {
    font-size: 14px;
  }
  .plan__grid__item-icon {
    width: 38px;
    height: 38px;
  }
  .plan-text {
    font-size: 14px;
  }
}

.simple_form-container {
  max-width: 1470px;
}
.simple_form-block {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 138, 200, 0.783)), color-stop(87.12%, rgba(31, 138, 200, 0.9))), url("../../../img/stages/bg.png") center no-repeat;
  background: linear-gradient(180deg, rgba(31, 138, 200, 0.783) 0%, rgba(31, 138, 200, 0.9) 87.12%), url("../../../img/stages/bg.png") center no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 80px 135px;
  color: #FFFFFF;
  height: 468px;
}
.simple_form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.simple_form-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}
.simple_form-motto {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
}
.simple_form-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.simple_form-btn {
  padding: 10px 39px;
  height: 60px;
  line-height: 100%;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.simple_form-btn.blue {
  border: 1px solid #208AC8;
  background-color: #208AC8;
  color: #fff;
}
.simple_form-btn.blue:hover {
  color: #208AC8;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .simple_form-block {
    padding: 30px;
    height: 450px;
  }
  .simple_form-flex {
    height: 100%;
  }
  .simple_form-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .simple_form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .simple_form-title {
    font-size: 28px;
  }
  .simple_form-left {
    text-align: center;
  }
  .simple_form-btn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    max-width: 100%;
    font-size: 18px;
  }
  .simple_form-motto {
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .simple_form-block {
    height: 490px;
  }
}
@media screen and (max-width: 440px) {
  .simple_form-block {
    padding: 15px;
  }
  .simple_form-motto {
    font-size: 24px;
  }
  .simple_form-title {
    font-size: 20px;
  }
}

.white_form-block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 60px 66px;
  height: 550px;
}
.white_form-text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.white_form-text p {
  margin-top: 1em;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.white_form-text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .white_form-block {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .white_form-text {
    margin-top: 15px;
    font-size: 16px;
  }
  .white_form-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 580px) {
  .white_form-block {
    height: 600px;
    padding: 15px;
  }
}
@media screen and (max-width: 440px) {
  .white_form-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .white_form-block {
    height: 700px;
  }
}

html[dir=rtl] .servtop__platform-arrow {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%) rotateY(180deg);
          transform: translateX(-100%) rotateY(180deg);
}
@media screen and (max-width: 900px) {
  html[dir=rtl] .servtop__platform-arrow {
    position: static;
    -webkit-transform: rotate(107deg);
            transform: rotate(107deg);
  }
}
@media screen and (max-width: 768px) {
  html[dir=rtl] .servtop__platform-arrow {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(69%) rotate(107deg);
            transform: translateY(69%) rotate(107deg);
  }
}
html[dir=rtl] .solution__block-icon:before {
  left: auto;
  right: 0;
}
html[dir=rtl] .rating__item__circle {
  left: auto;
  right: 0;
}
html[dir=rtl] .rating__item__label-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html[dir=rtl] .rating__title-inner:before {
  right: 1px;
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}