coveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragecoveragefloat:left; list-style:none@import"https://fonts.googleapis.com/css?family=Montserrat:regular,500,700,800&display=swap";
* {
  padding: 0;
  margin: 0;
  border: 0px
}
*, *:before, *:after {
  box-sizing: border-box
}
html, body {
  height: 100%;
  min-width: 320px
}
body {
  color: #202027;
  line-height: 1;
  font-family: Montserrat;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
input, button, textarea {
  font-family: Montserrat;
  font-size: inherit
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit
}
a {
  color: inherit
}
a:link, a:visited, a:hover {
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background-color: #f9fbfd
}
.lock body {
  overflow: hidden;
  touch-action: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px
}
.alert-danger {
  color: red
}
.button {
  display: inline-flex;
  padding: 16.5px 48px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .08em;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2142857143;
  background: linear-gradient(230.52deg, #926bff 21.73%, #7c4eff 72.58%);
  box-shadow: 0 8px 6px -6px #564cea99, 0 14px 12px -8px #564cea99, 0 22px 24px -16px #564cea99;
  border-radius: 12px;
  transition: all .3s ease 0s;
  position: relative
}
.button span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .3s ease 0s
}
.button:after {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), linear-gradient(230.52deg, #926bff 21.73%, #7c4eff 72.58%);
  transition: opacity .3s ease 0s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 12px
}
@media (any-hover: hover) {
  .button:hover:after {
    opacity: 1
  }
}
.button:active:after {
  background: linear-gradient(0deg, rgba(7, 0, 27, .2), rgba(7, 0, 27, .2)), linear-gradient(230.52deg, #926bff 21.73%, #7c4eff 72.58%)
}
.hide {
  display: none
}
.button--transparent {
  color: #7c4eff;
  background-color: #f9fbfd;
  border: 1px solid #d1c8fb;
  background: transparent;
  transition: background-color .3s ease 0s;
  box-shadow: none
}
.button--transparent:after {
  content: "";
  opacity: 0;
  background: transparent
}
@media (any-hover: hover) {
  .button--transparent:hover {
    background-color: #7c4eff
  }
  .button--transparent:hover span {
    color: #f9fbfd
  }
}
.button--transparent:active:after {
  background: linear-gradient(0deg, rgba(7, 0, 27, .2), rgba(7, 0, 27, .2)), #7c4eff;
  opacity: 1
}
.button--icon {
  padding: 18px 26px
}
.button--icon span {
  display: flex;
  text-transform: none;
  align-items: center
}
.button--icon svg {
  transform: rotate(90deg)
}
.button--icon svg path {
  stroke: all .3s ease 0s
}
@media (any-hover: hover) {
  .button--icon:hover svg path {
    stroke: #fff
  }
}
@media (max-width: 479.98px) {
  .button--icon {
    width: 100%;
    justify-content: center
  }
}
.button--green {
  transition: all 0s ease 0s;
  background: #16e09e;
  box-shadow: 0 8px 6px -6px #16e09e
}
@media (any-hover: hover) {
  .button--green:hover {
    transition: all .3s ease 0s;
    background: #1ebd88 !important
  }
  .button--green:hover:after {
    opacity: 0
  }
}
.title {
  font-size: 42px;
  line-height: 1.2142857143;
  font-weight: 800;
  text-align: center
}
.title span {
  color: #16e09e
}
@media (max-width: 991.98px) {
  .title {
    font-size: 36px
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 32px
  }
}
@media (max-width: 479.98px) {
  .title {
    font-size: 28px
  }
}
.icon-menu {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: transparent;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: pointer;
  overflow: hidden
}
@media (min-width: 991.98px) {
  .icon-menu {
    display: none
  }
}
.icon-menu span {
  position: absolute;
  height: 3px;
  background-color: #202027;
  display: block;
  border-radius: 6px;
  transition: .5s
}
.icon-menu span:nth-child(1) {
  transform: translateY(-8px);
  width: 28px;
  right: 0px;
  transition-delay: 0s
}
.icon-menu span:nth-child(2) {
  width: 12px;
  right: 0px
}
.icon-menu span:nth-child(3) {
  transform: translateY(8px);
  width: 18px;
  right: 0;
  transition-delay: 0s
}
.menu-open .icon-menu span:nth-child(1) {
  transform: translate(6px, 2px) rotate(45deg);
  width: 40px;
  transition-delay: .125s;
  background-color: #202027
}
.menu-open .icon-menu span:nth-child(3) {
  transform: translate(2px, 2px) rotate(315deg);
  width: 40px;
  transition-delay: .25s;
  background-color: #202027
}
.menu-open .icon-menu span:nth-child(2) {
  transform: translate(60px);
  transition-delay: 0
}
.header {
  padding-top: 24px
}
.header__container {
  display: flex;
  align-items: center;
  gap: 15px
}
@media (min-width: 991.98px) {
  .header__container {
    justify-content: space-between
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    flex: 1 1 auto;
    position: relative;
    z-index: 5
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 32px
}
@media (max-width: 599.98px) {
  .header__actions {
    margin-top: 24px;
    flex-direction: column-reverse
  }
}
.header__auth {
  display: flex;
  align-items: center
}
@media (max-width: 599.98px) {
  .header__auth {
    flex-direction: column;
    gap: 16px
  }
}
.header__sign-up {
  border-radius: 10px;
  padding: 6px 14px;
  height: 36px;
  position: relative;
  z-index: 3;
  font-size: 12px
}
@media (max-width: 599.98px) {
  .header__sign-up {
    padding: 12px 54px;
    min-height: 48px
  }
}
.header__sign-in {
  border-radius: 10px;
  font-size: 12px;
  padding: 13px 71px;
  min-height: 48px
}
@media (min-width: 599.98px) {
  .header__sign-in {
    transform: translate(-20px);
    padding: 0 14px 0 30px;
    height: 36px;
    min-height: auto
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.2083333333;
  flex-wrap: wrap
}
@media (max-width: 991.98px) {
  .menu__list {
    flex-direction: column;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .01em;
    gap: 24px
  }
}
.menu__link {
  padding: 4px 12px;
  text-transform: uppercase;
  letter-spacing: .01em;
  transition: color .3s ease 0s;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px
}
.menu__link .menu__link_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px
}
.menu__link .menu__link_right .menu__link_right_logo_wrapper {
  width: 18px;
  overflow: hidden;
  display: block
}
.menu__link .menu__link_right .menu__link_right_logo_wrapper .menu__link_right_logo {
  width: 50px;
  max-width: 100%;
  display: block
}
.menu__link .menu__link_right .menu__link_right_text {
  font-weight: 700;
  font-size: 75%;
  line-height: 1
}
.menu__link .menu__link_right .menu__link_right_imgs {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2px;
  margin-left: 2px
}
.menu__link .menu__link_right .menu__link_right_imgs .menu__link_right_imgs_inner {
  display: block;
  animation: otherAni 10s ease infinite;
  animation-timing-function: cubic-bezier(0, 1.36, .48, 1.31)
}
.menu__link .menu__link_right .menu__link_right_imgs .menu__link_right_imgs_inner .menu__link_right_img_wrapper {
  flex-shrink: 0;
  display: flex;
  width: 15px;
  height: 15px;
  justify-content: flex-start;
  align-items: center
}
.menu__link .menu__link_right .menu__link_right_imgs .menu__link_right_imgs_inner .menu__link_right_img_wrapper .menu__link_right_img {
  max-width: 100%;
  max-height: 100%
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #7c4eff
  }
}
.menu__link:active {
  color: #643ed1
}
@media (max-width: 991.98px) {
  .menu__link {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2083333333
  }
}
@media (max-width: 991.98px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: auto;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .3s ease 0s;
    opacity: .95;
    padding: 100px 45px 50px;
    z-index: 4;
    display: flex;
    color: #161616;
    flex-direction: column
  }
  .menu__body:before {
    content: "";
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    left: -100%;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 4
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body:before {
    left: 0
  }
}
.language {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 2
}
@media (max-width: 599.98px) {
  .language {
    margin-top: 20px
  }
}
@media (any-hover: hover) {
  .language:hover .language__text {
    color: #7c4eff
  }
  .language:hover svg path {
    stroke: #7c4eff
  }
}
.language:active .language__text {
  color: #643ed1
}
.language:active svg path {
  stroke: #643ed1
}
.language__image {
  width: 16px;
  height: 16px
}
.language__image svg {
  width: 16px;
  height: 16px
}
.language__image svg path {
  transition: all .3s ease 0s
}
.language__text {
  color: #485064;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .01em;
  transition: color .3s ease 0s
}
.language__body {
  position: absolute;
  top: 120%;
  left: 0;
  background-color: #fff;
  border: 1px solid #7c4eff;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity .3s ease 0s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px #0000004d
}
.language__body.open {
  opacity: 1;
  visibility: visible
}
@media (max-width: 599.98px) {
  .language__body {
    top: 0;
    left: 140%;
    transform: translateY(-40%)
  }
}
.language__lang {
  padding: 10px 20px;
  display: block;
  transition: background-color .3s ease 0s, color .3s ease 0s
}
@media (any-hover: hover) {
  .language__lang:hover {
    background-color: #7c4eff;
    color: #fff
  }
}
.language__lang:not(:last-child) {
  border-bottom: 1px solid #7c4eff
}
@keyframes otherAni {
  20% {
    transform: translateY(0)
  }
  23% {
    transform: translateY(33.333%)
  }
  53% {
    transform: translateY(33.333%)
  }
  56% {
    transform: translateY(66.66666%)
  }
  86% {
    transform: translateY(66.66666%)
  }
  90% {
    transform: translateY(0)
  }
}
.footer__logo, .header__logo {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 24px
}
.custom {
  padding: 50px 0
}
.mainblock {
  padding-top: 10px;
  padding-bottom: 50px
}
@media (max-width: 767.98px) {
  .mainblock {
    padding-top: 40px
  }
}
.mainblock__body {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media (max-width: 767.98px) {
  .mainblock__body {
    flex-direction: column;
    gap: 42px
  }
}
.mainblock__label {
  max-width: 592px;
  flex: 0 0 592px
}
@media (max-width: 1229.98px) {
  .mainblock__label {
    flex: 0 0 500px
  }
}
@media (max-width: 991.98px) {
  .mainblock__label {
    flex: 0 0 400px
  }
}
@media (max-width: 767.98px) {
  .mainblock__label {
    flex: 1 1 auto
  }
}
.mainblock__marks {
  margin-bottom: 24px;
  width: 315px
}
.mainblock__marks img {
  width: 100%;
  height: 100%
}
@media (max-width: 479.98px) {
  .mainblock__marks {
    width: 170px
  }
}
.mainblock__title {
  font-weight: 800;
  line-height: 1.2142857143;
  font-size: 56px;
  margin-bottom: 24px
}
.mainblock__title span {
  color: #16e09e
}
@media (max-width: 1229.98px) {
  .mainblock__title {
    font-size: 45px
  }
}
@media (max-width: 991.98px) {
  .mainblock__title {
    font-size: 40px
  }
}
@media (max-width: 767.98px) {
  .mainblock__title {
    font-size: 32px
  }
}
.mainblock__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 48px;
  max-width: 393px
}
.mainblock__text span {
  font-weight: 800;
  color: #7c4eff
}
@media (max-width: 479.98px) {
  .mainblock__text {
    font-size: 16px;
    margin-bottom: 32px
  }
}
@media (max-width: 479.98px) {
  .mainblock__button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px
  }
}
@media (min-width: 1229.98px) {
  .mainblock__image {
    margin-left: -70px;
    transform: translate(10px, 20px)
  }
}
@media (max-width: 1229.98px) {
  .image-big {
    display: none
  }
}
@media (min-width: 1229.98px) {
  .image-small {
    display: none
  }
}
.advantages__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f3f5f8;
  box-shadow: 0 16px 32px -6px #7c4eff0f, 0 8px 16px -3px #7c4eff08, 0 4px 8px -1px #7c4eff08;
  border-radius: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 100px
}
@media (max-width: 1229.98px) {
  .advantages__items {
    padding: 36px 50px
  }
}
@media (max-width: 991.98px) {
  .advantages__items {
    padding: 36px 100px
  }
}
@media (max-width: 767.98px) {
  .advantages__items {
    padding: 36px 50px
  }
}
@media (max-width: 479.98px) {
  .advantages__items {
    padding: 36px
  }
}
.advantages__item {
  flex: 0 1 25%;
  display: flex;
  align-items: center;
  flex-direction: column
}
@media (min-width: 991.98px) {
  .advantages__item:not(:last-child) {
    border-right: 1px solid #e6e3f9
  }
}
@media (max-width: 991.98px) {
  .advantages__item--1 {
    flex: 1 1 100%;
    border-bottom: 1px solid #e6e3f9;
    padding-bottom: 24px
  }
}
@media (max-width: 991.98px) {
  .advantages__item--2 {
    flex: 0 1 50%;
    margin: 24px 0;
    border-right: 1px solid #e6e3f9
  }
}
@media (max-width: 991.98px) {
  .advantages__item--3 {
    flex: 0 1 50%;
    margin: 24px 0
  }
}
@media (max-width: 991.98px) {
  .advantages__item--4 {
    flex: 1 1 100%;
    border-top: 1px solid #e6e3f9;
    padding-top: 24px
  }
}
.advantages__title {
  color: #485064;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.21875;
  margin-bottom: 4px
}
@media (max-width: 767.98px) {
  .advantages__title {
    font-size: 24px
  }
}
.advantages__text {
  max-width: 180px;
  text-align: center;
  line-height: 140%
}
@media (max-width: 767.98px) {
  .advantages__text {
    font-size: 14px
  }
}
.premium {
  padding-top: 200px;
  position: relative;
  padding-bottom: 100px
}
@media (max-width: 991.98px) {
  .premium {
    padding-top: 100px;
    padding-bottom: 80px
  }
}
@media (max-width: 767.98px) {
  .premium {
    padding-top: 80px;
    padding-bottom: 60px
  }
}
@media (max-width: 479.98px) {
  .premium {
    padding-bottom: 40px
  }
}
.premium:after {
  content: "";
  width: 684px;
  height: 684px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  top: -21%;
  right: -18%;
  z-index: -1
}
@media (min-width: 78.75em) {
  .premium:after {
    width: 42.75rem
  }
}
@media (min-width: 20em) and (max-width: 78.75em) {
  @supports (width: clamp(20.5rem, 12.9255319149rem + 37.8723404255vw, 42.75rem)) {
    .premium:after {
      width: clamp(20.5rem, 12.9255319149rem + 37.8723404255vw, 42.75rem)
    }
  }
  @supports not (width: clamp(20.5rem, 12.9255319149rem + 37.8723404255vw, 42.75rem)) {
    .premium:after {
      width: calc(20.5rem + 22.25 * (100vw - 20rem) / 58.75)
    }
  }
}
@media (max-width: 20em) {
  .premium:after {
    width: 20.5rem
  }
}
@media (min-width: 78.75em) {
  .premium:after {
    height: 42.75rem
  }
}
@media (min-width: 20em) and (max-width: 78.75em) {
  @supports (height: clamp(20.5rem, 12.9255319149rem + 37.8723404255vw, 42.75rem)) {
    .premium:after {
      height: clamp(20.5rem, 12.9255319149rem + 37.8723404255vw, 42.75rem)
    }
  }
  @supports not (height: clamp(20.5rem, 12.9255319149rem + 37.8723404255vw, 42.75rem)) {
    .premium:after {
      height: calc(20.5rem + 22.25 * (100vw - 20rem) / 58.75)
    }
  }
}
@media (max-width: 20em) {
  .premium:after {
    height: 20.5rem
  }
}
@media (max-width: 767.98px) {
  .premium:after {
    background: url("../img/bg-small.svg") center no-repeat;
    top: -12%;
    right: -39%
  }
}
.premium:before {
  content: "";
  width: 952px;
  height: 952px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  bottom: -64%;
  left: -27%;
  z-index: -1
}
@media (max-width: 991.98px) {
  .premium:before {
    bottom: 23%;
    left: -493px
  }
}
.premium__title {
  margin-bottom: 80px
}
@media (max-width: 991.98px) {
  .premium__title {
    margin-bottom: 60px
  }
}
@media (max-width: 767.98px) {
  .premium__title {
    margin-bottom: 40px
  }
}
@media (max-width: 479.98px) {
  .premium__title {
    margin-bottom: 44px
  }
}
.premium__items {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  flex-wrap: wrap;
  row-gap: 80px
}
.premium__items:after {
  content: "";
  position: absolute;
  background: #e5eaef;
  width: 2px;
  height: 200px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
@media (max-width: 1099.98px) {
  .premium__items:after {
    display: none
  }
}
@media (max-width: 1099.98px) {
  .premium__items {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}
@media (max-width: 479.98px) {
  .premium__items {
    row-gap: 38px;
    margin-bottom: 18px
  }
}
.item-premium {
  display: flex;
  flex-wrap: wrap;
  gap: 32px
}
@media (max-width: 479.98px) {
  .item-premium {
    gap: 22px
  }
}
.item-premium__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2083333333;
  color: #485064;
  margin-bottom: 10px
}
.item-premium__subtitle {
  max-width: 273px;
  line-height: 150%;
  margin-bottom: 23px
}
.item-premium__item {
  line-height: 200%;
  font-weight: 500;
  display: flex;
  align-items: center
}
.item-premium__item:not(:last-child) {
  margin-bottom: 10px
}
.item-premium__item:before {
  width: 22px;
  height: 22px;
  content: "";
  margin-right: 8px;
  background: url(../img/icons/list-icon.svg) center no-repeat
}
.pay {
  max-width: 472px;
  margin: 0 auto;
  text-align: center
}
@media (max-width: 479.98px) {
  .pay {
    text-align: left
  }
}
.pay__subtitle {
  color: #727d99;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 10px
}
@media (max-width: 767.98px) {
  .pay__subtitle {
    font-size: 20px
  }
}
.pay__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%
}
@media (max-width: 767.98px) {
  .pay__title {
    font-size: 20px
  }
}
.pay__title span {
  color: #7c4eff;
  font-weight: 800;
  font-size: 32px
}
@media (max-width: 767.98px) {
  .pay__title span {
    font-size: 24px
  }
}
.pay__button {
  margin-top: 40px
}
@media (max-width: 991.98px) {
  .pay__button {
    margin-top: 50px
  }
}
@media (max-width: 767.98px) {
  .pay__button {
    margin-top: 32px
  }
}
@media (max-width: 479.98px) {
  .pay__button {
    display: flex;
    justify-content: center;
    min-height: 56px
  }
}
.learn {
  padding: 100px 0;
  position: relative
}
@media (max-width: 991.98px) {
  .learn {
    padding: 80px 0
  }
}
@media (max-width: 767.98px) {
  .learn {
    padding: 60px 0
  }
}
@media (max-width: 479.98px) {
  .learn {
    padding: 40px 0
  }
}
.learn:before {
  content: "";
  width: 1611px;
  height: 1611px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  bottom: -64%;
  right: -42%;
  z-index: -1
}
.learn__title {
  margin-bottom: 80px
}
@media (max-width: 767.98px) {
  .learn__title {
    margin-bottom: 60px
  }
}
@media (max-width: 479.98px) {
  .learn__title {
    text-align: left;
    margin-bottom: 40px
  }
}
@media (min-width: 767.98px) {
  .learn__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
  }
}
.learn__pagination {
  display: none
}
@media (max-width: 767.98px) {
  .learn__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    top: 24px
  }
}
.learn__pagination .swiper-pagination-bullet {
  background: #a0a6b1;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  transition: all .3s ease 0s !important
}
.learn__pagination .swiper-pagination-bullet-active {
  background: #816fd9;
  width: 27px;
  border-radius: 5px
}
.slide-learn {
  background: #f9fbfd;
  box-shadow: 0 16px 32px -6px #7c4eff0f, 0 8px 16px -3px #7c4eff08, 0 4px 8px -1px #7c4eff08;
  border-radius: 24px;
  padding: 29px 16px 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  height: 350px !important
}
@media (min-width: 767.98px) {
  .slide-learn {
    width: 285px;
    flex: 0 1 285px
  }
}
@media (min-width: 767.98px) {
  .slide-learn--active {
    background: #7c4eff
  }
}
.slide-learn.swiper-slide-active, .slide-learn.swiper-slide-prev {
  background: transparent;
  background-color: #7c4eff;
  transition: background-color .5s ease .8s
}
.slide-learn__image {
  flex: 1 1 auto;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
.slide-learn__image img {
  width: 210px;
  height: 210px;
  transition: width .3s ease 0s, height .3s ease 0s;
  position: relative;
  z-index: 3
}
@media (min-width: 767.98px) {
  .slide-learn--active .slide-learn__image img {
    width: 180px;
    height: 180px
  }
}
.swiper-slide-active .slide-learn__image img {
  transition: width .8s ease .5s, height .8s ease .5s;
  width: 180px;
  height: 180px
}
.swiper-slide-prev .slide-learn__image img {
  width: 180px;
  height: 180px
}
.slide-learn__image--1:before, .slide-learn__image--8:before, .slide-learn__image--4:before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 67px;
  background: url(../img/learn/bg/big-fill.svg) center no-repeat
}
.slide-learn__image--1:after, .slide-learn__image--8:after, .slide-learn__image--4:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 13px;
  background: url(../img/learn/bg/big-fill.svg) no-repeat;
  background-size: cover
}
.slide-learn__image--2:before, .slide-learn__image--7:before, .slide-learn__image--5:before, .slide-learn__image--3:before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 67px;
  background: url(../img/learn/bg/big-fill.svg) center no-repeat
}
.slide-learn__image--2:after, .slide-learn__image--7:after, .slide-learn__image--5:after, .slide-learn__image--3:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 10px;
  background: url(../img/learn/bg/big-fill.svg) no-repeat;
  background-size: cover
}
.slide-learn__image--6:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 47px;
  left: 3px;
  background: url(../img/learn/bg/big-fill.svg) center no-repeat
}
.slide-learn__image--6:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 13px;
  background: url(../img/learn/bg/big-fill.svg) no-repeat;
  background-size: cover
}
.slide-learn__title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%
}
@media (min-width: 767.98px) {
  .slide-learn--active .slide-learn__title {
    color: #f9fbfd
  }
}
.swiper-slide-active .slide-learn__title {
  color: #f9fbfd;
  transition: color .3s ease .9s
}
.swiper-slide-prev .slide-learn__title {
  color: #f9fbfd
}
.slide-learn__text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #f9fbfd;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(20px) scaleY(0);
  visibility: hidden;
  position: absolute;
  text-align: center
}
@media (min-width: 767.98px) {
  .slide-learn--active .slide-learn__text {
    animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    position: relative;
    visibility: visible;
    transition: transform .3s ease .3s, opacity .3s ease .3s;
    font-size: 16px;
    margin-top: 16px;
    padding-bottom: 14px;
    overflow-y: scroll
  }
  .slide-learn--active .slide-learn__text::-webkit-scrollbar {
    width: 4px
  }
  .slide-learn--active .slide-learn__text::-webkit-scrollbar-button {
    width: 0px;
    height: 0px
  }
  .slide-learn--active .slide-learn__text::-webkit-scrollbar-thumb {
    background: #f9fbfd;
    border: 0px none #f9fbfd;
    border-radius: 3.4375rem
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
    flex: 0 0 0%;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    min-height: 0
  }
  30% {
    transform: translateY(1000px);
    opacity: 0;
    flex: 0 0 0%;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
  }
  to {
    transform: translateY(0);
    opacity: 1;
    flex: 0 0 0%;
    flex: 1 1 94px;
    margin-top: 16px;
    padding-bottom: 14px;
    min-height: 94px
  }
}
.swiper-slide-active .slide-learn__text {
  animation: slide-in-bottom 1s cubic-bezier(.25, .46, .45, .94) 0s both;
  position: relative;
  visibility: visible;
  transition: transform .3s ease 1.5s, opacity .3s ease 1.5s;
  transform: translateY(0);
  font-size: 16px;
  overflow-y: scroll
}
.swiper-slide-active .slide-learn__text::-webkit-scrollbar {
  width: 4px
}
.swiper-slide-active .slide-learn__text::-webkit-scrollbar-button {
  width: 0px;
  height: 0px
}
.swiper-slide-active .slide-learn__text::-webkit-scrollbar-thumb {
  background: #f9fbfd;
  border: 0px none #f9fbfd;
  border-radius: 3.4375rem
}
.swiper-slide-prev .slide-learn__text {
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: transform .3s ease 1.5s, opacity .3s ease 1.5s;
  transform: translateY(0);
  height: 100%;
  font-size: 16px;
  margin-top: 16px;
  padding-bottom: 14px;
  min-height: 94px;
  overflow-y: scroll
}
.swiper-slide-prev .slide-learn__text::-webkit-scrollbar {
  width: 4px
}
.swiper-slide-prev .slide-learn__text::-webkit-scrollbar-button {
  width: 0px;
  height: 0px
}
.swiper-slide-prev .slide-learn__text::-webkit-scrollbar-thumb {
  background: #f9fbfd;
  border: 0px none #f9fbfd;
  border-radius: 3.4375rem
}
.partners {
  padding: 0 0 50px 0;
  position: relative
}
@media (max-width: 991.98px) {
  .partners {
    padding: 80px 0
  }
}
@media (max-width: 767.98px) {
  .partners {
    padding: 60px 0
  }
}
@media (max-width: 479.98px) {
  .partners {
    padding: 40px 0
  }
}
.partners:before {
  content: "";
  width: 1611px;
  height: 1611px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  bottom: -74%;
  left: -42%;
  z-index: -1
}
.partners__title {
  margin-bottom: 80px
}
@media (max-width: 991.98px) {
  .partners__title {
    margin-bottom: 40px
  }
}
.partners__body {
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media (max-width: 991.98px) {
  .partners__body {
    flex-direction: column;
    gap: 50px
  }
}
.partners__button {
  margin-top: 80px;
  text-align: center
}
@media (max-width: 767.98px) {
  .partners__button {
    margin-top: 45px
  }
}
@media (max-width: 479.98px) {
  .partners__button {
    margin-top: 32px
  }
}
.partners-vertical {
  flex: 0 1 451px;
  max-width: 451px;
  height: 495px;
  position: relative
}
@media (max-width: 991.98px) {
  .partners-vertical {
    height: auto;
    flex: 1 1 auto;
    max-width: 100%
  }
}
.partners-vertical__slider {
  overflow: hidden;
  padding: 20px 12px !important;
  position: relative
}
@media (min-width: 991.98px) {
  .partners-vertical__slider {
    height: 495px !important;
    width: 360px;
    overflow: hidden;
    padding: 10px 20px !important
  }
}
@media (max-width: 991.98px) {
  .partners-vertical__slider:before, .partners-vertical__slider:after {
    display: none
  }
}
.partners-vertical__button-prev {
  background: linear-gradient(180deg, rgba(249, 251, 253, .7259278711) 0%, rgb(249, 251, 253) 100%);
  position: absolute;
  filter: blur(20px);
  width: 350px;
  height: 150px;
  left: 3%;
  bottom: 6%;
  z-index: 50;
  opacity: .1;
  cursor: pointer
}
@media (max-width: 991.98px) {
  .partners-vertical__button-prev {
    display: none
  }
}
.partners-vertical__button-next {
  background: linear-gradient(0deg, rgba(249, 251, 253, .7259278711) 0%, rgb(249, 251, 253) 100%);
  position: absolute;
  filter: blur(20px);
  width: 350px;
  height: 150px;
  left: 2%;
  top: 8%;
  z-index: 50;
  opacity: .1;
  cursor: pointer
}
@media (max-width: 991.98px) {
  .partners-vertical__button-next {
    display: none
  }
}
.partners-vertical__wrapper.swiper-wrapper {
  align-items: center !important
}
.partners-vertical__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fbfd;
  cursor: pointer;
  box-shadow: 0 18px 36px -6.86029px #7c4eff05, 0 9px 18px -3.43015px #7c4eff08, 0 5px 10px -1.14338px #7c4eff08;
  border-radius: 1.75em;
  transition: all .3s ease 0s;
  filter: grayscale(1)
}
@media (min-width: 991.98px) {
  .partners-vertical__slide {
    width: 311px !important;
    height: 132px !important
  }
}
@media (max-width: 991.98px) {
  .partners-vertical__slide {
    padding: 20px 40px
  }
}
.partners-vertical__slide.vertical__slide--active {
  filter: grayscale(0)
}
.partners-vertical__logo {
  transition: all .6s ease 0s;
  width: 233px;
  height: 40px
}
.partners-vertical__logo img {
  width: 100%;
  height: 100%
}
.partners-vertical__control {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px
}
@media (max-width: 991.98px) {
  .partners-vertical__control {
    display: none
  }
}
.partners-vertical__pagination-container {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative
}
.partners-vertical__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(12px, -39px) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.partners-vertical__prev {
  padding: 5px;
  cursor: pointer;
  transition: background-color .3s ease 0s;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px
}
@media (any-hover: hover) {
  .partners-vertical__prev:hover {
    background-color: #e8e3fd
  }
}
.partners-vertical__prev:active {
  background-color: #d1c8fb
}
.partners-vertical__next {
  padding: 5px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: background-color .3s ease 0s;
  transform: rotate(-180deg)
}
@media (any-hover: hover) {
  .partners-vertical__next:hover {
    background: #e8e3fd
  }
}
.partners-vertical__next:active {
  background-color: #d1c8fb
}
.partners-decription {
  flex: 0 1 590px;
  max-width: 590px
}
@media (max-width: 1099.98px) {
  .partners-decription {
    max-width: 450px;
    flex: 1 1 auto
  }
}
@media (max-width: 991.98px) {
  .partners-decription {
    flex: 1 1 auto;
    max-width: 100%
  }
}
.partners-decription__slider {
  overflow: hidden
}
.partners-decription__slide {
  width: 590px
}
.partners-decription__logo {
  margin-bottom: 14px
}
.partners-decription__text p {
  line-height: 140%;
  color: #485064
}
.partners-decription__text p:not(:last-child) {
  margin-bottom: 16px
}
.business {
  padding: 100px 0
}
@media (max-width: 991.98px) {
  .business {
    padding: 80px 0
  }
}
@media (max-width: 767.98px) {
  .business {
    padding: 60px 0
  }
}
@media (max-width: 479.98px) {
  .business {
    padding: 40px 0
  }
}
.business__title {
  margin-bottom: 80px
}
@media (max-width: 767.98px) {
  .business__title {
    margin-bottom: 40px
  }
}
@media (max-width: 479.98px) {
  .business__title {
    text-align: left
  }
}
.business__items {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
  row-gap: 50px
}
@media (max-width: 767.98px) {
  .business__items {
    row-gap: 32px
  }
}
.item-business {
  display: flex;
  flex: 0 1 45%;
  gap: 16px;
  transition: box-shadow .3s ease 0s;
  border-radius: 20px
}
@media (any-hover: hover) {
  .item-business:hover .item-business__title:after {
    width: 100%
  }
}
@media (max-width: 767.98px) {
  .item-business {
    flex: 1 1 100%
  }
}
@media (max-width: 479.98px) {
  .item-business__image img {
    width: 70px;
    height: 70px
  }
}
.item-business__title {
  color: #485064;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2083333333;
  position: relative
}
@media (max-width: 767.98px) {
  .item-business__title {
    font-size: 20px
  }
}
.item-business__title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  transition: width .3s ease-in-out 0s;
  background-color: #7c4eff;
  z-index: 2;
  height: 1px;
  width: 0%
}
.item-business__text {
  line-height: 150%;
  max-width: 450px
}
@media (max-width: 767.98px) {
  .item-business__text {
    max-width: 100%
  }
}
@media (max-width: 479.98px) {
  .item-business__text {
    font-size: 14px
  }
}
.tarif {
  padding: 100px 0;
  position: relative
}
@media (max-width: 991.98px) {
  .tarif {
    padding: 80px 0
  }
}
@media (max-width: 767.98px) {
  .tarif {
    padding: 60px 0
  }
}
@media (max-width: 479.98px) {
  .tarif {
    padding: 40px 0;
    background-color: #f3f5f8
  }
}
.tarif:before {
  content: "";
  width: 684px;
  height: 684px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  top: -25%;
  right: 3%;
  z-index: -1
}
.tarif__body {
  background: #f3f5f8;
  border-radius: 3em;
  padding: 80px
}
@media (max-width: 991.98px) {
  .tarif__body {
    padding: 20px 16px 60px
  }
}
@media (max-width: 479.98px) {
  .tarif__body {
    background: none;
    padding-bottom: 20px
  }
}
.tarif__label {
  display: flex;
  align-items: center;
  gap: 75px
}
.tarif__info {
  flex: 0 1 655px
}
@media (max-width: 767.98px) {
  .tarif__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center
  }
}
.tarif__title {
  margin-bottom: 24px;
  text-align: left
}
@media (max-width: 479.98px) {
  .tarif__title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 16px
  }
}
.tarif__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 77px
}
@media (max-width: 767.98px) {
  .tarif__text {
    margin-bottom: 30px;
    font-size: 16px
  }
}
@media (max-width: 399.98px) {
  .tarif__text {
    margin-bottom: 0
  }
}
.tarif__range {
  width: 330px;
  position: relative
}
@media (max-width: 767.98px) {
  .tarif__range {
    margin-top: 50px
  }
}
@media (max-width: 399.98px) {
  .tarif__range {
    width: 262px;
    transform: translate(-10px)
  }
}
@media (min-width: 22.8125em) {
  .tarif__range {
    right: .0000000625rem
  }
}
@media (min-width: 20em) and (max-width: 22.8125em) {
  @supports (right: clamp(.0000000625rem, 9.1249995556rem + -39.9999977778vw, 1.125rem)) {
    .tarif__range {
      right: clamp(.0000000625rem, 9.1249995556rem + -39.9999977778vw, 1.125rem)
    }
  }
  @supports not (right: clamp(.0000000625rem, 9.1249995556rem + -39.9999977778vw, 1.125rem)) {
    .tarif__range {
      right: calc(1.125rem + -1.1249999375 * (100vw - 20rem) / 2.8125)
    }
  }
}
@media (max-width: 20em) {
  .tarif__range {
    right: 1.125rem
  }
}
.tarif__color {
  background: url(../img/tarif/range-filled.svg) no-repeat;
  width: 330px;
  height: 18px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0
}
@media (max-width: 399.98px) {
  .tarif__color {
    width: 262px;
    background-size: contain
  }
}
.tarif__image {
  flex: 0 1 310px;
  width: 310px;
  height: 306px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
@media (min-width: 22.8125em) {
  .tarif__image {
    right: .0000000625rem
  }
}
@media (min-width: 20em) and (max-width: 22.8125em) {
  @supports (right: clamp(.0000000625rem, 12.1666662222rem + -53.3333311111vw, 1.5rem)) {
    .tarif__image {
      right: clamp(.0000000625rem, 12.1666662222rem + -53.3333311111vw, 1.5rem)
    }
  }
  @supports not (right: clamp(.0000000625rem, 12.1666662222rem + -53.3333311111vw, 1.5rem)) {
    .tarif__image {
      right: calc(1.5rem + -1.4999999375 * (100vw - 20rem) / 2.8125)
    }
  }
}
@media (max-width: 20em) {
  .tarif__image {
    right: 1.5rem
  }
}
@media (max-width: 399.98px) {
  .tarif__image {
    transform: scale(.8)
  }
}
.tarif__image svg {
  position: absolute;
  top: -30px;
  left: -9px;
  width: 400px;
  filter: drop-shadow(-2px -2px 16px rgba(0, 6, 17, .3)) drop-shadow(2px 2px 16px rgba(255, 255, 255, .3));
  height: 400px
}
.tarif__image svg circle {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: none;
  stroke-width: 31;
  stroke: #7c4eff;
  stroke-dashoffset: 1079;
  stroke-dasharray: 1080;
  stroke-linecap: round;
  transform: rotate(135deg)
}
.tarif__button {
  margin-top: 64px;
  text-align: center;
  position: relative
}
.tarif__button a {
  padding: 22px 64px
}
@media (max-width: 479.98px) {
  .tarif__button {
    display: flex;
    min-height: 56px
  }
  .tarif__button a {
    width: 100%;
    justify-content: center
  }
}
.tarif__volume-circle {
  position: absolute;
  font-weight: 800;
  font-size: 48px;
  color: #7c4eff;
  line-height: 1.2291666667;
  top: 107px
}
.tarif__volume-circle:after {
  content: "";
  background: #d1c8fb;
  height: 3px;
  width: 32px;
  border-radius: 6px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%)
}
.tarif__price-circle {
  position: absolute;
  color: #7c4eff;
  letter-spacing: .01em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2083333333;
  bottom: 75px
}
.tarif__special {
  opacity: 0;
  transition: opacity .3s ease 0s;
  position: absolute;
  bottom: -40px;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%)
}
.tarif__special.visible {
  opacity: 1
}
.range {
  width: 330px;
  height: 18px;
  -webkit-appearance: none;
  background: url(../img/tarif/range.svg) no-repeat;
  outline: none
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  background: url(../img/tarif/Dot.png) no-repeat;
  position: relative;
  cursor: pointer;
  z-index: 2
}
@media (max-width: 399.98px) {
  .range {
    width: 262px;
    background-size: contain
  }
  .range::-webkit-slider-thumb {
    width: 32px;
    height: 32px;
    background-size: contain
  }
}
.range__volume {
  color: #7c4eff;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  position: absolute;
  top: -40px
}
.range__price {
  letter-spacing: .01em;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  line-height: 130%;
  color: #7c4eff;
  position: absolute;
  bottom: -40px
}
@media (max-width: 350px) {
  .range__price {
    font-size: 15px
  }
}
.coverage {
  padding: 50px 0 0 0
}
@media (max-width: 991.98px) {
  .coverage {
    padding: 80px 0
  }
}
@media (max-width: 767.98px) {
  .coverage {
    padding: 80px 0 60px
  }
}
@media (max-width: 479.98px) {
  .coverage {
    padding: 80px 0 40px
  }
}
.coverage__title {
  margin-bottom: 80px
}
@media (max-width: 767.98px) {
  .coverage__title {
    margin-bottom: 40px;
    text-align: left
  }
}
@media (max-width: 479.98px) {
  .coverage__title {
    font-size: 24px
  }
}
.coverage__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}
@media (max-width: 1199.98px) {
  .coverage__body {
    flex-direction: column;
    align-items: center
  }
}
@media (max-width: 1199.98px) {
  .coverage__map img {
    width: 100%;
    height: 100%
  }
}
.coverage__label {
  max-width: 480px
}
.coverage__subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  color: #485064;
  margin-bottom: 8px
}
.coverage__subtitle span {
  color: #16e09e
}
@media (max-width: 767.98px) {
  .coverage__subtitle {
    font-size: 20px
  }
}
.coverage__text {
  line-height: 150%
}

