@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,700);

@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Inter";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.3;
}



body {
  font-weight: 500;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper_authorization .page {
  padding-top: 12.625rem;
}

.wrapper_home {
  background-color: #000;
}

.wrapper_home .page {
  padding-top: 10.625rem;
}

.wrapper_faq {
  background-color: #000;
}

.wrapper_faq .page {
  padding-top: 7.5rem;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 74.0625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 11px;
  background: #ffffff;
  min-height: 2.625rem;
  color: #000;
  text-align: center;
  line-height: 1.2857142857;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button:disabled {
  background: #e5e5ea;
  color: #757575;
  cursor: default;
}

.button:disabled:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.button:active {
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}

.button_border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #2c2c2e;
}

.button_grey {
  background: #1c1c1e;
  color: #fff;
}

.button_lightgrey {
  background: #f2f2f7;
  color: #000;
}

.button_black {
  background: #000000;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 11px !important;
  width: 100%;
  display: block;
  padding: 0px 16px;
  height: 2.875rem;
  outline: none;
  background: #f2f2f7;
  letter-spacing: -0.114286px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1.1875;
  border: 1px solid transparent;
  color: #000000;
}

.input._form-error,
.password-error .input {
  border: 1px solid #ff3b30;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  padding: 0px 0px 0px 1.75rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
  letter-spacing: -0.1px;
  line-height: 1.25rem;
}

.checkbox a {
  text-decoration: underline;
}

.checkbox a:hover {
  text-decoration: none;
}

.checkbox:before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  background: #e5e5ea;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox:after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.625rem;
  top: 0.3125rem;
  left: 0.25rem;
  background: url("../img/check.svg") center no-repeat;
  opacity: 0;
  visibility: hidden;
}

.checkbox.active {
  color: #000;
}

.checkbox.active:before {
  background-color: #000;
}

.checkbox.active:after {
  opacity: 1;
  visibility: visible;
}

