@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-moz-clear,
input::-ms-clear,
input::-webkit-clear-button {
  display: none;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
html {
  color: #c3c8d2;
  font-size: 15px;
  background-color: #111215;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  font-family: Inter, serif;
}
[class*="__container"] {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.header__container {
  padding-top: 23px;
  padding-bottom: 23px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.menu__item:first-child .menu__item-link:hover {
  background-color: inherit;
}
.menu__item:first-child {
  margin-right: 12px;
  padding: 10px 4px;
}
.menu__item-link {
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 10px;
}
.menu__item-link.active {
  color: #858de4;
  font-weight: 600;
}
.menu__item-link:hover {
  color: #858de4;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #1d2025;
}
.menu__item-logo-img {
  width: 30px;
  height: 30px;
}
.menu__panel {
  background-color: #858de4;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 15px;
  letter-spacing: -0.4px;
  color: #f5f5f5;
}
.langs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-right: 15px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.langs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.langs__list.open {
  opacity: 1;
  visibility: visible;
}
.langs__btn {
  width: 12px;
  height: 12px;
  background-image: url(../img/menu-arrow.svg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.langs__btn.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.best {
  max-width: 1293px;
  margin: 0 auto;
  position: relative;
}
.best__bg-circle {
  position: absolute;
  top: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 690px;
  height: 390px;
  background-color: #858de4;
  border-radius: 50%;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  z-index: -1;
}
.best__container {
  padding-top: 69px;
  padding-bottom: 66px;
}
.best__title {
  color: #f5f5f5;
  font-weight: 600;
  font-size: 50px;
  padding: 0 90px;
  text-align: center;
  letter-spacing: -1.02px;
  line-height: 119%;
  margin-bottom: 20px;
}
.best__title_purple {
  color: #858de4;
}
.best__text {
  font-size: 20px;
  text-align: center;
  padding: 0 150px;
  line-height: 120%;
  margin-bottom: 40px;
}
.best__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  color: #f5f5f5;
}
.best__rates-btn {
  padding: 16px 51px 16px 32px;
  background-color: #858de4;
  border-radius: 12px;
  letter-spacing: -0.5px;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-position: 175px 17px;
}
.best__docs-btn {
  padding: 16px 32px;
  background-color: #151619;
  border-radius: 12px;
  letter-spacing: -0.5px;
  color: #c3c8d2;
}
.best__img {
  overflow: hidden;
  width: 100%;
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  opacity: 0;
}
.best__img._animated {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.best__img img {
  width: 100%;
}
.star-1 {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 167px;
  left: 13px;
  background-image: url(../img/best-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
}
.star-2 {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 62px;
  left: 75px;
  background-image: url(../img/best-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.star-3 {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 155px;
  right: -14px;
  background-image: url(../img/best-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.8;
}
.star-4 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 104px;
  right: 44px;
  background-image: url(../img/best-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.7;
}
.advantages {
  position: relative;
}
.advantages__container {
  padding-bottom: 64px;
}
.advantages__container::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 1120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    color-stop(#282c32),
    to(#111215)
  );
  background: -o-linear-gradient(left, #111215, #282c32, #111215);
  background: linear-gradient(to right, #111215, #282c32, #111215);
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
}
.advantages__item {
  -ms-flex-preferred-size: 336px;
  flex-basis: 336px;
}
.advantages__item:nth-child(1) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.no-webp .advantages__item:nth-child(1) .advantages__icon {
  background-image: url(../img/adv-icon-1.png);
}
.advantages__item:nth-child(1)._animated {
  opacity: 1;
}
.advantages__item:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.no-webp .advantages__item:nth-child(2) .advantages__icon {
  background-image: url(../img/adv-icon-2.png);
}
.advantages__item:nth-child(2)._animated {
  opacity: 1;
}
.advantages__item:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.no-webp .advantages__item:nth-child(3) .advantages__icon {
  background-image: url(../img/adv-icon-3.png);
}
.advantages__item:nth-child(3)._animated {
  opacity: 1;
}
.advantages__icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #151619;
  outline: #1a1b1e 1px solid;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.advantages__title {
  color: #f5f5f5;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
.advantages__text {
  line-height: 117%;
  font-size: 18px;
  font-weight: 500;
}
.history {
  position: relative;
}
.history__blur {
  position: absolute;
  width: 502px;
  height: 27px;
  background-color: #858de4;
  border-radius: 50%;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  top: 530px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.history__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 164px;
  position: relative;
}
.history__container::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 1120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    color-stop(#282c32),
    to(#111215)
  );
  background: -o-linear-gradient(left, #111215, #282c32, #111215);
  background: linear-gradient(to right, #111215, #282c32, #111215);
}
.history__subtitle {
  color: #a9afb6;
  font-size: 14px;
  line-height: 121.428571%;
  margin-bottom: 11px;
  text-align: center;
  padding: 8px 14px;
  border: 1px solid #1a1b1e;
  border-radius: 47px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.history__subtitle._animated {
  opacity: 1;
}
.history__title {
  padding: 0 280px;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  color: #f5f5f5;
  line-height: 51px;
  margin-bottom: 19px;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.history__title._animated {
  opacity: 1;
}
.history__title-purple {
  color: #858de4;
}
.history__text {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 0 240px;
  margin-bottom: 52px;
  line-height: 22px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.history__text._animated {
  opacity: 1;
}
.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.history__item:nth-child(1) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.history__item._animated {
  opacity: 1;
}
.history__item:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.history__item._animated {
  opacity: 1;
}
.history__item:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.history__item._animated {
  opacity: 1;
}
.history__item-count {
  font-size: 24px;
  font-weight: 700;
  color: #858de4;
  margin-bottom: 10px;
}
.history__item-text {
  font-size: 16px;
}
.bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.bg__line-1,
.bg__line-2,
.bg__line-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
}
.bg__line-1::after,
.bg__line-2::after,
.bg__line-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bg__line-1 .bg__img,
.bg__line-2 .bg__img,
.bg__line-3 .bg__img {
  border: 1px solid #282c32;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.bg__line-1 .bg__img::after,
.bg__line-2 .bg__img::after,
.bg__line-3 .bg__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg__line-1 {
  position: relative;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.bg__line-1::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#111215),
    to(rgba(17, 18, 21, 0))
  );
  background: -o-linear-gradient(top, #111215, rgba(17, 18, 21, 0));
  background: linear-gradient(to bottom, #111215, rgba(17, 18, 21, 0));
}
.no-webp .bg__line-1 .bg__img:nth-child(1) {
  background-image: url(../img/history-bg-line-1-1.png);
}
.bg__line-1 .bg__img:nth-child(1)::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    to(rgba(17, 18, 21, 0))
  );
  background: -o-linear-gradient(left, #111215, rgba(17, 18, 21, 0));
  background: linear-gradient(to right, #111215, rgba(17, 18, 21, 0));
}
.no-webp .bg__line-1 .bg__img:nth-child(2) {
  background-image: url(../img/history-bg-line-1-2.png);
}
.no-webp .bg__line-1 .bg__img:nth-child(3) {
  background-image: url(../img/history-bg-line-1-3.png);
}
.no-webp .bg__line-1 .bg__img:nth-child(4) {
  background-image: url(../img/history-bg-line-1-4.png);
}
.bg__line-1 .bg__img:nth-child(4)::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(17, 18, 21, 0)),
    to(#111215)
  );
  background: -o-linear-gradient(left, rgba(17, 18, 21, 0), #111215);
  background: linear-gradient(to right, rgba(17, 18, 21, 0), #111215);
}
.bg__line-1._animated {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bg__line-2 {
  position: relative;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.bg__line-2::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    color-stop(50%, rgba(17, 18, 21, 0.5)),
    to(#111215)
  );
  background: -o-linear-gradient(
    left,
    #111215 0,
    rgba(17, 18, 21, 0.5) 50%,
    #111215 100%
  );
  background: linear-gradient(
    to right,
    #111215 0,
    rgba(17, 18, 21, 0.5) 50%,
    #111215 100%
  );
}
.no-webp .bg__line-2 .bg__img:nth-child(1) {
  background: url(../img/history-bg-line-2-1.png);
}
.bg__line-2 .bg__img:nth-child(1)::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    to(rgba(17, 18, 21, 0))
  );
  background: -o-linear-gradient(left, #111215, rgba(17, 18, 21, 0));
  background: linear-gradient(to right, #111215, rgba(17, 18, 21, 0));
}
.no-webp .bg__line-2 .bg__img:nth-child(2) {
  background-image: url(../img/history-bg-line-2-2.png);
}
.no-webp .bg__line-2 .bg__img:nth-child(3) {
  background-image: url(../img/history-bg-line-2-3.png);
}
.no-webp .bg__line-2 .bg__img:nth-child(4) {
  background-image: url(../img/history-bg-line-2-4.png);
}
.no-webp .bg__line-2 .bg__img:nth-child(5) {
  background-image: url(../img/history-bg-line-2-5.png);
}
.bg__line-2 .bg__img:nth-child(5)::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(17, 18, 21, 0)),
    to(#111215)
  );
  background: -o-linear-gradient(left, rgba(17, 18, 21, 0), #111215);
  background: linear-gradient(to right, rgba(17, 18, 21, 0), #111215);
}
.bg__line-2._animated {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bg__line-3 {
  position: relative;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.bg__line-3::after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#111215),
    to(rgba(17, 18, 21, 0))
  );
  background: -o-linear-gradient(bottom, #111215, rgba(17, 18, 21, 0));
  background: linear-gradient(to top, #111215, rgba(17, 18, 21, 0));
}
.bg__line-3._animated {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.no-webp .bg__line-3 .bg__img:nth-child(1) {
  background-image: url(../img/history-bg-line-3-1.png);
}
.bg__line-3 .bg__img:nth-child(1)::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    to(rgba(17, 18, 21, 0))
  );
  background: -o-linear-gradient(left, #111215, rgba(17, 18, 21, 0));
  background: linear-gradient(to right, #111215, rgba(17, 18, 21, 0));
}
.no-webp .bg__line-3 .bg__img:nth-child(2) {
  background-image: url(../img/history-bg-line-3-2.png);
}
.no-webp .bg__line-3 .bg__img:nth-child(3) {
  background-image: url(../img/history-bg-line-3-3.png);
}
.bg__line-3 .bg__img:nth-child(3)::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(17, 18, 21, 0)),
    to(#111215)
  );
  background: -o-linear-gradient(left, rgba(17, 18, 21, 0), #111215);
  background: linear-gradient(to right, rgba(17, 18, 21, 0), #111215);
}
.bg__img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
}
.control {
  padding-top: 168px;
  padding-bottom: 140px;
}
.control__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 58px;
  -moz-column-gap: 58px;
  column-gap: 58px;
  position: relative;
}
.control__blur {
  position: absolute;
  width: 502px;
  height: 27px;
  background-color: #858de4;
  border-radius: 50%;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  top: 46px;
  left: 30px;
}
.control__subtitle {
  color: #a9afb6;
  font-size: 14px;
  line-height: 121.428571%;
  margin-top: 42px;
  margin-bottom: 15px;
  padding: 8px 14px;
  border: 1px solid #1a1b1e;
  border-radius: 47px;
  background-color: #151619;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.control__subtitle._animated {
  opacity: 1;
}
.control__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 121.428571%;
  color: #f5f5f5;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.control__title._animated {
  opacity: 1;
}
.control__title-purple {
  color: #858de4;
}
.control__text {
  font-size: 18px;
  line-height: 122.222222%;
  color: #c3c8d2;
  margin-bottom: 64px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.control__text._animated {
  opacity: 1;
}
.process {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cspollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 42px;
  width: 400px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.cspollers._animated {
  opacity: 1;
}
.cspollers__title {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 122.222222%;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
  position: relative;
}
.cspollers__title._active .cspollers__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cspollers__text {
  font-size: 17px;
  letter-spacing: -0.2px;
  color: #c3c8d2;
  line-height: 123.529412%;
}
.cspollers__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/menu-arrow.svg);
}
.table {
  padding: 24px;
  background-color: #151619;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.table._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.table__animation-trigger {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.table__wrapper {
  border-radius: 8px;
  border: 1px solid #282c32;
  margin-bottom: 22px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto) [3];
  grid-template-columns: repeat(3, auto);
  grid-auto-rows: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__title {
  font-size: 12px;
  padding: 14px 14px 6px;
  opacity: 0.5;
  color: #c3c8d2;
  line-height: 125%;
}
.table__value {
  padding: 9px 38px 9px 14px;
  font-size: 13px;
  line-height: 123.076923%;
  color: #c3c8d2;
  padding-right: 23px;
}
.table__value:nth-child(13),
.table__value:nth-child(14),
.table__value:nth-child(15),
.table__value:nth-child(19),
.table__value:nth-child(20),
.table__value:nth-child(21),
.table__value:nth-child(7),
.table__value:nth-child(8),
.table__value:nth-child(9) {
  background-color: #1a1b1e;
}
.table__value:nth-child(12),
.table__value:nth-child(15),
.table__value:nth-child(18),
.table__value:nth-child(21),
.table__value:nth-child(6),
.table__value:nth-child(9) {
  padding-right: 14px;
}
.table__btn {
  border-radius: 5px;
  background-color: #858de4;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  font-size: 13px;
}
.api {
  position: relative;
  z-index: 1;
}
.api__container {
  padding-bottom: 89px;
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 58px;
  -moz-column-gap: 58px;
  column-gap: 58px;
  position: relative;
}
.api__container::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 1120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    color-stop(#282c32),
    to(#111215)
  );
  background: -o-linear-gradient(left, #111215, #282c32, #111215);
  background: linear-gradient(to right, #111215, #282c32, #111215);
}
.api__code {
  border-radius: 12px;
  min-width: 480px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background-color: #151619;
}
.api__content {
  padding-top: 42px;
  padding-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.api__subtitle {
  color: #a9afb6;
  font-size: 14px;
  line-height: 121.428571%;
  margin-bottom: 11px;
  padding: 8px 14px;
  border: 1px solid #1a1b1e;
  border-radius: 47px;
  background-color: #151619;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.api__subtitle._animated {
  opacity: 1;
}
.api__subtitle::after {
  content: "";
  position: absolute;
  width: 502px;
  height: 27px;
  background-color: #858de4;
  border-radius: 50%;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  top: 0;
  left: 0;
}
.api__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 121.428571%;
  color: #f5f5f5;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.api__title._animated {
  opacity: 1;
}
.api__title_purple {
  color: #858de4;
}
.api__text {
  font-size: 18px;
  line-height: 122.222222%;
  color: #c3c8d2;
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.api__text._animated {
  opacity: 1;
}
.api__btns {
  padding: 4px;
  background-color: #151619;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.api__btns._animated {
  opacity: 1;
}
.api__btn {
  font-size: 15px;
  line-height: 120%;
  padding: 10px 12px;
  border-radius: 28px;
  letter-spacing: -0.1px;
}
.api__btn._active {
  color: #858de4;
  background-color: #1d2025;
}
.api__btn:hover {
  background-color: rgba(29, 32, 37, 0.5019607843);
}
.code {
  font-family: "Fragment Mono", serif;
  font-weight: 400;
  color: #d8dee9;
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.code._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.code .code__wrapper-get,
.code__wrapper-add {
  position: absolute;
  top: 0;
  left: 0;
  width: 1150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template: [start] "title title" auto [row2] [row2] "numbers code" 1fr [end]/auto 1fr;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.code .code__wrapper-get._hidden,
.code__wrapper-add._hidden {
  opacity: 0;
}
.code__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
  padding: 14px;
  border-bottom: #1a1b1e 1px solid;
  font-size: 13px;
}
.code__numbers {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: numbers;
  opacity: 0.3;
  padding: 9px 13px 7px 14px;
}
.code__number {
  font-size: 14px;
  line-height: 130%;
  text-align: right;
}
.code__rows {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: code;
  padding: 9px 15px;
  border-left: #1a1b1e 1px solid;
  letter-spacing: 0.3px;
}
.code__row {
  line-height: 121%;
}
.code__row_purple {
  color: #858de4;
}
.code__row_blue {
  color: #81a1c1;
}
.code__row_roze {
  color: #b48ead;
}
.code__row_dark-blue {
  color: #81a1c1;
}
.services__main .tarifes {
  background-color: #111215;
  margin-bottom: 92px;
}
.services__main .tarifes__container {
  padding-top: 69px;
  padding-bottom: 0;
}
.services__main .tarifes__container::after {
  display: none;
}
.services__main .tarifes__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 122%;
  color: #f5f5f5;
  letter-spacing: -0.2px;
  opacity: 1;
}
.services__main .tarifes__title::before {
  content: "";
  position: absolute;
  background-color: #858de4;
  border-radius: 251px/13.5px;
  -webkit-filter: blur(103px);
  filter: blur(103px);
  opacity: 0.5;
  width: 502px;
  height: 27px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.services__main .tarifes__title span {
  color: #f5f5f5;
}
.services__main .tarifes__link {
  display: none;
}
.services__main .tarifes__enterprise {
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.services__main .prices__item:nth-child(1) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.services__main .prices__item:nth-child(2) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.services__main .prices__item:nth-child(3) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.tarifes {
  background-color: #131417;
  position: relative;
}
.tarifes__container {
  padding-top: 164px;
  padding-bottom: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tarifes__container::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 1120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111215),
    color-stop(#282c32),
    to(#111215)
  );
  background: -o-linear-gradient(left, #111215, #282c32, #111215);
  background: linear-gradient(to right, #111215, #282c32, #111215);
}
.tarifes__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 121.428571%;
  color: #f5f5f5;
  letter-spacing: -0.9px;
  margin-bottom: 61px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.tarifes__title._animated {
  opacity: 1;
}
.tarifes__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #858de4;
  top: 50px;
  left: 0;
  border-radius: 251px/13.5px;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  opacity: 0.5;
}
.tarifes__title_purple {
  color: #858de4;
}
.tarifes__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.tarifes__enterprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #151619;
  border: 1px #1a1b1e;
  border-radius: 12px;
  padding: 31px;
  -webkit-column-gap: 81px;
  -moz-column-gap: 81px;
  column-gap: 81px;
  margin-bottom: 22px;
  border: 1px solid #1a1b1e;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.tarifes__enterprise div {
  -ms-flex-preferred-size: 295px;
  flex-basis: 295px;
}
.tarifes__enterprise._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.tarifes__enterprice-subtitle {
  font-size: 18px;
  line-height: 122.222222%;
  margin-bottom: 11px;
  color: #f5f5f5;
}
.tarifes__enterprice-text {
  font-size: 16px;
  line-height: 118.75%;
  color: #c3c8d2;
}
.tarifes__enterprice-list {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  padding-top: 11px;
}
.tarifes__enterprice-item {
  margin-left: 20px;
  list-style: url(../img/checked.svg);
  font-size: 16px;
  padding-left: 6px;
  line-height: 118.75%;
}
.tarifes__link {
  display: block;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.tarifes__link span:nth-child(2) {
  line-height: 95%;
  font-size: 18px;
}
.tarifes__link:hover {
  color: #dbe0eb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.prices__item {
  position: relative;
  z-index: 1;
  padding: 31px 21px 32px 33px;
  background-color: #151619;
  border: 1px #1a1b1e solid;
  border-radius: 12px;
  margin-bottom: 35px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
}
.prices__item:nth-child(1) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.prices__item:nth-child(1)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.prices__item:nth-child(2) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.prices__item:nth-child(2)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.prices__item:nth-child(3) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.prices__item:nth-child(3)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.prices__item-subtitle {
  font-size: 18px;
  line-height: 138.888889%;
  margin-bottom: 12px;
  color: #f5f5f5;
}
.prices__item-subtitle._purple {
  color: #858de4;
  position: relative;
  padding-left: 20px;
}
.prices__item-subtitle._purple::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/best-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.prices__item-description {
  font-size: 16px;
  line-height: 118.75%;
  color: #c3c8d2;
  margin-bottom: 24px;
}
.prices__item-title {
  font-size: 32px;
  line-height: 121.875%;
  letter-spacing: -0.5px;
  margin-bottom: 21px;
  color: #f5f5f5;
  font-weight: 600;
}
.prices__item-title._purple {
  color: #858de4;
}
.prices__item-title span {
  font-size: 24px;
}
.prices__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10.5px;
}
.prices__item-par {
  margin-left: 24px;
  list-style: url(../img/checked.svg);
  font-size: 16px;
  padding-left: 1px;
  line-height: 118.75%;
}
.prices .no-checked {
  list-style: url(../img/no-checked.svg);
  list-style-position: 10px 10px;
}
.news__container {
  padding-top: 96px;
  position: relative;
  padding-bottom: 164px;
  position: relative;
}
.news__circle {
  position: absolute;
  width: 502px;
  height: 27px;
  background-color: #858de4;
  top: 180px;
  left: 30px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.news__title {
  font-weight: 600;
  font-size: 42px;
  color: #f5f5f5;
  line-height: 121.428571%;
  margin-bottom: 31px;
  letter-spacing: -0.4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.news__title._animated {
  opacity: 1;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.news__item {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 12px;
  background-color: #151619;
  border: 1px solid #1a1b1e;
}
.news__item:hover::after {
  content: "";
  border-radius: 12px;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 22, 25, 0.3019607843);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.news__item:nth-child(1) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.news__item:nth-child(1)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news__item:nth-child(2) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.news__item:nth-child(2)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news__item:nth-child(3) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news__item:nth-child(3)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news__image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.news__image-tg {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 310px;
  height: 157px;
  position: relative;
  background-color: #1a1b1e;
}
.news__image-tg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.news__image-tg .white-circle {
  position: absolute;
  width: 62px;
  height: 62px;
  background-color: #f5f5f5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
}
.news__image-tg .inner-gray-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(95, 99, 131, 0.6)),
      to(rgba(75, 75, 75, 0.42))
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b7e9e), to(#7b7e9e));
  background: -o-linear-gradient(
      top,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    -o-linear-gradient(bottom, #7b7e9e, #7b7e9e);
  background: linear-gradient(
      180deg,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    linear-gradient(0deg, #7b7e9e, #7b7e9e);
  z-index: 2;
  opacity: 0.25;
  border: 1px solid #7b7e9e;
}
.news__image-tg .outer-gray-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(95, 99, 131, 0.6)),
      to(rgba(75, 75, 75, 0.42))
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b7e9e), to(#7b7e9e));
  background: -o-linear-gradient(
      top,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    -o-linear-gradient(bottom, #7b7e9e, #7b7e9e);
  background: linear-gradient(
      180deg,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    linear-gradient(0deg, #7b7e9e, #7b7e9e);
  z-index: 2;
  opacity: 0.25;
  border: 1px solid #7b7e9e;
  z-index: 1;
}
.news__image-tg .blur-1 {
  position: absolute;
  width: 136px;
  height: 136px;
  background-color: #858de4;
  border-radius: 50%;
  top: -21px;
  left: 210px;
  opacity: 0.21;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}
.news__image-tg .blur-2 {
  position: absolute;
  width: 113px;
  height: 113px;
  background-color: #858de4;
  border-radius: 50%;
  top: 101px;
  left: -57px;
  opacity: 0.21;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}
.news__image-tg .blur-3 {
  z-index: 10;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #858de4;
  border-radius: 50%;
  top: 77px;
  left: 139px;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}
.news__date {
  font-size: 15px;
  line-height: 120%;
  color: #c3c8d2;
  opacity: 0.5;
  margin-bottom: 8px;
}
.news__subtitle {
  font-size: 18px;
  line-height: 122.222222%;
  color: #f5f5f5;
  margin-bottom: 19px;
}
.news__link {
  font-size: 16px;
  line-height: 118.75%;
  color: #c3c8d2;
  position: relative;
  display: inline;
}
.news__link span:nth-child(2) {
  line-height: 130%;
}
.faq__container {
  padding-bottom: 168px;
  position: relative;
}
.faq__circle-1 {
  position: absolute;
  width: 254px;
  height: 27px;
  right: -26px;
  top: 229px;
  background-color: #858de4;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-filter: blur(166px);
  filter: blur(166px);
}
.faq__circle-2 {
  position: absolute;
  width: 502px;
  height: 27px;
  left: 0;
  top: 83px;
  background-color: #858de4;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-filter: blur(128px);
  filter: blur(128px);
}
.faq__title {
  font-weight: 600;
  font-size: 42px;
  color: #f5f5f5;
  line-height: 121.428571%;
  margin-bottom: 32px;
  letter-spacing: -0.4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.faq__title._animated {
  opacity: 1;
}
.faq__spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  position: relative;
  z-index: 1;
}
.faq__spoller {
  border-radius: 10px;
  background-color: #151619;
  border: 1px solid #1e1f23;
}
.faq__spoller:nth-child(1) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq__spoller:nth-child(1)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.faq__spoller:nth-child(2) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq__spoller:nth-child(2)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.faq__spoller:nth-child(3) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq__spoller:nth-child(3)._animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.faq__spoller-title {
  width: 100%;
  text-align: left;
  padding: 17px 24px 14px;
  font-size: 16px;
  line-height: 115%;
  color: #f5f5f5;
  position: relative;
}
.faq__spoller-title._active .faq__spollers-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq__spoller-text {
  padding: 0 24px 14px;
  font-size: 16px;
  line-height: 118.75%;
  color: #c3c8d2;
}
.faq__spollers-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/menu-arrow.svg);
}
.footer__container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 0 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #282c32;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.footer__logo-link {
  display: block;
  width: 30px;
  height: 30px;
}
.footer__logo {
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__copypaste {
  color: #c3c8d2;
  font-size: 16px;
  line-height: 118.75%;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}
.footer__link:hover {
  color: #858de4;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__link {
  color: #c3c8d2;
  padding-right: 22px;
  font-size: 16px;
  line-height: 118.75%;
  position: relative;
  -webkit-transform: translateX(-58px);
  -ms-transform: translateX(-58px);
  transform: translateX(-58px);
  letter-spacing: -0.1px;
}
.footer__link::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../img/diag-arrow.svg);
  background-position: center -2px;
  background-size: 100%;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.footer__social-link {
  display: block;
  width: 26px;
  height: 26px;
}
.footer__social-link img {
  -o-object-fit: contain;
  object-fit: contain;
}
.details__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 121.428571%;
  letter-spacing: -0.015em;
  color: #f5f5f5;
  margin-bottom: 64px;
}
.dtable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 164px;
}
.dtable__tarif,
.dtable__tarif-advantages,
.dtable__tarif-start,
.dtable__tarif-subtable-title {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-grid-columns: 2.2fr 0.7fr 0.9fr 0.9fr 1.2fr;
  grid-template-columns: 2.2fr 0.7fr 0.9fr 0.9fr 1.2fr;
}
.dtable__tarif {
  padding-bottom: 12px;
  border-bottom: 2px solid #282c32;
}
.dtable__tarif-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #f5f5f5;
}
.dtable__tarif-subtable-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #858de4;
}
.dtable__tarif-subtable-title {
  padding-bottom: 14px;
  border-bottom: 2px solid #282c32;
}
.dtable__tarif-advantages {
  padding-top: 21px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(40, 44, 50, 0.4509803922);
}
.dtable__tarif-advantages-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #c3c8d2;
}
.dtable__tarif-advantages-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #f5f5f5;
}
.checked {
  width: 15px;
  height: 15px;
  background-image: url(../img/checked-white.svg);
}
.mt {
  margin-top: 64px;
}
.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.newspage__container {
  position: relative;
  padding-top: 69px;
}
.newspage__blur {
  position: absolute;
  width: 502px;
  height: 27px;
  top: 50px;
  left: 30px;
  opacity: 0.5px;
  background-color: #858de4;
  -webkit-filter: blur(130px);
  filter: blur(130px);
  border-radius: 50%;
}
.newspage__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: -0.015em;
  color: #f5f5f5;
  margin-bottom: 12px;
}
.newspage__date {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #c3c8d2;
  margin-bottom: 55px;
}
.newspage__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 64px;
}
.newspage__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.newspage__subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 121.875%;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 16px;
}
.newspage__minititle {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 16px;
}
.newspage__text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 122.222222%;
  color: #c3c8d2;
  margin-bottom: 60px;
}
.help-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.help__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.helppage {
  position: relative;
}
.helppage__blur {
  position: absolute;
  width: 502px;
  height: 27px;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5px;
  background-color: #858de4;
  border-radius: 50%;
  -webkit-filter: blur(130px);
  filter: blur(130px);
}
.helppage__container {
  padding-top: 67px;
}
.helppage__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 122%;
  letter-spacing: -0.015em;
  text-align: center;
  margin-bottom: 20px;
  color: #f5f5f5;
}
.helppage__subtitle {
  color: #c3c8d2;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 64px;
}
.helppage__spollers {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.helppage__spoller {
  border: 1px solid #1e1f23;
  background-color: #151619;
  margin-bottom: 12px;
  border-radius: 10px;
}
.helppage__spoller-title {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
  letter-spacing: 0;
  color: #f5f5f5;
  padding: 17px 24px;
  position: relative;
}
.helppage__spoller-title span {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../img/menu-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-origin: 7px 7px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.helppage__spoller-title._active span {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.helppage__spoller-text {
  margin-top: -2px;
  padding: 0 24px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #c3c8d2;
}
.helppage__instructions-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 121.428571%;
  letter-spacing: -0.015em;
  text-align: left;
  color: #f5f5f5;
  margin-bottom: 32px;
}
.helppage__instructions-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 164px;
}
.helppage__instructions-videocontainer {
  border-radius: 12px;
  background-color: #151619;
  padding: 20px;
  border: 1px solid #1a1b1e;
}
.helppage__instructions-video {
  width: 100%;
  margin-bottom: 20px;
}
.helppage__instructions-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.helppage__videonistructions-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 122.222222%;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.helppage__videoinstructions-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  letter-spacing: 0;
  text-align: left;
}
.helppage__videoinstructions-link span {
  padding-top: 5px;
}
.auth-main {
  background-color: #131417;
  font-family: Inter;
  overflow: hidden;
}
.auth {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131417;
}
.auth__container {
  max-width: 1920px;
  padding: 20px;
  width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.auth__background {
  border-radius: 33px;
  overflow: hidden;
  position: relative;
  height: 971px;
}
.auth__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.auth__background-btn {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.auth__form {
  width: 446px;
  padding-top: 315px;
  padding-bottom: 52px;
  margin: 0 auto;
}
.auth__form._error-form {
  padding-top: 301px;
}
.auth__reg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  text-align: center;
  color: #c3c8d2;
}
.auth__reg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.auth__reg a {
  color: #858de4;
}
.form-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-auth__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #f5f5f5;
  margin-bottom: 50px;
}
.form-auth__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #c9cdd2;
  margin-bottom: 12px;
}
.form-auth__input {
  border-radius: 10px;
  background: #1d2025;
  padding: 15px 13px;
  margin-bottom: 20px;
  color: #dfe8f2;
}
.form-auth__input input {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
  background: #1d2025;
  color: #dfe8f2;
}
.form-auth__error {
  font-size: 14px;
  font-weight: 500;
  line-height: 121.428571%;
  color: #e7404e;
  margin-bottom: 20px;
}
.form-auth__btn {
  background-color: #151619;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  text-align: center;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.form-auth__btn._valide {
  background-color: #858de4;
  color: #f5f5f5;
}
.last-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lastnews__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.lastnews {
  position: relative;
}
.lastnews__container {
  padding-top: 67px;
}
.lastnews__blur {
  position: absolute;
  width: 502px;
  height: 27px;
  background-color: #858de4;
  border-radius: 50%;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lastnews__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #f5f5f5;
  margin-bottom: 64px;
}
.lastnews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 164px;
}
.lastnews__item {
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 1px solid #1a1b1e;
  border-radius: 12px;
  background-color: #151619;
}
.lastnews__item:hover::after {
  content: "";
  border-radius: 12px;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 22, 25, 0.3019607843);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.lastnews__image {
  border-radius: 6px;
  overflow: hidden;
  max-width: 310px;
  height: 157px;
  margin-bottom: 18px;
}
.lastnews__image-tg {
  border-radius: 6px;
  overflow: hidden;
  width: 310px;
  height: 157px;
  margin-bottom: 18px;
  position: relative;
}
.lastnews__image-tg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.lastnews__image-tg .white-circle {
  position: absolute;
  width: 62px;
  height: 62px;
  background-color: #f5f5f5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
}
.lastnews__image-tg .inner-gray-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(95, 99, 131, 0.6)),
      to(rgba(75, 75, 75, 0.42))
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b7e9e), to(#7b7e9e));
  background: -o-linear-gradient(
      top,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    -o-linear-gradient(bottom, #7b7e9e, #7b7e9e);
  background: linear-gradient(
      180deg,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    linear-gradient(0deg, #7b7e9e, #7b7e9e);
  z-index: 2;
  opacity: 0.25;
  border: 1px solid #7b7e9e;
}
.lastnews__image-tg .outer-gray-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(95, 99, 131, 0.6)),
      to(rgba(75, 75, 75, 0.42))
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b7e9e), to(#7b7e9e));
  background: -o-linear-gradient(
      top,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    -o-linear-gradient(bottom, #7b7e9e, #7b7e9e);
  background: linear-gradient(
      180deg,
      rgba(95, 99, 131, 0.6) 0,
      rgba(75, 75, 75, 0.42) 100%
    ),
    linear-gradient(0deg, #7b7e9e, #7b7e9e);
  z-index: 2;
  opacity: 0.25;
  border: 1px solid #7b7e9e;
  z-index: 1;
}
.lastnews__image-tg .blur-1 {
  position: absolute;
  width: 136px;
  height: 136px;
  background-color: #858de4;
  border-radius: 50%;
  top: -21px;
  left: 210px;
  opacity: 0.21;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}
.lastnews__image-tg .blur-2 {
  position: absolute;
  width: 113px;
  height: 113px;
  background-color: #858de4;
  border-radius: 50%;
  top: 101px;
  left: -57px;
  opacity: 0.21;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}
.lastnews__image-tg .blur-3 {
  z-index: 10;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #858de4;
  border-radius: 50%;
  top: 77px;
  left: 139px;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}
.lastnews__date {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #c3c8d2;
  margin-bottom: 8px;
  opacity: 0.5;
}
.lastnews__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.lastnews__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #c3c8d2;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #2d2f39;
}
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background: #0d0e10;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #22242b;
  border-radius: 10px;
}
.webp .advantages__item:nth-child(1) .advantages__icon {
  background-image: url(../img/adv-icon-1.webp);
}
.webp .advantages__item:nth-child(2) .advantages__icon {
  background-image: url(../img/adv-icon-2.webp);
}
.webp .advantages__item:nth-child(3) .advantages__icon {
  background-image: url(../img/adv-icon-3.webp);
}
.webp .bg__line-1 .bg__img:nth-child(1) {
  background-image: url(../img/history-bg-line-1-1.webp);
}
.webp .bg__line-1 .bg__img:nth-child(2) {
  background-image: url(../img/history-bg-line-1-2.webp);
}
.webp .bg__line-1 .bg__img:nth-child(3) {
  background-image: url(../img/history-bg-line-1-3.webp);
}
.webp .bg__line-1 .bg__img:nth-child(4) {
  background-image: url(../img/history-bg-line-1-4.webp);
}
.webp .bg__line-2 .bg__img:nth-child(1) {
  background: url(../img/history-bg-line-2-1.webp);
}
.webp .bg__line-2 .bg__img:nth-child(2) {
  background-image: url(../img/history-bg-line-2-2.webp);
}
.webp .bg__line-2 .bg__img:nth-child(3) {
  background-image: url(../img/history-bg-line-2-3.webp);
}
.webp .bg__line-2 .bg__img:nth-child(4) {
  background-image: url(../img/history-bg-line-2-4.webp);
}
.webp .bg__line-2 .bg__img:nth-child(5) {
  background-image: url(../img/history-bg-line-2-5.webp);
}
.webp .bg__line-3 .bg__img:nth-child(1) {
  background-image: url(../img/history-bg-line-3-1.webp);
}
.webp .bg__line-3 .bg__img:nth-child(2) {
  background-image: url(../img/history-bg-line-3-2.webp);
}
.webp .bg__line-3 .bg__img:nth-child(3) {
  background-image: url(../img/history-bg-line-3-3.webp);
}