.software {
  padding: 100px 0;
  position: relative
}
@media (max-width: 991.98px) {
  .software {
    padding: 80px 0
  }
}
@media (max-width: 767.98px) {
  .software {
    padding: 80px 0 60px
  }
}
@media (max-width: 479.98px) {
  .software {
    padding: 80px 0 170px
  }
}
.software:before {
  content: "";
  width: 1111px;
  height: 1111px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  top: -50%;
  left: 45%;
  transform: translate(-50%);
  z-index: -1
}
.software__body {
  display: flex;
  justify-content: space-between
}
@media (max-width: 1199.98px) {
  .software__body {
    flex-direction: column;
    align-items: center;
    gap: 100px
  }
}
.software__label {
  max-width: 481px;
  position: relative
}
.software__label:after {
  content: "";
  background: url(../img/icons/big-arrow.svg) right center no-repeat;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 32%;
  z-index: 5;
  left: 105%;
  transform: translateY(-50%);
  transition: transform .3s ease 0s;
  animation: software-arrow 1.2s infinite
}
@media (max-width: 1199.98px) {
  .software__label:after {
    top: 110%;
    left: 40%;
    transform: rotate(90deg);
    animation: none;
    animation: software-arrow-mobile 1.2s infinite
  }
}
@media (max-width: 767.98px) {
  .software__label {
    max-width: 100%
  }
}
@keyframes software-arrow {
  0% {
    transform: translate(0)
  }
  50% {
    transform: translate(20px)
  }
  to {
    transform: translate(0)
  }
}
@keyframes software-arrow-mobile {
  0% {
    transform: translate(0) rotate(90deg)
  }
  50% {
    transform: translateY(20px) rotate(90deg)
  }
  to {
    transform: translate(0) rotate(90deg)
  }
}
.software__title {
  margin-bottom: 54px;
  text-align: left;
  font-size: 56px;
  max-width: 467px
}
@media (max-width: 767.98px) {
  .software__title {
    margin-bottom: 40px
  }
}
@media (max-width: 479.98px) {
  .software__title {
    font-size: 24px
  }
}
.software__item {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  width: 481px;
  position: relative;
  border-radius: 12px;
  z-index: 15
}
.software__item:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 12px;
  right: -1px;
  z-index: -1;
  background: linear-gradient(156.42deg, rgba(0, 52, 130, .1) 16.98%, rgba(255, 255, 255, .1) 86.58%)
}
.software__item img {
  position: absolute;
  left: 13px;
  z-index: 2
}
.software__item.active:before {
  background: linear-gradient(156.42deg, rgba(0, 52, 130, .3) 16.98%, rgba(255, 255, 255, .3) 86.58%)
}
@media (max-width: 767.98px) {
  .software__item {
    width: 100%
  }
}
.software__field {
  outline: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-weight: 500;
  padding: 14px 14px 14px 45px;
  font-size: 20px;
  background: #f0f1f2;
  line-height: 24px;
  color: #7c4eff;
  width: 100%;
  border-radius: 12px
}
.software__field::-moz-placeholder {
  font-weight: 500;
  color: #7c4eff;
  font-size: 20px;
  line-height: 1.2
}
.software__field::placeholder {
  font-weight: 500;
  color: #7c4eff;
  font-size: 20px;
  line-height: 1.2
}
.software__text {
  color: #727d99;
  font-weight: 500;
  line-height: 150%
}
.software__text span {
  color: #7c4eff
}
.software__companies {
  flex: 0 0 590px;
  margin-top: -20px
}
@media (max-width: 1199.98px) {
  .software__companies {
    flex: 1 1 auto;
    margin-top: 0
  }
}
@media (max-width: 767.98px) {
  .software__companies {
    flex: 1 1 100%;
    max-width: 100%
  }
}
.software__slider {
  max-width: 590px;
  overflow: hidden
}
@media (max-width: 767.98px) {
  .software__slider {
    width: 100%
  }
}
.software__slide {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px
}
@media (max-width: 767.98px) {
  .software__slide {
    gap: 12px
  }
}
@media (max-width: 479.98px) {
  .software__slide {
    gap: 10px;
    padding: 10px
  }
}
.software__image {
  flex: 0 0 126px;
  background-color: #f9fbfd;
  box-shadow: 0 16px 32px -6px #7c4eff0f, 0 8px 16px -3px #7c4eff08, 0 4px 8px -1px #7c4eff08;
  border-radius: 1.5em;
  width: 125px;
  transition: background-color .3s ease 0s;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center
}
.software__image.find {
  background-color: #7c4eff
}
.software__image.find img {
  filter: grayscale(50) brightness(1000)
}
@media (any-hover: hover) {
  .software__image:hover {
    background-color: #7c4eff
  }
  .software__image:hover img {
    filter: grayscale(50) brightness(1000)
  }
}
@media (max-width: 609.98px) {
  .software__image {
    flex: 0 1 22%;
    padding: 10px;
    width: auto;
    height: auto;
    aspect-ratio: 1
  }
  .software__image img {
    width: 100%;
    height: 100%
  }
}
@media (max-width: 479.98px) {
  .software__image {
    padding: 4px;
    border-radius: 12px
  }
}
.navigation-software {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 50px
}
.navigation-software__button-prev {
  padding: 5px;
  transform: rotate(-90deg);
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: background-color .3s ease 0s
}
@media (any-hover: hover) {
  .navigation-software__button-prev:hover {
    background-color: #e8e3fd
  }
}
.navigation-software__button-prev:active {
  background-color: #d1c8fb
}
.navigation-software__button-next {
  padding: 5px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s ease 0s;
  transform: rotate(90deg)
}
@media (any-hover: hover) {
  .navigation-software__button-next:hover {
    background-color: #e8e3fd
  }
}
.navigation-software__button-next:active {
  background-color: #d1c8fb
}
.try {
  position: relative
}
.try:before {
  content: "";
  width: 518px;
  height: 518px;
  background: url(../img/background.svg) center no-repeat;
  position: absolute;
  bottom: -130%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1
}
.try__body {
  display: flex;
  box-shadow: 0 16px 32px -6px #7c4eff0f, 0 8px 16px -3px #7c4eff08, 0 4px 8px -1px #7c4eff08;
  border-radius: 32px;
  padding: 78px 64px;
  color: #f9fbfd;
  background: url(../img/try/bg-big.svg) right center no-repeat, #202027;
  gap: 30px
}
@media (max-width: 991.98px) {
  .try__body {
    background: url(../img/try/background1.svg) no-repeat, #202027;
    flex-direction: column-reverse;
    background-position: top -3px right -61px;
    padding: 45px;
    background-size: contain
  }
}
@media (max-width: 767.98px) {
  .try__body {
    background-size: auto;
    background-position: top 13px right 2px;
    padding: 35px
  }
}
@media (max-width: 479.98px) {
  .try__body {
    padding: 24px
  }
}
.try__label {
  flex: 0 1 57%
}
@media (max-width: 991.98px) {
  .try__label {
    flex: 1 1 auto
  }
}
.try__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 130%;
  margin-bottom: 24px
}
@media (max-width: 991.98px) {
  .try__title {
    font-size: 36px
  }
}
@media (max-width: 767.98px) {
  .try__title {
    font-size: 30px;
    margin-bottom: 16px
  }
}
@media (max-width: 479.98px) {
  .try__title {
    font-size: 24px
  }
}
.try__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 50px
}
@media (max-width: 1199.98px) {
  .try__text {
    max-width: 350px
  }
}
@media (max-width: 991.98px) {
  .try__text {
    max-width: 100%
  }
}
@media (max-width: 767.98px) {
  .try__text {
    margin-bottom: 32px;
    font-size: 16px
  }
}
@media (max-width: 479.98px) {
  .try__button {
    width: 100%;
    justify-content: center
  }
}
.try__image {
  position: relative;
  flex: 0 1 43%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
@media (max-width: 991.98px) {
  .try__image {
    flex: 1 1 auto;
    height: 120px
  }
}
.try__main {
  position: absolute;
  right: 3px;
  top: -84%;
  animation: try-image 2s infinite ease-in-out
}
@media (max-width: 1199.98px) {
  .try__main {
    right: 1px;
    top: -67%
  }
}
@media (max-width: 991.98px) {
  .try__main {
    right: -4px;
    top: -176%
  }
}
@media (max-width: 767.98px) {
  .try__main {
    width: 132px;
    height: 180px;
    right: 1px;
    top: -92%
  }
  .try__main img {
    width: 100%;
    height: 100%
  }
}
@media (max-width: 479.98px) {
  .try__main {
    right: 12px
  }
}
@keyframes try-image {
  0% {
    transform: translate(0)
  }
  50% {
    transform: translateY(20px)
  }
  to {
    transform: translate(0)
  }
}
.try__medium {
  position: absolute;
  left: -3%;
  bottom: -29%
}
@media (max-width: 991.98px) {
  .try__medium {
    left: auto;
    right: 0%;
    bottom: -200%
  }
}
@media (max-width: 767.98px) {
  .try__medium {
    width: 55px;
    height: 120px;
    right: -5%;
    bottom: -39%
  }
  .try__medium img {
    width: 100%;
    height: 100%
  }
}
.try__small {
  position: absolute;
  left: 14%;
  top: -5%
}
@media (max-width: 1199.98px) {
  .try__small {
    left: -20%
  }
}
@media (max-width: 991.98px) {
  .try__small {
    left: 0%
  }
}
@media (max-width: 767.98px) {
  .try__small {
    left: 0%;
    top: 28%
  }
}
.footer {
  background: #202027;
  padding-top: 48px;
  padding-bottom: 24px;
  margin-top: 200px;
  color: #f9fbfd
}
@media (max-width: 991.98px) {
  .footer {
    margin-top: 150px
  }
}
@media (max-width: 767.98px) {
  .footer {
    margin-top: 100px
  }
}
@media (max-width: 479.98px) {
  .footer {
    margin-top: 80px
  }
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(72, 80, 100, .2)
}
@media (max-width: 767.98px) {
  .footer__row {
    padding-bottom: 50px;
    gap: 48px
  }
}
@media (max-width: 479.98px) {
  .footer__row {
    padding-bottom: 32px
  }
}
.footer__bottom {
  padding-top: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between
}
@media (max-width: 479.98px) {
  .footer__bottom {
    padding-top: 32px;
    gap: 24px
  }
}
.footer__links {
  flex: 1 1 auto
}
.footer__logo {
  margin-bottom: 24px;
  display: block
}
.footer__link {
  margin-bottom: 24px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  transition: color .3s ease 0s;
  gap: 12px;
  font-size: 20px;
  color: #c7cbd6;
  font-weight: 600
}
@media (any-hover: hover) {
  .footer__link:hover {
    color: #7c4eff
  }
}
.footer__link:active {
  color: #653ed2
}
.footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  row-gap: 48px
}
.footer__copy {
  font-weight: 500;
  color: #727d99;
  line-height: 1.5
}
@media (max-width: 767.98px) {
  .footer__copy {
    font-size: 14px
  }
}
@media (any-hover: hover) {
  .column-footer:hover .column-footer__title {
    color: #fff
  }
}
.column-footer__title {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #a0a6b1;
  font-weight: 500;
  white-space: nowrap;
  opacity: .75;
  transition: color .3s ease 0s;
  font-size: 13px;
  line-height: 1.1538461538;
  display: flex;
  margin-bottom: 23px
}
@media (max-width: 479.98px) {
  .column-footer__title {
    font-size: 13px;
    margin-bottom: 24px
  }
}
@media (max-width: 479.98px) {
  .column-footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
  }
}
@media (max-width: 479.98px) {
  .column-footer__item {
    flex: 0 1 44%
  }
}
.column-footer__link {
  padding: 4px 0;
  white-space: nowrap;
  transition: color .3s ease 0s;
  margin-bottom: 18px;
  display: inline-block
}
@media (any-hover: hover) {
  .column-footer__link:hover {
    color: #7c4eff
  }
}
.column-footer__link:active {
  color: #653ed2
}
@media (max-width: 479.98px) {
  .column-footer__link {
    margin-bottom: 0
  }
}
.social-footer {
  display: flex;
  align-items: center;
  gap: 24px
}
@media (max-width: 479.98px) {
  .social-footer {
    gap: 19px;
    flex-wrap: wrap
  }
}
.social-footer__item {
  background-color: #485064;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s ease 0s;
  border-radius: 8px
}
@media (any-hover: hover) {
  .social-footer__item:hover {
    background-color: #7c4eff
  }
}
.social-footer__item:active {
  background: linear-gradient(0deg, rgba(7, 0, 27, .2), rgba(7, 0, 27, .2)), #7c4eff
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translateZ(0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none !important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg)
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube {
  overflow: visible
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}
.swiper-flip {
  overflow: visible
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}
.swiper-cards {
  overflow: visible
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
.bullet-vertical {
  transition: all .3s ease 0s !important
}
.bullet-vertical.swiper-pagination-bullet {
  background: #a591f8;
  border-radius: 16px;
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  transform: scale(1)
}
.bullet-vertical.swiper-pagination-bullet-active-main {
  width: 12px;
  height: 6px;
  background: #7c4eff;
  border-radius: 16px;
  transform: scale(1)
}
.bullet-vertical.swiper-pagination-bullet-active-next {
  background: #a591f8;
  width: 8px;
  height: 4px;
  transform: scale(1)
}
.bullet-vertical.swiper-pagination-bullet-active-next-next {
  width: 6px;
  height: 3px;
  background: #d1c8fb;
  transform: scale(1)
}
.bullet-vertical.swiper-pagination-bullet-active-prev {
  background: #a591f8;
  width: 8px;
  height: 4px;
  transform: scale(1)
}
.bullet-vertical.swiper-pagination-bullet-active-prev-prev {
  width: 6px;
  height: 3px;
  background: #d1c8fb;
  transform: scale(1)
}
.popup {
  background: #f3f5f8;
  box-shadow: 0 16px 32px -6px #7c4eff0f, 0 8px 16px -3px #7c4eff08, 0 4px 8px -1px #7c4eff08;
  border-radius: 32px;
  position: relative;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 48px;
  z-index: 100000;
  pointer-events: none;
  transition: opacity .3s ease 0s;
  visibility: hidden;
  opacity: 0
}
@media (max-width: 599.98px) {
  .popup {
    padding: 48px 16px 55px;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%
  }
}
.popup.popup__open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible
}
.popup__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto
}
.popup__overlay {
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  pointer-events: none;
  transition: opacity .3s ease-out 0s;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh
}
.popup__overlay.popup__open {
  opacity: 1;
  pointer-events: all
}
.popup__close {
  position: absolute;
  right: 32px;
  top: 32px
}
@media (max-width: 599.98px) {
  .popup__close {
    right: 16px;
    top: 23px
  }
}
.popup__title, .success__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 51px;
  color: #485064;
  margin-bottom: 48px
}
@media (max-width: 767.98px) {
  .popup__title, .success__title {
    font-size: 30px;
    margin-bottom: 32px
  }
}
@media (max-width: 479.98px) {
  .popup__title, .success__title {
    font-size: 24px
  }
}
@media (min-width: 78.75em) {
  .popup__title, .success__title {
    font-size: 2.625rem
  }
}
@media (min-width: 20em) and (max-width: 78.75em) {
  @supports (font-size: clamp(1.5rem, 1.1170212766rem + 1.914893617vw, 2.625rem)) {
    .popup__title, .success__title {
      font-size: clamp(1.5rem, 1.1170212766rem + 1.914893617vw, 2.625rem)
    }
  }
  @supports not (font-size: clamp(1.5rem, 1.1170212766rem + 1.914893617vw, 2.625rem)) {
    .popup__title, .success__title {
      font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 58.75)
    }
  }
}
@media (max-width: 20em) {
  .popup__title, .success__title {
    font-size: 1.5rem
  }
}
.popup__form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 440px
}
@media (max-width: 599.98px) {
  .popup__form {
    min-width: auto
  }
}
.popup__item {
  display: flex;
  flex-direction: column-reverse
}
.popup__label {
  display: block;
  margin-bottom: 4px;
  color: #676d7c;
  font-size: 14px;
  margin-left: 16px;
  line-height: 1.2142857143
}
.popup__input-container {
  position: relative;
  width: 100%
}
.popup__input-container:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 12px;
  right: -1px;
  z-index: -1;
  background: linear-gradient(156.42deg, rgba(0, 52, 130, .1) 16.98%, rgba(255, 255, 255, .1) 86.58%)
}
.popup__input-container.active:before {
  background: linear-gradient(156.42deg, rgba(0, 52, 130, .3) 16.98%, rgba(255, 255, 255, .3) 86.58%)
}
.popup__input {
  padding: 13.5px 14px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  outline: none;
  color: #485064;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  background: #f0f1f2;
  line-height: 1.25
}
.popup__input::-moz-placeholder {
  color: #a0a6b1;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px
}
.popup__input::placeholder {
  color: #a0a6b1;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px
}
.popup__button {
  margin-top: 24px;
  justify-content: center;
  min-height: 56px
}
@media (max-width: 599.98px) {
  .popup__button {
    margin-top: 60px
  }
}
@media (max-width: 479.98px) {
  .popup__button {
    margin-top: 80px
  }
}
.success {
  background: transparent;
  box-shadow: none;
  max-width: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}
