body .new-user.modal {
  overflow-y: scroll;
}

@media (min-width: 576px) {
  .modal-dialog-promo {
    max-width: 480px;
  }
}

.new-user {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
}
.new-user .modal-dialog {
  pointer-events: initial;
}
.new-user__close {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  cursor: pointer;
  z-index: 15;
}
.new-user__close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .new-user__close {
    top: 10px;
    right: 0;
  }
}
@media (max-width: 620px) {
  .new-user__tariffs {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .new-user__hide {
    display: none;
  }
}
.new-user p {
  color: #ffffff;
}
.new-user__content {
  background-color: transparent;
  max-width: 650px;
}
@media (max-width: 620px) {
  .new-user__content {
    padding-top: 40px;
    margin-left: 10px;
  }
}
@media (max-height: 400px) {
  .new-user__content {
    top: -30px;
  }
}
@media (max-width: 450px) {
  .new-user__content {
    padding-top: 0;
    margin-left: 5px;
    top: -20px;
  }
}
.new-user__content h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  white-space: nowrap;
  position: relative;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0%);
}
.new-user__content h2.title_1 {
  width: max-content;
}
.new-user__content h2.title_2 {
  width: inherit;
}
@media (max-height: 620px) {
  .new-user__content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  .new-user__content h2 {
    margin-bottom: 15px;
    white-space: unset;
  }
  .new-user__content h2.title_1 {
    width: 90% !important;
  }
  .new-user__content h2.title_2 {
    width: 100% !important;
  }
}
@media (max-width: 450px) {
  .new-user__content h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.new-user__promocode {
  width: 462px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90px;
  background-color: #1C1235;
  border-radius: 10px;
  margin: 30px 8px 0;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 620px) {
  .new-user__promocode {
    width: 320px;
    margin: 15px auto 0;
    min-width: min-content;
    padding: 0;
  }
}
@media (max-height: 620px) {
  .new-user__promocode {
    margin: 10px auto 0;
  }
}
.new-user__promocode:hover {
  border: 2px solid #20BCC6;
}
.new-user__promocode-text {
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 4%;
}
@media (max-width: 620px) {
  .new-user__promocode-text {
    font-size: 18px;
  }
}
.new-user__promocode-gift {
  max-width: 90px;
  height: 65px;
  padding-top: 5px;
}
@media (max-width: 620px) {
  .new-user__promocode-gift {
    max-width: 56px;
    height: 43px;
  }
}
.new-user__btn {
  background-color: transparent;
  min-width: 140px;
  font-size: 14px;
  line-height: 34px;
  color: #FFFFFF;
  display: block;
  border-radius: 20px;
  border: 1px solid #20BCC6;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.new-user__btn:disabled {
  opacity: 0.5;
}
.new-user__btn--white {
  background: #ffffff;
  color: #182936;
  border: 1px solid #ffffff;
}
@media (max-width: 620px) {
  .new-user__btn {
    margin-right: 0;
    margin-top: -40px;
  }
}
@media (max-width: 450px) {
  .new-user__btn {
    min-width: 115px;
  }
}
.new-user__item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 8px;
}
.new-user__item img {
  border-radius: 10px;
  width: 220px;
  background: linear-gradient(45deg, #1A2D3B 25%, hsla(202, 57%, 19%, 0.5) 45%, #1A2D3B 60%);
  background-size: 800px;
  animation: loading 1.8s infinite linear;
  border: none;
}
@media (min-width: 769px) {
  .new-user__item img {
    min-height: 349px;
  }
}
@media (max-width: 768px) {
  .new-user__item img {
    min-height: 229px;
  }
}
@media (max-width: 690px) {
  .new-user__item img {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.new-user__item img.mobile-tariff {
  width: 320px;
}
@media (max-height: 620px) {
  .new-user__item img.mobile-tariff {
    width: 232px;
  }
}
@media (max-width: 620px) {
  .new-user__item svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
}
.new-user__item:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #20BCC6;
  opacity: 0;
  border-radius: 10px;
  z-index: 0;
}
@media (max-width: 620px) {
  .new-user__item:before {
    display: none;
  }
}
.new-user__item:hover:before {
  opacity: 1;
}
.new-user__item:hover .new-user__btn {
  background-color: #20BCC6;
  border: 1px solid #20BCC6;
}
.new-user__item:hover .new-user__btn:disabled {
  background-color: transparent;
}

.platon__content {
  max-width: 890px;
  background-color: #182936;
}
@media (max-width: 690px) {
  .platon__wrap {
    flex-direction: column;
  }
}
.platon__info {
  width: 45%;
  padding: 40px 30px 0;
}
@media (max-width: 690px) {
  .platon__info {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.platon__frame {
  height: 430px;
  width: 55%;
}
.platon__frame .modal-dialog {
  margin: 0;
}
.platon__frame .modal-content {
  border: none;
}
@media (max-width: 690px) {
  .platon__frame {
    width: 100%;
    height: 470px;
  }
}
.platon__close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 2;
}
@media (max-width: 690px) {
  .platon__close {
    right: 12px;
    top: 15px;
  }
  .platon__close svg path {
    fill: white;
  }
}
.platon__notify {
  width: 100%;
  padding: 11px 30px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  letter-spacing: 0.7px;
  background: #15394C;
  z-index: 1;
}
@media (max-width: 690px) {
  .platon__notify {
    padding: 11px 15px 14px;
    font-size: 14px;
  }
}
.platon__notify p {
  margin: 0;
}
.platon__notify p a {
  color: #fff !important;
  text-decoration: underline;
}
.platon__notify p a:hover {
  text-decoration: none;
}
.platon__title {
  margin-top: 0;
  max-width: 320px;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}
.platon__text, .platon__methods {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 15px;
  max-width: 300px;
  display: block;
}
.platon__text {
  font-size: 16px;
}
.platon__methods {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 14px;
}
@media (max-width: 690px) {
  .platon__methods {
    max-width: 250px;
  }
}
.platon__user {
  background-color: #1E384A;
  border-radius: 5px;
  color: #20BCC6;
  width: 250px;
  padding: 10px;
}
@media (max-width: 690px) {
  .platon__user {
    padding: 5px;
  }
}
@media (max-width: 690px) {
  .platon__user span {
    font-size: 14px;
  }
}
.platon__account {
  margin: 5px 0 0;
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media (max-width: 690px) {
  .platon__account {
    font-size: 18px;
  }
}
@media (max-width: 690px) {
  .platon .modal-dialog {
    margin: 0;
  }
}

.tatra .modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  height: 100%;
}
.tatra__content {
  width: 483px;
  background: #0F1C26;
  border-radius: 10px;
  text-align: center;
  padding: 50px 35px 30px;
  position: relative;
  color: white;
  overflow: hidden;
}
@media (max-width: 500px) {
  .tatra__content {
    width: 95%;
  }
}
.tatra__choose {
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
}
.tatra__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #20BCC6;
  margin: 20px 0;
}
@media (max-width: 500px) {
  .tatra__name {
    font-size: 24px;
    margin: 20px auto;
    max-width: 200px;
  }
}
.tatra__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 65;
}
.tatra__close svg {
  width: 30px;
  height: 30px;
}
.tatra__btn {
  margin: auto;
  margin-top: 70px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .tatra__btn {
    margin-top: 50px;
  }
}
.tatra__notice {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #FFFFFF;
  opacity: 0.65;
  position: relative;
  margin-top: 80px;
  text-align: left;
}
.tatra__notice:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #304F67;
  position: absolute;
  top: -40px;
}

