/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./web/static/web/landings/index/app.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/* Adaptive */
* {
  box-sizing: border-box;
  outline: none;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul,
ol,
nav,
menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

form {
  margin: 0;
}

.main__container {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
@media only screen and (min-width: 576px) {
  .main__container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .main__container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .main__container {
    padding: 0 80px;
  }
}
.main__small-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 846px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
@media only screen and (min-width: 576px) {
  .main__small-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .main__small-container {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .main__small-container {
    padding: 0 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .main__small-container {
    padding: 0 297px;
  }
}
.main__gradient {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .main__gradient img {
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  .main__gradient--desktop {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .main__gradient--mobile {
    display: block;
  }
}

.common__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1260px) {
  .common__container {
    padding: 0 15px;
  }
}
.common__container--header {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1260px) {
  .common__container--header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.common__title-h1, .common__title-h2, .common__title-h3, .common__title-h4, .common__title-h5, .common__title-h6 {
  font-weight: 700;
}
.common__title-h1 {
  font-size: 50px;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .common__title-h1 {
    font-size: 36px;
  }
}
.common__title-h1--two {
  font-size: 25px;
  line-height: 130%;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .common__title-h1--two {
    font-size: 36px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .common__title-h1--two {
    font-size: 22px;
    line-height: 130%;
  }
}
.common__title-h2 {
  font-size: 66px;
  line-height: 105%;
}
@media screen and (max-width: 768px) {
  .common__title-h2 {
    font-size: 44px;
  }
}
.common__title-h3 {
  font-size: 38px;
  line-height: 46px;
}
@media screen and (max-width: 1280px) {
  .common__title-h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .common__title-h3 {
    font-size: 28px;
    line-height: 115%;
  }
}
.common__title-h4 {
  font-size: 25px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .common__title-h4 {
    font-size: 22px;
    line-height: 120%;
  }
}
.common__title-h5 {
  font-size: 19px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .common__title-h5 {
    font-size: 17px;
  }
}
.common__text-s, .common__text-m, .common__text-l, .common__text-d {
  font-weight: 400;
}
.common__text-xl {
  font-size: 66px;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .common__text-xl {
    font-size: 44px;
  }
}
.common__text-l {
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .common__text-l {
    font-size: 28px;
  }
}
.common__text-m {
  font-size: 25px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .common__text-m {
    font-size: 22px;
  }
}
.common__text-s {
  font-size: 19px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .common__text-s {
    font-size: 17px;
  }
}
.common__text-d {
  font-size: 15px;
  line-height: 140%;
}
.common__text-micro {
  font-size: 12px;
  line-height: 140%;
}
.common__wrap {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.common__content {
  padding-bottom: 72px;
}
.common__content-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .common__content-title {
    margin-bottom: 4px;
  }
}
.common__content-section {
  width: 100%;
  max-width: calc(100% - 250px);
  padding-left: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .common__content-section {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .common__content-section {
    max-width: 100%;
    padding-left: 0;
  }
}
.common__content-section h2 {
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .common__content-section h2 {
    font-size: 22px;
    line-height: 120%;
  }
}
.common__content-section h3 {
  margin-bottom: 30px;
}
.common__content-section p {
  margin-top: 0;
}
.common__content-section ol {
  counter-reset: item;
}
.common__content-section ol li {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.common__content-section ol li div {
  padding-left: 17px;
  margin-top: 12px;
}
.common__content-section ol li::before {
  display: block;
  content: counter(item) ". ";
  counter-increment: item;
  margin-right: 7px;
  width: 20px;
  position: relative;
  top: -3px;
}
.common__content-section a {
  color: #247dd7;
}
.common__content-section a:hover {
  text-decoration: underline;
}
.common__content-section ul li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  word-break: break-word;
  flex-wrap: wrap;
  padding-left: 20px;
  position: relative;
}
.common__content-section ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #252529;
  border-radius: 50%;
  margin-right: 10px;
  top: 10px;
  position: absolute;
  left: 0;
}
.common__content-date {
  display: block;
  color: #b8b8bb;
}
.common__content-block {
  margin-top: 36px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .common__content-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .common__content-block {
    margin-top: 40px;
  }
}
.common__sticky {
  position: sticky;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 250px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .common__sticky {
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.common__inner {
  padding-left: 72px;
  padding-right: 72px;
}
@media screen and (max-width: 1260px) {
  .common__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.common__inner-header {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1260px) {
  .common__inner-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.common__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .common__text {
    margin: 0;
  }
}
.common__subtitle {
  color: #252529;
  font-weight: 400;
  font-size: 80px;
  line-height: 105%;
  margin-top: 0;
  margin-bottom: 56px;
}
.common__subtitle--prm {
  background: linear-gradient(7.34deg, #8a45d4 -6.59%, #4393ed 63.47%, #63b6e8 143.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common__subtitle-wrap {
  margin-bottom: 56px;
}
.common__subtitle--clm {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: auto;
  color: #fff;
  max-width: 263px;
}
@media screen and (max-width: 1024px) {
  .common__subtitle--clm {
    max-width: 100%;
  }
}
.common__subtitle--big {
  font-size: 230px;
  display: block;
  margin-bottom: -32px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .common__subtitle--big {
    font-size: 130px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .common__subtitle {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .common__subtitle {
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
.common__subtitle--middle {
  font-weight: 400;
  font-size: 136px;
  line-height: 105%;
  max-width: 65%;
  margin-bottom: -7px;
}
@media screen and (max-width: 768px) {
  .common__subtitle--middle {
    font-size: 72px;
    line-height: 100%;
    max-width: 100%;
  }
}
.common__subtitle--center {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
}
.common__subtitle--small {
  font-size: 19px;
  line-height: 24px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .common__subtitle--small {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common__subtitle--small {
    font-size: 17px;
  }
}
.common__subtitle-decorated {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.common__subtitle-decorated:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #e4e4e5;
}
.common__subtitle-decorated-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 32px;
  padding-right: 32px;
  color: #9e9eb0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .common__subtitle-decorated-text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.common__subtitle--elem {
  text-align: center;
  max-width: 400px;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .common__subtitle--elem {
    margin-bottom: 32px;
  }
}
.common__subtitle--case {
  margin: 0;
}
.common__subtitle--clients {
  max-width: 663px;
}
@media screen and (max-width: 650px) {
  .common__subtitle--clients {
    margin-bottom: 0px;
  }
}
.common__subtitle--slider {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .common__subtitle--slider {
    align-items: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .common__subtitle--slider {
    margin-bottom: 24px;
  }
}
.common__subtitle--form {
  display: block;
  max-width: 850px;
  width: 100%;
  text-align: center;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1366px) {
  .common__subtitle--form {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .common__subtitle--form {
    margin-top: 20px;
  }
}
.common__dropdown-row {
  display: flex;
  align-items: flex-start;
  background: #f7f7fa;
  border-radius: 16px;
  padding: 38px 32px 24px 32px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .common__dropdown-row {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .common__dropdown-row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.common__dropdown-number {
  color: #252529;
  font-size: 17px;
  line-height: 24px;
  border: 1px solid #e4e4e5;
  border-radius: 100px;
  padding: 3px 16px 1px;
}
@media screen and (max-width: 960px) {
  .common__dropdown-number {
    padding: 3px 10px 1px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .common__dropdown-number {
    padding: 3px 16px 1px;
    font-size: 17px;
    line-height: 24px;
    order: 2;
  }
}
.common__dropdown-name {
  font-size: 30px;
  line-height: 38px;
  width: 56%;
  padding-left: 139px;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .common__dropdown-name {
    padding-left: 40px;
    font-size: 24px;
    max-width: 21%;
  }
}
@media screen and (max-width: 960px) {
  .common__dropdown-name {
    font-size: 18px;
    line-height: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .common__dropdown-name {
    order: 1;
    font-size: 22px;
    line-height: 140%;
    padding-left: 0;
    max-width: 100%;
  }
}
.common__dropdown-desc {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.common__dropdown-open {
  min-width: 36px;
  height: 36px;
  border: 1px solid #e4e4e5;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}
.common__dropdown-open:before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  position: absolute;
  margin: auto;
  background-color: #252529;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.common__dropdown-open:after {
  content: "";
  display: block;
  height: 10px;
  width: 2px;
  position: absolute;
  margin: auto;
  background-color: #252529;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center;
  transition: 0.3s;
}
.common__dropdown-open:hover {
  border: 1px solid #252529;
  background-color: #252529;
}
.common__dropdown-open:hover:before, .common__dropdown-open:hover:after {
  background-color: #fff;
}
.common__dropdown-open.active::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .common__dropdown-open {
    order: 5;
    width: 100%;
    border-radius: 40px;
  }
  .common__dropdown-open:hover {
    background-color: transparent;
    border-color: #e4e4e5;
  }
  .common__dropdown-open:hover:before, .common__dropdown-open:hover:after {
    background-color: #252529;
  }
}
.common__dropdown-container {
  margin: 0;
  padding: 0 32px;
  width: 100%;
  max-width: 704px;
  position: relative;
  top: -6px;
  left: -2px;
}
@media screen and (max-width: 960px) {
  .common__dropdown-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common__dropdown-container {
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    order: 3;
  }
}
.common__dropdown-item {
  margin-bottom: 9px;
}
.common__dropdown-item.active .common__dropdown-inner {
  max-height: 1000px;
}
.common__dropdown-item.active .common__dropdown-open::after {
  transform: rotate(90deg);
}
.common__dropdown-inner {
  overflow: hidden;
  transition: 0.3s;
  max-height: 0px;
}
.common__columns {
  display: flex;
  padding-top: 64px;
  justify-content: space-between;
  margin: 0 -40px 32px -40px;
}
.common__columns-item {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .common__columns-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 650px) {
  .common__columns-item {
    width: 100%;
    border-bottom: 1px solid #e4e4e5;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .common__columns-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .common__columns-item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .common__columns {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .common__columns {
    flex-wrap: wrap;
  }
}
.common__columns-name {
  color: #b8b8bb;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .common__columns-name {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
  }
}
.common__columns-list-item {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 12px;
}
.common__columns-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .common__columns {
    padding-top: 40px;
  }
}
.common__link {
  display: flex;
  color: #252529;
  font-size: 17px;
  line-height: 24px;
  position: relative;
}
.common__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #252529;
  transition: 0.3s;
  transform-origin: left;
  transform: scaleX(0);
  position: absolute;
  bottom: 0px;
  left: 0;
}
.common__link:hover:before {
  transform: scaleX(1);
}
.common__video {
  width: 100%;
  max-width: 40%;
}
@media screen and (max-width: 1200px) {
  .common__video {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .common__video {
    display: none;
  }
}
.common__check {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.common__check-wrap:last-child {
  margin-top: 5px;
}
.common__check-visible {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 5px;
  border: 1px solid #e4e4e5;
  transition: 0.3s;
}
.common__check-visible:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-image: url(46dd40cf163fc4733e12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.common__check-visible--send {
  margin-bottom: 3px;
}
.common__check-hidden {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.common__check-hidden.error ~ .common__check-visible {
  border-color: #f5222d;
}
.common__check-text a {
  color: #247dd7;
}
.common__check-hidden:checked + .common__check-visible {
  background: linear-gradient(7.34deg, #8a45d4 -6.59%, #4393ed 63.47%, #63b6e8 143.98%);
  border: none;
}
.common__check-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .common__check-container {
    align-items: start;
  }
}
.common__write {
  margin-bottom: 24px;
}
.common__choise-country {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.common__flags {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  white-space: nowrap;
}
.common__flags:after {
  content: "";
  border: 4px solid transparent;
  border-top: 7px solid #323236;
  order: 2;
  margin-right: 5px;
  margin-left: 5px;
}
.common__flags-inner {
  min-width: 30px;
  height: 20px;
  order: 1;
}
@media screen and (max-width: 1440px) {
  .common__flags-inner {
    min-width: 20px;
    height: 13px;
  }
}
.common__flags-code {
  font-size: 17px;
  line-height: 140%;
  order: 3;
}
@media screen and (max-width: 1440px) {
  .common__flags-code {
    font-size: 14px;
  }
}
.common__prm {
  margin-bottom: 32px;
}
.common__prm-block--list {
  margin-bottom: 64px;
}
.common__prm-block--list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .common__prm-block {
    margin-bottom: 24px;
  }
  .common__prm-block--list {
    margin-bottom: 64px;
  }
  .common__prm-block--list--cpa {
    margin-bottom: 24px;
  }
}
.common__prm:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .common__prm {
    margin-bottom: 12px;
  }
}
.common__prm-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .common__prm-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.common__prm-back {
  background-image: url(a67035ed5ae0aa2121f5.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.common__prm-back--cpa {
  background-image: url(47e571abcf1890e93f56.jpg);
}
@media screen and (max-width: 768px) {
  .common__prm-back {
    background-image: url(acea1eaf0f34e81b6a8c.jpg);
  }
}
.common__prm-inner {
  padding: 96px 80px 80px 80px;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .common__prm-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .common__prm-inner {
    padding: 48px 24px 24px 24px;
  }
}
.common__prm-title {
  margin-top: 0;
  color: #fff;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
.common__prm-title--alone {
  margin-bottom: 0px;
}
.common__prm-title--left {
  text-align: left;
  max-width: 613px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common__prm-title--left {
    max-width: 100%;
    text-align: center;
  }
}
.common__prm-subtitle {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  color: #fff;
}
.common__prm-subtitle--left {
  text-align: left;
  max-width: 613px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .common__prm-subtitle--left {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .common__prm-subtitle--left {
    max-width: 100%;
    text-align: center;
  }
}
.common__prm-header {
  max-width: 665px;
  margin: auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .common__prm-header {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.common__prm-header--full {
  max-width: 850px;
}
.common__prm-header--icon {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .common__prm-header--icon {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.common__prm-header-icon {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-10%);
}
@media screen and (max-width: 1280px) {
  .common__prm-header-icon {
    transform: scale(0.9) translateY(-20%);
  }
}
@media screen and (max-width: 768px) {
  .common__prm-header-icon {
    position: relative;
    transform: none;
    max-width: 176px;
    margin: 24px auto auto auto;
  }
  .common__prm-header-icon img {
    width: 100%;
  }
}
.common__prm-black {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -32px;
}
@media screen and (max-width: 650px) {
  .common__prm-black {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.common__prm-black-item {
  width: 100%;
  max-width: calc(25% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
  background: #29292d;
  border: 1px solid #323235;
  border-radius: 20px;
  padding: 23px;
  position: relative;
}
.common__prm-black-item--five {
  max-width: calc(20% - 32px);
}
@media screen and (max-width: 1280px) {
  .common__prm-black-item {
    max-width: calc(50% - 32px);
  }
  .common__prm-black-item--five {
    max-width: calc(33.3333333333% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .common__prm-black-item--five {
    max-width: calc(50% - 32px);
  }
}
@media screen and (max-width: 650px) {
  .common__prm-black-item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 16px;
  }
  .common__prm-black-item:last-child {
    margin-bottom: 0;
  }
}
.common__prm-black-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
.common__prm-black-img img {
  display: block;
}
@media screen and (max-width: 1280px) {
  .common__prm-black-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .common__prm-black-img {
    position: absolute;
    left: 16px;
    top: 16px;
  }
}
.common__prm-black-title {
  margin-top: 0;
  margin-bottom: 16px;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .common__prm-black-title {
    margin-bottom: 8px;
    padding-left: 60px;
  }
}
.common__prm-black-text {
  margin: 0;
  color: #9e9eb0;
}
@media screen and (max-width: 650px) {
  .common__prm-black-text {
    padding-left: 60px;
  }
}
.common__prm-blackicon {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}
@media screen and (max-width: 650px) {
  .common__prm-blackicon {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.common__prm-blackicon-item {
  width: 100%;
  max-width: calc(25% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: 20px;
  max-height: 88px;
  background: #29292d;
  border: 1px solid #323235;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  .common__prm-blackicon-item {
    max-width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .common__prm-blackicon-item {
    max-width: calc(50% - 24px);
    padding: 16px;
  }
}
@media screen and (max-width: 650px) {
  .common__prm-blackicon-item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    margin-bottom: 8px;
  }
  .common__prm-blackicon-item:last-child {
    margin-bottom: 0;
  }
}
.common__prm-blackicon-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common__prm-blackicon-title {
  margin: 0;
  color: #fff;
}
.common__prm-desc {
  display: block;
  margin: 32px 0 0;
  color: #9e9eb0;
}
@media screen and (max-width: 650px) {
  .common__prm-desc {
    margin: 24px 0 0;
  }
}
.common__prm-arrow {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 650px) {
  .common__prm-arrow {
    flex-wrap: wrap;
  }
}
.common__prm-arrow-item {
  width: 100%;
  max-width: 20%;
  display: flex;
  justify-content: center;
  position: relative;
}
.common__prm-arrow-item:after {
  content: "";
  display: block;
  background-image: url(7a9c7cd7abd8ff449679.svg);
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translate(50%);
}
.common__prm-arrow-item:last-child:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .common__prm-arrow-item {
    counter-increment: counter;
  }
  .common__prm-arrow-item:after, .common__prm-arrow-item:last-child:after {
    content: counter(counter);
    color: #fff;
    background-image: url(dc5762410fc376106d88.png);
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 17px;
    margin-bottom: 24px;
    transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  .common__prm-arrow-item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 650px) {
  .common__prm-arrow-item {
    max-width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 20px 0;
  }
  .common__prm-arrow-item:last-child {
    padding-bottom: 0;
  }
  .common__prm-arrow-item:after, .common__prm-arrow-item:last-child:after {
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 0;
    transform: translate(0);
    margin-bottom: 0;
  }
  .common__prm-arrow-item:before {
    content: "";
    display: block;
    width: calc(100% - 52px);
    right: 0;
    height: 1px;
    background-color: #323236;
    position: absolute;
    bottom: 0;
  }
  .common__prm-arrow-item:last-child:before {
    content: none;
  }
}
.common__prm-arrow-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 156px;
}
@media screen and (max-width: 650px) {
  .common__prm-arrow-inner {
    max-width: 100%;
    flex-direction: row;
  }
}
.common__prm-arrow-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
.common__prm-arrow-img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__prm-arrow-img {
    display: none;
  }
}
.common__prm-arrow-title {
  text-align: center;
  margin: 0;
  color: #fff;
}
.common__prm-over {
  margin-bottom: 40px;
}
.common__prm-over-title {
  display: block;
  margin: 0 0 20px;
  color: #9e9eb0;
}
@media screen and (max-width: 768px) {
  .common__prm-over-title ~ .common__prm-listicon {
    margin-top: -20px;
  }
}
.common__prm-over:last-child {
  margin-bottom: 0;
}
.common__prm-cell {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
.common__prm-cell-item {
  width: 100%;
  max-width: 33.3333333333%;
  height: 76px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: -1px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.common__prm-cell-item img {
  width: 100%;
  max-width: 70%;
}
.common__prm-cell-item:nth-child(3n) {
  border-right: none;
}
.common__prm-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  .common__prm-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}
.common__prm-part {
  width: 100%;
  max-width: calc(50% - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .common__prm-part {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.common__prm-listicon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  margin-right: 12px;
}
.common__prm-listicon-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.common__prm-listicon-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.common__prm-listicon-item--column:nth-child(3) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .common__prm-listicon-item--column:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.common__prm-listicon-name {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
}
.common__prm-listicon--column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width: 768px) {
  .common__prm-listicon--column {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.common__prm-description {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  overflow: hidden;
}
.common__prm-description-item {
  position: relative;
  max-width: 25%;
  padding-left: 45px;
  padding-right: 45px;
  width: 100%;
}
.common__prm-description-item:first-child {
  padding-left: 0;
}
.common__prm-description-item:first-child .common__prm-desc-text {
  max-width: 176px;
}
@media screen and (max-width: 1024px) {
  .common__prm-description-item:first-child .common__prm-desc-text {
    max-width: 100%;
  }
}
.common__prm-description-item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  height: 47px;
  width: 1px;
}
.common__prm-description-item:last-child::after {
  content: none;
}
@media screen and (max-width: 1280px) {
  .common__prm-description-item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .common__prm-description-item {
    max-width: 50%;
    padding: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: -1px;
  }
  .common__prm-description-item:after {
    content: none;
  }
  .common__prm-description-item:first-child {
    padding-left: 24px;
  }
}
@media screen and (max-width: 650px) {
  .common__prm-description-item {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    margin: 0;
    border-left: 0;
    border-left: initial;
  }
  .common__prm-description-item:first-child {
    padding-left: 0px;
  }
}
.common__prm-description-title {
  margin-bottom: 4px;
  margin-top: 0;
  color: #fff;
}
.common__prm-description-text {
  display: block;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .common__prm-description {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .common__prm-description {
    overflow: visible;
    margin-top: -40px;
  }
}
.common__number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -32px;
}
@media screen and (max-width: 768px) {
  .common__number {
    margin-bottom: 0;
  }
}
.common__number--tree {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 768px) {
  .common__number--tree {
    margin-left: 0;
    margin-right: 0;
  }
}
.common__number--center {
  max-width: 70%;
  margin: auto;
}
.common__number--center .common__number-subtitle {
  max-width: 240px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .common__number--center {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .common__number--center {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common__number--center .common__number-subtitle {
    max-width: 100%;
    text-align: left;
  }
  .common__number--center .common__number-subtitle br {
    display: none;
  }
}
.common__number--full {
  margin-bottom: -48px;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 1280px) {
  .common__number--full {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .common__number--full {
    margin-bottom: 0;
  }
}
.common__number--centerfour .common__number-subtitle {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .common__number--centerfour .common__number-subtitle {
    max-width: 100%;
  }
}
.common__number-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  counter-increment: counter;
  position: relative;
}
.common__number-item:before {
  content: counter(counter);
}
.common__number-item--three {
  max-width: calc(33.3333333333% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .common__number-item--three {
    max-width: calc(50% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .common__number-item--three {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
}
.common__number-item--four {
  max-width: calc(25% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.common__number-item--prm::before {
  color: #fff;
  background-image: url(dc5762410fc376106d88.png);
  min-width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.common__number-item--dark:before {
  color: #252529;
}
@media screen and (max-width: 768px) {
  .common__number-item {
    position: relative;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .common__number-item:before {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 140%;
  }
  .common__number-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.common__number-item--small {
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
  margin-bottom: 0;
  height: 80px;
}
.common__number-item--small::before {
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 0;
}
.common__number-item--small--web:first-child, .common__number-item--small--web:nth-child(5), .common__number-item--small--web:last-child, .common__number-item--small--web:nth-child(4) {
  height: 56px;
}
@media screen and (max-width: 960px) {
  .common__number-item--small--web {
    height: 120px;
  }
  .common__number-item--small--web:first-child, .common__number-item--small--web:nth-child(5), .common__number-item--small--web:last-child, .common__number-item--small--web:nth-child(4) {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .common__number-item--small--web {
    height: auto;
    height: initial;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: flex-start;
  }
  .common__number-item--small--web:first-child, .common__number-item--small--web:nth-child(5), .common__number-item--small--web:last-child, .common__number-item--small--web:nth-child(4) {
    height: auto;
    height: initial;
  }
}
.common__number-item--small:last-child, .common__number-item--small:nth-child(4) {
  border-bottom: 0;
  border-bottom: initial;
}
@media screen and (max-width: 768px) {
  .common__number-item--small {
    height: auto;
    height: initial;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: flex-start;
  }
  .common__number-item--small:first-child, .common__number-item--small:nth-child(5), .common__number-item--small:last-child, .common__number-item--small:nth-child(4) {
    height: auto;
    height: initial;
  }
  .common__number-item--small:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .common__number-item--small:last-child {
    border-bottom: 0;
    border-bottom: initial;
  }
  .common__number-item--small:before {
    position: relative;
    top: -5px;
  }
  .common__number-item--small .common__number-title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
  }
}
.common__number-item--small--seo {
  height: 80px;
}
.common__number-item--small--seo:nth-child(4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.common__number-item--small--seo:nth-child(5) {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .common__number-item--small--seo {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .common__number-item--small--seo {
    height: auto;
    height: initial;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: flex-start;
  }
  .common__number-item--small--seo:first-child, .common__number-item--small--seo:nth-child(5), .common__number-item--small--seo:last-child, .common__number-item--small--seo:nth-child(4) {
    height: auto;
    height: initial;
  }
  .common__number-item--small--seo:nth-child(5) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.common__number-item--arrow:after {
  content: "";
  display: block;
  background-image: url(eb6d5a71a8a9a3fee294.svg);
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translate(20px);
}
.common__number-item--arrow:last-child:after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .common__number-item--arrow {
    max-width: calc(33.3333333333% - 32px);
  }
  .common__number-item--arrow.common__number-item--four {
    max-width: calc(50% - 32px);
  }
  .common__number-item--arrow.common__number-item--four:after {
    content: none;
  }
}
@media screen and (max-width: 960px) {
  .common__number-item--arrow {
    max-width: calc(33.3333333333% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .common__number-item--arrow.common__number-item--four {
    max-width: calc(50% - 32px);
  }
  .common__number-item--arrow.common__number-item--four:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .common__number-item--arrow {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #e4e4e5;
  }
  .common__number-item--arrow:after {
    content: none;
  }
  .common__number-item--arrow:last-child {
    border-bottom: 0;
    border-bottom: initial;
  }
  .common__number-item--arrow.common__number-item--four {
    max-width: 100%;
  }
}
.common__number-item--six {
  margin-bottom: 48px;
}
.common__number-item--six:nth-child(3):after {
  content: none;
}
.common__number-item--six .common__number-subtitle {
  max-width: 80%;
}
@media screen and (max-width: 1280px) {
  .common__number-item--six:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .common__number-item--six {
    margin-bottom: 0;
  }
}
.common__number-title {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
}
.common__number-title--light {
  color: #fff;
}
.common__number-title--small {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .common__number-title {
    padding-left: 52px;
    margin-bottom: 4px;
    text-align: left;
  }
}
.common__number-subtitle {
  margin: 0;
  text-align: center;
}
.common__number-subtitle--light {
  color: #9e9eb0;
}
@media screen and (max-width: 768px) {
  .common__number-subtitle {
    padding-left: 52px;
    text-align: left;
  }
}
.common__number--column {
  display: block;
}
.common__number--column2 {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width: 1280px) {
  .common__number--column2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .common__number--column2 {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.error__tooltip {
  position: absolute;
  background-color: #fff;
  color: #f5222d;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 140%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  bottom: 27px;
  right: 0;
  transform: translate(40%, -29%);
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
  max-width: 200px;
  text-align: center;
}
.error__tooltip:after {
  content: "";
  position: absolute;
  bottom: -19px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .error__tooltip {
    bottom: auto;
    bottom: initial;
    top: 57px;
    transform: translateY(0) translateX(0);
    max-width: 100%;
    right: 0;
  }
  .error__tooltip:after {
    margin: auto;
    transform: rotate(-180deg);
    left: auto;
    left: initial;
    right: 11px;
    top: -19px;
    bottom: auto;
    bottom: initial;
  }
}

.error.form__input,
.error-item .form__item-phone {
  border: 1px solid #f5222d;
  background-image: url(8d693db7e1174ccde720.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 17px;
}

.error.form__input ~ .error__tooltip {
  opacity: 1;
}

.menu__anchors {
  counter-reset: item;
}
.menu__anchors-item {
  position: relative;
  display: flex;
  margin-bottom: 8px;
  padding-left: 25px;
}
.menu__anchors-item:before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  margin-right: 7px;
  counter-increment: item;
}
.menu__anchors-link {
  transition: 0.3s;
  color: #252529;
}
.menu__anchors-link:hover {
  color: #247dd7;
}

.animate__block {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.animate__active {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  br {
    display: none;
  }
  .partner__section-quote br {
    display: block;
  }
}
.common__preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #252529;
  z-index: 1000000000000000000000000000000000;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.common__preloader.hide {
  opacity: 0;
  z-index: -1;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: linear-gradient(7.34deg, #8a45d4 -6.59%, #4393ed 63.47%, #63b6e8 143.98%);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@media screen and (max-width: 1366px) {
  body > div:nth-last-child(3),
  body > div:nth-last-child(4) {
    top: 0 !important;
  }
}
.select-lang {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  height: 100% !important;
}
.select-lang {
  position: relative;
  top: 13px;
  max-width: 46px;
  margin-left: auto;
}
.select-lang .select2-selection__rendered {
  color: transparent !important;
  font-size: 19px !important;
  line-height: 19px !important;
  display: flex !important;
  justify-content: flex-end !important;
  padding-right: 30px !important;
}
.select-lang .select2-selection__rendered {
  display: none;
}
.select-lang .select2-selection__arrow {
  width: 13px !important;
  height: 100% !important;
  top: -10px !important;
}
.select-lang .select2-selection__arrow {
  transition: 0.3s;
  transform-origin: center;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.select-lang .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection--single.select-lang .select2-selection__arrow {
  transform: rotate(180deg);
}

.drop-lang {
  background: transparent;
  border-radius: 12px;
  border: none;
  padding-top: 10px;
}
.drop-lang .select2-results {
  background: #323236;
  border-radius: 12px;
}
.drop-lang .select2-results__options {
  padding-left: 16px;
  padding-right: 16px;
}
.drop-lang .select2-results__option {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #39393d;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}
.drop-lang .select2-results__option:last-child {
  border-bottom: none;
}
.drop-lang .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: transparent;
}
.drop-lang .select2-results__option--highlighted[aria-selected]:hover {
  color: #9e9eb0;
}
.drop-lang .select2-results__option[aria-selected=true] {
  color: #9e9eb0;
  background-color: transparent;
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn__move {
  display: flex;
  align-items: center;
  background: linear-gradient(7.34deg, #8A45D4 -6.59%, #4393ED 63.47%, #63B6E8 143.98%);
  border-radius: 80px;
  border: none;
  position: relative;
  height: 60px;
  justify-content: center;
  transition: 0.3s;
  padding-left: 74px;
  padding-right: 40px;
  max-width: -moz-min-content;
  max-width: min-content;
}
.btn__move span {
  font-size: 19px;
  line-height: 28px;
  color: #FFFFFF;
  white-space: nowrap;
}
.btn__move:hover .btn__arrow {
  background-color: transparent;
}
.btn__move:hover svg {
  animation: left 0.5s;
}
.btn__move:hover svg path {
  stroke: #fff;
}
.btn__move:disabled, .btn__move .nonactive {
  opacity: 0.6;
  cursor: default;
}
.btn__move:disabled:hover .btn__arrow, .btn__move .nonactive:hover .btn__arrow {
  background-color: #fff;
}
.btn__move:disabled:hover .btn__arrow svg, .btn__move .nonactive:hover .btn__arrow svg {
  animation: none;
}
.btn__move:disabled:hover .btn__arrow svg path, .btn__move .nonactive:hover .btn__arrow svg path {
  stroke: #252529;
}
@media screen and (max-width: 650px) {
  .btn__move {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
.btn__move--dark {
  background-color: #252529;
  background-image: none;
  height: 60px;
}
.btn__move--dark .btn__arrow {
  height: 32px;
  width: 32px;
}
.btn__move--dark span {
  color: #fff;
}
.btn__move--main {
  background-color: #fff;
}
.btn__move--main .btn__arrow {
  background-color: #252529;
  width: 40px;
  height: 40px;
}
.btn__move--main .btn__arrow svg path {
  stroke: #fff;
}
.btn__move--main span {
  color: #252529;
}
.btn__move--main:hover .btn__arrow {
  background-color: #252529;
}
.btn__move--main:hover .btn__arrow svg path {
  stroke: #fff;
}
.btn__move svg path {
  transition: 0.3s;
}
.btn__move--small {
  height: 48px;
  padding-left: 64px;
}
.btn__move--small .btn__arrow {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 650px) {
  .btn__move--small {
    max-width: 100%;
  }
}
.btn__move--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn__move--mobile {
    width: 100%;
    justify-content: center;
    display: flex;
    max-width: 100%;
  }
}
.btn__arrow {
  padding: 0 !important;
}
.btn__arrow {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: hidden;
  margin-right: 23px;
  padding-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  border: 1px solid #fff;
}
.btn__arrow svg {
  transition: 0.3s;
}
.btn__circle {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(7.34deg, #8A45D4 -6.59%, #4393ED 63.47%, #63B6E8 143.98%);
  border: none;
  position: relative;
}
.btn__circle span {
  color: #FFFFFF;
  font-size: 58px;
}
@media screen and (max-width: 768px) {
  .btn__circle span {
    font-size: 36px;
  }
}
.btn__circle-border {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.btn__circle-border-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-origin: center;
  background-size: contain;
}
.btn__circle-border-item:first-child {
  background-image: url(093f34b084fa07634fa6.svg);
  transform: scale(1);
}
.btn__circle-border-item:nth-child(2) {
  background-image: url(093f34b084fa07634fa6.svg);
  transform: scale(1.2);
}
.btn__circle-border-item:last-child {
  background-image: url(a7081f108a90bbf04a1b.svg);
  transform: scale(1.4);
}
.btn__circle:hover .btn__circle-border-item:first-child {
  animation: circle1 1s infinite;
}
.btn__circle:hover .btn__circle-border-item:nth-child(2) {
  animation: circle2 1s infinite;
}
.btn__circle:hover .btn__circle-border-item:last-child {
  animation: circle3 1s infinite;
}
@media screen and (max-width: 1024px) {
  .btn__circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .btn__circle {
    width: 183px;
    height: 183px;
  }
}
.btn__menu {
  display: none;
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #323236;
  border: none;
  position: relative;
  padding: 0;
  margin-left: 20px;
  z-index: 20;
}
.btn__menu:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(182e8beb5f47bd366248.svg);
  transition: 0.3s;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn__menu:after {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(6ea886bb1749077a4fd2.svg);
  transition: 0.3s;
  opacity: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn__menu.open:before {
  opacity: 0;
}
.btn__menu.open:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .btn__menu {
    display: block;
  }
}
.btn__modal {
  display: flex;
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: #323236;
  border: none;
  position: absolute;
  right: 38px;
  top: 38px;
  transition: 0.3s;
  z-index: 10;
}
.btn__modal:before {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: 19px;
  left: 12px;
  transition: 0.3s;
}
.btn__modal:after {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background-color: #fff;
  position: absolute;
  position: absolute;
  transition: 0.3s;
  transform: rotate(45deg);
  bottom: 19px;
  left: 12px;
}
.btn__modal:hover {
  background-color: #fff;
  box-shadow: inset 0px 0px 1px 1px #252529;
}
.btn__modal:hover:after {
  background-color: #252529;
}
.btn__modal:hover:before {
  background-color: #252529;
}
@media screen and (max-width: 1024px) {
  .btn__modal {
    top: 24px;
    right: 15px;
  }
}
.btn__modal--cases {
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: inset 0px 0px 1px 1px #fff;
}
.btn__modal--cases:before, .btn__modal--cases:after {
  top: 18px;
  left: 11px;
}
.btn__modal--cases:hover {
  box-shadow: none;
}
.btn__simple {
  color: #247DD7;
  background-color: #fff;
  border: 1px solid #247DD7;
  padding: 10px 36px;
  transition: 0.3s;
  border-radius: 80px;
  font-size: 20px;
  line-height: 130%;
}
.btn__simple:hover {
  color: #fff;
  background-color: #252529;
  border-color: #252529;
}
.btn__download {
  display: inline-flex;
  align-items: center;
  background: #F7F7FA;
  border-radius: 32px;
  padding: 10px 17px;
  transition: 0.3s;
  border: none;
}
.btn__download:first-child {
  margin-right: 12px;
}
.btn__download-text {
  transition: 0.3s;
}
.btn__download svg path {
  transition: 0.3s;
  fill: #252529;
}
.btn__download .arrow-video path {
  fill: transparent;
}
.btn__download span {
  color: #252529;
  font-size: 15px;
  line-height: 140%;
  display: block;
  margin-left: 6px;
  transition: 0.3s;
  position: relative;
  top: 1px;
}
.btn__download:hover svg path {
  fill: #45a5ff;
}
.btn__download:hover svg path:last-child, .btn__download:hover svg path:nth-child(2) {
  stroke: #45a5ff;
}
.btn__download:hover .btn__download-text {
  color: #45a5ff;
}
.btn__download:hover .arrow-video path {
  fill: transparent;
}
.btn__download--detail {
  display: flex;
  flex-direction: column;
  max-width: 268px;
  padding: 20px 24px;
}
@media screen and (max-width: 768px) {
  .btn__download--detail {
    max-width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .btn__download--detail {
    max-width: 100%;
  }
}
.btn__download-inner {
  display: flex;
}
.btn__download-title {
  font-size: 19px !important;
  line-height: 24px !important;
  margin-left: 0 !important;
}
.btn__download-title {
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .btn__download-title {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 650px) {
  .btn__download {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .btn__download:first-child {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .btn__download--detail {
    align-items: start;
  }
}
.btn__wrap--full {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .btn__wrap--full {
    margin-top: 35px;
  }
}
.btn__wrap--form {
  margin-top: 16px;
}
.btn__wrap--form .btn__move {
  min-width: 282px;
  padding-left: 64px;
}
.btn__wrap--form .btn__move.nonactive {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 650px) {
  .btn__wrap--form .btn__move {
    max-width: 100%;
  }
}
.btn__wrap--menu {
  width: 100%;
}
.btn__up {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 16px;
  bottom: 16px;
  background: #E4E4E5;
  transition: 0.3s;
  padding: 0;
  border: none;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.btn__up svg {
  transform: rotate(-90deg);
}
.btn__up svg path {
  transition: 0.3s;
}
.btn__up:hover {
  background-color: #252529;
}
.btn__up:hover svg path {
  stroke: #fff;
}
.btn__up.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .btn__up:hover {
    background-color: #E4E4E5;
  }
  .btn__up:hover svg path {
    stroke: #252529;
  }
  .btn__up.active {
    background-color: #252529;
  }
  .btn__up.active svg path {
    stroke: #fff;
  }
}
.btn-show__more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 5px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  transition: opacity 0.3s;
  margin: 0px auto 0 auto;
  background-color: transparent;
  font-size: 15px;
  line-height: 140%;
}
.btn-show__more--cases {
  display: none;
}
@media screen and (max-width: 650px) {
  .btn-show__more--cases {
    display: flex;
  }
}
.btn-show__more span {
  color: #FFFFFF;
}
.btn-show__more.active {
  display: none;
}
.btn--hide {
  display: none;
}

@keyframes left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes circle1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes circle2 {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes circle3 {
  0% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.form__captcha {
  margin: 24px 0 8px 0;
  text-align: center;
}
.form__captcha--modal {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .form__captcha--modal {
    margin-top: 12px;
  }
}
.form__wrap {
  padding: 72px 80px 32px 80px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .form__wrap {
    padding: 32px 60px 32px 60px;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .form__wrap {
    padding: 72px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__wrap {
    overflow: visible;
  }
}
.form__wrap.loaded {
  opacity: 0.5;
}
.form__lang {
  margin-bottom: 0;
  display: none;
}
.form__title {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .form__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .form__title {
    margin-top: 20px;
  }
}
.form__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .form__inner {
    flex-direction: column;
  }
}
.form__part {
  width: 100%;
  max-width: calc(50% - 25px);
}
@media screen and (max-width: 1440px) {
  .form__part {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.form__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 24px;
  width: 100%;
}
.form__item .select2 {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 20px;
  opacity: 0;
  height: 40px;
}
.form__item-phone {
  border: 1px solid #E4E4E5;
  border-radius: 8px;
  background: #F7F7FA;
  font-size: 17px;
  padding: 8px 0px 8px 8px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.form__item-phone.error {
  border: 1px solid #F5222D;
}
.form__item--half {
  max-width: calc(50% - 8px);
}
@media screen and (max-width: 600px) {
  .form__item--half {
    max-width: 100%;
  }
}
.form__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .form__item {
    max-width: calc(50% - 8px);
    margin-bottom: 10px;
  }
  .form__item--half {
    max-width: calc(50% - 8px);
  }
  .form__item:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .form__item {
    max-width: calc(33.3333333333% - 8px);
    margin-bottom: 10px;
  }
  .form__item--half {
    max-width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 1024px) {
  .form__item {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .form__item--half {
    max-width: calc(50% - 8px);
  }
  .form__item:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .form__item--half {
    max-width: 100%;
  }
}
.form__input {
  background: #F7F7FA;
  border: 1px solid #E4E4E5;
  border-radius: 8px;
  background: #F7F7FA;
  font-size: 17px;
  padding: 8px 12px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  transition: 0.3s;
  background-position: 90% 50%;
}
.form__input + .form__label:after {
  content: "Optional";
  color: #B8B8BB;
  font-size: 14px;
  line-height: 140%;
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  .form__input + .form__label:after {
    font-size: 12px;
  }
}
.form__input:required + .form__label:after {
  content: none;
}
.form__input::-moz-placeholder {
  color: #B8B8BB;
}
.form__input::placeholder {
  color: #B8B8BB;
}
.form__label {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__check {
  border: 1px solid #E4E4E5;
  border-radius: 8px;
  padding: 24px;
}
.form__check-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.form__check-item {
  margin-right: 12px;
  margin-bottom: 12px;
}
.form__check-wrap {
  position: relative;
}
.form__check-hidden {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.form__check-visible {
  border: 1px solid #E4E4E5;
  border-radius: 32px;
  display: block;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  cursor: pointer;
  transition: 0.3s;
}
.form__check-hidden:checked + .form__check-visible {
  background: linear-gradient(183.88deg, #65B2FF 1.64%, #6638F4 96.82%);
  color: #fff;
}
.form__check.error {
  border-color: #F5222D;
}
@media screen and (max-width: 1440px) {
  .form__check {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 600px) {
  .form__check {
    padding: 0;
    border: none;
  }
}
.form__subtitle {
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}
.form__submit {
  display: flex;
  align-items: center;
  border-radius: 80px;
  border: none;
  background: linear-gradient(183.88deg, #65B2FF 1.64%, #6638F4 96.82%);
  transition: 0.3s;
  padding: 10px 36px;
  margin-right: 28px;
  position: relative;
}
.form__submit:disabled {
  background: #E8E8EE;
  cursor: default;
}
.form__submit:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(daa4febe1d3406675bf1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  animation: load 1s infinite;
  transition: 0.3s;
}
.form__submit:not(:disabled):hover {
  opacity: 0.8;
}
.form__submit-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .form__submit-wrap {
    flex-direction: column;
  }
}
.form__submit-text {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 130%;
}
.form__submit--load .form__submit-text {
  opacity: 0;
}
.form__submit--load:after {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .form__submit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    justify-content: center;
  }
}
.form__submit.nonactive {
  background: #E8E8EE;
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.form__submit.nonactive:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(daa4febe1d3406675bf1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  animation: load 1s infinite;
  transition: 0.3s;
}
.form__textarea {
  background: #F7F7FA;
  border: 1px solid #E4E4E5;
  border-radius: 8px;
  font-size: 17px;
  padding: 8px 12px;
  height: 40px;
  width: 100%;
  resize: none;
}
.form__textarea--inside {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .form__textarea--inside {
    min-height: 100px;
    max-height: 100px;
  }
}
.form .common__wrap {
  display: flex;
}
.form__inside {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.form__inside-wrap {
  padding-bottom: 78px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form__inside-wrap {
    padding-bottom: 56px;
    padding-top: 30px;
  }
}
.form__inside-wrap--hidden {
  display: none;
}
.form__inside-wrap.over {
  position: fixed;
  z-index: 40;
  background-color: rgba(37, 37, 41, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  opacity: 0;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.form__inside-wrap.over .common__wrap {
  background-color: #fff;
  margin: auto;
  padding: 40px;
  position: relative;
  min-height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
}
@media screen and (max-width: 1560px) {
  .form__inside-wrap.over .common__wrap {
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .form__inside-wrap.over .common__wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .form__inside-wrap.over .common__wrap {
    padding: 20px;
    margin: 0;
    min-height: 100vh;
    height: auto;
    height: initial;
    max-width: 100%;
  }
}
.form__inside-wrap.over .common__inner {
  padding-left: 0;
  padding-right: 0;
}
.form__inside-wrap.over .btn--hide {
  display: block;
}
.form__inside-wrap.over.transition {
  transition: 0.3s;
}
.form__inside-wrap.over.active {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .form__inside-wrap.over {
    padding: 0;
    align-items: flex-start;
    overflow: auto;
    height: 100vh;
  }
}
.form__inside-item {
  height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form__inside-item {
    height: auto;
    height: initial;
  }
}
.form__inside-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 16px;
  background: #F7F6FE;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .form__inside-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__inside-icon {
    width: 64px;
    height: 64px;
  }
}
.form__inside-inner {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form__inside-inner {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    flex-direction: column;
  }
}
.form__inside-inner .form__item {
  margin-bottom: 16px;
}
.form__inside-inner .form__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .form__inside-inner .form__item {
    max-width: 100%;
  }
}
.form__inside-inner .form__inside-item {
  margin-bottom: 0;
}
.form__inside-part {
  width: 100%;
  max-width: calc(50% - 24px);
  margin-left: 12px;
  margin-right: 12px;
}
.form__inside-part--full {
  display: flex;
  max-width: 100%;
  height: 215px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .form__inside-part {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .form__inside-part:last-child {
    margin-bottom: 0;
  }
  .form__inside-part--full {
    min-height: 0;
    min-height: initial;
    max-height: none;
    max-height: initial;
    height: auto;
    height: initial;
  }
}

@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select-phone-dropdown {
  border: 1px solid #E4E4E5;
}
.select-phone-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #E4E4E5;
  border-radius: 32px;
  padding: 0px 12px;
  height: 30px;
  font-size: 14px;
  line-height: 140%;
  color: #252529;
}
.select-phone-dropdown .select2-results__option {
  font-size: 14px;
  line-height: 140%;
  color: #252529;
}
.select-phone-dropdown .select2-results__option--highlighted[aria-selected] {
  background: linear-gradient(183.88deg, #65B2FF 1.64%, #6638F4 96.82%);
}
.select-phone-dropdown .select2-results__option[aria-selected=true] {
  background: #F7F7FA;
  color: #252529;
}

.js-form-item.error-item {
  position: relative;
}
.js-form-item.error-item input, .js-form-item.error-item textarea, .js-form-item.error-item #id_i_agree ~ .common__check-visible, .js-form-item.error-item .form__item-phone {
  border: 1px solid #F5222D;
}

.js-form-goals.error-item .form__check {
  border: 1px solid #F5222D;
}

.custom-select-lang {
  display: flex;
  align-items: center;
  width: 50px;
  height: 100%;
}
.custom-select-lang .default-select-lang {
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select-lang .choices {
  font-size: inherit;
}
.custom-select-lang .choices::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 15px;
  height: 12px;
  margin: 0;
  border: none;
  background-image: url(3af006b5322022eb8ac7.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.custom-select-lang .choices__inner {
  padding: 0 !important;
}
.custom-select-lang .choices__inner {
  display: flex;
  align-items: center;
  min-height: auto;
  border-radius: 0;
  border: none;
  font-size: inherit;
  background-color: transparent;
}
.custom-select-lang .choices__list {
  max-height: none;
  overflow: hidden;
}
.custom-select-lang .choices__list--single {
  padding: 4px 20px 2px 4px;
}
.custom-select-lang .choices__item {
  background-color: transparent !important;
}
.custom-select-lang .choices__item {
  font-size: 19px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.custom-select-lang .choices__item::after {
  content: none !important;
}
.custom-select-lang .choices__item--choice {
  padding: 12px 16px !important;
  font-size: 17px !important;
}
.custom-select-lang .choices__item--choice:not(:last-child) {
  border-bottom: 1px solid #9e9eb0;
}
.custom-select-lang .choices__item--choice:hover {
  color: #9e9eb0;
  background-color: transparent;
}
.custom-select-lang .choices__list--dropdown {
  top: 35px;
  left: -60px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  border: none;
  background: #323236;
}
.custom-select-lang .choices.is-open:after {
  margin: 0;
  transform: rotate(180deg);
}
.custom-select-lang .is-selected {
  color: #9e9eb0 !important;
}

.burger {
  position: relative;
  z-index: 20;
  display: none;
  max-width: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 20px;
  border-radius: 50%;
  border: none;
  background: #323236;
}
.burger:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(182e8beb5f47bd366248.svg);
  transition: 0.3s;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.burger:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(6ea886bb1749077a4fd2.svg);
  transition: 0.3s;
  opacity: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.burger.open:before {
  opacity: 0;
}
.burger.open:after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .burger {
    display: block;
  }
}

.button-up {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: 0.3s;
  border: none;
  border-radius: 50%;
  background: #e4e4e5;
  pointer-events: none;
  opacity: 0;
}
.button-up svg path {
  transition: 0.3s;
}
.button-up:hover {
  background-color: #252529;
}
.button-up:hover svg path {
  stroke: #fff;
}
.button-up.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .button-up:hover {
    background-color: #e4e4e5;
  }
  .button-up:hover svg path {
    stroke: #252529;
  }
  .button-up.active {
    background-color: #e4e4e5;
  }
}

.button-secondary {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 14px 0 13px;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
  border-radius: 32px;
  border: 1px solid #9e9eb0;
  background-color: transparent;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .button-secondary {
    width: auto;
    padding: 6px 16px 5px 12px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}
.button-secondary__icon {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url(33650c07509590ce655e.svg);
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.swiper-container {
  max-width: 1440px;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  padding-left: 0 !important;
}

.swiper-wrapper {
  align-items: stretch;
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-navigation {
  display: flex;
  gap: 8px;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
  transition: all ease-in-out 0.3s;
  top: calc(50% - 22px);
}
.swiper-button-prev:disabled, .swiper-button-next:disabled {
  pointer-events: all;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}
.swiper-button-prev.active, .swiper-button-next.active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.active, .swiper-button-next.active {
    display: none;
  }
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: auto !important;
  height: auto !important;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.swiper-pagination--line .swiper-pagination-bullet {
  margin: 0 !important;
}

.swiper-pagination--line .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 50px;
  background: #9e9eb0;
}
.swiper-pagination--line .swiper-pagination-bullet-active {
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
}

.swiper-pagination--round .swiper-pagination-bullet {
  margin: 0 !important;
}

.swiper-pagination--round .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b0b0b2;
}
.swiper-pagination--round .swiper-pagination-bullet-active {
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
}

.main-slider__top {
  display: grid;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .main-slider__top {
    grid-template-columns: 6fr 1fr;
    margin-bottom: 32px;
  }
}
.main-slider__title {
  margin: 0;
}
.main-slider__arrow {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-slider__arrow {
    display: block;
    margin-left: auto;
    padding-top: 35px;
  }
}
.main-slider__btn {
  position: static;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #9e9eb0;
  background: transparent;
}
.main-slider__btn:not(:disabled):hover {
  background: #252529;
}
.main-slider__btn:not(:disabled):hover svg path {
  stroke: #fff;
}
.main-slider__container {
  max-width: 100%;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .main-slider__container {
    padding-bottom: 36px;
  }
}

.ligthbox-slider {
  position: relative;
  display: flex;
  height: -moz-max-content;
  height: max-content;
}
.ligthbox-slider a {
  display: block;
  width: 100%;
  height: 100%;
}
.ligthbox-slider__container {
  max-width: 845px;
  margin: 0;
  padding-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .ligthbox-slider__container {
    padding-bottom: 40px;
  }
}
.ligthbox-slider__btn {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #252529;
  opacity: 0.8;
}
.ligthbox-slider__btn:not(:disabled):hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .ligthbox-slider__btn {
    display: none;
  }
}
.ligthbox-slider__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 262px;
  border-radius: 20px;
}
@media screen and (min-width: 370px) {
  .ligthbox-slider__img {
    max-height: 188px;
  }
}
@media screen and (min-width: 420px) {
  .ligthbox-slider__img {
    max-height: 270px;
  }
}
@media screen and (min-width: 576px) {
  .ligthbox-slider__img {
    max-height: 320px;
  }
}
@media screen and (min-width: 576px) {
  .ligthbox-slider__img {
    max-height: 390px;
  }
}
@media screen and (min-width: 900px) {
  .ligthbox-slider__img {
    height: 463px;
    max-height: 463px;
  }
}
.ligthbox-slider__pagination {
  bottom: 0;
}

.fslightbox-fade-in-strong {
  width: 100%;
}

.fslightbox-source {
  width: 80% !important;
  height: 80% !important;
}

.fslightbox-source {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .fslightbox-source {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fslightbox-absoluted > div {
  width: 100%;
}

.main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 12px 24px;
  border-radius: 20px;
  background: #f7f6fe;
}
.main-card__img {
  width: 100%;
  height: 320px;
  border-radius: 16px 16px 8px 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .main-card__img {
    height: auto;
    max-height: 329px;
    border-radius: 12px 12px 8px 8px;
  }
}
.main-card__block {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 12px 0;
}
@media screen and (min-width: 1024px) {
  .main-card__block {
    padding: 20px 20px 0;
  }
}
.main-card__title {
  margin: 0;
}
.main-card__text {
  margin: 0;
}
.main-card__title + .main-card__text {
  margin-top: 4px;
}
.main-card__wrapper-link {
  margin-top: auto;
}
.main-card__link {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-card__link:after {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  width: 11px;
  height: 13px;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-image: url(024b2b944f8e3c7fe0d6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.main-card__link:hover:after {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .main-card__link:hover:after {
    transform: translateX(0px);
  }
}

.partners-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  background: #f7f6fe;
}
.partners-card__item-bottom {
  margin-top: auto;
}
.partners-card__img {
  position: relative;
}
.partners-card__img img {
  display: block;
  width: 100%;
}
.partners-card__box {
  display: flex;
  flex-direction: column;
}
.partners-card__flag {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 9px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.partners-card__flag-icon {
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  max-width: 19px;
  margin-right: 8px;
}
.partners-card__flag-icon img {
  display: block;
  width: 100%;
}
.partners-card__flag-name {
  position: relative;
  top: 2px;
}
.partners-card__info {
  display: flex;
  flex-direction: column;
  padding: 19px 10px 12px;
  color: #252529;
}
.partners-card__info-name {
  margin: 0 0 4px;
}

.time-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  border-radius: 20px;
  background: #f7f6fe;
}
@media screen and (max-width: 650px) {
  .time-card {
    padding: 24px;
  }
}
.time-card__bottom {
  margin-top: auto;
}
.time-card__item-link {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time-card__item-link:after {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  width: 11px;
  height: 13px;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-image: url(024b2b944f8e3c7fe0d6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.time-card__item-link:hover:after {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .time-card__item-link:hover:after {
    transform: translateX(0px);
  }
}
.time-card__country {
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 650px) {
  .time-card__country {
    margin-bottom: 12px;
  }
}
.time-card__box {
  display: flex;
  flex-direction: column;
}
.time-card__clock {
  position: absolute;
  right: 19px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
}
.time-card__clock .hand {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center;
}
.time-card__clock .hour:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 3px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  transform: translateY(49%);
}
.time-card__clock .hour:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 3px;
  height: 10px;
  margin: auto;
  background-color: #fff;
  transform: translateY(-49%);
}
.time-card__clock .minute:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  transform: translateY(49%);
}
.time-card__clock .minute:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 17px;
  margin: auto;
  background-color: #fff;
  transform: translateY(-49%);
}
@media screen and (max-width: 768px) {
  .time-card__clock {
    width: 41px;
    height: 41px;
  }
  .time-card__clock .minute:after {
    height: 11px;
  }
}

.tabs {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .tabs {
    max-width: calc(100% + 15px);
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
.tabs__btn {
  display: flex;
  padding: 9px 20px 7px;
  border-radius: 59px;
  border: none;
  background: #323236;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  transition: all ease-in-out 0.3s;
}
.tabs__btn:hover, .tabs__btn.active {
  background-color: #fff;
  color: #252529;
}

.tag {
  padding: 8px;
  border-radius: 10px;
  color: #252529;
}
.tag--white {
  background-color: #fff;
}

.anchor {
  position: relative;
  color: #9e9eb0;
  transition: 0.3s;
  white-space: nowrap;
}
.anchor--prm {
  display: flex;
  padding: 6px 16px 5px 12px;
  border: 1px solid #323235;
  border-radius: 24px;
  color: #fff;
}
.anchor--prm::after {
  content: none;
}
.anchor--prm:hover {
  color: #252529 !important;
}
.anchor--prm:hover {
  background-color: #fff;
}
.anchor--prm:hover .header__icon {
  background-image: url(0a64948d072f2329be94.svg);
}
@media screen and (max-width: 1024px) {
  .anchor--prm {
    padding: 0;
    border: none;
    line-height: 100%;
  }
}
.anchor:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .anchor {
    font-size: 44px;
    font-weight: 700;
    line-height: 115%;
  }
}

.achiev__list {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .achiev__list {
    flex-wrap: wrap;
    padding-right: 0;
    padding-top: 0;
  }
}
.achiev__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e4e4e5;
}
.achiev__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .achiev__item {
    padding: 40px 0;
  }
  .achiev__item:after {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .achiev__item {
    max-width: 100%;
    padding: 15px 0;
  }
}
.achiev__top {
  display: flex;
  align-items: center;
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .achiev__top {
    max-width: 90%;
  }
}
.achiev__type {
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.achiev__type span {
  position: relative;
  top: -2px;
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .achiev {
    width: 100%;
  }
}

.info__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 65px 0 60px;
}
@media screen and (max-width: 1024px) {
  .info__inner {
    flex-direction: column;
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .info__inner {
    padding: 56px 0 0;
  }
}
.info__inner--inside {
  padding-bottom: 0;
}
.info__box {
  display: flex;
}
@media screen and (max-width: 650px) {
  .info__box {
    flex-direction: column;
    align-items: center;
  }
}
.info__desc {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1200px) {
  .info__desc {
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .info__desc {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .info__desc {
    margin-bottom: 20px;
  }
}
.info__desc--title {
  margin: 0 0 20px;
}
.info__desc--inside {
  max-width: 435px;
}
@media screen and (max-width: 768px) {
  .info__desc--inside {
    max-width: 100%;
  }
}
.info__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .info__text {
    margin: 0 0 15px;
  }
}
.info__text--inside {
  margin-bottom: 0;
}
.info__part {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 614px);
  padding-top: 6px;
  padding-left: 149px;
}
@media screen and (max-width: 1200px) {
  .info__part {
    max-width: 50%;
    padding-left: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .info__part {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .info__part {
    flex-direction: column;
    padding-top: 0;
  }
}
.info__icon {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .info__icon {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 650px) {
  .info__icon {
    margin-bottom: 16px;
  }
}
.info--inside {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .info--inside {
    padding-bottom: 30px;
  }
}
.info__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 48px;
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .info__list {
    margin-top: 32px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.info__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(16.6666666667% - 24px);
  height: 176px;
  padding: 20px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: #f7f6fe;
}
@media screen and (max-width: 1024px) {
  .info__list-item {
    max-width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .info__list-item {
    max-width: calc(33.3333333333% - 16px);
    height: auto;
    height: initial;
    padding: 16px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 650px) {
  .info__list-item {
    max-width: calc(50% - 16px);
  }
}
.info__list-img {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .info__list-img {
    height: auto;
    height: initial;
    margin-bottom: 14px;
  }
}
.info__list-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info__list-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info__list-name {
  text-align: center;
  width: 100%;
  margin: 0;
}

.service {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1024px) {
  .service {
    padding: 30px 0 56px;
  }
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 650px) {
  .service__list {
    row-gap: 12px;
    margin-top: 15px;
  }
}
.service__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(33.3333333333% - 16px);
  padding: 32px;
  border-radius: 20px;
  background: #f7f6fe;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service__item {
    max-width: calc(50% - 12px);
  }
}
@media screen and (max-width: 650px) {
  .service__item {
    max-width: 100%;
    padding: 24px;
  }
}
.service__link {
  display: flex;
  align-items: center;
  margin: auto 0 0;
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service__link:after {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  width: 11px;
  height: 13px;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-image: url(024b2b944f8e3c7fe0d6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.service__link:hover:after {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .service__link:hover:after {
    transform: translateX(0px);
  }
}
.service__img {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media screen and (max-width: 650px) {
  .service__img {
    top: 14px;
    right: 14px;
    transform: scale(0.7);
  }
}
.service__title {
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .service__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 650px) {
  .service__title {
    margin-bottom: 12px;
  }
}
.service__text {
  margin: 0;
}
.service__inner {
  max-width: 90%;
  margin: 0 0 24px;
}
@media screen and (max-width: 650px) {
  .service__inner {
    max-width: 81%;
    margin: 0 0 16px;
  }
}

.offer__section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 95px 0 139px 0;
}
@media screen and (max-width: 1260px) {
  .offer__section-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .offer__section-inner {
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
.offer__title {
  font-size: 80px;
  max-width: 522px;
}
.offer__title-wrap {
  width: 100%;
  max-width: 748px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer__title-wrap:before {
  content: "";
  display: block;
  width: 83px;
  height: 79px;
  background-image: url(ecec8f8af86c91a7557e.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
}
@media screen and (max-width: 1200px) {
  .offer__title-wrap {
    max-width: none;
    max-width: initial;
    justify-content: flex-start;
  }
  .offer__title-wrap:before {
    background-size: contain;
    width: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .offer__title-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
  }
  .offer__title-wrap:before {
    transform: rotate(90deg);
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    width: 62px;
  }
}
@media screen and (max-width: 1200px) {
  .offer__title {
    font-size: 72px;
  }
}
@media screen and (max-width: 960px) {
  .offer__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .offer__title {
    font-size: 48px;
    line-height: 110%;
  }
}
.offer__button {
  padding-right: 120px;
}
@media screen and (max-width: 1366px) {
  .offer__button {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .offer__button {
    padding-right: 0px;
    position: relative;
    left: -52px;
  }
}
@media screen and (max-width: 768px) {
  .offer__button {
    left: 0;
  }
}

.element {
  background-image: url(ef9eac24abd0c16eda7b.jpg);
  background-position: 74% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .element:after {
    transform: translate(86%, -55%);
  }
}
.element--case {
  background-image: url(7fc1129adc43899e7823.webp);
  background-size: 100% 100%;
}
.element__inner {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .element__inner {
    padding: 70px 0;
  }
}
@media screen and (max-width: 650px) {
  .element__inner {
    padding: 56px 0;
  }
}
.element__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 1260px) {
  .element__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .element__list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 650px) {
  .element__list {
    row-gap: 12px;
    margin-top: 32px;
  }
}
.element__list-item {
  width: 100%;
  max-width: calc(25% - 22px);
  border-radius: 16px;
  padding: 32px 32px 15px;
  background: #323236;
  color: #fff;
}
.element__list-item--prm {
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
}
@media screen and (max-width: 1260px) {
  .element__list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .element__list-item {
    max-width: calc(50% - 12px);
  }
}
@media screen and (max-width: 650px) {
  .element__list-item {
    max-width: 100%;
    padding: 24px;
  }
}
.element__number {
  display: block;
  margin-bottom: 64px;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .element__number {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .element__number {
    margin-bottom: 32px;
  }
}
.element__title {
  max-width: 90%;
  height: 64px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .element__title {
    margin-bottom: 16px;
    height: auto;
    height: initial;
  }
}

.clients {
  position: relative;
  padding: 120px 0 105px 0;
  background: #252529;
  background-image: url(58600a179b369c6077ff.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .clients {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .clients {
    background-size: 100% 100%;
  }
}
.clients--trans {
  background-image: none;
  background-color: transparent;
  padding-bottom: 0;
}
.clients--padding {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .clients--padding {
    padding-bottom: 30px;
  }
}
.clients__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clients__title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  border: 1px solid #252529;
}
.clients__title-icon img {
  position: relative;
  width: 78px;
  height: 78px;
  z-index: 3;
}
.clients__title-icon img.fly {
  width: 68px;
  height: 68px;
}
.clients__title-icon:before {
  content: "";
  position: absolute;
  top: -1px;
  z-index: 2;
  display: block;
  width: 80%;
  height: 103%;
  background: #fff;
}
.clients__title-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  z-index: 2;
  display: block;
  height: 80%;
  width: 103%;
  margin: auto;
  background: #fff;
}
.clients__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
}
@media screen and (max-width: 650px) {
  .clients__list {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
}
.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20%;
  height: 127px;
  margin: -1px -1px 0 0;
}
.clients__item img {
  display: block;
  max-width: 100%;
}
.clients__item--mini img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .clients__item--mini img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .clients__item {
    max-width: calc(33.3333333333% + 1px);
  }
  .clients__item:last-child, .clients__item:nth-last-child(-n+2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .clients__item {
    height: 115px;
  }
}
@media screen and (max-width: 650px) {
  .clients__item img {
    height: 100%;
    width: 100%;
    padding: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.clients__img-zenith, .clients__img-truebalance {
  width: 70%;
}
.clients__img-ivas {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .clients__img {
    width: 100%;
  }
}

.partner__section {
  padding-top: 117px;
}
.partner__section-inner {
  width: 100%;
  display: flex;
  background: #F7F7FA;
  border-radius: 16px;
  padding: 64px 64px 48px 64px;
}
@media screen and (max-width: 1024px) {
  .partner__section-inner {
    padding: 32px;
  }
}
@media screen and (max-width: 650px) {
  .partner__section-inner {
    padding: 24px;
    flex-direction: column;
  }
}
.partner__section-shape {
  width: 100%;
  max-width: 377px;
  margin-right: 92px;
}
@media screen and (max-width: 1024px) {
  .partner__section-shape {
    margin-right: 32px;
    max-width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .partner__section-shape {
    max-width: 100%;
    display: flex;
    margin-right: 0;
  }
}
.partner__section-block {
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .partner__section-block {
    margin-left: 0;
  }
}
.partner__section-photo {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
  height: 362px;
  overflow: hidden;
}
.partner__section-photo-img {
  display: block;
  width: 100%;
}
.partner__section-photo--small {
  display: none;
  width: 88px;
  height: 88px;
}
@media screen and (max-width: 650px) {
  .partner__section-photo--small {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .partner__section-photo--big {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .partner__section-photo {
    height: auto;
    height: initial;
  }
}
@media screen and (max-width: 650px) {
  .partner__section-photo {
    min-width: 88px;
    margin-right: 16px;
    margin-bottom: 0px;
    max-width: 88px;
  }
}
.partner__section-name {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 650px) {
  .partner__section-name {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: -10px;
  }
}
.partner__section-status {
  font-size: 19px;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  .partner__section-status {
    display: block;
    line-height: 20px;
    margin-top: 11px;
  }
}
.partner__section-quote {
  width: 100%;
  max-width: 600px;
  font-size: 32px;
  line-height: 130%;
  margin: 57px 0 0 0;
  position: relative;
  left: -4px;
}
.partner__section-quote span {
  color: #4595ee;
}
@media screen and (max-width: 1024px) {
  .partner__section-quote {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .partner__section-quote {
    font-size: 28px;
    line-height: 130%;
    margin-top: 25px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .partner__section {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .partner__section {
    padding-top: 56px;
  }
}

.start__section {
  padding-top: 113px;
  padding-bottom: 98px;
}
.start__section-button {
  margin-top: 74px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.offices {
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .offices {
    padding-top: 56px;
  }
}
@media screen and (max-width: 650px) {
  .offices {
    padding-bottom: 56px;
  }
}
.offices__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
  margin-left: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 650px) {
  .offices__list {
    gap: 12px;
    margin: 0;
  }
  .offices__list[data-slide="4"] {
    align-items: flex-start;
  }
  .offices__list .slick-slide {
    height: auto;
    height: initial;
  }
}
.offices__list--team {
  margin-left: 0;
  margin-right: 0;
  gap: 15px;
}
.offices__list .slick-slide > div {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .offices__list .slick-slide > div {
    height: auto;
    height: initial;
  }
}
.offices__list .slick-track {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 650px) {
  .offices__list .slick-track {
    gap: 0;
  }
}
.offices__list .slick-track .slick-slide {
  display: flex;
  height: auto;
  height: initial;
}
.offices--first {
  padding-top: 60px;
}
@media screen and (max-width: 650px) {
  .offices__item-wrapper {
    width: 100%;
  }
}
.offices__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: #F7F6FE;
}
@media screen and (max-width: 650px) {
  .offices__item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    padding: 24px;
    height: 100%;
  }
  .offices__item:not(.offices__section-item--team) {
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .offices__item:last-child {
    margin-bottom: 0;
  }
}
.offices__item--team {
  padding: 12px;
  max-width: 411px;
}
@media screen and (max-width: 650px) {
  .offices__item--team {
    max-width: 100%;
  }
}
.offices__item-bottom {
  margin-top: auto;
}
.offices__item-link {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offices__item-link:after {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  width: 11px;
  height: 13px;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-image: url(024b2b944f8e3c7fe0d6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.offices__item-link:hover:after {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .offices__item-link:hover:after {
    transform: translateX(0px);
  }
}
.offices__img {
  position: relative;
}
.offices__img img {
  display: block;
  width: 100%;
}
.offices__img--press {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.offices__img--press img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 231px;
}
.offices__company {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 238px;
  width: 100%;
  padding: 0 32px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .offices__company {
    min-height: 200px;
  }
}
.offices__company p {
  text-align: center;
  margin: 0;
}
.offices__country {
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 650px) {
  .offices__country {
    margin-bottom: 12px;
  }
}
.offices__box {
  display: flex;
  flex-direction: column;
  max-width: 260px;
}
@media screen and (max-width: 650px) {
  .offices__box {
    max-width: calc(100% - 50px);
  }
}
.offices__box--team {
  max-width: none;
  max-width: initial;
}
.offices__flag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 9px;
  overflow: hidden;
}
.offices__flag-icon {
  font-size: 19px;
  line-height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: relative;
  top: 1px;
  max-width: 19px;
}
.offices__flag-icon img {
  display: block;
  width: 100%;
}
.offices__flag-name {
  position: relative;
  top: 2px;
}
.offices__info {
  display: flex;
  flex-direction: column;
  padding: 19px 10px 12px;
  color: #252529;
}
.offices__info-name {
  margin: 0 0 4px;
}
.offices__info-employ--press {
  font-weight: 700;
}
.offices__info--press {
  gap: 12px;
}
.offices__clock {
  position: absolute;
  right: 19px;
  top: 20px;
  width: 48px;
  height: 48px;
  border-radius: 49%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(7.34deg, #8A45D4 -6.59%, #4393ED 63.47%, #63B6E8 143.98%);
}
.offices__clock .hand {
  width: 100%;
  height: 100%;
  transform-origin: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.offices__clock .hour:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  transform: translateY(49%);
}
.offices__clock .hour:after {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  transform: translateY(-49%);
}
.offices__clock .minute:before {
  content: "";
  display: block;
  width: 1px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  transform: translateY(49%);
}
.offices__clock .minute:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  transform: translateY(-49%);
}
@media screen and (max-width: 768px) {
  .offices__clock {
    width: 41px;
    height: 41px;
  }
  .offices__clock .minute:after {
    height: 11px;
  }
}

.slider__button {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  border: 1px solid #E4E4E5;
  border-radius: 999999px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.slider__button:last-child {
  margin-right: 0px;
}
.slider__button:hover {
  border-color: #252529;
  background-color: #252529;
}
.slider__button:hover svg path {
  stroke: #fff;
}
.slider__button-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .slider__button-wrap {
    position: relative;
    top: 11px;
  }
}
@media screen and (max-width: 650px) {
  .slider__button {
    display: none !important;
  }
}

.slick-dots {
  height: 4px;
  bottom: -32px;
}
.slick-dots li button {
  width: 24px;
  height: 4px;
  padding: 0;
  border-radius: 32px;
  background: #E4E4E5;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  background: linear-gradient(7.34deg, #8A45D4 -6.59%, #4393ED 63.47%, #63B6E8 143.98%);
}

.modal {
  background-color: rgba(37, 37, 41, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  padding: 20px 15px;
  overflow: auto;
  transform: translateX(-100%);
  transition: 0.3s;
  overflow-x: hidden;
  visibility: hidden;
}
.modal.visible {
  visibility: visible;
}
.modal.active {
  transform: translateX(0);
}
.modal__logo {
  position: absolute;
  width: 60px;
  height: 40px;
  left: 45px;
  bottom: 50px;
  z-index: 1;
  background-image: url(0ee94c5948814b7163ac.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .modal__logo {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__logo {
    width: 48px;
    height: 32px;
    background-image: url(813b5d70d836198224fc.svg);
    left: 15px;
    bottom: auto;
    bottom: initial;
    top: 24px;
  }
  .modal__logo--light {
    background-image: url(0ee94c5948814b7163ac.svg);
  }
}
.modal--success {
  z-index: 41;
  transform: translateX(0);
  opacity: 0;
  pointer-events: none;
}
.modal--success .modal__inner {
  height: 100%;
  width: 100%;
}
.modal--success.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.modal__inner {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  position: relative;
  margin: auto;
}
.modal__inner--video {
  background-color: transparent;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .modal__inner {
    min-height: 100%;
  }
  .modal__inner--video {
    min-height: 0;
    min-height: initial;
  }
}
.modal__desc {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 45px 50px 45px;
  background: linear-gradient(183.88deg, #65B2FF 1.64%, #6638F4 96.82%);
  width: 100%;
  max-width: 427px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .modal__desc {
    max-width: 250px;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__desc {
    display: none;
  }
}
.modal__desc--full {
  max-width: 100%;
  justify-content: center;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .modal__desc--full .modal__logo {
    left: 24px;
  }
}
.modal__desc--full .modal__img {
  width: 219.61px;
  height: 208.95px;
  transform: translate(-59%, -25%);
}
@media screen and (max-width: 1200px) {
  .modal__desc--full .modal__img {
    width: 219.61px;
    height: 208.95px;
  }
}
@media screen and (max-width: 768px) {
  .modal__desc--full .modal__img {
    transform: translate(28%, 0);
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal__desc--full {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .modal__desc--full {
    justify-content: flex-start;
    padding-top: 150px;
  }
}
.modal__desc-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.modal__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}
.modal__text {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .modal__text {
    font-size: 24px;
    line-height: 30px;
  }
}
.modal__img {
  position: absolute;
  width: 299.11px;
  height: 284.59px;
  background-image: url(c02ad86411c2b4ddb46c.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  transform: translate(15%, -24%);
}
@media screen and (max-width: 1440px) {
  .modal__img {
    width: 150px;
    height: 150px;
    transform: translate(15%, -44%);
  }
}
.modal__wrap {
  display: flex;
}
.modal-success__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-success__title {
    font-size: 38px;
    line-height: 130%;
  }
}
.modal-success__text {
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 60px;
  color: #fff;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-success__text {
    font-size: 24px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1440px) {
  .modal {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .modal {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__inner {
    max-height: none;
    max-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 0;
  }
}
.modal .common__wrap {
  display: flex;
  overflow: auto;
  height: 100%;
}
.modal__video {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: calc(100vh - 80px);
}
.modal__video-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal__video-inner .btn__modal {
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .modal__video-inner .btn__modal {
    top: -60px;
  }
}
.modal__video-box {
  position: relative;
  max-height: 100%;
}

.accom {
  padding-top: 96px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .accom {
    padding-top: 56px;
    padding-bottom: 30px;
    max-width: 100vw;
    overflow: hidden;
  }
}
.accom__title {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 16px;
}
.accom__subtitle {
  margin: 0;
  max-width: 628px;
}
@media screen and (max-width: 768px) {
  .accom__subtitle {
    max-width: 100%;
  }
}
.accom__wrapper {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .accom__wrapper {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .accom__list {
    display: grid;
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .accom__list--three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .accom__list--four-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .accom__list--four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.accom__item {
  width: 100%;
  padding: 47px 32px 32px 32px;
  border-radius: 16px;
  background: #f7f6fe;
}
.accom__item-title {
  margin-bottom: 12px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .accom__item-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .accom__item {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .accom__item {
    padding: 24px;
  }
}
.accom__img {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  height: 167px;
}
.accom__img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .accom__img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .accom__img {
    margin-bottom: 16px;
  }
}
.accom__text {
  margin: 0;
}
.accom__list-inside {
  display: flex;
  flex-direction: column;
}
.accom__list-inside-item {
  display: flex;
  margin-bottom: 12px;
}
.accom__list-inside-item:last-child {
  margin-bottom: 0;
}
.accom__list-inside-item:before {
  content: "";
  display: block;
  min-width: 8px;
  height: 8px;
  background-color: #21A2FF;
  margin-right: 8px;
  position: relative;
  top: 7px;
  border-radius: 50%;
}
.accom__btn {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .accom__btn {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .accom__pagination {
    display: none;
  }
}

.approach {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .approach {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.approach__container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .approach__container {
    flex-wrap: wrap;
  }
}
.approach__part {
  width: 100%;
}
.approach__part--small {
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .approach__part--small {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.approach__part--big {
  padding-left: 130px;
}
@media screen and (max-width: 1024px) {
  .approach__part--big {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .approach__part--big {
    padding-left: 0;
  }
}
.approach__title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 0;
}
.approach__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background-color: #252529;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .approach__title {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.approach__text {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .approach__text {
    margin-bottom: 32px;
  }
}
.approach__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -32px;
}
@media screen and (max-width: 768px) {
  .approach__list {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.approach__item {
  width: 100%;
  max-width: calc(50% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .approach__item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .approach__item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .approach__item:last-child {
    margin-bottom: 0;
  }
}
.approach__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  background: #f7f6fe;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .approach__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
  .approach__img img {
    transform: scale(0.7);
  }
}
.approach__name {
  margin-bottom: 12px;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .approach__name {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .approach__name {
    padding-left: 62px;
    margin-bottom: 4px;
  }
}
.approach__desc {
  margin: 0;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .approach__desc {
    padding-left: 62px;
  }
}
.approach__partner {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.approach__partner-item {
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  filter: grayscale(1);
}
.approach__partner-item:after {
  content: "";
  display: block;
  height: 44px;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #E4E4E5;
  position: absolute;
}
.approach__partner-item:last-child:after {
  content: none;
}
.approach__partner-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .approach__partner {
    margin: 0 0 20px 0;
  }
}

.certificates {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .certificates {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.certificates__title {
  margin-bottom: 32px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .certificates__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .certificates__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .certificates__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.certificates__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 66px 20px 20px 20px;
  border-radius: 16px;
  background: #f7f6fe;
}
.certificates__company {
  margin: 0 0 12px;
}
.certificates__name {
  display: block;
  max-width: 184px;
  height: 64px;
  margin: 0 auto 15px;
}
.certificates__name--short {
  max-width: 164px;
}
@media screen and (max-width: 768px) {
  .certificates__name {
    max-width: 100%;
  }
}
.certificates__img {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificates__img img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .certificates__pagination {
    display: none;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .menu {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
}
.menu__wrap {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .menu__wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.menu__item {
  width: 100%;
  max-width: calc(25% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  background: #F7F6FE;
  border-radius: 20px;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .menu__item {
    max-width: calc(33.3333333333% - 12px);
    margin-left: 6px;
    margin-right: 6px;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .menu__item {
    max-width: 100%;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
}
.menu__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__link:hover .menu__arrow {
  background-color: #252529;
  border-color: transparent;
}
.menu__link:hover .menu__arrow svg path {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .menu__link {
    flex-direction: row;
  }
}
.menu__img {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.menu__img img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .menu__img {
    height: 64px;
    margin-bottom: 0;
    width: 93px;
    margin-right: 20px;
  }
  .menu__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.menu__img--smm {
  position: relative;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .menu__img--smm {
    left: 0;
  }
}
.menu__name {
  margin-bottom: 24px;
  margin-top: 0;
  color: #252529;
}
@media screen and (max-width: 768px) {
  .menu__name {
    margin-top: 29px;
  }
}
.menu__arrow {
  width: 40px;
  height: 40px;
  background: #F7F6FE;
  border: 1px solid #D7D7DB;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.menu__arrow svg path {
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .menu__arrow {
    margin-right: 0;
  }
}

.stages {
  padding-top: 60px;
  padding-bottom: 60px;
}
.stages__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stages {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .stages__title {
    margin-bottom: 16px;
  }
}

.platform {
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .platform {
    padding-top: 40px;
  }
}
.platform__list {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 24px;
}
@media screen and (max-width: 1366px) {
  .platform__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .platform__list {
    -moz-column-gap: 4px;
         column-gap: 4px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.platform__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 16.6666666667%;
  min-height: 150px;
  border-radius: 16px;
  background: #f7f6fe;
}
.platform__item img {
  max-height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1366px) {
  .platform__item {
    max-width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .platform__item {
    min-width: 125px;
    min-height: 96px;
  }
  .platform__item img {
    transform: scale(0.6);
  }
}
.platform__title {
  margin-bottom: 16px;
  color: #9e9eb0;
}
@media screen and (max-width: 768px) {
  .platform__title {
    margin-top: 0;
  }
}

.cases__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #252529;
  left: 0;
  top: 0;
  overflow: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .cases__modal {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.cases__modal-inner {
  padding-left: 64px;
  padding-right: 64px;
  width: 1296px;
  margin: auto;
}
@media screen and (max-width: 1296px) {
  .cases__modal-inner {
    max-width: 1296px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cases__modal-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cases__modal-container {
  margin-bottom: 16px;
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cases__modal-container {
    padding-right: 0;
  }
}
.cases__modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .cases__modal-header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cases__modal-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cases__modal-title {
    margin-right: 0;
  }
}
.cases__modal-tag {
  display: flex;
  align-items: end;
  height: 25px;
  max-height: 25px;
  padding: 0 10px;
  border-radius: 14px;
  color: #252529;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .cases__modal-tag {
    margin-bottom: 20px;
  }
}
.cases__modal-subtitle {
  max-width: 52%;
  margin: 0 0 40px;
  color: #ffffff;
}
@media screen and (max-width: 1296px) {
  .cases__modal-subtitle {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cases__modal-subtitle {
    margin-bottom: 20px;
  }
}
.cases__modal-subtitle + .cases__modal-subtitle {
  margin-top: -20px;
}
.cases__modal-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cases__modal-info-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cases__modal-info-list {
    gap: 0;
  }
}
.cases__modal-info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 32px;
}
.cases__modal-info-item:first-child {
  padding-left: 0;
}
.cases__modal-info-item:last-child {
  padding-right: 0;
}
.cases__modal-info-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  display: block;
  width: 1px;
  background-color: #323236;
}
.cases__modal-info-item:nth-child(3n)::after, .cases__modal-info-item:last-child::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .cases__modal-info-item:nth-child(3n)::after {
    content: "";
  }
  .cases__modal-info-item:nth-child(2n)::after {
    content: none;
  }
  .cases__modal-info-item:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .cases__modal-info-item {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #323236;
  }
  .cases__modal-info-item::after, .cases__modal-info-item:nth-child(3n)::after {
    content: none;
  }
  .cases__modal-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.cases__modal-info-title {
  padding-bottom: 4px;
  color: #9e9eb0;
}
.cases__modal-info-subtitle {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cases__modal-info {
    flex-direction: column;
  }
}
.cases__modal-geo {
  padding-top: 16px;
  padding-bottom: 32px;
}
.cases__modal-geo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 8px 0 0;
}
.cases__modal-geo-item {
  border: 1px solid #323236;
  border-radius: 24px;
  padding: 8px 16px 6px;
  display: flex;
}
.cases__modal-geo-item--more {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .cases__modal-geo-item--more {
    font-size: 17px;
  }
}
.cases__modal-geo-text {
  color: #ffffff;
}
.cases__modal-geo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cases__modal-geo-img-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  width: 19px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cases__modal-geo--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cases__modal-geo {
    display: none;
  }
  .cases__modal-geo--mobile {
    display: block;
  }
}
.cases__modal-img {
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
}
.cases__modal-img img {
  display: block;
  width: 100%;
}
.cases__modal-img--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cases__modal-img {
    display: none;
  }
  .cases__modal-img--mobile {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
  }
}
.cases__modal-desc {
  margin: 0 0 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cases__modal-desc {
    margin-bottom: 16px;
  }
}
.cases__modal-result {
  max-width: 770px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.cases__modal-result-item {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #323236;
}
.cases__modal-result-item:last-child {
  border-bottom: 0;
  border-bottom: initial;
}
.cases__modal-result-item:first-child {
  padding-top: 0;
}
.cases__modal-result-desc {
  display: flex;
  align-items: center;
  color: #9e9eb0;
  max-width: 70%;
}
.cases__modal-result-desc::before {
  content: "";
  display: block;
  min-width: 6px;
  height: 6px;
  background: linear-gradient(7.34deg, #8a45d4 -6.59%, #4393ed 63.47%, #63b6e8 143.98%);
  border-radius: 50%;
  margin-right: 12px;
}
.cases__modal-result-perc {
  text-align: right;
  color: #ffffff;
}
.cases__modal-result-subtitle {
  display: block;
  margin-top: -15px;
  margin-bottom: 32px;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cases__modal-result-subtitle {
    font-size: 17px;
  }
}
.cases__modal-platform-title {
  padding-top: 12px;
  color: #9e9eb0;
}
.cases__modal-platform-item {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #323236;
}
.cases__modal-platform-item:last-child {
  border-bottom: none;
}
.cases__modal-platform-img {
  margin-right: 10px;
  min-width: 22px;
  display: flex;
  justify-content: center;
}
.cases__modal-platform-img img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.cases__modal-platform-text {
  position: relative;
  top: 2px;
  color: #ffffff;
}
.cases__modal-caption {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #FFFFFF;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cases__modal-caption {
    font-size: 17px;
  }
}
.cases__modal-gallery {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .cases__modal-gallery {
    padding-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.cases__modal-gallery-item {
  margin-bottom: 44px;
  border-radius: 16px;
  overflow: hidden;
}
.cases__modal-gallery-item img {
  width: 100%;
  display: block;
}
.cases__modal-gallery-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cases__modal-gallery-item {
    border-radius: 0;
  }
}
.cases__modal-text-picture {
  max-width: 770px;
  margin: 32px 0;
  color: #fff;
}
@media screen and (max-width: 1296px) {
  .cases__modal-text-picture {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cases__modal-text-picture {
    margin: 16px 0 20px;
    margin-bottom: 20px;
  }
}
.cases__modal-interactive {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #323236;
  border-bottom: 1px solid #323236;
}
.cases__modal-interactive img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cases__modal-interactive {
    border-top: none;
  }
}
.cases__modal-table {
  padding: 0 0 21px;
  margin: 32px 0 0;
  overflow-x: auto;
}
.cases__modal-table::-webkit-scrollbar {
  height: 2px;
  background-color: #323236;
}
.cases__modal-table::-webkit-scrollbar-thumb {
  width: 125px;
  height: 2px;
  border-radius: 32px;
  background: linear-gradient(50deg, #8A45D4 0%, #4393ED 46.53%, #63B6E8 100%);
}

.cases-table {
  width: 90%;
  font-size: inherit;
  border-radius: 16px;
  border: 1px solid #323236;
  color: #fff;
}
.cases-table tr th {
  color: #9e9eb0;
  border-bottom: 1px solid #323236;
}
.cases-table tr th:not(:last-child) {
  border-right: 1px solid #323236;
}
.cases-table tr:not(:last-child) td {
  border-bottom: 1px solid #323236;
}
.cases-table tr td:not(:last-child) {
  border-right: 1px solid #323236;
}
.cases-table td, .cases-table th {
  min-width: 200px;
  padding: 8px 12px;
  text-align: left;
  font-weight: 400;
  font-size: inherit;
  white-space: nowrap;
}

.error {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 112px);
  padding-top: 0;
  padding-bottom: 0;
}
.error--full {
  height: 100%;
  padding: 40px 0;
}
.error__block {
  position: relative;
  z-index: 5;
}
.error__status-code {
  text-align: center;
  color: #fff;
  mix-blend-mode: overlay;
  text-align: center;
  font-family: "Grato Grotesk";
  font-size: 460px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -9.2px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1024px) {
  .error__status-code {
    font-size: 204px;
  }
}
.error__title {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .error__title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .error__text {
    font-size: 17px;
  }
}
.error .main__banner-inner {
  position: relative;
  z-index: 1;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .error .main__banner-inner {
    margin-bottom: 50px;
  }
}
.error .main__banner-title {
  max-width: 100%;
}
.error .btn__move--main {
  background-color: #fff;
  max-width: -moz-min-content;
  max-width: min-content;
  margin: auto;
}
.error .main__banner-info {
  max-width: 100%;
}
.error .common__wrap {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .error .common__wrap {
    justify-content: center;
  }
}
.error .main__banner-inner--big {
  max-width: 472px;
}

.prm__text {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 460px;
  line-height: 105%;
  color: #fff;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1366px) {
  .prm__text {
    font-size: 304px;
  }
}
@media screen and (max-width: 1024px) {
  .prm__text {
    font-size: 204px;
  }
}
@media screen and (max-width: 1024px) {
  .prm__text {
    font-size: 204px;
  }
}

.manager {
  padding: 56px 0;
}
@media only screen and (min-width: 1024px) {
  .manager {
    padding: 120px 0 60px;
  }
}
.manager__title {
  margin: 0 0 24px;
}
@media only screen and (min-width: 1024px) {
  .manager__title {
    margin: 0 0 38px;
  }
}
.manager__block {
  display: grid;
  padding: 24px;
  border-radius: 24px;
  background: #f7f6fe;
}
@media only screen and (min-width: 1024px) {
  .manager__block {
    grid-template-columns: repeat(12, 1fr);
    padding: 66px 64px 48px;
  }
}
.manager__left {
  display: flex;
  margin: 0 0 26px;
}
@media only screen and (min-width: 1024px) {
  .manager__left {
    flex-direction: column;
    grid-column: 1/span 4;
    margin: 0;
  }
}
.manager__img {
  width: 100%;
  height: 80px;
  max-width: 88px;
  margin-right: 16px;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .manager__img {
    max-width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .manager__img {
    max-width: 372px;
    margin: 0 0 18px;
  }
}
.manager__name {
  margin: 8px 0 9px;
}
@media only screen and (min-width: 1024px) {
  .manager__name {
    margin: 0 0 6px;
  }
}
.manager__profession {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .manager__right {
    padding-left: 69px;
    grid-column: 5/span 7;
  }
}
.manager__text {
  margin: 0;
}
.manager__text:last-child {
  margin: 44px 0 0;
}
@media screen and (max-width: 1200px) {
  .manager__text:last-child {
    margin-top: 33px;
  }
}

.notfound {
  position: relative;
}
.notfound:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url(878cd0df4a3d6895fa86.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .notfound:after {
    background-image: url(ef9eac24abd0c16eda7b.jpg);
    background-repeat: no-repeat;
    background-position: 74% 0;
  }
}
.notfound .main__banner {
  position: static;
}
.notfound__title {
  line-height: 100%;
}

.hero_2 {
  padding: 242px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #252529;
}
.hero_2--bg {
  background-image: url(ea611048d4b853b812a9.webp);
}
@media screen and (max-width: 576px) {
  .hero_2--bg {
    background-image: url(b4fd5fed56b79686f5f1.webp);
  }
}
.hero_2--margin {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .hero_2--margin {
    margin-bottom: 40px;
  }
}
.hero_2--events-detail {
  padding: 223px 0 32px;
  background-image: url(224b81c1892cb40dbf39.webp);
}
@media screen and (min-width: 576px) {
  .hero_2--events-detail {
    padding: 294px 0 80px;
    background-image: url(445efa4470e14886e1d0.webp);
  }
}
.hero_2--events-detail .hero_2__block {
  align-items: start;
  gap: 0;
  max-width: 954px;
  margin: 0;
}
.hero_2--events-detail .hero_2__breadcrumbs {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .hero_2--events-detail .hero_2__breadcrumbs {
    margin-bottom: 32px;
  }
}
.hero_2--events-detail .hero_2__tag {
  margin-bottom: 20px;
}
.hero_2--events-detail .hero_2__title {
  text-align: left;
}
.hero_2--events-detail .hero_2__btn {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .hero_2--events-detail .hero_2__btn {
    margin-top: 40px;
  }
}
.hero_2__block_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 660px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .hero_2__block_2 {
    gap: 24px;
  }
}
.hero_2__title {
  text-align: center;
  margin: 0;
}
.hero_2__text {
  max-width: 450px;
  margin: 24px 0 0;
  text-align: center;
}
.hero_2--events-detail {
  padding: 223px 0 32px;
  background-image: url(224b81c1892cb40dbf39.webp);
}
@media screen and (min-width: 576px) {
  .hero_2--events-detail {
    padding: 294px 0 80px;
    background-image: url(445efa4470e14886e1d0.webp);
  }
}
.hero_2--events-detail .hero__block {
  align-items: start;
  gap: 0;
  max-width: 954px;
  margin: 0;
}
.hero_2--events-detail .hero__breadcrumbs_2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .hero_2--events-detail .hero__breadcrumbs_2 {
    margin-bottom: 32px;
  }
}
.hero_2--events-detail .hero__tag {
  margin-bottom: 20px;
}
.hero_2--events-detail .hero__title {
  text-align: left;
}
.hero_2--events-detail .hero__btn {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .hero_2--events-detail .hero__btn {
    margin-top: 40px;
  }
}

.social-media {
  margin: 64px 0 120px;
}
@media screen and (max-width: 1024px) {
  .social-media {
    margin: 0 0 56px;
  }
}
.social-media__container {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  padding: 0 15px;
}
.social-media__title {
  margin: 0 0 32px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .social-media__title {
    margin: 0 0 24px;
    font-size: 28px;
  }
}
.social-media__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .social-media__list {
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .social-media__list {
    gap: 8px;
  }
}
.social-media__item {
  width: 100%;
}
.social-media__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 0 28px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #e4e4e5;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .social-media__link {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .social-media__link {
    padding: 26px;
  }
}
.social-media__icon {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .social-media__icon {
    width: 40px;
    height: 40px;
  }
  .social-media__icon svg {
    width: 40px;
    height: 40px;
  }
}
.social-media__target {
  background: linear-gradient(128.36deg, #4BA5FF -4.96%, #A54BFF 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .social-media__target {
    display: none;
  }
}

.event-banner {
  padding: 60px 0 60px;
}
.event-banner__wrapper {
  position: relative;
  padding: 40px 24px;
  border-radius: 32px;
  color: #fff;
  background-color: #121214;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .event-banner__wrapper {
    padding: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .event-banner__wrapper {
    padding: 56px;
  }
}
.event-banner__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(867d8ef2c1c2cc545e7b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 280% 100%;
}
@media only screen and (min-width: 576px) {
  .event-banner__wrapper::after {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1460px) {
  .event-banner__wrapper::after {
    left: auto;
    right: auto;
    background-position: 0 0;
  }
}
.event-banner__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0 0 34px;
}
@media only screen and (min-width: 768px) {
  .event-banner__container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .event-banner__container {
    padding: 0 0 93px;
  }
}
.event-banner__block-left {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}
.event-banner__block-right {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .event-banner__block-right {
    justify-content: end;
  }
}
.event-banner__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .event-banner__title {
    margin: 0 0 16px;
    text-align: left;
    font-size: 72px;
  }
}
.event-banner__text {
  margin: 0 0 20px;
  text-align: center;
  font-size: 19px;
  line-height: 150%;
}
@media only screen and (min-width: 1024px) {
  .event-banner__text {
    margin: 0 0 32px;
    text-align: left;
    font-size: 21px;
  }
}
.event-banner .event-link {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 32px;
  border: 1px solid #323236;
  background: #252529;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .event-banner .event-link {
    align-self: flex-start;
  }
}
.event-banner .event-link:hover {
  border-color: #fff;
}
.event-banner .event-link__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.event-banner .event-link__arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(180b313c0e35f5f62f87.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
}
.event-banner .event-link__text {
  display: inline-block;
  padding: 0 42px 0 75px;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .event-banner .event-link__text {
    padding: 0 42px 0 40px;
  }
}
@media only screen and (min-width: 576px) {
  .event-banner .event-link__text {
    padding: 0 42px 0 29px;
  }
}
.event-banner__date-event {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .event-banner__date-event {
    flex-direction: column;
    align-items: end;
  }
}
.event-banner__day {
  display: inline-block;
  margin-right: 7px;
  font-size: 31px;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .event-banner__day {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .event-banner__day {
    font-size: 56px;
    line-height: 110%;
  }
}
.event-banner__year {
  font-size: 31px;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .event-banner__year {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .event-banner__year {
    font-size: 21px;
  }
}
.event-banner__aside {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside {
    flex-direction: row;
    gap: 32px;
  }
}
.event-banner__aside-element {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-element {
    align-items: start;
    padding-left: 24px;
  }
}
.event-banner__aside-element:first-child {
  padding-bottom: 12px;
}
.event-banner__aside-element:first-child .event-banner__aside-img {
  width: 54px;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-element:first-child .event-banner__aside-img {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-element:first-child {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 24px;
  }
}
.event-banner__aside-element:last-child {
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-element:last-child {
    padding-top: 0;
  }
}
.event-banner__aside-element:last-child::after {
  content: "";
  position: absolute;
  left: calc(50% - 52px);
  top: 0;
  width: 105px;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-element:last-child::after {
    left: 0;
    right: auto;
    top: 42px;
    bottom: 6px;
    width: 1px;
    height: auto;
  }
}
.event-banner__aside-text {
  position: relative;
  max-width: 250px;
  text-align: center;
  font-size: 17px;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-text {
    text-align: left;
  }
}
.event-banner__aside-img {
  width: 259px;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .event-banner__aside-img {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .event-banner__aside-img {
    width: 335px;
  }
}
.event-banner__aside-img img {
  width: 100%;
}

.schedule {
  position: relative;
  z-index: 1;
  padding: 40px 24px 32px;
  border-radius: 32px;
  color: #fff;
  background-color: #252529;
  overflow: hidden;
}
.schedule::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  background-image: url(9826788f3d2bbcc2d654.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (min-width: 450px) {
  .schedule::after {
    background-image: url(afa11faa2445ef889c57.png);
    background-position: 100% 0;
  }
}
@media screen and (min-width: 1024px) {
  .schedule {
    padding: 80px;
  }
}
.schedule__title {
  margin: 0 0 40px;
}
@media screen and (min-width: 1024px) {
  .schedule__title {
    margin: 0 0 72px;
  }
}
.schedule__list {
  display: flex;
  flex-direction: column;
}
.schedule__item {
  display: grid;
  padding: 32px 0;
}
@media screen and (min-width: 1024px) {
  .schedule__item {
    grid-template-columns: minmax(auto, 100px) 1fr minmax(auto, 331px);
    gap: 68px;
    padding: 48px 0;
  }
}
.schedule__item:not(:last-child) {
  border-bottom: 1px solid rgba(176, 176, 178, 0.1);
}
.schedule__item:first-child {
  padding-top: 0;
}
.schedule__item:last-child {
  padding-bottom: 0;
}
.schedule__time {
  max-width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .schedule__time {
    max-width: 70px;
    margin: 7px 0 0;
  }
}
.schedule__subtitle {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .schedule__subtitle {
    margin: 0;
  }
}
.schedule__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .schedule__block {
    gap: 24px;
    margin-top: 12px;
  }
}
.schedule__people {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.schedule__people span {
  color: #b0b0b2;
}

.agreements__title {
  font-size: 2em;
  margin: 0.67em 0;
}

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