@media (max-width: 599.98px) {
  .success {
    padding-top: 96px
  }
}
.success__title {
  margin-bottom: 16px
}
.success__text {
  line-height: 150%;
  color: #485064;
  margin-bottom: 48px
}
.success__button {
  min-width: 190px;
  margin-top: 47px
}
@media (max-width: 479.98px) {
  .success__button {
    width: 100%
  }
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: minmax(.5fr, 1fr)
}
.flex {
  display: flex
}
.dropdown {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center
}
.location_dropdown {
  min-width: 430px
}
.location_heading {
  color: #8d98b5;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%
}
.mb10 {
  margin-bottom: 10px
}
.location_unit {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  -moz-text-align-last: left;
  text-align-last: left;
  border-bottom: 2px solid transparent
}
.location_unit:hover {
  border-bottom-color: #5f56aa
}
.location_flag {
  border-radius: 25%;
  height: 48px;
  width: 48px
}
.location_name {
  color: #000;
  font-weight: 500
}
.location_ips {
  color: #8d98b5;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px
}
.dropdown_body {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-radius: 9px;
  background: #f3f5f8;
  border: 1px solid rgba(165, 145, 248, .15);
  padding: 30px 30px 35px;
  z-index: -100;
  opacity: 0;
  transition: opacity .5s ease
}
.dropdown_body.active {
  opacity: 1;
  z-index: 100
}
.dropdown_body .grid2 {
  gap: 50px
}
.dropdown_body:before {
  content: " ";
  position: absolute;
  background: inherit;
  top: 0;
  left: 50%;
  transform-origin: 50% 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-left: 1px solid rgba(165, 145, 248, .15);
  border-top: 1px solid rgba(165, 145, 248, .15)
}