.auth-modal__logo {
  width: 100%;
  margin-bottom: 40px;
}
.auth-modal__logo-img {
  display: flex;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 40px;
}
.auth-modal__password {
  display: block;
  width: max-content;
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  cursor: pointer;
}
.auth-modal__password:hover {
  color: white;
}
.auth-modal__provider {
  font-weight: 600;
}
.auth-modal__provider::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}
.auth-modal__provider:hover::after {
  opacity: 1;
}
.auth-modal__provider:hover {
  color: #fff;
  cursor: pointer;
}
.auth-modal__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.auth-modal__barrier {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto 16px;
}
.auth-modal__barrier-text {
  white-space: nowrap;
  padding: 0 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.auth-modal__barrier-line {
  background: #fff;
  opacity: 0.5;
  width: 100%;
  height: 1px;
  margin: revert;
}
.auth-modal__get {
  margin-top: 45px;
}
.auth-modal .inputs {
  letter-spacing: 30px;
  text-indent: 30px;
  width: 360px;
  max-width: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 29px;
  margin: 60px auto 0;
}
.auth-modal .inputs::-webkit-contacts-auto-fill-button, .auth-modal .inputs::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.auth-modal .inputs::placeholder, .auth-modal .inputs::-webkit-input-placeholder .auth-modal .inputs::-moz-input-placeholder, .auth-modal .inputs::-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.auth-modal .inputs.error, .auth-modal .inputs.error::placeholder {
  color: #BC4545;
}
.auth-modal__form--provider .inputs {
  letter-spacing: 10px;
}
.auth-modal .sms-block__form {
  position: relative;
}
.auth-modal .sms-load {
  height: 126px;
  border-radius: 10px;
  align-items: center;
  background: transparent;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-modal__desc {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
}
.auth-modal .country {
  margin: 35px 0 30px;
}
.auth-modal .country-list {
  background: #FFFFFF;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-height: 245px;
  padding: 20px 24px;
  top: 35px;
  position: absolute;
  color: #000000;
  z-index: 1;
}
.auth-modal .country-list__wrap {
  cursor: pointer;
}
.auth-modal .country-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: transparent;
  transform: rotate(45deg);
  top: -5px;
  left: 34px;
}
.auth-modal .country-list__name {
  margin-left: 12px;
  width: 210px;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auth-modal .country-list__code {
  color: #000000;
  opacity: 0.4;
  font-size: 14px;
  line-height: 17px;
}
.auth-modal .country-list__ul {
  height: 100%;
  overflow-y: auto;
  max-height: 210px;
}
.auth-modal .country-list__ul::-webkit-scrollbar {
  width: 4px !important;
}
.auth-modal .country-list__ul::-webkit-scrollbar-thumb {
  border-radius: 50px;
  width: 4px;
}
.auth-modal .country-list__ul::-webkit-scrollbar-track {
  background: rgba(32, 188, 198, 0.2);
  width: 4px;
}
.auth-modal .country-list__ul li {
  padding: 7px 15px 7px 0;
  font-size: 14px;
  line-height: 17px;
}
.auth-modal .country-list img {
  width: 20px;
  height: 20px;
}
.auth-modal .country-form {
  position: relative;
}
.auth-modal .country-form__warning {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #FFD749;
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: left;
}
.auth-modal .country-form__tel {
  font-size: 14px;
  font-weight: 400;
  background: none;
  border: none;
  color: #ffffff;
  font-family: inherit;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  line-height: 24px;
}
.auth-modal .country-form__tel::placeholder {
  color: inherit;
  opacity: 0.5;
}
.auth-modal .country-form__phone {
  width: 360px;
  background: #32C6CF;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  margin-top: 8px;
  position: relative;
}
@media (max-width: 576px) {
  .auth-modal .country-form__phone {
    width: 100%;
  }
}
.auth-modal .country-form__phone:focus-within {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.auth-modal .country-form__phone.warning {
  border-color: #FFD749;
}
.auth-modal .country-form__phone.warning:before {
  border-color: #FFD749;
}
.auth-modal .country-form__phone:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #20BCC6;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: transparent;
  transform: rotate(45deg);
  top: -7px;
  left: 29px;
}
.auth-modal .country-form__phone:focus-within::before {
  border-color: transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) transparent;
}
.auth-modal .country-form__phone .d-flex {
  cursor: pointer;
}
.auth-modal .country-form__list {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.auth-modal .country-form__flag {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.auth-modal .country-form__input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-left: 7px;
  padding: 5px 2px;
  color: #ffffff;
  border: none;
  background: transparent;
  font-family: inherit;
  width: 100%;
  cursor: pointer !important;
}
.auth-modal .country-form__input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.auth-modal .auth-form__email, .auth-modal .auth-form__password {
  position: relative;
  margin-bottom: 30px;
}
.auth-modal .auth-form .form__email-warning,
.auth-modal .auth-form .form__email-error {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  color: #FFD749;
  margin: 4px 0 20px 12px;
  max-width: 60%;
  text-align: left;
  opacity: 0;
}
.auth-modal .auth-form .form__email-warning--pass,
.auth-modal .auth-form .form__email-error--pass {
  line-height: 16px;
}
@media (max-width: 420px) {
  .auth-modal .auth-form .form__email-warning,
  .auth-modal .auth-form .form__email-error {
    line-height: 17px;
  }
}
.auth-modal .auth-form .form__email-error {
  color: #A73737;
}
.auth-modal .auth-form__eye {
  opacity: 0.7;
  cursor: pointer;
}
.auth-modal .auth-form__eye.active {
  opacity: 0;
}
.auth-modal .auth-form__close {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  cursor: pointer;
  margin-right: 1px;
}
.auth-modal .auth-form__close.active {
  opacity: 1;
}
.auth-modal .auth-form__block {
  padding: 10px 20px;
  background-color: #32C6CF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.auth-modal .auth-form__block:focus-within {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.auth-modal .auth-form__block.warning {
  border: 1px solid #FFD749;
}
.auth-modal .auth-form__block.error {
  border: 1px solid #BC4545;
}
.auth-modal .auth-form__block input {
  max-width: 100%;
  color: #fff;
  background-color: #32C6CF;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  line-height: 18px;
  margin-left: 10px;
  width: 250px;
}
@media (max-width: 380px) {
  .auth-modal .auth-form__block input {
    width: 100%;
  }
}
.auth-modal .auth-form__block input:-webkit-autofill, .auth-modal .auth-form__block input:autofill {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #32c6cf inset !important;
  border: 1px solid #32c6cf;
}
.auth-modal .auth-form__block input::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.65;
}
.auth-modal .d-none {
  display: none;
}
.auth-modal__back {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
}
.auth-modal form .btn.auth-modal__get {
  background: #fff;
  color: #20BCC4;
  font-weight: 500;
}
.auth-modal form .btn.auth-modal__get:not(disabled):hover {
  background: #ffffff;
  opacity: 0.7;
}
.auth-modal form .btn.auth-modal__get:disabled:hover {
  opacity: 0.4;
}
.auth-modal form .btn.auth-modal__login {
  margin-top: 52px;
  margin-bottom: 10px;
}
.auth-modal__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.auth-modal__btns {
  margin-bottom: 60px;
}
.auth-modal__bottom {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.auth-modal__bottom p {
  margin: 0;
}
.auth-modal__bottom a {
  text-decoration: underline;
}
.auth-modal__bottom a:hover {
  color: #fff;
}
.auth-modal__checkbox {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
}
.auth-modal__check {
  display: flex;
}
.auth-modal__check:active {
  background: none;
}
.auth-modal__check p {
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 0;
  width: 100%;
}
.auth-modal__check br {
  display: none;
}
.auth-modal__check input:checked + .auth-modal__checkbox {
  background: #ffffff;
}
.auth-modal__check input:checked + .auth-modal__checkbox:after {
  content: "";
  display: block;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 3px;
  background: url(https://sweet-tv-static.sweet.tv/web/img/auth/check.svg) no-repeat;
  z-index: 2;
}
.auth-modal__provider--text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.auth-modal__provider--phones {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.8;
}
.auth-modal__provider--phones > p {
  margin: 8px 0 12px;
}
.auth-modal__provider--tel {
  display: flex;
  flex-direction: column;
}
.auth-modal__provider--tel a {
  color: inherit;
  margin-bottom: 5px;
}
.auth-modal .alert-warning-deleted {
  width: 100%;
  height: 116px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  background: #EF8100;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.auth-modal .alert-warning-deleted.show {
  opacity: 1;
  visibility: inherit;
}
.auth-modal__loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-height: 680px) {
  .auth-modal__loading {
    height: 155px;
  }
}
.auth-modal__close {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-modal__close:hover {
  background-color: #20BCC6;
}
.auth-modal__close:hover path {
  fill: rgba(255, 255, 255, 0.5);
}
.auth-modal__content {
  max-width: 519px;
  border-radius: 10px;
  border: none;
  padding: 70px 80px 80px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.auth-modal__name {
  font-weight: 400;
  font-size: 8px;
  text-transform: uppercase;
  margin: 7px 0 0;
}
.auth-modal__title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
.auth-modal__title--two, .auth-modal__title--three {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}
.auth-modal__title--two {
  margin-bottom: 50px;
}
.auth-modal__title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.auth-modal__text {
  font-size: 16px;
  line-height: 20px;
  margin: 7px 0 0;
}
.auth-modal__btn {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  height: 50px;
  width: 100%;
}
@media (max-height: 680px) {
  .auth-modal__btn {
    padding: 9px 15px;
  }
}
.auth-modal__btn--transparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.auth-modal__btn--transparent:hover {
  border: 1px solid #fff;
  box-shadow: inset 0 1px #fff, inset 1px 0 0 #fff, inset -1px 0 0 #fff, inset 0 -1px 0 #fff;
}
.auth-modal__btn--phone {
  justify-content: center;
  background-color: #fff;
}
.auth-modal__btn-or {
  opacity: 0.75;
  font-size: 14px;
  color: #fff;
}
.auth-modal__btn:disabled, .auth-modal__btn.disabled {
  cursor: default;
  opacity: 0.4;
}
.auth-modal__btn:disabled:hover, .auth-modal__btn.disabled:hover {
  opacity: 0.5;
}
.auth-modal__btn.change:hover {
  background: transparent;
}
.auth-modal__btn span {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: initial;
}
.auth-modal__btn span::first-letter {
  text-transform: uppercase;
}
.auth-modal__btn p {
  font-weight: 500;
  margin: 0;
  text-transform: initial;
}
.auth-modal__btn--provider {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background-color: transparent;
  margin-top: 10px;
  font-family: inherit;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.auth-modal__btn--provider:hover {
  border-bottom: 1px solid #fff;
}
.auth-modal__icon {
  width: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-modal__icon svg {
  width: 24px;
  height: 24px;
}
.auth-modal__form button {
  font-weight: 500;
  text-align: center;
  display: block;
  color: #20BCC4;
  margin-top: 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .auth-modal__form button {
    height: initial;
  }
}
.auth-modal__form button:disabled:hover {
  opacity: 0.5;
}
.auth-modal__form button:hover {
  opacity: 0.7;
  background: #ffffff;
  color: #20BCC6;
}
.auth-modal__form--phone {
  display: flex;
  justify-content: center;
  width: 350px;
  margin-bottom: 20px;
}
.auth-modal__code {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.auth-modal__wrap {
  position: relative;
  width: 100%;
}
.auth-modal__wrap--2 {
  margin-bottom: 30px;
}
.auth-modal__blocked {
  height: 85px;
}
.auth-modal__error {
  color: #BC4545;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  opacity: 0;
}
.auth-modal__error.show {
  opacity: 1;
}
.auth-modal__error-new {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EF8100;
  border-radius: 5px;
  height: 84px;
  max-width: 350px;
  margin: 0 auto;
  padding: 0 10px;
}
.auth-modal__error-new span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.auth-modal .form__mac:-webkit-autofill,
.auth-modal .form__mac input:-webkit-autofill {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: 0 0 0 100px #20BEC6 inset !important;
  transition-delay: 9999s;
}
.auth-modal__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.auth-modal__input::-webkit-contacts-auto-fill-button, .auth-modal__input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.auth-modal__plus {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.auth-modal__bottom {
  width: 100%;
  font-size: 12px;
  line-height: 120%;
}
.auth-modal__phones {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-height: 680px) {
  .auth-modal__phones {
    margin-bottom: 12px;
  }
}
.auth-modal__phones a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 8px 0;
  width: 83px;
  border-radius: 43px;
  margin-right: 10px;
}
.auth-modal__phones a span {
  color: #20BCC6;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-left: 7px;
}
.auth-modal__phones a:hover {
  opacity: 0.8;
}
.auth-modal__phones p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.auth-modal__steps p {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.auth-modal__steps div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}
.auth-modal__steps div span {
  background-color: rgba(255, 255, 255, 0.45);
  opacity: 0.75;
  height: 2px;
  width: 45px;
  margin: 0 5px;
}
.auth-modal__steps div span.active {
  background-color: #fff;
}
.auth-modal__timer {
  font-size: 14px;
  opacity: 0.5;
}
.auth-modal__resend {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-modal__resend .auth-modal__resend--btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  border: none;
  font-family: inherit;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.auth-modal__resend .auth-modal__resend--btn:disabled {
  opacity: 0.5;
}
.auth-modal__resend .auth-modal__resend--btn:disabled:hover {
  border-bottom: none;
  cursor: default;
}
.auth-modal__resend .auth-modal__resend--btn:hover {
  border-bottom: 1px solid #fff;
}
.auth-modal__policy-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .auth-modal__policy {
    width: fit-content;
  }
}

.auth-step__one {
  background: #20BCC6;
}
.auth-step__two, .auth-step__three, .auth-step__provider {
  background: #20BCC6;
  justify-content: space-between;
}
@media (max-height: 680px) {
  .auth-step__two, .auth-step__three, .auth-step__provider {
    padding: 60px 90px 30px;
  }
}
.auth-step__provider h4 br {
  display: none;
}

.sms__error {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #bc4545;
  margin-top: 15px;
}

/*media*/
@media (max-width: 576px) {
  .auth-modal__info {
    font-size: 12px;
    line-height: 14px;
    max-width: 250px;
  }
  .auth-modal .country-list {
    height: auto;
    max-height: 170px;
  }
  .auth-modal .country-list__ul {
    max-height: 140px;
  }
  .auth-modal .country-list__name {
    width: 170px;
  }
  .auth-modal .country-form__tel {
    font-size: 16px;
    line-height: 25px;
  }
  .auth-modal .modal-dialog {
    margin: 0;
    height: 100%;
    min-height: 100%;
  }
  .auth-modal__content {
    max-width: initial;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 70px 15px 80px;
  }
  .auth-modal__title {
    font-size: 18px;
    line-height: 20px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .auth-modal__text {
    font-size: 14px;
  }
  .auth-modal__btn--provider,
  .auth-modal__btn span {
    margin-top: 0;
  }
  .auth-modal__name {
    font-size: 8px;
  }
  .auth-modal__close {
    right: 15px;
  }
  .auth-modal__icon {
    width: 35px;
  }
  .auth-modal__icon svg {
    width: 22px;
  }
  .auth-modal__svg {
    width: 185px;
  }
  .auth-modal__input, .auth-modal__code, .auth-modal__plus {
    font-size: 16px;
  }
  .auth-modal__form--phone {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .auth-modal .auth-step__two, .auth-modal .auth-step__three, .auth-modal .auth-step__provider {
    justify-content: flex-start;
  }
  .auth-modal__wrap__wrap--2 {
    margin-bottom: 15px;
  }
  .auth-modal__error {
    font-size: 12px;
    line-height: 14px;
  }
  .auth-modal__up {
    min-height: 365px;
  }
  .auth-modal__desc {
    font-size: 12px;
    line-height: 16px;
  }
  .auth-modal__provider--text {
    font-size: 14px;
    line-height: 20px;
  }
  .auth-modal__provider .auth-modal__wrap--2 {
    margin-bottom: 18px;
  }
  .auth-modal__provider--phones {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) and (max-height: 650px) {
  .auth-modal .auth-step__two, .auth-modal .auth-step__three, .auth-modal .auth-step__provider {
    justify-content: initial;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .auth-modal .auth-step__two, .auth-modal .auth-step__three, .auth-modal .auth-step__provider {
    padding: 60px 20px 70px;
  }
}
@media (max-width: 576px) and (max-height: 540px) {
  .auth-modal__content {
    height: auto;
  }
  .auth-modal .modal-dialog-centered {
    align-items: initial;
  }
  .auth-modal__bottom {
    position: static;
  }
  .auth-modal__buttons {
    margin-top: 20px;
  }
  .auth-modal .auth-step__two, .auth-modal .auth-step__three, .auth-modal .auth-step__provider {
    padding: 60px 20px 40px;
  }
}
@media (max-width: 576px) {
  .auth-modal .auth-step__two, .auth-modal .auth-step__three, .auth-modal .auth-step__provider {
    padding: 70px 20px 40px;
  }
  .auth-modal__title--two {
    margin-bottom: 20px;
  }
  .auth-modal__title span {
    margin-top: 10px;
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }
  .auth-modal .sms-load {
    height: 90px;
  }
  .auth-modal__error span {
    max-width: 300px;
    display: block;
    margin: auto;
  }
  .auth-modal .inputs {
    margin-top: 33px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .auth-modal .country-list__name {
    width: 160px;
  }
  .auth-modal__desc br {
    display: none;
  }
  .auth-modal .auth-form__block {
    width: 100%;
  }
  .auth-modal__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .auth-modal__logo {
    width: 100%;
  }
  .auth-modal__timer {
    font-size: 12px;
  }
  .auth-modal__resend--btn {
    font-size: 12px;
  }
}
.login-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (max-height: 590px) {
  .auth-modal .auth-modal__dialog {
    height: initial;
  }
}
.unknown-geo {
  display: flex;
  flex-direction: row;
}