.checkbox input {
  display: none;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 1rem 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header._header-scroll {
  background-color: rgba(0, 0, 0, 0.9411764706);
  -webkit-box-shadow: 0px -100px 300px #7515d9;
          box-shadow: 0px -100px 300px #7515d9;
}

.header__container {
  max-width: 86rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.75rem;
          flex: 0 0 6.75rem;
}

.header__logo img {
  max-height: 26px;
}

.header__logo img.black {
  display: none;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}

.menu__list li:not(:last-child) {
  margin-right: 2rem;
}

.menu__list a {
  letter-spacing: -0.0875px;
  line-height: 1.2142857143;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__button {
  white-space: nowrap;
}

.menu__button:not(:last-child) {
  margin-right: 1rem;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #000;
  padding: 2rem 0;
}

.wrapper_authorization .footer {
  background-color: #fff;
  color: #000;
}

.wrapper_authorization .footer .footer__text {
  color: #000;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 86rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.875rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__links a {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.075px;
}

.footer__text {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.075px;
  color: rgba(255, 255, 255, 0.5);
}

.section-title {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 1.2173913043;
  text-align: center;
  letter-spacing: -0.2875px;
}

.section-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.1875;
  letter-spacing: -0.066667px;
  font-weight: 400;
  margin-bottom: 4rem;
  color: rgba(255, 255, 255, 0.5);
}

.section-padding {
  padding-top: 9.375rem;
}

.main-screen__container {
  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;
}

.main-screen__body {
  max-width: 35.625rem;
  margin-right: 2.5rem;
}

.main-screen__advantages {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-screen__advantages-item {
  padding: 0.375rem 0.875rem;
  border: 1px solid #7515d9;
  border-radius: 16px;
  font-size: 0.75rem;
  letter-spacing: -0.0500003px;
}

.main-screen__title {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.1071428571;
  letter-spacing: -0.2px;
  margin-bottom: 2rem;
}

.main-screen__text {
  letter-spacing: -0.0583336px;
  line-height: 1.4285714286;
  margin-bottom: 4rem;
}

.main-screen__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-screen__button:not(:last-child) {
  margin-right: 1rem;
}

.main-screen__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.77%;
          flex: 0 0 47.77%;
}

.main-screen__image img {
  max-width: 100%;
}

.advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  row-gap: 2rem;
  padding: 0 2.1875rem;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.875rem;
          flex: 0 0 8.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advantages__icon {
  background: #7515d9;
  border-radius: 11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.advantages__icon img {
  width: 1.5rem;
  height: 1.5rem;
}

.advantages__text {
  text-align: center;
  letter-spacing: -0.066667px;
  font-size: 1rem;
  line-height: 1.1875;
}

.info__title {
  max-width: 52.375rem;
  margin-left: auto;
  margin-right: auto;
}

.info__text {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.info__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.info__image {
  height: 17rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1c1e), to(#1c1c1e)), #000000;
  background: -o-linear-gradient(bottom, #1c1c1e, #1c1c1e), #000000;
  background: linear-gradient(0deg, #1c1c1e, #1c1c1e), #000000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.info__image_1 img {
  width: 20.9375rem;
  height: 8.75rem;
}

.info__image_2 img {
  width: 21.4375rem;
  height: 9.5625rem;
}

.info__image_3 img {
  width: 14.125rem;
  height: 3.5rem;
}

.info__image_4 img {
  height: 12.5rem;
  width: 13.8125rem;
}

.info__image img {
  max-width: 100%;
}

.info__item-title {
  padding: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  letter-spacing: -0.100001px;
}

.info__item-text {
  padding: 0 1rem 2rem;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: -0.0583336px;
  color: rgba(255, 255, 255, 0.5);
}

.partners {
  margin-bottom: 9.375rem;
}

.partners__title {
  max-width: 53.375rem;
  margin-left: auto;
  margin-right: auto;
}

.partners__text {
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.partners__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.partners__item {
  background: #000000;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.375rem;
  padding-bottom: 2rem;
}

.partners__item img {
  width: 4rem;
  height: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  margin-bottom: 1rem;
}

.partners__item-text {
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: center;
  max-width: 6.25rem;
}

.start {
  margin-bottom: 9.375rem;
}

.start__body {
  background: #7515d9;
  border: 1px solid #2c2c2e;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}

.start__text {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1rem;
}

.start__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start__button:not(:last-child) {
  margin-right: 1rem;
}

.text-block_page {
  margin-bottom: 4rem;
}

.text-block__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  letter-spacing: -0.15px;
  margin-bottom: 2rem;
}

.text-block__text {
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: -0.0875px;
  margin-bottom: 2rem;
}

.text-block__table {
  border-collapse: collapse;
  width: 100%;
}

.text-block__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block__table td {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
  border: 1px solid #2c2c2e;
  line-height: 1.2857142857;
  letter-spacing: -0.0875px;
}

.text-block__table td.td-1 {
  border-radius: 17px 0px 0px 0px;
}

.text-block__table td.td-9 {
  border-radius: 0px 0px 0px 17px;
}

.text-block__table td.text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.1%;
          flex: 0 0 77.1%;
  font-weight: 400;
}

.text-block__table td.text-1 {
  border-radius: 0px 17px 0px 0px;
}

.text-block__table td.text-9 {
  border-radius: 0px 0px 17px 0px;
}

.faq {
  margin-bottom: 4rem;
}

.faq__title {
  text-align: left;
  margin-bottom: 4rem;
}

.faq__mobile-menu {
  background: -webkit-gradient(linear, left bottom, left top, from(#2c2c2e), to(#2c2c2e)), #7515d9;
  background: -o-linear-gradient(bottom, #2c2c2e, #2c2c2e), #7515d9;
  background: linear-gradient(0deg, #2c2c2e, #2c2c2e), #7515d9;
  border-radius: 11px;
  padding: 0.75rem 1.125rem;
  position: relative;
  cursor: pointer;
  display: none;
  padding-right: 2.5rem;
}

.faq__mobile-menu::before,
.faq__mobile-menu::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  width: 7px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.faq__mobile-menu::before {
  -webkit-transform: translate(-210%, -50%) rotate(40deg);
      -ms-transform: translate(-210%, -50%) rotate(40deg);
          transform: translate(-210%, -50%) rotate(40deg);
}

.faq__mobile-menu::after {
  -webkit-transform: translate(-153%, -50%) rotate(-40deg);
      -ms-transform: translate(-153%, -50%) rotate(-40deg);
          transform: translate(-153%, -50%) rotate(-40deg);
}

.faq-menu-open .faq__mobile-menu::before {
  -webkit-transform: translate(-210%, -50%) rotate(-40deg);
      -ms-transform: translate(-210%, -50%) rotate(-40deg);
          transform: translate(-210%, -50%) rotate(-40deg);
}

.faq-menu-open .faq__mobile-menu::after {
  -webkit-transform: translate(-153%, -50%) rotate(40deg);
      -ms-transform: translate(-153%, -50%) rotate(40deg);
          transform: translate(-153%, -50%) rotate(40deg);
}

.tabs {
  width: 100%;
}

.tabs__navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
  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: start;
  margin-right: 2rem;
}

.faq-menu-open .tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__title {
  line-height: 1.2857142857;
  letter-spacing: -0.0583336px;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 15.3125rem;
  display: inline-block;
}

.spollers .tabs__title {
  color: rgba(255, 255, 255, 0.5);
}

.tabs__title:not(:last-child) {
  margin-bottom: 1rem;
}

.tabs__title._tab-active {
  color: #912afb;
}

.tabs__title_last {
  border: none;
}

.tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spollers__title {
  width: 100%;
  margin-bottom: 1rem;
  cursor: default;
  text-align: left;
  position: relative;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  width: 7px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-210%, -50%) rotate(40deg);
      -ms-transform: translate(-210%, -50%) rotate(40deg);
          transform: translate(-210%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(-153%, -50%) rotate(-40deg);
      -ms-transform: translate(-153%, -50%) rotate(-40deg);
          transform: translate(-153%, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translate(-210%, -50%) rotate(-40deg);
      -ms-transform: translate(-210%, -50%) rotate(-40deg);
          transform: translate(-210%, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: translate(-153%, -50%) rotate(40deg);
      -ms-transform: translate(-153%, -50%) rotate(40deg);
          transform: translate(-153%, -50%) rotate(40deg);
}

.spollers__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.authorization {
  color: #000;
}

.authorization__container {
  max-width: 21.25rem;
}

.authorization__title {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2352941176;
  letter-spacing: -0.154545px;
  margin-bottom: 1rem;
}

.password-recovery .authorization__title {
  margin-bottom: 0.5rem;
}

.letter-sent .authorization__title {
  margin-bottom: 0.5rem;
}

.new-password .authorization__title {
  margin-bottom: 0.5rem;
}

.authorization__subtitle {
  margin-bottom: 0.5625rem;
  letter-spacing: -0.1px;
  line-height: 1.1875;
  font-size: 1rem;
}

.authorization__text {
  margin-bottom: 2rem;
  letter-spacing: -0.1px;
  font-weight: 400;
  line-height: 1.2142857143;
}

.form-authorization__field {
  position: relative;
}

.form-authorization__field:not(:last-child) {
  margin-bottom: 0.5rem;
}

.password-recovery .form-authorization__field {
  margin-bottom: 2rem;
}

.form-authorization__field .form__error,
.form-authorization__field .password-error-div {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0500003px;
  color: #ff3b30;
  position: absolute;
  bottom: -24px;
  left: 15px;
}

.form-authorization__viewpass {
  width: 1.625rem;
  height: 1.625rem;
  background: url("../img/eye.svg") center no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-authorization__viewpass._viewpass-active {
  background: url("../img/eye-off.svg") center no-repeat;
}

.form-authorization__checkbox {
  margin-bottom: 1.3125rem;
  margin-top: 2rem;
}

.form-authorization__button {
  width: 100%;
  margin-bottom: 1rem;
}

.new-password .form-authorization__button {
  margin-top: 2rem;
}

.form-authorization__links {
  letter-spacing: -0.114286px;
  font-size: 1rem;
  line-height: 1.1875;
  text-align: center;
}

.form-authorization__links a {
  color: #7515d9;
}

.form-authorization__links_forgotpassword {
  margin-bottom: 2.0625rem;
  margin-top: 0.5rem;
  text-align: right;
}

.form-authorization__links_twolinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.letter-sent__mail {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.142857px;
  margin-bottom: 2rem;
}

@media (min-width: 40.625em) {
  .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .spollers__body {
    padding: 0 0 1rem 0;
  }
}

@media (max-width: 76.0625em) {
  .menu__button:not(:last-child) {
    margin-right: 0.5625rem;
  }
}

@media (max-width: 61.99875em) {
  .wrapper_authorization .page {
    padding-top: 5.625rem;
  }

  .wrapper_home .page {
    padding-top: 11.625rem;
  }

  .button {
    padding: 0.75rem 0.875rem;
  }

  .header {
    padding: 2rem 0 1rem;
  }

  .wrapper_authorization .header {
    background-color: #fff;
    color: #000;
  }

  .wrapper_authorization .header .header__logo img.white {
    display: none;
  }

  .wrapper_authorization .header .header__logo img.black {
    display: inline-block;
  }

  .wrapper_authorization .header .icon-menu span,
  .wrapper_authorization .header .icon-menu::before,
  .wrapper_authorization .header .icon-menu::after {
    background-color: #000;
  }

  .header._header-scroll {
    padding: 1rem 0 1rem;
  }

  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu__body {
    background: -webkit-gradient(linear, left bottom, left top, from(#1c1c1e), to(#1c1c1e)), #7515d9;
    background: -o-linear-gradient(bottom, #1c1c1e, #1c1c1e), #7515d9;
    background: linear-gradient(0deg, #1c1c1e, #1c1c1e), #7515d9;
    border-radius: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }

  .menu {
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    height: 100%;
    overflow: auto;
    padding: 4.5625rem 1rem 2rem;
  }

  .menu-open .menu {
    opacity: 1;
    visibility: visible;
  }

  .menu__list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .menu__list li:not(:last-child) {
    margin: 0;
  }

  .menu__list li {
    border-bottom: 1px solid #2C2C2E;
  }

  .menu__list a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1rem;
  }

  .menu__buttons {
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.125rem;
    height: 0.875rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .main-screen__title {
    font-size: 3.125rem;
  }

  .advantages__body {
    padding: 0;
  }
}

@media (max-width: 47.99875em) {
  .footer__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -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: start;
  }

  .footer__links {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .footer__text {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .section-padding {
    padding-top: 4rem;
  }

  .main-screen__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .main-screen__body {
    margin: 0rem 0rem 4rem 0rem;
  }

  .main-screen__advantages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-screen__title {
    font-size: 2.5rem;
    margin-bottom: 1.1875rem;
    text-align: center;
  }

  .main-screen__text {
    margin-bottom: 2rem;
    text-align: center;
  }

  .main-screen__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info__body {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .info__image {
    height: 13.125rem;
  }

  .info__image_1 img {
    height: 8.125rem;
    max-width: 20.6875rem;
  }

  .info__image_2 img {
    height: 8.6875rem;
    max-width: 20.6875rem;
  }

  .info__image_4 img {
    width: 10.625rem;
    height: 9.625rem;
  }

  .info__item-title {
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .info__item-text {
    padding: 0;
  }

  .partners__item {
    padding: 0;
  }

  .start__body {
    padding: 2rem;
  }

  .faq__title {
    margin-bottom: 2rem;
  }

  .tabs__navigation {
    margin-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.875rem;
            flex: 0 0 11.875rem;
  }
}

@media (max-width: 40.625em) {
  .faq__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .faq__mobile-menu {
    display: block;
  }

  .faq__mobile-menu::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
        -ms-transform: translate(-75%, -50%) rotate(40deg);
            transform: translate(-75%, -50%) rotate(40deg);
  }

  .faq__mobile-menu::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
        -ms-transform: translate(0, -50%) rotate(-40deg);
            transform: translate(0, -50%) rotate(-40deg);
  }

  .faq-menu-open .faq__mobile-menu::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
        -ms-transform: translateX(-75%) rotate(-40deg);
            transform: translateX(-75%) rotate(-40deg);
  }

  .faq-menu-open .faq__mobile-menu::after {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  .tabs__navigation {
    background: -webkit-gradient(linear, left bottom, left top, from(#1c1c1e), to(#1c1c1e)), #7515d9;
    background: -o-linear-gradient(bottom, #1c1c1e, #1c1c1e), #7515d9;
    background: linear-gradient(0deg, #1c1c1e, #1c1c1e), #7515d9;
    border-radius: 11px;
    margin: 0;
    margin-top: 0.5rem;
    display: none;
  }

  .tabs__title:not(:last-child) {
    margin: 0;
  }

  .tabs__title {
    border-bottom: 1px solid #2c2c2e;
    padding: 0.75rem 1rem;
    width: 100%;
    max-width: 100%;
    background: transparent;
  }

  .tabs__content {
    margin-top: 1rem;
  }

  .spollers {
    width: 100%;
  }

  .spollers__title {
    border-bottom: 1px solid #2c2c2e;
    padding: 0.75rem 1rem;
    margin: 0;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    right: 20px;
    left: auto;
  }

  ._spoller-init .spollers__title::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
        -ms-transform: translate(-75%, -50%) rotate(40deg);
            transform: translate(-75%, -50%) rotate(40deg);
  }

  ._spoller-init .spollers__title::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
        -ms-transform: translate(0, -50%) rotate(-40deg);
            transform: translate(0, -50%) rotate(-40deg);
  }

  ._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
        -ms-transform: translateX(-75%) rotate(-40deg);
            transform: translateX(-75%) rotate(-40deg);
  }

  ._spoller-init .spollers__title._spoller-active::after {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@media (max-width: 37.5em) {
  .info__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 29.99875em) {
  .footer {
    padding: 1rem 0 4rem;
  }

  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-title {
    font-size: 2rem;
    letter-spacing: -0.2px;
  }

  .section-text {
    margin-bottom: 2rem;
  }

  .main-screen__button:not(:last-child) {
    margin-right: 0.5625rem;
  }

  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
  }

  .advantages__icon {
    margin-bottom: 1rem;
  }

  .advantages__text {
    font-size: 0.875rem;
  }

  .partners {
    margin-bottom: 4rem;
  }

  .partners__body {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partners__item img {
    width: 2.75rem;
    height: 2.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.75rem;
            flex: 0 0 2.75rem;
  }

  .start {
    margin-bottom: 4rem;
  }

  .start__body {
    padding: 2rem 1rem 1rem;
  }

  .start__button:not(:last-child) {
    margin-right: 0.5625rem;
  }

  .text-block__table td {
    font-size: 0.75rem;
    padding: 1rem 0.5rem;
  }

  .text-block__table td.text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  .authorization__container {
    max-width: 100%;
  }
}

@media (max-width: 23.43625em) {
  .start__button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}

@media (max-width: 22.5em) {
  .menu__button {
    font-size: 0.75rem;
    padding: 0.75rem;
  }

  .main-screen__title {
    font-size: 2.125rem;
  }

  .main-screen__button {
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .button:disabled:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .button:hover {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
  }

  .menu__list a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .tabs__title:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}


h1 { font-size: 3.5rem; margin: 0.8rem; }
h2 { font-size: 3rem; margin: 0.8rem;  }
h3 { font-size: 2.5rem; margin: 0.8rem;  }
h4 { font-size: 2rem; margin: 0.8rem;  }
h5 { font-size: 1.5rem; margin: 0.8rem;  }



.text-success {  color: #0f0; }
.purple {  color: #ff00ae;  }



