@import url(../fonts/stylesheet.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input,
button {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  font-family: "TT Norms Pro", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}

.mobile__container {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.mobile__container.active {
  display: block;
}
.mobile__container .mobile__content {
  height: calc(100vh - 89px);
  width: 100%;
  border-radius: 24px 24px 0px 0px;
  background: #fff;
  margin-top: 89px;
  padding: 30px;
}
.mobile__container .mobile__content.show {
  display: block;
  transform: translateY(100%);
  transition: 0.3s all;
}
.mobile__container .mobile__content.active {
  transition: 0.3s all;
  transform: translateY(0%);
}
.mobile__container .mobile__content .content__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile__container .mobile__content .content__header .header__close {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background: var(--light-gray, #f4f4f4);
  cursor: pointer;
}
.mobile__container .mobile__content .content__header .header__login {
  height: 48px;
  padding: 0 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #9719ff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  transition: 0.3s all;
}
.mobile__container .mobile__content .content__header .header__login svg path {
  transition: 0.3s all;
}
.mobile__container .mobile__content .content__header .header__login:hover {
  color: #fff;
  transition: 0.3s all;
  background: #9719ff;
}
.mobile__container .mobile__content .content__header .header__login:hover svg path {
  transition: 0.3s all;
  fill: #fff;
}
.mobile__container .mobile__content .content__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 16px;
  margin-top: 31px;
}
.mobile__container .mobile__content .content__links a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s all;
}
.mobile__container .mobile__content .content__links a:hover {
  color: #9719ff;
  transition: 0.3s all;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body.dark-theme {
  background: #05070f;
}
body.dark-theme .mobile__container .mobile__content {
  background: #11131e;
}
body.dark-theme .mobile__container .mobile__content .content__header .header__login {
  color: #fff;
}
body.dark-theme .mobile__container .mobile__content .content__header .header__login svg path {
  fill: #fff;
}
body.dark-theme .mobile__container .mobile__content .content__links a {
  color: #fff;
}
body.dark-theme .mobile__container .mobile__content .content__header .header__close {
  background: #05070f;
}
body.dark-theme .mobile__container .mobile__content .content__header .header__close svg path {
  fill: #fffdfd;
}
body.dark-theme section.auth form .form__title {
  color: #fff;
}
body.dark-theme section.auth form input {
  background: #11131e;
  color: rgba(255, 255, 255, 0.8);
}
body.dark-theme section.auth form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-theme section.auth form button {
  background: none;
  color: #fff;
}
body.dark-theme section.auth form button svg path {
  fill: #fff;
}
body.dark-theme section.auth form .form__links a {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-theme section.auth form .form__links a:hover {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-theme footer .footer__info svg g path:nth-child(3) {
  fill: #fff;
}
body.dark-theme footer .footer__info b,
body.dark-theme footer .footer__links b,
body.dark-theme footer .footer__links .links__list a,
body.dark-theme section.docs .docs__title,
body.dark-theme section.docs h3,
body.dark-theme section.docs p {
  color: #fff;
}
body.dark-theme section.intro .intro__list .list__info h1,
body.dark-theme section.intro .intro__list .list__info .info__desc,
body.dark-theme section.intro .intro__grid .list__block .block__value,
body.dark-theme section.intro .intro__grid .list__block .block__text {
  color: #fff;
}
body.dark-theme section.intro .intro__list .list__grid .grid__block.black {
  background: #11131e;
}
body.dark-theme section.intro .intro__list .list__grid .grid__block.black .block__title,
body.dark-theme section.intro .intro__list .list__grid .grid__block.black .block__text {
  color: #fff;
}
body.dark-theme section.step-content .step-content__content .content__info .info__title,
body.dark-theme section.step-content .step-content__content .content__info .info__text {
  color: #fff;
}
body.dark-theme section.step-content .step-content__content.first svg.white,
body.dark-theme section.step-content .step-content__content.first img.white {
  display: none;
}
body.dark-theme section.step-content .step-content__content.first svg.black,
body.dark-theme section.step-content .step-content__content.first img.black {
  display: block;
}
body.dark-theme section.step-content .step-content__content.two .content__picture .picture__block {
  color: #fff;
  background: #11131e;
}
body.dark-theme section.tarifs-all .tarifs-all__content {
  background: #11131e;
}
body.dark-theme section.tarifs-all .tarifs-all__content .content__list .list__block {
  color: #fff;
}
body.dark-theme section.tarifs-all .tarifs-all__content .content__list .list__block b {
  color: #fff;
}
body.dark-theme section.contacts .contacts__info .info__title {
  color: #fff;
}
body.dark-theme .grid__block .block__header {
  color: #fff !important;
}
body.dark-theme .grid__block .block__header a {
  color: #fff !important;
}
body.dark-theme .grid__block .block__desc {
  color: #fff !important;
}
body.dark-theme section.contacts .contacts__info a {
  color: #fff;
}
body.dark-theme section.contacts .contacts__info a svg path {
  fill: #fff;
}
body.dark-theme section.have-question .have-question__content {
  background: #11131e;
}
body.dark-theme section.have-question .have-question__content .content__info .info__block .block__title,
body.dark-theme section.have-question .have-question__content .content__info .info__block .block__desc,
body.dark-theme section.vps .vps__header .header__title,
body.dark-theme section.vps .vps__header .header__desc,
body.dark-theme section.vps .vps__grid .grid__list .list__title,
body.dark-theme section.vps .vps__grid .grid__list .list__result .result__block .block__info .info__name,
body.dark-theme section.vps .vps__grid .grid__list .list__result .result__block .block__info .info__chars .chars__value {
  color: #fff;
}
body.dark-theme section.vps .vps__grid .grid__list .list__result .result__block .block__price {
  background: #11131e;
  color: #fff;
}
body.dark-theme section.vps .vps__grid .grid__list .list__result .result__block .block__price:hover {
  background: #9719ff;
  color: #fff;
}
body.dark-theme section.vps .vps__grid .grid__list .list__result .result__block {
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
}
body.dark-theme section.vps .vps__grid .grid__list {
  border-top: 1px solid rgba(241, 241, 241, 0.1);
}
@media only screen and (max-width: 666px) {
  body.dark-theme section.vps .vps__grid .grid__list {
    border-right: unset;
  }
}
body.dark-theme section.vps .vps__grid .grid__list.result {
  border-right: unset;
}
@media only screen and (max-width: 873px) {
  body.dark-theme section.favorite .favorite__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.1);
  }
}
body.dark-theme section.referal .referal__container img {
  display: none;
}
body.dark-theme section.referal .referal__container img.black {
  display: block !important;
}
body.dark-theme section.vps .vps__grid .grid__list .list__result .result__block .block__right {
  color: #fff;
}
body.dark-theme section.referal .referal__container .container__content .content__title,
body.dark-theme section.referal .referal__container .container__content .content__desc,
body.dark-theme section.os-list .os-list__info .info__title,
body.dark-theme section.os-list .os-list__info .info__desc,
body.dark-theme section.os-list .os-list__grid .grid__block .block__name,
body.dark-theme section.os-list .os-list__grid .grid__block .block__desc,
body.dark-theme section.favorite .favorite__info .info__title,
body.dark-theme section.favorite .favorite__info .info__desc,
body.dark-theme section.faq .faq__list .faq__block .block__header,
body.dark-theme section.faq .faq__list .faq__block .block__text,
body.dark-theme section.faq .faq__title,
body.dark-theme section.whatis-wlabel .whatis-wlabel__info .info__title,
body.dark-theme section.whatis-wlabel .whatis-wlabel__info .info__desc,
body.dark-theme section.whatis-connect .whatis-connect__title,
body.dark-theme section.referal-condition .referal-condition__title {
  color: #fff;
}
body.dark-theme section.referal .referal__container .container__content .content__btn,
body.dark-theme section.whatis-connect .whatis-connect__grid .grid__block .block__link {
  color: #fff;
}
body.dark-theme section.referal .referal__container .container__content .content__btn svg path,
body.dark-theme section.whatis-connect .whatis-connect__grid .grid__block .block__link svg path {
  fill: #fff;
}
body.dark-theme section.referal .referal__grid .grid__block {
  background: #11131e;
}
body.dark-theme section.referal .referal__grid .grid__block.result {
  background: radial-gradient(326.46% 141.42% at 0% 0%, rgba(238, 222, 255, 0.38) 0%, rgba(151, 25, 255, 0) 100%), #9719ff;
}
body.dark-theme section.referal .referal__grid .grid__block input {
  color: #fff;
}
body.dark-theme section.vps .vps__grid .grid__list .list__locations .locations__block {
  color: #fff;
}
body.dark-theme section.vps .vps__grid .grid__list .list__locations .locations__block:hover {
  color: #9719ff !important;
}
body.dark-theme section.faq .faq__list .faq__block {
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
}
body.dark-theme section.faq .faq__list .faq__block .block__header svg path {
  fill: #fff;
}
body.dark-theme header .header__left .header__logo img.white {
  display: none;
}
@media only screen and (max-width: 420px) {
  body.dark-theme header .header__left .header__logo img.white {
    display: none;
  }
}
body.dark-theme header .header__left .header__logo img.black {
  display: block;
}
@media only screen and (max-width: 420px) {
  body.dark-theme header .header__left .header__logo img.black {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  body.dark-theme header .header__left .header__logo svg {
    display: block;
  }
}
body.dark-theme header .header__left .header__links a {
  color: #fff;
}
body.dark-theme header .header__left .header__links a:hover {
  color: #9719ff;
}
body.dark-theme header .header__right .right__language .language__btn {
  background: #11131e;
  color: #fff;
}
body.dark-theme header .header__right .right__language .language__btn:hover {
  background: #9719ff;
}
body.dark-theme header .header__right .right__language .language__dropdown {
  background: #11131e;
}
body.dark-theme header .header__right .right__language .language__dropdown a {
  color: #fff;
}
body.dark-theme header .header__right .right__theme {
  background: #11131e;
}
body.dark-theme header .header__right .right__theme:hover {
  background: #9719ff;
}
body.dark-theme header .header__right .right__theme svg.dark {
  display: none;
}
body.dark-theme header .header__right .right__theme svg.white {
  display: block;
}
body.dark-theme header .header__right .right__menu {
  background: #11131e;
}
body.dark-theme header .header__right .right__menu svg path {
  fill: #fff;
}
body.dark-theme header .header__right .right__btn {
  color: #fff;
}
body.dark-theme header .header__right .right__btn svg path {
  fill: #fff;
}

.anim {
  transition: 0.3s all;
}
.anim:hover {
  transition: 0.3s all;
}

.no_scroll {
  overflow: hidden;
}

header {
  margin-top: 40px;
}
@media only screen and (max-width: 994px) {
  header {
    margin-top: 25px;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  position: relative;
}
header .header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 24px;
}
header .header__left .header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header__left .header__logo img.black,
header .header__left .header__logo svg.black {
  display: none;
}
header .header__left .header__logo img.favicon,
header .header__left .header__logo svg.favicon {
  width: 40px;
  display: none;
}
@media only screen and (max-width: 420px) {
  header .header__left .header__logo img.favicon,
  header .header__left .header__logo svg.favicon {
    display: block;
  }
}
header .header__left .header__logo img {
  width: 166px;
}
@media only screen and (max-width: 420px) {
  header .header__left .header__logo img {
    display: none;
  }
}
header .header__left .header__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 24px;
}
@media only screen and (max-width: 994px) {
  header .header__left .header__links {
    display: none;
  }
}
header .header__left .header__links a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s all;
}
header .header__left .header__links a:hover {
  color: #9719ff;
  transition: 0.3s all;
}
header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 18px;
}
header .header__right .right__menu {
  display: none;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 40px;
  background: #f2f2f2;
  cursor: pointer;
}
@media only screen and (max-width: 994px) {
  header .header__right .right__menu {
    display: flex;
  }
}
header .header__right .right__language {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
header .header__right .right__language .language__dropdown {
  position: absolute;
  top: 59px;
  transform: scale(0);
  padding: 11px 13px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 14px;
}
header .header__right .right__language .language__dropdown.active {
  transform: scale(1);
}
header .header__right .right__language .language__dropdown a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header__right .right__language .language__btn {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #f2f2f2;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
header .header__right .right__language .language__btn:hover {
  color: #fff;
  background: #9719ff;
}
header .header__right .right__theme {
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header__right .right__theme svg.white {
  display: none;
}
header .header__right .right__theme:hover {
  color: #fff;
  background: #9719ff;
}
header .header__right .right__theme:hover svg path {
  fill: #fff;
}
header .header__right .right__btn {
  height: 48px;
  padding: 0 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #9719ff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
@media only screen and (max-width: 994px) {
  header .header__right .right__btn {
    display: none;
  }
}
header .header__right .right__btn:hover {
  color: #fff;
  background: #9719ff;
}
header .header__right .right__btn:hover svg path {
  fill: #fff;
}

section.intro {
  margin-top: 89px;
  margin-bottom: 150px;
}
section.intro .intro__list {
  margin-bottom: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 50px;
}
@media only screen and (max-width: 1250px) {
  section.intro .intro__list {
    flex-wrap: wrap;
  }
}
section.intro .intro__list .list__info {
  width: calc(100% - 648px - 50px);
}
@media only screen and (max-width: 1250px) {
  section.intro .intro__list .list__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
section.intro .intro__list .list__info h1 {
  color: #000;
  margin-bottom: 22px;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 647px) {
  section.intro .intro__list .list__info h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 450px) {
  section.intro .intro__list .list__info h1 {
    font-size: 32px;
  }
}
section.intro .intro__list .list__info .info__desc {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 450px) {
  section.intro .intro__list .list__info .info__desc {
    font-size: 18px;
  }
}
section.intro .intro__list .list__grid {
  width: 648px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1250px) {
  section.intro .intro__list .list__grid {
    width: 100%;
  }
}
@media only screen and (max-width: 647px) {
  section.intro .intro__list .list__grid {
    grid-template-columns: 1fr;
  }
}
section.intro .intro__list .list__grid .grid__block {
  padding: 36px;
  width: 100%;
  height: 224px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #f3f3f3;
  border-radius: 23px;
}
section.intro .intro__list .list__grid .grid__block .block__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.intro .intro__list .list__grid .grid__block .block__text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.intro .intro__list .list__grid .grid__block .block__btn {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  border-radius: 40px;
  background: #9719ff;
}
section.intro .intro__list .list__grid .grid__block .block__btn:hover {
  background: #000;
  color: #fff;
}
section.intro .intro__list .list__grid .grid__block .block__btn:hover svg path {
  fill: #fff;
}
section.intro .intro__list .list__grid .grid__block.purple {
  background: radial-gradient(326.46% 141.42% at 0% 0%, rgba(238, 222, 255, 0.38) 0%, rgba(151, 25, 255, 0) 100%), #9719ff;
}
section.intro .intro__list .list__grid .grid__block.purple .block__btn {
  color: #000;
  background: #fff;
}
section.intro .intro__list .list__grid .grid__block.purple .block__btn:hover {
  background: #000;
  color: #fff;
}
section.intro .intro__list .list__grid .grid__block.purple .block__btn:hover svg path {
  fill: #fff;
}
section.intro .intro__list .list__grid .grid__block.purple .block__title {
  color: #fff;
}
section.intro .intro__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
}
@media only screen and (max-width: 919px) {
  section.intro .intro__grid {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
section.intro .intro__grid .list__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.intro .intro__grid .list__block .block__value {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 919px) {
  section.intro .intro__grid .list__block .block__value {
    font-size: 36px;
  }
}
section.intro .intro__grid .list__block .block__text {
  color: #000;
  margin-top: -4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 919px) {
  section.intro .intro__grid .list__block .block__text {
    font-size: 16px;
  }
}

section.step-content {
  margin-bottom: 120px;
}
section.step-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 150px;
}
section.step-content .step-content__content {
  max-width: 981px;
  width: 100%;
}
section.step-content .step-content__content .content__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 18px;
  max-width: 473px;
}
@media only screen and (max-width: 885px) {
  section.step-content .step-content__content .content__info {
    align-items: center;
    text-align: center;
  }
}
section.step-content .step-content__content .content__info .info__title {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 538px) {
  section.step-content .step-content__content .content__info .info__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 411px) {
  section.step-content .step-content__content .content__info .info__title {
    font-size: 36px;
  }
}
section.step-content .step-content__content .content__info .info__text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 538px) {
  section.step-content .step-content__content .content__info .info__text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 411px) {
  section.step-content .step-content__content .content__info .info__text {
    font-size: 18px;
  }
}
section.step-content .step-content__content .content__info .info__btn {
  padding: 14px 24px;
  border-radius: 40px;
  background: #9719ff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  color: #fff;
}
section.step-content .step-content__content .content__info .info__btn:hover {
  background: #000;
  color: #fff;
}
section.step-content .step-content__content.two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 885px) {
  section.step-content .step-content__content.two {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
section.step-content .step-content__content.two .content__picture {
  max-width: 441px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 10px;
}
@media only screen and (max-width: 885px) {
  section.step-content .step-content__content.two .content__picture {
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
    flex-direction: column-reverse;
  }
}
section.step-content .step-content__content.two .content__picture .picture__block {
  width: 335px;
  padding: 30px 40px;
  border-radius: 43px 43px 12px 43px;
  background: #e9ecf5;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.step-content .step-content__content.two .content__picture .picture__text {
  color: #9719ff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
@media only screen and (max-width: 885px) {
  section.step-content .step-content__content.two .content__picture .picture__text {
    text-align: center;
  }
}
section.step-content .step-content__content.first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 60px;
}
@media only screen and (max-width: 885px) {
  section.step-content .step-content__content.first {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
section.step-content .step-content__content.first svg,
section.step-content .step-content__content.first img {
  width: 448px;
}
section.step-content .step-content__content.first svg.black,
section.step-content .step-content__content.first img.black {
  display: none;
}
@media only screen and (max-width: 993px) {
  section.step-content .step-content__content.first svg,
  section.step-content .step-content__content.first img {
    width: 300px;
  }
}

section.tarifs-all {
  margin-bottom: 120px;
}
section.tarifs-all .tarifs-all__content {
  width: 100%;
  padding: 64px;
  border-radius: 23px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 40px 20px;
  flex-wrap: wrap;
}
section.tarifs-all .tarifs-all__content .content__list {
  display: flex;
  align-items: center;
  grid-gap: 36px;
  flex-wrap: wrap;
}
section.tarifs-all .tarifs-all__content .content__list .list__block {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.tarifs-all .tarifs-all__content .content__list .list__block b {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.tarifs-all .tarifs-all__content .content__btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #9719ff;
  grid-gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  transition: 0.3s all;
  padding: 14px 24px;
}
section.tarifs-all .tarifs-all__content .content__btn:hover {
  transition: 0.3s all;
  background: #000;
}

footer {
  padding-bottom: 66px;
}
footer .container {
  display: flex;
  align-items: flex-start;
  grid-gap: 50px 85px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 608px) {
  footer .container {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 500px) {
  footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .footer__links b {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
footer .footer__links .links__list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
footer .footer__links .links__list a {
  color: #000;
  transition: 0.3s all;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer__links .links__list a:hover {
  transition: 0.3s all;
  color: #9719ff;
}
footer .footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer__info svg {
  width: 166px;
  margin-bottom: 14px;
}
footer .footer__info b {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.vps {
  margin-top: 89px;
  margin-bottom: 150px;
}
section.vps .vps__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 22px;
  margin-bottom: 48px;
}
section.vps .vps__header .header__title {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.vps .vps__header .header__title span {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #fff;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  border-radius: 66px;
  background: #9719ff;
  line-height: normal;
}
section.vps .vps__header .header__title.hicpu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 20px;
}
@media only screen and (max-width: 639px) {
  section.vps .vps__header .header__title {
    font-size: 48px;
  }
}
section.vps .vps__header .header__desc {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.vps .vps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 3fr;
}
@media only screen and (max-width: 1241px) {
  section.vps .vps__grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
section.vps .vps__grid .grid__list {
  width: 100%;
  padding: 0 24px;
  border-right: 1px solid #f1f1f1;
}
@media only screen and (max-width: 1241px) {
  section.vps .vps__grid .grid__list {
    width: 33%;
  }
}
@media only screen and (max-width: 667px) {
  section.vps .vps__grid .grid__list {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    width: 100%;
  }
}
section.vps .vps__grid .grid__list:nth-child(1) {
  padding-left: 0;
}
section.vps .vps__grid .grid__list .list__result {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.vps .vps__grid .grid__list .list__result .result__block {
  padding: 15px 0px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 20px 10px;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__info .info__name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__info .info__chars {
  display: flex;
  align-items: center;
  grid-gap: 34px;
  flex-wrap: wrap;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__info .info__chars .chars__value {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__right {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__right .td {
  text-decoration: line-through;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__price {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  padding: 10px 12px;
  border-radius: 40px;
  background: #f2f2f2;
  cursor: pointer;
}
section.vps .vps__grid .grid__list .list__result .result__block .block__price:hover {
  background: #9719ff;
  color: #fff;
}
section.vps .vps__grid .grid__list .list__locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0px;
}
@media only screen and (max-width: 667px) {
  section.vps .vps__grid .grid__list .list__locations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
  }
}
section.vps .vps__grid .grid__list .list__locations .locations__block {
  height: 30px;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 5px;
}
section.vps .vps__grid .grid__list .list__locations .locations__block b {
  color: #9719ff;
  font-weight: 400;
}
section.vps .vps__grid .grid__list .list__locations .locations__block:hover, section.vps .vps__grid .grid__list .list__locations .locations__block.active {
  transition: 0.3s all;
  color: #9719ff;
}
section.vps .vps__grid .grid__list .list__locations .locations__block svg {
  width: 20px;
  height: auto;
}
section.vps .vps__grid .grid__list.result {
  border-right: unset;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1241px) {
  section.vps .vps__grid .grid__list.result {
    margin-top: 20px;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    width: 100%;
  }
}
section.vps .vps__grid .grid__list .list__title {
  color: #000;
  margin-bottom: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

section.os-list {
  margin-bottom: 150px;
}
section.os-list .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 30px;
  flex-wrap: wrap;
}
section.os-list .os-list__grid {
  max-width: 640px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-gap: 56px 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1180px) {
  section.os-list .os-list__grid {
    max-width: 100%;
    justify-content: flex-start;
  }
}
section.os-list .os-list__grid .grid__block {
  width: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
section.os-list .os-list__grid .grid__block svg {
  max-width: 100%;
}
section.os-list .os-list__grid .grid__block .block__name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.os-list .os-list__grid .grid__block .block__desc {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.os-list .os-list__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1180px) {
  section.os-list .os-list__info {
    margin-bottom: 50px;
  }
}
section.os-list .os-list__info .info__title {
  color: #000;
  margin-bottom: 22px;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 1180px) {
  section.os-list .os-list__info .info__title {
    font-size: 48px;
  }
  section.os-list .os-list__info .info__title br {
    display: none;
  }
}
@media only screen and (max-width: 602px) {
  section.os-list .os-list__info .info__title {
    font-size: 36px;
  }
}
section.os-list .os-list__info .info__desc {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 602px) {
  section.os-list .os-list__info .info__desc {
    font-size: 18px;
  }
  section.os-list .os-list__info .info__desc br {
    display: none;
  }
}

section.favorite {
  margin-bottom: 150px;
}
section.favorite .favorite__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}
section.favorite .favorite__info .info__title {
  color: #000;
  margin-bottom: 22px;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 1180px) {
  section.favorite .favorite__info .info__title {
    font-size: 48px;
  }
  section.favorite .favorite__info .info__title br {
    display: none;
  }
}
@media only screen and (max-width: 602px) {
  section.favorite .favorite__info .info__title {
    font-size: 36px;
  }
}
section.favorite .favorite__info .info__desc {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 602px) {
  section.favorite .favorite__info .info__desc {
    font-size: 18px;
  }
  section.favorite .favorite__info .info__desc br {
    display: none;
  }
}
section.favorite .favorite__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1178px) {
  section.favorite .favorite__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 873px) {
  section.favorite .favorite__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.favorite .favorite__grid .grid__block {
  width: 100%;
  padding: 33px 36px;
}
@media only screen and (max-width: 873px) {
  section.favorite .favorite__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
}
section.favorite .favorite__grid .grid__block .block__header {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  grid-gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.favorite .favorite__grid .grid__block .block__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.faq {
  margin-bottom: 150px;
}
section.faq .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 30px;
  flex-wrap: wrap;
}
section.faq .faq__title {
  max-width: 508px;
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 1278px) {
  section.faq .faq__title {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  section.faq .faq__title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  section.faq .faq__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 661px) {
  section.faq .faq__title {
    font-size: 36px;
  }
}
section.faq .faq__list {
  max-width: 648px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  section.faq .faq__list {
    max-width: 100%;
  }
}
section.faq .faq__list .faq__block {
  cursor: pointer;
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #f1f1f1;
}
section.faq .faq__list .faq__block.active .block__header svg {
  transform: rotate(180deg);
  transition: 0.3s all;
}
section.faq .faq__list .faq__block.active .block__header svg path {
  opacity: 1;
}
section.faq .faq__list .faq__block .block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.faq .faq__list .faq__block .block__header svg {
  transition: 0.3s all;
}
section.faq .faq__list .faq__block .block__text {
  margin-top: 11px;
  display: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.whatis-wlabel {
  margin-bottom: 130px;
  margin-top: 89px;
}
section.whatis-wlabel .whatis-wlabel__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
  margin-bottom: 89px;
}
@media only screen and (max-width: 1170px) {
  section.whatis-wlabel .whatis-wlabel__content {
    flex-wrap: wrap;
    grid-gap: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
section.whatis-wlabel .whatis-wlabel__content img {
  max-width: 100%;
}
section.whatis-wlabel .whatis-wlabel__info {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  section.whatis-wlabel .whatis-wlabel__info {
    width: 100%;
  }
}
section.whatis-wlabel .whatis-wlabel__info .info__title {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 670px) {
  section.whatis-wlabel .whatis-wlabel__info .info__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 413px) {
  section.whatis-wlabel .whatis-wlabel__info .info__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
section.whatis-wlabel .whatis-wlabel__info .info__desc {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.whatis-wlabel .whatis-wlabel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1178px) {
  section.whatis-wlabel .whatis-wlabel__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 873px) {
  section.whatis-wlabel .whatis-wlabel__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.whatis-wlabel .whatis-wlabel__grid .grid__block {
  width: 100%;
  padding: 33px 36px;
}
@media only screen and (max-width: 873px) {
  section.whatis-wlabel .whatis-wlabel__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
}
section.whatis-wlabel .whatis-wlabel__grid .grid__block .block__header {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  grid-gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.whatis-wlabel .whatis-wlabel__grid .grid__block .block__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.whatis-connect {
  margin-bottom: 80px;
}
section.whatis-connect .whatis-connect__title {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 36px;
}
@media only screen and (max-width: 602px) {
  section.whatis-connect .whatis-connect__title {
    font-size: 36px;
  }
}
section.whatis-connect .whatis-connect__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1178px) {
  section.whatis-connect .whatis-connect__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 873px) {
  section.whatis-connect .whatis-connect__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.whatis-connect .whatis-connect__grid .grid__block {
  width: 100%;
  padding: 33px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 873px) {
  section.whatis-connect .whatis-connect__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
}
section.whatis-connect .whatis-connect__grid .grid__block .block__header {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  grid-gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.whatis-connect .whatis-connect__grid .grid__block .block__header a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 10px;
}
section.whatis-connect .whatis-connect__grid .grid__block .block__link {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  border-radius: 40px;
  border: 1px solid #9719ff;
  color: #000;
  transition: 0.3s all;
  margin-top: 16px;
  font-family: "TT Norms Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.whatis-connect .whatis-connect__grid .grid__block .block__link:hover {
  transition: 0.3s all;
  background: #9719ff;
  color: #fff;
}
section.whatis-connect .whatis-connect__grid .grid__block .block__link:hover svg path {
  fill: #fff;
}
section.whatis-connect .whatis-connect__grid .grid__block .block__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.have-question {
  margin-bottom: 170px;
}
section.have-question .have-question__content {
  width: 100%;
  border-radius: 49px;
  background: #f3f3f3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.have-question .have-question__content img {
  width: 356px;
  position: absolute;
  margin-right: -100px;
  pointer-events: none;
}
@media only screen and (max-width: 450px) {
  section.have-question .have-question__content img {
    display: none;
  }
}
section.have-question .have-question__content .content__info {
  width: 100%;
  padding: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 40px;
}
@media only screen and (max-width: 584px) {
  section.have-question .have-question__content .content__info {
    padding: 45px;
  }
}
section.have-question .have-question__content .content__info .info__link {
  position: relative;
  z-index: 3;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  border-radius: 40px;
  background: #9719ff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  transition: 0.3s all;
}
section.have-question .have-question__content .content__info .info__link:hover {
  background: #000;
  transition: 0.3s all;
}
section.have-question .have-question__content .content__info .info__block {
  position: relative;
  z-index: 3;
}
section.have-question .have-question__content .content__info .info__block .block__title {
  color: #000;
  margin-bottom: 10px;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 584px) {
  section.have-question .have-question__content .content__info .info__block .block__title {
    font-size: 42px;
  }
}
section.have-question .have-question__content .content__info .info__block .block__desc {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.contacts {
  margin-top: 89px;
  margin-bottom: 120px;
}
section.contacts .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
}
section.contacts .contacts__grid {
  max-width: 872px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1178px) {
  section.contacts .contacts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 873px) {
  section.contacts .contacts__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1182px) {
  section.contacts .contacts__grid {
    max-width: 100%;
    width: 100%;
  }
}
section.contacts .contacts__grid .grid__block {
  width: 100%;
  padding: 33px 36px;
}
@media only screen and (max-width: 873px) {
  section.contacts .contacts__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
}
section.contacts .contacts__grid .grid__block .block__header {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  grid-gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.contacts .contacts__grid .grid__block .block__header a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 10px;
  transition: 0.3s all;
}
section.contacts .contacts__grid .grid__block .block__header a:hover {
  transition: 0.3s all;
  color: #9719ff;
}
section.contacts .contacts__grid .grid__block .block__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.contacts .contacts__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1182px) {
  section.contacts .contacts__info {
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 20px;
    align-items: center;
    width: 100%;
  }
}
section.contacts .contacts__info .info__title {
  margin-bottom: 8px;
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.contacts .contacts__info a {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #000;
  border-radius: 40px;
  border: 1px solid #9719ff;
  transition: 0.3s all;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.contacts .contacts__info a:hover {
  transition: 0.3s all;
  background: #9719ff;
  color: #fff;
}
section.contacts .contacts__info a:hover svg path {
  fill: #fff;
}

section.referal {
  margin-bottom: 130px;
  margin-top: 89px;
}
section.referal .referal__container {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 50px 10px;
  flex-wrap: wrap;
}
section.referal .referal__container .container__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.referal .referal__container .container__content .content__title {
  color: #000;
  margin-bottom: 18px;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 688px) {
  section.referal .referal__container .container__content .content__title {
    font-size: 38px;
  }
}
section.referal .referal__container .container__content .content__desc {
  color: #000;
  margin-bottom: 18px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 470px) {
  section.referal .referal__container .container__content .content__desc {
    font-size: 18px;
  }
}
section.referal .referal__container .container__content .content__desc b {
  padding: 4px 12px;
  color: #fff;
  border-radius: 40px;
  background: #9719ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media only screen and (max-width: 470px) {
  section.referal .referal__container .container__content .content__desc b {
    font-size: 18px;
  }
}
section.referal .referal__container .container__content .content__btn {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #000;
  border-radius: 40px;
  border: 1px solid #9719ff;
  transition: 0.3s all;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.referal .referal__container .container__content .content__btn:hover {
  transition: 0.3s all;
  background: #9719ff;
  color: #fff;
}
section.referal .referal__container .container__content .content__btn:hover svg path {
  fill: #fff;
}
section.referal .referal__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 688px) {
  section.referal .referal__grid {
    grid-template-columns: 1fr;
  }
}
section.referal .referal__grid .grid__block {
  height: 240px;
  border-radius: 23px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 688px) {
  section.referal .referal__grid .grid__block {
    height: 130px;
  }
}
section.referal .referal__grid .grid__block.result {
  background: radial-gradient(326.46% 141.42% at 0% 0%, rgba(238, 222, 255, 0.38) 0%, rgba(151, 25, 255, 0) 100%), #9719ff;
}
section.referal .referal__grid .grid__block.result .block__value {
  color: #fff;
  font-size: 57px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 1148px) {
  section.referal .referal__grid .grid__block.result .block__value {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section.referal .referal__grid .grid__block.result .block__value {
    font-size: 28px;
  }
}
section.referal .referal__grid .grid__block.result .block__desc {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.referal .referal__grid .grid__block input {
  height: 50px;
  width: 100%;
  text-align: center;
  background: none;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
  leading-trim: both;
  text-edge: cap;
  font-family: "TT Norms Pro";
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1148px) {
  section.referal .referal__grid .grid__block input {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  section.referal .referal__grid .grid__block input {
    font-size: 28px;
  }
}
section.referal .referal__grid .grid__block .block__desc {
  position: absolute;
  bottom: 24px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.connection-referal .connection-referal__title {
  color: #000;
  margin-bottom: 36px;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.connection-referal .connection-referal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1178px) {
  section.connection-referal .connection-referal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 873px) {
  section.connection-referal .connection-referal__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.connection-referal .connection-referal__grid .grid__block {
  width: 100%;
  padding: 33px 36px;
}
@media only screen and (max-width: 873px) {
  section.connection-referal .connection-referal__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
}
section.connection-referal .connection-referal__grid .grid__block .block__header {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  grid-gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.connection-referal .connection-referal__grid .grid__block .block__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.referal-condition {
  margin-bottom: 130px;
}
section.referal-condition .referal-condition__title {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 36px;
}
@media only screen and (max-width: 602px) {
  section.referal-condition .referal-condition__title {
    font-size: 36px;
  }
}
section.referal-condition .referal-condition__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1224px) {
  section.referal-condition .referal-condition__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 906px) {
  section.referal-condition .referal-condition__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 528px) {
  section.referal-condition .referal-condition__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.referal-condition .referal-condition__grid .grid__block {
  width: 100%;
  padding: 33px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 873px) {
  section.referal-condition .referal-condition__grid .grid__block {
    padding: 33px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
}
section.referal-condition .referal-condition__grid .grid__block .block__header {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  grid-gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.referal-condition .referal-condition__grid .grid__block .block__header a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 10px;
}
section.referal-condition .referal-condition__grid .grid__block .block__link {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  border-radius: 40px;
  border: 1px solid #9719ff;
  color: #000;
  transition: 0.3s all;
  margin-top: 16px;
  font-family: "TT Norms Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.referal-condition .referal-condition__grid .grid__block .block__link:hover {
  transition: 0.3s all;
  background: #9719ff;
  color: #fff;
}
section.referal-condition .referal-condition__grid .grid__block .block__link:hover svg path {
  fill: #fff;
}
section.referal-condition .referal-condition__grid .grid__block .block__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.docs {
  margin-top: 89px;
  margin-bottom: 130px;
}
section.docs .docs__title {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 28px;
}
@media only screen and (max-width: 750px) {
  section.docs .docs__title {
    font-size: 36px;
  }
}
section.docs h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0px;
}
@media only screen and (max-width: 750px) {
  section.docs h3 {
    font-size: 18px;
  }
}
section.docs p {
  color: #000;
  font-family: "TT Norms Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.auth .container {
  padding: 100px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 350px);
  height: 100%;
}
section.auth form {
  max-width: 415px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.auth form .form__links {
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.auth form .form__links a {
  color: rgba(0, 0, 0, 0.5);
  font-family: "TT Norms Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  transition: 0.3s all;
}
section.auth form .form__links a:hover {
  transition: 0.3s all;
  color: rgb(0, 0, 0);
}
section.auth form .form__title {
  margin-bottom: 21px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.auth form input {
  height: 48px;
  width: 100%;
  margin-bottom: 14px;
  border-radius: 40px;
  background: #f2f2f2;
  padding: 0 30px;
  color: rgb(0, 0, 0);
  font-family: "TT Norms Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.auth form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "TT Norms Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
section.auth form button {
  width: 100%;
  margin-top: 10px;
  padding: 14px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #9719ff;
  grid-gap: 10px;
  color: #000;
  background: none;
  font-family: "TT Norms Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  transition: 0.3s all;
}
section.auth form button:hover {
  transition: 0.3s all;
  background: #9719ff;
  color: #fff;
}
section.auth form button:hover svg path {
  fill: #fff;
}

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