@-webkit-keyframes show-info {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 200px;
  }
}
@-moz-keyframes show-info {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 200px;
  }
}
@keyframes show-info {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 200px;
  }
}
@-webkit-keyframes show-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 63px;
  }
}
@-moz-keyframes show-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 63px;
  }
}
@keyframes show-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 63px;
  }
}
@-webkit-keyframes spinner_svg-circle {
  0%, 25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner_svg-circle {
  0%, 25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}
@keyframes spinner_svg-circle {
  0%, 25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner_svg {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes spinner_svg {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes spinner_svg {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes show-after-text {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes show-after-text {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show-after-text {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes contacts-show {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes contacts-show {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes contacts-show {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes contacts-hide {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  99% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@-moz-keyframes contacts-hide {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  99% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes contacts-hide {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  99% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes contacts-wrapper-show {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@-moz-keyframes contacts-wrapper-show {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@keyframes contacts-wrapper-show {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes contacts-wrapper-hide {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  99% {
    background-color: transparent;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@-moz-keyframes contacts-wrapper-hide {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  99% {
    background-color: transparent;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes contacts-wrapper-hide {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  99% {
    background-color: transparent;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes tooltip-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tooltip-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltip-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

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

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

ul,
ul li {
  list-style: none;
}

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

@font-face {
  font-family: "AeonikPro";
  src: url("/css/fonts/AeonikPro-Regular.woff2") format(woff2), url("/css/fonts/AeonikPro-Regular.woff") format(woff);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AeonikPro";
  src: url("/css/fonts/AeonikPro-Medium.woff2") format(woff2), url("/css/fonts/AeonikPro-Medium.woff") format(woff);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AeonikPro";
  src: url("/css/fonts/AeonikPro-Bold.woff2") format(woff2), url("/css/fonts/AeonikPro-Bold.woff") format(woff);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AeonikPro";
  src: url("/css/fonts/AeonikPro-Black.woff2") format(woff2), url("/css/fonts/AeonikPro-Black.woff") format(woff);
  font-weight: 800;
  font-style: normal;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  width: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  color: #313131;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "AeonikPro", sans-serif;
}

h1 {
  font-size: 24px;
  font-weight: 700;
}

.logo {
  width: 137px;
}

.b-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f7;
  border-radius: 8px;
  width: 138px;
  height: 34px;
  gap: 8px;
  transition: background-color 0.3s ease;
}
.b-link svg {
  width: 20px;
}
.b-link span {
  color: #313131;
  font-weight: 500;
  white-space: nowrap;
}
.b-link:hover {
  background-color: #e0e0e0;
}

.b-link-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 34px;
  gap: 8px;
  font-weight: 500;
}
.b-link-white svg {
  width: 20px;
}
.b-link-white svg path {
  transition: stroke 0.3s ease;
}
.b-link-white span {
  color: #313131;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.b-link-white:hover svg path {
  stroke: #FF003C;
}
.b-link-white:hover span {
  color: #FF003C;
}

.link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #0084FF;
  transition: color 0.3s ease;
}
.link:hover {
  color: #0069CC;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.copyright p {
  color: #808080;
  max-width: 260px;
}
.copyright p + p {
  margin: 8px 0 0;
}

.label {
  font-size: 16px;
  line-height: 1.6;
  color: #313131;
}

.input {
  width: 100%;
  height: 53px;
  outline: none;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #ebebeb;
  background-color: #f6f6f7;
  padding: 16px 36px 0 12px;
  position: relative;
  transition: all 0.3s ease;
}
.input:hover {
  background-color: #F3F9FE;
  border-color: #BADDFD;
}
.input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  z-index: 2;
  background-color: #fff !important;
}

.spinner {
  height: 40px;
  width: 40px;
}
.spinner_svg {
  -webkit-animation: 2s linear infinite both spinner_svg;
  -moz-animation: 2s linear infinite both spinner_svg;
  animation: 2s linear infinite both spinner_svg;
}
.spinner_svg-circle {
  -webkit-animation: 1.4s ease-in-out infinite both spinner_svg-circle;
  -moz-animation: 1.4s ease-in-out infinite both spinner_svg-circle;
  animation: 1.4s ease-in-out infinite both spinner_svg-circle;
  fill: transparent;
  stroke: #FFEE00;
  stroke-dasharray: 285;
  stroke-linecap: round;
  stroke-width: 10px;
  transform-origin: 50% 50%;
}

.button {
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 53px;
  width: 100%;
  border-radius: 8px;
  gap: 8px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.button span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.button:hover {
  background-color: #1A1A1A;
}
.button .spinner {
  width: 32px;
  height: 32px;
  display: none;
}
.button.loaded .spinner {
  display: block;
}
.button.loaded span {
  display: none;
}
.button.size-sm {
  height: 34px;
  padding: 0 16px;
  gap: 6px;
}
.button.size-sm span {
  font-weight: 400;
  font-size: 14px;
}
.button.size-icon {
  height: 34px;
  width: 34px;
}
.button.gen .svg-checkmark {
  display: none;
}
.button.gen.is-generated {
  background-color: #A3CD39;
}
.button.gen.is-generated .svg-checkmark {
  display: block;
}
.button:disabled {
  cursor: auto;
}

.back-link {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f7;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.back-link svg {
  width: 20px;
}
.back-link:hover {
  background-color: #e0e0e0;
}

.error-text {
  color: #FF003C;
  line-height: 1.5;
  overflow: hidden;
  display: block;
}

.form-control {
  position: relative;
  text-align: left;
}
.form-control .label {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 26px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.form-control .input {
  position: relative;
}
.form-control .input:autofill, .form-control .input:-webkit-autofill {
  box-shadow: 0 0 0px 100px #fff inset;
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}
.form-control .input-clear {
  position: absolute;
  right: 0;
  top: 8px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: none;
}
.form-control .input-clear svg {
  width: 20px;
}
.form-control .input-clear svg path {
  transition: stroke 0.3s ease;
}
.form-control .input-clear:hover svg path {
  stroke: #313131;
}
.form-control .error-text {
  max-height: 0;
}
.form-control:has(:focus) .input, .form-control:has(:focus-within) .input {
  background-color: #fff;
  border-color: #7DC1FF;
}
.form-control:has(:focus) .label, .form-control:has(:focus-within) .label {
  font-size: 12px;
  color: #808080;
  transform: translateY(-20px);
}
.form-control:has(.has-value) .input {
  background-color: #fff;
}
.form-control:has(.has-value) .input[type=text] + .input-clear.is-eye-button .input-svg-hide {
  display: none;
}
.form-control:has(.has-value) .input[type=text] + .input-clear.is-eye-button .input-svg-show {
  display: block;
}
.form-control:has(.has-value) .input[type=password] + .input-clear.is-eye-button .input-svg-hide {
  display: block;
}
.form-control:has(.has-value) .input[type=password] + .input-clear.is-eye-button .input-svg-show {
  display: none;
}
.form-control:has(.has-value) .label {
  font-size: 12px;
  color: #808080;
  transform: translateY(-20px);
}
.form-control:has(.has-value) .input-clear {
  display: flex;
}
.form-control:has(.has-error) .input {
  border-color: #FF003C;
}
.form-control:has(.has-error) .label {
  color: #FF003C;
}
.form-control:has(.has-error) .error-text {
  -webkit-animation: show-height 0.3s ease-in-out forwards;
  -moz-animation: show-height 0.3s ease-in-out forwards;
  animation: show-height 0.3s ease-in-out forwards;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .links {
  position: relative;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px 0;
}
footer .copyright {
  flex: 1 0 auto;
}
footer .links {
  max-width: calc(100% - 260px);
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.main {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
}
.main_auth {
  width: 59.0277777778%;
  min-height: 620px;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_slider {
  background-color: #FFEE00;
  width: 40.9722222222%;
}
.main_slider h1 {
  text-align: center;
}

.info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border-radius: 6px;
  background-color: #FFFCCC;
}
.info-block p {
  font-weight: 500;
  text-align: left;
}
.info-block .password-block {
  display: flex;
  width: 188px;
  gap: 8px;
  justify-content: space-between;
}
.info-block .password-block .password-button-wrapper {
  transition: width 0.3s ease;
  position: relative;
}
.info-block .password-block .password-button-wrapper.is-button {
  flex: 1 0 auto;
}
.info-block .password-block .password-button-wrapper .password-block_text {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  font-size: 14px;
  line-height: 1.2;
  width: 240px;
  padding: 9px 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.info-block .password-block .password-button-wrapper .password-block_text.size-sm {
  width: 160px;
}
.info-block .password-block .password-button-wrapper:hover .password-block_text {
  display: block;
  -webkit-animation: tooltip-show 0.5s ease-in-out forwards;
  -moz-animation: tooltip-show 0.5s ease-in-out forwards;
  animation: tooltip-show 0.5s ease-in-out forwards;
}

.form {
  display: flex;
  flex-direction: column;
}
.form .form-control + .form-control {
  margin: 16px 0 0;
}
.form > .button {
  margin: 28px 0 0;
}
.form .link-wrapper {
  margin: 17px 0 0;
  display: flex;
  justify-content: center;
}
.form .info-block {
  margin: 16px 0 0;
}

.step-1, .step-2 {
  transition: height 0.3s ease;
  overflow: hidden;
}

.main_slider {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
}
.main_slider .slider {
  width: 278px;
  height: 458px;
  margin: 54px 0 0;
  background-color: #fff;
  border-radius: 8px;
}
.main_slider .slider img {
  width: 278px;
}
.main_slider .slider-wrapper {
  padding: 0 0 76px;
}

.contacts-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
  display: none;
}
.contacts-wrapper.hide {
  display: block;
  -webkit-animation: contacts-wrapper-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  -moz-animation: contacts-wrapper-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  animation: contacts-wrapper-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
}
.contacts-wrapper.show {
  display: block;
  -webkit-animation: contacts-wrapper-show 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  -moz-animation: contacts-wrapper-show 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  animation: contacts-wrapper-show 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 60px 24px 24px;
  background-color: #fff;
}
.contacts_close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 52px;
  height: 52px;
  padding: 16px;
  font-size: 0;
}
.contacts_close svg {
  width: 20px;
}
.contacts_close svg path {
  transition: stroke 0.3s ease;
}
.contacts_close:hover svg path {
  stroke: #FF003C;
}
.contacts-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts_text {
  line-height: 1;
}
.contacts_tel {
  font-size: 18px;
  font-weight: 700;
  color: #313131;
  margin: 4px 0 0;
}
.contacts_tel.lrg {
  font-size: 24px;
  margin: 3px 0 0;
}
.contacts_social {
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}
.contacts_social svg {
  width: 26px;
}
.contacts_social span {
  font-size: 16px;
  white-space: nowrap;
}
.contacts_social+.contacts_social {
  margin: 12px 0 0;
}
.contacts_social.whatsapp {
  background-color: #25D366;
}
.contacts_social.whatsapp span {
  color: #fff;
  font-weight: 500;
}
.contacts_social.whatsapp:hover {
  background-color: #21BF5C;
}

.contacts_social.telegram {
  background-color: #47BEF6;
  width: 100%;
}

.contacts_social.telegram span {
  color: #fff;
  font-weight: 500;
}

.contacts_social.telegram:hover {
  background-color: #29AAE5;
}

.contacts-out {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 44px;
  overflow: hidden;
  display: none;
}
.contacts-out.show {
  display: block;
}
.contacts-out.show .contacts {
  -webkit-animation: contacts-show 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  -moz-animation: contacts-show 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  animation: contacts-show 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
}
.contacts-out.hide {
  display: block;
  -webkit-animation: contacts-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  -moz-animation: contacts-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  animation: contacts-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
}
.contacts-out.hide .contacts {
  -webkit-animation: contacts-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  -moz-animation: contacts-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
  animation: contacts-hide 0.5s cubic-bezier(0.69, 0.06, 0.57, 0.94) forwards;
}

.auth {
  width: 100%;
  max-width: 334px;
  text-align: center;
}
.auth-wrapper {
  flex: 1 0 auto;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.auth-wrapper .padding {
  height: 20%;
  width: 100%;
}
.auth-wrapper .hide {
  display: none !important;
}
.auth .form {
  margin: 21px 0 0;
}
.auth-title {
  padding: 0 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.auth-title .back-link {
  position: absolute;
  left: 0;
  top: 0;
}
.auth-after {
  width: 100%;
  max-width: 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-after.--text {
  max-width: 600px;
}
.auth-after p {
  margin: 16px 0 0;
  opacity: 0;
}
.auth-after p span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.auth-after p span.auth-after_mail {
  color: #FF003C;
  display: inline !important;
}
.auth-after .button {
  margin: 24px 0 0;
}
.auth-after.show p {
  -webkit-animation: show-after-text 0.3s ease forwards;
  -moz-animation: show-after-text 0.3s ease forwards;
  animation: show-after-text 0.3s ease forwards;
}

.swiper {
  width: 470px;
  height: 526px;
}

.swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
}
.swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.swiper-slide_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}
.swiper-slide_card-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper-slide_card-top h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.swiper-slide_card-top p {
  text-align: center;
  margin: 6px 0 0;
}
.swiper-slide_card-top p span {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  display: block;
}
.swiper-slide_card img {
  width: 400px;
  margin: 0 auto;
}

.swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 0 !important;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin: 0 0 0 16px !important;
}
.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 2px solid #313131;
  border-radius: 50px;
  background-color: #313131;
}
.swiper-pagination-bullet-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  background-color: #313131;
  border-radius: 50px;
  display: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  transition: width 0.3s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-line {
  display: block;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #FFEE00;
}

@media (max-width: 1024px) {
  .main_auth {
    width: 100%;
  }
  .main_slider {
    display: none;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 103px;
  }
  .main_auth {
    padding: 0 20px;
  }
  .auth-wrapper {
    padding: 24px 0 48px;
  }
  footer {
    flex-direction: column-reverse;
    padding: 0 0 20px;
  }
  footer .copyright {
    width: 100%;
    margin: 20px 0 0;
  }
  footer .copyright p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  footer .links {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
  }
}
