*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class], li[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

* { font-family: "Euclid Circular A"; }

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

code {
    font-size: .875em;
    color: #e685b5;
    word-wrap: break-word;
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
    cursor: pointer;
    color: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

:root {
  --wizard-color-base: #1A9797;
  --wizard-color-error: #FF6969;
  --wizard-color-secondary: #7E7F97;
  --wizard-color-black: #0E0E11;
  --wizard-color-father: #bc5ae2;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: #19191D;        /* цвет дорожки */
}

body::-webkit-scrollbar-thumb:horizontal {
  height: 10px;
  background-color: #2B2B32;
  border-radius: 20px;
}
body::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #2B2B32;
}

body {
  background-color: #0F1014;
  margin: 0;
  overflow: hidden;
}

body,
html {
  height: 100%;
}

main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}

.container {
  max-width: 1425px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  border-bottom: 1px solid #393C45;
  background: rgba(15, 16, 20, 0.80);
  backdrop-filter: blur(15px) contrast(90%);
  -webkit-backdrop-filter: blur(15px) contrast(90%);

  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 105px;
}

.header__bar .header__menu {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
}

.header__item a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;

  color: #C2C6D7;

  flex: none;
  order: 0;
  flex-grow: 0;

  position: relative;
}

.header__item a:hover {
  transition: 0.2s;
  color: #fff;
}

.header__item.support a {
  background: linear-gradient(90deg, #21BF9B 0%, #1E7C9A 49.48%, #0C7474 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__item.support.father a {
  background: linear-gradient(90deg, #941374 0%, #bf2198 49.48%, #c843d4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__buttons {
  display: flex;
  gap: 25px;
}

.header__button a {
  display: flex;
  padding: 14px 28px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  /* background: #1E2228; */
  background: #1c1e23; 

  color: #FFF;
  text-align: center;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: 0.5s background;
}

.header__button a:hover {
  background: #2e2f3b;
  transition: 0.5s background;
  cursor: pointer;
}

#active::after {
  width: 100%;
}

.under-footer {
  width: 100%;
  padding: 15px;
  background-color: #0B0B0D;
}

.under-footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.under-footer-items p > a {
  
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #FFFFFF;
}
.under-footer-items p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #FFFFFF;
}

.under-footer-items a {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.under-footer-items a:hover {
  text-decoration: underline;
}

.for-users {
  display: flex;
  gap: 20px;
}

.footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 76.4%;
  color: #FFFFFF;
}

.footer-links a {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 76.4%;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-menu {
  padding: 53px 0 53px 0 !important;
}

.footer-menu#link p{
  
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 76.4%;  
  text-align: right;  
  color: rgba(255, 255, 255, 0.3);
}

.footer-menu#link a{
  
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 76.4%;
  text-decoration: none;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}

footer {
  width: 100%;
  height: auto;
  margin-top: 125px;
  /* background-color: #131417; */
  border-top: 1px solid #393C45;
  background: rgba(15, 16, 20, 0.80);
  backdrop-filter: blur(5px) contrast(90%);
  -webkit-backdrop-filter: blur(5px) contrast(90%);
}

.header__brand {
  display: inline-block;
  width: 160px;
  transition: 0.5s;
}

/* .header__brand:hover {
  transform: scale(1.05);
} */

.wrapper_sm {
  max-width: 815px;
}

.advantages__info .advantages__title p {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 36px;
  line-height: 49px;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 100px;
}

.howtouse__info .howtouse__title p {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 36px;
  line-height: 49px;
  
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.howtouse_image {
  width: 50px;
  height: 50px;
}

.howtouse_cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  /* flex-wrap: wrap; */
}

.howtouse_card {
  position: relative;
  width: 400px;
  height: 431px;
  background: #2D2E33;
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
  /* display: flex; */
  /* flex-direction: column; */
}

.howtouse_card h2 {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 40px;
  line-height: 55px;
  color: #fff;
}

.howtouse_card h1 {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  padding-bottom: 40px;
}

.howtouse_button a {
  width: 100%;
  height: 71px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B4C52;
  border-radius: 0px 0px 10px 10px;
}

.howtouse_button a {
  text-align: center;
  
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;

  text-align: center;

  color: #FFFFFF;
}

.howtouse_button:hover {
  opacity: 0.7;
}

.howtouse_card p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.5);
}

.howtouse_card_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  /* gap: 150px; */
}

.locations-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.location {
  display: flex;
  gap: 15px;
  align-items: center;
  /* background: rgba(188,201,219,.05); */
  border: 1px solid rgba(238, 233, 255, .2);
  border-radius: 12px;
  padding: 12px 24px;
  box-sizing: border-box;
  width: 100%;
}
.location>.icon img {
    width: 35px;
    height: 35px;
    border-radius: 300px;
}

.regions {
  display: flex;
  gap: 28px;
}

.location>.label {
    background-color: var(--wizard-color-base);
    text-transform: uppercase;
    color: #1c1d22;
    font-weight: 600;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px 5px;
    top: -5px;
    right: -15px;
}

.location>.name {
  flex: 1;
}

@media (max-width: 1130px) {
    .regions {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
  .regions .double{
    flex-direction: column;
  }
}

.double {
  display: flex;
  gap: 28px;
  flex: 1;
}

.faqs {
  display: flex;
  gap: 28px;
}

.double_faq {
  display: flex;
  gap: 70px;
  flex: 1;
}

.faq-column {
  flex: 1;
  /* display: flex; */
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.location .icon {
  position: relative;
}

.location .name .title {
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 18px;
  color: #FFFFFF;
  
  display: flex;
  flex: 1;
  text-align: left;
}

.location .name .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);

  display: flex;
  flex: 1;
  text-align: left;
}

.referals__info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 26px;
}

.referals__info .referals__title p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;

  color: #FFFFFF;
}

.referals__info .referals__title span {
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.5);
}

.about_us_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about_us_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_us_card#reverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.about_us_header {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  padding-bottom: 40px;
}

.about_us_paragraph {
  width: 600px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.5);
}

.about_us_title {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 36px;
  line-height: 103.1%;
  color: #FFFFFF;
  padding-bottom: 50px;
}

.privacypolicy {
  margin-top: 100px;
}

.privacypolicy h2 {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 20px;
  line-height: 103.1%;
  color: rgb(255, 255, 255);
  margin: 0;
  margin-bottom: 35px;
  text-align: center;
}

.privacypolicy h1 {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 16px;
  line-height: 103.1%;
  color: rgb(255, 255, 255);
  margin: 0;
  margin-bottom: 35px;
  text-align: left;
}

.privacypolicy p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  margin: 0;
  margin-bottom: 35px;
  text-align: left;
}

.main__info h2 {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 48px;
  line-height: 103.1%;
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
  text-align: left;
}

.main__info .main__title p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);  
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
}

.main__title p > a {
  
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 103.1%;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}

.main__button_free a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;

  
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;

  color: #FFFFFF;
  padding: 21px 30px;
  border-radius: 10px;

  transition: transform .2s;

  display: inline-flex;
  /* width: 247px;
  height: 57px; */
  justify-content: center;
  place-items: center;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.main__button a {
  
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;

  color: #FFFFFF;
  padding: 21px 30px;
  background: var(--wizard-color-base);
  border-radius: 10px;

  transition: transform .2s;

  display: inline-flex;
  /* width: 247px;
  height: 57px; */
  justify-content: center;
  place-items: center;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.main__button a:hover, .main__button_free a:hover {
  transform: scale(.98);
}

.mr-button a{
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 16px;
  line-height: 22px;  
  text-align: center;
  text-decoration: none;

  color: #FFFFFF;
  padding: 21px 30px;
  background: linear-gradient(113.95deg, #0f5a5a -15.6%, #198181 77.18%);
  border-radius: 10px;
}

.mr-button a:hover {
  transition: .2s;
  opacity: 0.9;
}

.main__menu {
  list-style: none;
  display: flex;
  width: 328px;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main__menu .main__item h3 {
  margin: 0;
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 27px;
  line-height: 33px;
  text-transform: uppercase;
  color: #369FFF;
  text-shadow: 0px 0px 10px rgba(62, 139, 255, 0.25);
}

.main__menu .main__item p {
  margin: 0;
  
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

.cards {
  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;
  margin: 0 -10px;
  padding-top: 20px;
  margin-bottom: 100px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(33.33% - 20px);
  max-width: 390px;
  margin: 45px 10px 0;
}

.card__content {
  width: 291px;
  padding-left: 25px;
}

.card__title {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.card__text {
  
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.5);
}

.card__icon {
  width: 63px;
}

.main__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 50px;
}

.main__item {
  width: 150px;
}

.main__footer {
  gap: 35px;
}

.main__info {
  margin-top: 100px;
}

.block-info .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
}
.block-info {
  position: relative;
}

.block-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* полная ширина экрана */
  height: 150%; /* больше 100%, чтобы фон вылезал вниз */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 80%, #0F1014 100%), 
                    url("../pics/home_hero.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none; /* чтобы не мешал кликам */


}


.download_block a:hover {
  transform: scale(.96);
}

.download_block a img {
  width: 100%;
}

.download_block {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1258px) {
  .howtouse_cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 1139px) {
  .about_us_card {
    flex-direction: column;
  }
  .about_us_card#reverse {
    flex-direction: column;
  }
  .about_us_paragraph {
    font-size: 17px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .download_block {
      flex-wrap: wrap;
  }
}

@media screen and (max-width: 1011px) {
  .block-info .container {
    display: block;
  }
}

@media screen and (max-width: 1099px) {
  .container {
    max-width: 1000px;
  }
  .main_image {
    display: none;
  }
  .login-mb {
    width: 60%;
	}
}

@media screen and (max-width: 846px) {
  .container {
    max-width: 700px;
  }
}

@media screen and (max-width: 696px) {
  .container {
    max-width: 600px;
  }
}

@media screen and (max-width: 596px) {
  .container {
    max-width: 500px;
  }
}

#mobile__hide {
  display: none;
}

#mobile {
  display: block;
}

/* .sticly-width {
  width: 100%;
}

.sticly {
  background: rgba(10, 26, 50, 0.5);
  backdrop-filter: blur(12.5px);
  z-index: 999;
  height: 117px;
  display: flex;
} */

@media screen and (min-width: 1227px) {
  #mobile__hide {
    display: block;
  }

  #mobile {
    display: none;
  }
}

#mobile {
  cursor: pointer;
}

.mobile__bar {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0F1014;
  z-index: 999;
}

.mobile__menu {
  gap: 60px;
  display: grid;
  z-index: 999;
  margin-bottom: 60px !important;
}

.mobile__button {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.header__buttons#mobilebutton {
  padding-bottom: 60px;
}

.mobile__bar a#mobile_close {
  position: absolute;
  right: 10%;
  top: 10%;
}

.error-block {
  text-align: center;
  align-items: center;
  padding-top: 20%;
}

.error-block p, .error-block span{
  color: #fff;
}

.advantages-price {
  margin-top: 20px;
  display: flex; 
  flex-direction: column;
  gap: 5px;
}

.advantages-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.advantages__icon {
  width: 14px;
  height: 14px;
}

.advantages-item > p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;

  color: rgba(255, 255, 255, 0.5);
}

.pricing {
  margin-top: 100px;
}

.faq_title h1 {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 36px;
  line-height: 103.1%;
  color: #FFFFFF;
  padding-bottom: 50px;
}

.pricing__title {
  margin-top: 180px;
}

.pricing__title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 103.1%;
  color: #FFFFFF;
  text-align: left;
}

/* .tariff_plans {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-bottom: 60px;
}

.tariff_card {
  width: auto;
  height: 100%;
  background: #2D2E33;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.tariff_card#popular {
  border: 5px solid #4B4C52;
}

.desc_card {
  display: block;
  
  background: #4B4C52;
  border-radius: 10px;
  color: #fff;

  
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  padding: 15px;
}

.tariff_price {
  margin-top: 15px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 79px;
  text-align: center;

  color: #FFFFFF;
}

.tariff_desc {
  margin-top: 10px;

  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;

  color: rgba(255, 255, 255, 0.5);
}

.tariff_button {
  margin-top: 30px;
  padding: 20px;
  background: #4B4C52;
  border-radius: 10px;
  transition: transform .2s;
}

.tariff_button a {
  color: #fff;
  text-decoration: none;

  
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;

  color: #FFFFFF;
}

.tariff_button:hover {
  transform: scale(.96);
} */

/* .order_container {
  margin-top: 30px;
} */

.summa {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order_footer {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.summa p {
  color: #fff;
}

.summa span{
  color: #9DFF51;
}

.zakaz_container {
  display: inline-flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 40px;
}

.zakaz_email input {
  border-radius: 10px;
  background: #0E0E11;
  width: 100%;
  border: 0;
  outline: 0;

  padding: 15px;
  color: #fff;
  font-weight: 500;
}

.order_title {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.order_container_row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.order {
  display: inline-flex;
  padding: 45px 35px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 40px;
  background: #19191D;
}

.row_order {
  margin-top: 10px;
  display: flex;
  gap: 50px;
}

.column {
  margin-top: 60px;
  display: flex;
  gap: 50px;
  flex-direction: column;
  /* align-items: flex-start; */
  flex: 1;
}

.order_type {
  border-radius: 10px;
  background: #4B4C52;
  padding: 20px;;
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
  border: 1px solid transparent;
  transition: all .15s cubic-bezier(.65,0,.35,1);
  flex: 1;
}
.order_type:hover {
  cursor: pointer;
  background: #606269;
}
.order_type.type_active {
  background: #0F1014;
  border-color: #7E7F97;
}
.order_name_type {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order_name_type p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.order_name_type img {
  width: 20px;
  height: 20px;
}

.order_desc_type {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.order_desc_type p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_plashka {
  border-radius: 10px;
  background: #4B4C52;
  display: flex;
  padding: 10px 7px 9px;
  align-items: center;
  border: 1px solid transparent;
  transition: all .15s cubic-bezier(.65,0,.35,1);
  gap: 10px;
}
.order_plashka:not(.nohover):hover {
  cursor: pointer;
  background: #606269;
}

.order_plashka p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order_plashka.order-location.location_active {
  background: #0F1014;
  border-color: #7E7F97;
}

.order_plashka.protocol.protocol_active {
  background: #0F1014;
  border-color: #7E7F97;
}

.order_plashka.active {
  background: #0F1014;
  border-color: #7E7F97;
}

.order_plashka img {
  width: 20px;
  height: 20px;
}

.separator {
  margin-left: 20px;
  margin-right: 10px;
  height: 30px;
  width: 1px;
  background-color: #7E7F97;
}

.separator_0 {
  width: 1px;
  height: 100%;
  transform: rotate(-90deg);
  border-radius: 23px;
  opacity: 0.2;
  background: #7E7F97;
}

.period {
  display: flex;
  align-items: center;
}

.period__button {
  padding: 5px 15px;
  background: #4B4C52;
  border-radius: 100px;
  transition: all .15s cubic-bezier(.65,0,.35,1);
  color: #FFF;
  font-size: 16px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.period__button:hover {
  cursor: pointer;
  background: #606269;
}

.period__button:disabled:hover {
    background-color: #4B4C52;
}
.period__button.period_active {
  background: #0F1014;
  border-color: #7E7F97;
}
.period__button:disabled {
    opacity: .5;
}

.period__discount {
  margin-left: 5px;
  padding: 0 5px;
  background: #BCBCBC;
  border-radius: 100px;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #0F1014;
}


.socialnets {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.social-link a {
  width: 69px;
  height: 69px;

  background: #4B4C52;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.social-link#tg a:hover {
  transition: 0.5s;
  background: #2AABEE;
}

.social-link#vk a:hover {
  transition: 0.5s;
  background: #0077ff;
}

.social-link#yt a:hover {
  transition: 0.5s;
  background: #EB3232;
}

.sposobs__item {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}

.price-ellipse {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #1CBD98;
}

.faq-title {
  
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

details {
  margin-top: 50px;
  min-height: 5px;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #15171c;
  border: 1px solid rgba(238, 233, 255, .2);
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #25262b;
  border-radius: 20px;
  /* border: 2px solid #4B4C52; */
}

details p {
  margin-top: 20px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  color: #FFFFFF;
}

summary:focus {
  outline: none;
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

summary::-webkit-details-marker {
  display: none;
}

.control-icon {
  width: 30px;
  height: 40px;
  fill: white;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
}

details[open] .control-icon-expand {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.2s;
}

.nofaq_section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.nofaq_section img {
  margin-top: 40px;
}

.nofaq_header {
  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 32px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.nofaq_unheader {
  
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 50px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.nofaq_button a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;

  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 21px 30px;
  box-sizing: border-box;
  border-radius: 30px;

  transition: 0.3s;
  display: inline-flex;
  width: 198px;
  height: 57px;
  padding: 0;
  justify-content: center;
  place-items: center;
}

.nofaq_button a:hover {
  background-color: #FFFFFF;
  color: #000000;
}


.available_regions {
  padding-bottom: 100px;
}

.faq_info {
  margin-top: 100px;
}

.nofaq_info {
  margin-top: 100px;
}

.noidung_dropdown a:hover {background-color: #ddd; border-radius: 5px;}

.dropdown:hover .noidung_dropdown {display: block;}

.hienThi {display:block;}

.info-card {
  width: 63px;
  height: 63px;

  /* background: #2D2E33; */
  border: 1px solid rgba(238, 233, 255, .2);
  border-radius: 10px;

  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 30px;
  line-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  color: #FFFFFF;
}

.pulse {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1fde7b;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}

.login-block {
  position: relative;
  padding-top: 100px;

}

.login-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  width: 100vw;
  height: 150%;

  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 80%, #0F1014 100%), 
                    url("../pics/auth_bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  z-index: -1;
  pointer-events: none;
}

.login-title {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 61px;
  margin-top: 100px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.login-mb input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #19191D;
  outline: 0;
  border: 0;
  
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 0 30px;
  color: white;
}

.login-mb label, .zakaz_email label {
  text-align: left;
  color: #5B5D6A;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.login-mb > span > a {
  color: var(--wizard-color-secondary);
  text-decoration: none;
}

.login-mb > span > a:hover {
  text-decoration: underline;
}

.login-form {
  text-align: -webkit-center;
}

.login-mb input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.login-mb {
  position: relative;
  width: 32%;
  margin-bottom: 15px;
}

.error_info.active {
  display: block;
}
.error_info {
  color: #C14B44;
  /* text-align: left; */
  font-size: 16px;
  display: none;
  margin-top: -16px;
  margin-bottom: 24px;
}

.auth__timer-text {
  margin: 17px 0 10px!important;
  font-weight: 400;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
  color: #fff;
}

.login-mb input.error {
  border: 1px solid #C14B44;
}

.login-mb .login-data button, .order_button button {
  display: inline-flex;
  height: 50px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 0;

  border-radius: 5px;
  background: var(--wizard-color-base);;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.2s background;
}

.login-mb .login-data button:hover {
  background: #136b6b;
  transition: 0.2s background;
  cursor: pointer;
}

.login-data {
  position: relative;
  display: grid;
  width: 100%;
  height: 60px;
  align-content: center;
}

.login-reset {
  margin-top: 10px;
}

.login-reset a {
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;

  color: rgb(255, 255, 255);
  text-decoration: none;
}

.login-reset a span {
  color: rgba(255, 255, 255, 0.30);
}

.login-mb:last-child {
  margin-top: 30px;
}

/* .login-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
} */

.login-loading {
  position: absolute;
  width: 100%;  
  display: none;
}

.profile-info-menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 90px;

  width: 100%;
}

.profile-menu-info {
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
}

.profile-item-info {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.profile-item-info p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .profile_menu {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.profile_item {
  width: 100%;
  height: 100%;
  background: #2D2E33;
  border-radius: 15px;
  padding: 30px;
}

.top_title_profile {
  display: flex;
  justify-content: space-between;
}

.top_title_profile a {
  color: #FF5959;
  text-decoration: none;
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 76.4%;
}

.top_title_profile a:hover {
  text-decoration: underline;
}

.profile_item h1 {
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  padding-bottom: 20px;
}

.profile_item p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.profile_extend a{
  width: 100px;
  height: 30px;
  background: #188080;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  
  color: #FFFFFF;
}*/

/* .profile_connect {
  margin-top: 35px;
  padding-bottom: 20px;
} */

.disabled {
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}

.disabled_1 {
  display: none;
}

.download_block {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}

.main_apps {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.main_apps a {
  transition: .3s all ease;
}

.main_apps a:hover {
  transform: scale(.98);
}

.main_apps a img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 204, 84, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(89, 204, 44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(89, 204, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 204, 84, 0.4);
    box-shadow: 0 0 0 0 rgba(44, 204, 84, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(89, 204, 44, 0);
      box-shadow: 0 0 0 10px rgba(89, 204, 44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(89, 204, 44, 0);
      box-shadow: 0 0 0 0 rgba(89, 204, 44, 0);
  }
}

.register-block {
  margin-top: 180px;
}

.register_title {
  
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: #FFFFFF;
  padding-bottom: 15px;
}

.register_podtitle {
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.5);
}

.generate_key {
  width: 332px;
  height: 54px;
  background: #1CBD98;
  border-radius: 10px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
}

.generate_key:hover {
  transition: .2s;
  background: #23e7b9;
}

.register_email {
  display: none;
}

.register_email a {
  width: 332px;
  height: 54px;
  background: #1CBD98;
  border-radius: 10px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* margin-top: 15px; */
  text-decoration: none;
}

.register_email a:hover {
  transition: .2s;
  background: #23e7b9;
}

.register_key {
  width: 100%;
  height: 98px;
  background: #2D2E33;
  border-radius: 20px;
  margin-top: 30px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 49px;
  color: rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  display: none;
  padding-bottom: 30px;
}

.profile_email.tg {
  flex-direction: row-reverse;
}

.after_generate {
  display: flex;
  flex-direction: column;
  gap: 30px;
  opacity: .1;
  transition: opacity 1000ms;
  align-items: center;
  justify-content: center;
}

.after_generate p {
  width: 500px;
  display:none;
  text-align: center;
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: rgb(255, 81, 81);
}

.main_apps.profile {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

/* Модальное окно подтверждение продления */
.modal_autopay_confirm {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 30px;
  overflow-y: auto;
  display: none;
  /* overflow: hidden; */
}

.modal_autopay_confirm_main {
  position: relative;
  max-width: 700px;
  background-color: #2D2E33;
  margin: auto;
  color: #fff;
  border-radius: 30px;
  padding: 30px 60px 60px;
  cursor: default;
}

.modal_autopay_confirm_general {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 33px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}

.modal_buy_price span {
  
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: right;
  
  color: #FFFFFF;
}

.modal_buy_btn {
  background-color: red;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: block;
  margin: 0 auto; 
  border-radius: 20px;
  border: none;
  padding: 15px 30px;
}

.modal_buy_close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 3px;
  padding: 0;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
}
/* Модальное окно подтверждение продления */

/* Модальное окно пополнения баланса */

.shadow-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Прозрачный цвет фона */
  z-index: 4;
  display: none; /* Изначально скрываем фон */
}

.no-scroll {
  overflow: hidden;
}

.sidebar {
  height: 100%;
  width: 500px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #19191D;
  overflow-x: hidden;
  transition: transform .15s cubic-bezier(.65,0,.35,1);
  padding: 50px;
  color: white;
  z-index: 5;
  overflow-y: auto;
  transform: translateX(500px); /* Скрываем сайдбар за пределы экрана */
}
.sidebar.opened {
  transform: translateX(0); /* Показываем сайдбар */
}

.topup_payments_methods {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.payment_method {
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background: #2e2e33;
  align-items: center;
  justify-content: center;
  padding: 10px 7px 9px;
  border: 1px solid transparent;
}
.payment_method > img {
  width: 25px;
}
.payment_method p {
  color: #FFF;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.payment_method:hover {
  cursor: pointer;
  background: #46464e;
  transition: 0.3s;
}
.payment_method.payment_active {
  border-color: #7E7F97;
}

@media (max-width: 537px) {
    .sidebar.opened {
        width: 100% !important;
    }
}

.payment-input {
  margin-top: 50px;
  margin-bottom: 50px;
}

.payment-input input{
  width: 100%;
  height: 55px;
  border-radius: 10px;
  background: #0E0E11;
  outline: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 30px;
  color: white;
}

.payment-input label{
  text-align: left;
  color: #8b8c95;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

/* Модальное окно пополнения баланса */

/* Модальное окна покупки */

.modal_buy {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 30px;
  overflow-y: auto;
  display: none;
  /* overflow: hidden; */
}

.modal_buy_main {
  position: relative;
  max-width: 700px;
  background-color: #2D2E33;
  margin: auto;
  color: #fff;
  border-radius: 30px;
  padding: 30px 60px 60px;
  cursor: default;
}

.modal_buy_general {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 33px;
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}

.modal_buy_price span {
  
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: right;
  
  color: #FFFFFF;
}

.modal_buy_btn {
  background-color: red;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: block;
  margin: 0 auto; 
  border-radius: 20px;
  border: none;
  padding: 15px 30px;
}

.modal_buy_close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 3px;
  padding: 0;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
}

.modal_buy_email input {
  background: #232428;
  border-radius: 30px;
  outline: 0;
  border: 0;
  
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 15px 30px;
  width: 100%;
}

.modal_buy_email input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.shop-left-oplata {
  margin-top: 15px;
	width: 100%;
  user-select: none;
}

.shop-item-list {
  width: 100%;
  height: 50px;
  
  background: rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

.shop-item-list-open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.shop-item-title p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

.shop-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.shop-item-select {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 30px 30px;
  display: none;
}

.shop-item-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-item-option p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-item-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.shop-item-option {
  height: 49px;
  cursor: pointer;
  padding: 20px !important;
  transition: .3s;
}

.shop-item-option:hover {
  background: rgba(255, 255, 255, 0.2);
}

.shop-item-option:last-child:hover {
  transition: 0s;
  border-radius: 0px 0px 30px 30px;
}

.shop-item-option:last-child {
  transition: 0s;
}

/* .shop-item-option img {
  width: 50px;
  height: 20px;
} */

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  /* border: 1px solid #adb5bd; */
  margin-right: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;


  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../pics/icon-chekbox.svg");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.shop-left-box label a{
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.3);
  gap: 5px;
}

.shop-left-box label {
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.3);
  gap: 5px;
}

.newbutton {
  margin-top: 30px;
  background: #4B4C52;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  transition: .3s;

  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
	align-items: center;
	justify-content: center;
}
.newbutton:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.shop-left-button {
  margin-top: 30px;
  background: #4B4C52;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  transition: .3s;

  
  font-style: normal;
  font-weight: 500; /*600*/
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
	align-items: center;
	justify-content: center;
}

.shop-left-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.location-item {
  background: #4B4C52;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .2s;
}

.location-item p {
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.location-item:hover {
  transition: .2s;
  background: rgb(255, 255, 255, 0.2);
}

/* Модальное окна покупки */

/* Профиль */
/* ПРОФИЛЬ */
.profile-block .container {
  display: flex;
  flex-wrap: wrap;
  /* color: #fff; */
}
.profile-block {
  margin-top: 180px;
  /* margin-bottom: 100px; */
}
.profile-settings {
  border-radius: 25px;
  background: #19191D;

  width: 320px;

  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.profile-email {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profile-email p {
  color: var(--wizard-color-secondary);;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-general::after {
  content: '';
  border-radius: 23px;
  opacity: 0.2;
  background: var(--wizard-color-secondary);;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 30px;
}
.profile-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 40px;
}
.profile-buttons a {
  text-decoration: none;
}
.profile-button {
  border-radius: 48px;
  background: #19191D;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.profile-button:hover {
  cursor: pointer;
  background: #1f1f24;
}
.profile-button p {
  color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* .profile-button svg path {
  fill: var(--wizard-color-secondary); !important;
} */
.profile-button.eightmarch {

background: 
    url('../pics/8march.png') center no-repeat, 
    linear-gradient(90deg, rgb(201, 77, 135), rgb(240, 71, 150) 100%);
background-size: cover;

}
.profile-button.active {
  border-radius: 48px;
  background: var(--wizard-color-base);;
}
.profile-button.active svg path {
  stroke: white !important;
}

.profile-button.active#contest svg path {
  fill: white !important;
}

.profile-button.active-father {
  border-radius: 48px;
  background: var(--wizard-color-father);;
}
.profile-button.active-father svg path {
  stroke: white !important;
}

.profile-button.active-father#contest svg path {
  fill: white !important;
}

.profile-title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.profile-left-block {
  width: 320px;
  margin-right: 50px;
}

.profile-right-block {
  width: calc(100% - 64px - 320px);
}

.profile__content-box__content {
  padding: 30px;
  border-radius: 25px;
  background: #19191D;
  color: #fff;
  margin-bottom: 40px;
}

.balance-promocode {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 50px;
}

.button {
  /* padding: 8px 16px; */
  padding: 15px 30px;
  border-radius: 10px;
  background: #1A9797;
  font-size: 14px;
  line-height: 20px;
  color: #fff!important;
  text-decoration: none;
  transition: 0.3s;
  outline: 0
}
.button:disabled {
  color: #666a76 !important;
  background-color: #62667433 !important;
}
.button:hover {
  transition: 0.3s;
  background: #24B2B2;
  cursor: pointer;
}
.button.small-padding {
  padding: 8px 16px;
}

.button.outlined {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
  outline: 0;
  color: #FFF;
  transition: 0.2s background;
  background: transparent;
}
.button.outlined:hover {
  background: #fff;
  color: #000 !important;
  cursor: pointer;
}

.promocode-box {
  padding: 30px;
  border-radius: 25px;
  background: #19191D;

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 716px) {
  .balance-box {
      width: 100% !important;
  }
  .balance-promocode {
    flex-wrap: wrap;
  }
}

.balance-box {
  padding: 30px;
  border-radius: 25px;
  background: #19191D;
  color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.balance-box p {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.balance-box span {
  color: #9DFF51;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-actions, .list-info {
    display: flex;
    align-items: center;
}

.payment-date {
    min-width: 138px;
    margin: 0px 10px 0px 0px;
    color: rgb(142, 142, 142);
    font-size: 16px;
    line-height: 18px;
}

.payment-name {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.not_fount-profile {
  display: block;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.not_fount-profile b {
  
  font-weight: 500;
  font-size: 24px;
  line-height: 21px;
  color: #FAFAFD;
  margin-bottom: 10px;
  display: block;
}
.not_fount-profile span {
  
  font-weight: 400;
  font-size:18px;
  line-height: 150%;
  color: #9296A9;
  display: block;
}
.sub_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.profile-block-texts {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

/* .profile-block-texts p {
  color: var(--wizard-color-error);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} */

.profile-block-texts span a {
  text-decoration: none;
  color: #369FFF;
}
.profile-block-texts span a:hover {
  text-decoration: underline;
}

.profile-block-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
}
.profile-block-title span {
  color: var(--wizard-color-secondary);;
}

.button_out a:hover {
  cursor: pointer;
}

.profile_boxes-scroll {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.overflow-y {
  max-height: 300px;
  overflow-y: auto;
}

.overflow-y::-webkit-scrollbar {
    width: 5px; /* Ширина скроллбара в браузерах WebKit (Chrome, Safari, Edge) */
}

.overflow-y::-webkit-scrollbar-thumb {
    background-color: #2B2B32; /* Цвет ползунка скроллбара в браузерах WebKit */
}

.overflow-y::-webkit-scrollbar-track {
    background-color: #19191D; /* Цвет фона скроллбара в браузерах WebKit */
}

.list-item+.list-item {
    margin-top: 15px;
}

.list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.profile_boxes-list {
  display: flex;
  min-width: 500px;
}

.profile_boxes-list .profile_boxes-box:last-child {
    border-right: 0;
}

.wizard_row {
  display: flex;
  justify-content: space-between;
}

.status_vpn {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ellipse {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.ellipse.active {
  background: #9DFF51;
}

.ellipse.stop {
  background: var(--wizard-color-error);
}

.ellipse.expire {
  background: #FFA451;
}

.ellipse.activation {
  background: #949494;
}

.button_connect a {
  display: flex;
  /* width: 171px; */
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1A9797;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s background;
}

.button_connect a:hover {
  background: #1ca7a7;
}

.button_type2 {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
  outline: 0;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s background;
}
.button_type2:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}

.vpn_footer {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #FF5B5B;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 7px;
  bottom: 4px;
  background-color: #FF5B5B;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  border: 1px solid #9DFF51;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #9DFF51;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.profile_boxes-box span {
  display: block;
  margin-bottom: 10px;
  color: var(--wizard-color-secondary);;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_boxes-box b {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.profile_boxes-box {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #2b2d36;
}

@media screen and (max-width: 1070px) {
  .vpn_footer {
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .profile-right-block {
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .profile-right-block, .profile-left-block {
      width: 100%;
  }
  .profile-settings {
      width: 100%;
  }
  .profile-title {
      margin-top: 40px;
  }
  .profile-left-block {
      margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .profile__content {
      display: block;
  }
}

.profile-right-block h2 {
  color: #FFF;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .flexbox {
      display: flex;
      margin: -15px;
  }
}

@media screen and (min-width: 1000px) {
  .w-50 {
      width: calc(50% - 30px);
      padding: 15px;
  }
}

.profile-right-block label {
  color: var(--wizard-color-secondary);;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.promocode-block form {

  display: flex;

  gap: 15px;
  flex-wrap: wrap;
}

.promocode-block input {
  border: 0;
  outline: 0;
  border-radius: 10px;
  height: 50px;
  width: 361px;
  color: #fff;
  padding: 16px 12px;
  background: #0E0E11;
}

.promocode-block button {
  /* display: flex; */
  padding: 14.5px 20px;
  align-items: center;
  gap: 10px;

  border: 0;
  color: var(--wizard-color-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border-radius: 10px;
  background: #0E0E11;
}
.promocode-block button:hover {
  background: #222229;
}

.referal-link {
  display: flex;
  border-radius: 999px;
  background: var(--wizard-color-black);;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  overflow: hidden;
  overflow-x: auto;
  gap: 10px;
}

.referal-link span {
  color: var(--wizard-color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .copy-button:hover {
  opacity: 0.8;
  cursor: pointer;
} */

.wizard-card {
  width: 350px;
  height: 131px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #303037;

  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wizard-card h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.wizard-button a {
  text-decoration: none;

  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 10px;
  background: #19191D;

  color: #1CBD98;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.wizard-button a:not(.disabled2):hover {
  cursor: pointer;
  background: #222229;
}


.profile-right-block input::placeholder {
  color: var(--wizard-color-secondary);;
}

.profile_table-scroll {
  max-height: 330px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  margin-top: 50px;
}

.settings-params {
  /* margin-top: 32px; */
  padding: 0px;
  list-style: none;
}

.settings-param {
  font-size: 16px;
  line-height: 17px;
  color: rgb(255, 255, 255);
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
}

.settings-param__name {
  display: inline-block;
  min-width: 200px;
  margin-right: 40px;
  color: var(--wizard-color-secondary);;
}

.settings-param + .settings-param {
  margin-top: 14px;
}

td.greedtd, .profile__content-box__content table td.greedtd {
  color: #35B18E;
}

.profile__content-box__content table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.bonuses_table {
  min-width: 900px;
}
/* .bonuses_table tr:hover {
  cursor: pointer;
  transition: .5s;
  background-color: #4B4C52;
} */
.bonuses_table thead {
  border-bottom: 1px solid #1E2028;
}
.profile__content-box__content table tr {
  border-top: 1px solid #1E2028;
}
.profile__content-box__content table thead th {
  text-align: left;
}
.profile__content-box__content table th {
  
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-top: 13px;
  color: #4B4D59;
}
.profile__content-box__content table th, .profile__content-box__content table td {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 16.71px;
  padding: 10px 0;
  color: #FAFAFD;

}
@media (max-width: 600px) {
  #logSection .bonuses_table tbody td:nth-child(2) {
    font-size: 10px !important;
  }
}
/* Профиль */

.container_action {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.promotion_block {
  background-color: #09090A;
  padding: 10px;
}

.action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action h1 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500; /*600*/
  line-height: 100%;
}

.action p {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500; /*600*/
  line-height: 100%;
}

.action_button a {
  width: 219px;
  height: 57px;
  
  border-radius: 30px;
  border: 1px solid #188080;
  padding: 10px 22px;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

@media screen and (max-width: 453px) {
  .wizard-card {
    width: 100%;
  }
}

@media screen and (max-width: 541px) {
  .modal_buy_main {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    padding: 20px;
  }
  .modal_buy {
    padding: 0;
  }
  .modal_buy_general {
    flex-direction: column;
  }
}

@media screen and (max-width: 496px) {
  .container {
    max-width: 400px;
  }
  .register_authcode {
    font-size: 25px;
  }
  .after_generate p {
    width: 100%;
  }
  .register_title {
    font-size: 25px;
  }
  .register_podtitle {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .login-title p {
    font-size: 40px;
  }
  .email_text {
    width: 100%;
  }
  .email_input {
    flex-direction: column-reverse;
  }
  .email_button {
    border-radius: 0 0 12px 12px;
    justify-content: center;
    width: 100%;
  }
  .email_input input {
    border-radius: 12px 12px 0 0;
    border-left: 2px solid #303338;
    text-align: center;
  }
}

@media screen and (max-width: 630px) {
  .wizard-row { 
    display: block !important;
  }
}

@media screen and (max-width: 968px) {
  footer {
    margin-top: 100px;
  }
  .action p {
    font-size: 21px;
  }
  .action h1 {
    font-size: 21px;
  }

  .login-mb {
    width: 100%;
	}

  .license_key span {
    font-size: 30px;
  }

  .profile_email {
    flex-direction: column;
    gap: 30px;
  }

  .profile_email.tg{
    flex-direction: column;
    gap: 30px;
  }

  .email_text {
    text-align: center;
  }

  .pricing__title h1 {
    font-size: 25px;
  }

  .pricing__title p{
    font-size: 18px;
  }

  .login-bottom {
    flex-direction: column;
  }
  
  .container {
    max-width: 850px;
  }

  .faq-header h3 {
    font-size: 30px;
  }

  .main__info h2 {
    font-size: 33px;
    line-height: 1;
  }

  .main__title p {
    font-size: 11px;
  }

  .main__title {
    text-align: -webkit-center;
  }

  .main__footer {
    display: grid;
    align-items: center;
    justify-items: center;
  }

  .main_image_bg {
    position: absolute;
    top: 180px;
    height: 290px;
    z-index: -999;
    transform: translate(60%);
  }

  .main__info  .main__title p {
    text-align: center;
  }
  .main__info h2 {
    text-align: center;
  }
  .main__footer {
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .advantages__info .advantages__title p {
    font-size: 25px;
  }

  .howtouse__info .howtouse__title p {
    font-size: 25px;
  }

  .howtouse_cards {
    flex-direction: column;
    gap: 30px;
  }

  .howtouse_card {
    width: 100%;
  }

  .card {
    width: auto;
  }

  .info-card {
    width: 50px;
    height: 50px;
  }

  .card__title {
    font-size: 16px;
  }

  .card__text {
    font-size: 14px;
  }

  .main__info .main__title p {
    font-size: 20px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-item {
    place-self: center;
  }

  .faq .container {
    flex-direction: column;
  }

  .faqs .double_faq{
    flex-direction: column;
    gap: 22px;
  }

  .footer-links a {
    text-align: center;
  }

  .footer-links p {
    text-align: center;
  }
  
  .socialnets {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_items#general {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .under-footer {
    height: auto;
  }

  .under-footer-menu {
    flex-direction: column;
    gap: 20px;
  }

  .for-users {
    flex-direction: column;
    align-items: center;
  }

  .nofaq_section img {
    display: none;
  }
  .nofaq_header {
    text-align: center;
  }
  .nofaq_unheader {
    text-align: center;
  }
  .nofaq_section {
    justify-content: center;
  }
}

@media screen and (max-width: 1011px) {
  .main_image_bg {
    display: none;
  }
}

@media screen and (max-width: 626px) {
  .tariff_card {
    width: 100%;
  }
}

@media screen and (max-width: 1227px) {
  .container {
    max-width: 1126px;
  }
  .main_image {
    display: none;
  }
  .tariff_plans {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .main_image_bg {
    width: 450px;
  }
}


@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Bold.eot');
    src: url('../fonts/EuclidCircularA-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff'),
        url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.eot');
    src: url('../fonts/EuclidCircularA-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff'),
        url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Medium.eot');
    src: url('../fonts/EuclidCircularA-Medium.eot#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Medium.woff') format('woff'),
        url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.alert {
    margin: 0 0 15px;
    background: #ffecdb;
    padding: 15px 20px;
    border-radius: 10px;
}
.alert-text {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.alert_info {
    /* background: #e1fbfd; */
    background: #1CBD98;
}

.link_grey {
    color: #8f8f8f!important;
}
.link_white {
    color: #fff!important;
}
.link_red {
    color: #FF7575!important;
}
.link {
    color: #000;
    font-size: 16px;
    transition: color .15s cubic-bezier(.65,0,.35,1);
    text-decoration: none;
}
.link:hover{
  cursor: pointer;
  text-decoration: underline;
}

.link_small {
    font-size: 14px;
    line-height: 16px;
}

.qHRoC {
    display: none;
    margin: 0px auto;
    max-width: 426px;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 10;
    flex-direction: column;
    color: #fff;
    padding: 24px 16px 16px;
    background: #19191D;
    border: 1px solid rgba(138, 138, 138, 0.13);
    box-sizing: border-box;
    box-shadow: rgba(165, 165, 165, 0.28) 2px 4px 32px;
    border-radius: 12px;
}
.qHRoC.show {
  display: flex;
}

.cXcDrI {
    margin: 0px 0px 16px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.icmWyf {
    display: inline-block;
    margin: 0px;
    padding: 16px;
    box-sizing: border-box;
    background: #1A9797;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    border: none;
    transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.icmWyf:hover {
  cursor: pointer;
  background: #1ca7a7;
}

@media screen and (min-width: 1024px) {
  .qHRoC {
      margin: 0px;
      left: 18px;
      right: unset;
      min-width: 342px;
      max-width: 342px;
  }
}

.v-overlay__scrim {
    border-radius: inherit;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
    width: 100%;
    will-change: opacity;
}

.v-overlay--active, .v-overlay__scrim {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    backface-visibility: hidden;
    transform: translateZ(0);
}
.v-overlay.v-overlay--active {
    pointer-events: auto;
    opacity: 1;
}
.v-overlay {
    align-items: center;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: .3s cubic-bezier(.25,.8,.5,1),z-index 1ms;

    opacity: 0;
}

.v-dialog__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .2s cubic-bezier(.25,.8,.25,1),z-index 1ms;
    opacity: 0;
    width: 100%;
    z-index: 6;
}

.v-dialog__content.v-dialog__content--active {
    pointer-events: auto;
    opacity: 1;
}

.v-dialog:not(.v-dialog--fullscreen) {
    max-height: 90%;
}
.v-dialog {
    border-radius: 24px!important;
}
.v-dialog {
    box-shadow: none;
}
.v-dialog--scrollable, .v-dialog--scrollable>form {
    display: flex;
}
.v-dialog {
    border-radius: 4px;
    margin: 24px;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    z-index: inherit;
    outline: none;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    transform: scale(.5);
    opacity: 0;
}

.v-dialog.v-dialog--active {
  opacity: 1;
  transform: scale(1);
}

.modal {
  padding: 24px 16px 8px;
  min-width: 100%;
  max-width: 416px;
  background: #19191D;
  border-radius: 24px;
  overflow-y: auto!important;
}
.v-dialog>* {
  width: 100%;
}

.dialog-transition-enter-active,.dialog-transition-leave-active {
    pointer-events: none !important
}

.dialog-transition-enter,.dialog-transition-leave-to {
    transform: scale(.5);
    opacity: 0
}

.dialog-transition-enter-to,.dialog-transition-leave {
    opacity: 1
}

.modal__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.input-label {
    margin: 16px 0 4px!important;
    font-size: 14px;
    line-height: 19px;
    color: #8e8e8e;
}
.modal__button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 24px;
    text-align: center;
}

.modal__input {
    width: 100%;
}
.input {
  display: block;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 20px;
  background: #0E0E11;
  border-radius: 12px;
  outline: 0;
  color: #fff;
}

select {
  width: 100%;
  background: #0E0E11;
  border-radius: 12px;
  padding: 16px 12px;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #fff;
  outline: 0;
}
select {
    word-wrap: normal;
    -webkit-appearance: initial;
}

[disabled] {
    cursor: default !important;
}

.button.green {
  background-color: #6BC137;
}
.button.green:hover:not(:disabled) {
  background-color: #81d44d;
}

.button.dark {
  background-color: #0E0E11;
}
.button.dark:hover:not(:disabled) {
  background-color: #3e3e47;
}

.button.grey {
  background-color: #292930;
}
.button.grey:hover:not(:disabled) {
  background-color: #40404b;
}

.button.red {
  background-color: #e03939;
}
.button.red:hover:not(:disabled) {
  background-color: #fc4d4d;
}

.change_name svg:hover path {
  fill: #BEBED8;

}
.change_name:hover {
  cursor: pointer;
}

[disabled] {
    cursor: default;
}

.blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Прозрачный цвет фона */
  z-index: 4;
  display: none; /* Изначально скрываем фон */
  backdrop-filter: blur(10px); /* Размытие заднего фона */
}

.buttons-group {
    margin-bottom: 20px;
}
.buttons-group {
    display: flex;
    margin: 24px -4px 0;
    gap: 8px;
}
.buttons-group>button {
    /*margin: 0 4px;*/
    margin: 0;
}

@media screen and (max-width: 330px) {
  .modal .buttons-group {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media screen and (max-width: 753px) {
  .buttons-group {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.preloader {
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh; /* Заменено 100% на 100vh */
  display: flex;
  align-items: center;
  justify-content: center; /* Добавлено для центрирования содержимого */
  background: #0F1014;
  z-index: 99999;
  transition: all 0.5s;
}

.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.preloader__content {
  margin: 0 auto;
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 664px;
}

.preloader__flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.preloader__flex img{
  width: 30px;
  height: 30px;
}

.preloader__logo {
  width: 150px;
}

.preloader_loaded {
  opacity: 0%;
  pointer-events: none;
}

.preloader__header {
  margin: 8px 0 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.preloader__text {
  margin: 4px 0 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.pr-s {
  margin-top: 20px;
  animation: r 2s linear infinite;
  width: 35px;
  height: 35px;
}

.pr-s > circle {
  stroke: rgb(255, 255, 255);
  animation: d 1.5s ease-in-out infinite;
}

@keyframes r {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes d {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__circle.error {
  stroke: #f55050;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark.error {
  box-shadow: inset 0px 0px 0px #f55050;
  animation: fill_error .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes fill_error {
  100% {
    box-shadow: inset 0px 0px 0px 30px #f55050;
  }
}
.cxmccJ {
  width:20px;
  height:20px;
  display: block;
  animation: 3s linear 0s infinite normal none running hUJyvT;
}

@keyframes hUJyvT {
  100% {
      transform: rotate(360deg);
  }
}

.referal_text {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}


.referal_info p {
  color: rgba(255, 255, 255, 0.50);
  margin-top: 10px;
}
.referal_info span {
  color: #fff;
  margin-bottom: 20px;
}

.copy-button {
    margin-left: 4px;
    position: absolute;
    top: 0;
    right: -20px;
}
.copy-button {
    transition: opacity .15s cubic-bezier(.65,0,.35,1);
}

.copy-button:hover {
    opacity: .75;
}

.copyable-input {
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 1;
    background: #0E0E11;
    border-radius: 12px;
    padding: 16px 9px 16px 12px;
}

.copyable-input__text {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 16px;
    line-height: 18px !important;
    color: #ffffff !important;
    margin-right: 60px;
}

.copyable-input__button-container {
    display: flex;
    align-items: center;
}

.copyable-input__button {
    display: inline-flex;
    transition: opacity .15s cubic-bezier(.65,0,.35,1);
}

.copyable-input__button:hover {
    opacity: .75;
}

/* Стиль для контейнера с горизонтальной прокруткой */
.scrollable-x {
    overflow-x: auto;
    white-space: nowrap;
}

/* Стили для горизонтальной полосы прокрутки */
.scrollable-x::-webkit-scrollbar {
    height: 8px; /* Высота полосы прокрутки */
}

.scrollable-x::-webkit-scrollbar-thumb {
    background-color: #444452; /* Цвет ползунка */
    border-radius: 20px; /* Закругленные углы ползунка */
}

.scrollable-x::-webkit-scrollbar-thumb:hover {
    background: rgb(88, 88, 109); /* Цвет ползунка при наведении */
}

.scrollable-x::-webkit-scrollbar-track {
    background: #2a2a31; /* Цвет фона полосы прокрутки */
}

.support-button {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}

.btn-support {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    background: #1A9797;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1000px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-support:hover {
    box-shadow: 0 20px 55px #2dffdc,inset 0 4px 15px #05e4ec!important;
}

.svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -0.125em;
}
.header__profile-activator {
    position: relative;
}
.header__profile-activator:hover .header__submenu {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
}
@media (min-width: 1226px) {
  .header__submenu#right {
    left: 248px;
    top: -80px;
    backdrop-filter: blur(2px) contrast(60%);
  }
}
.header__submenu {
    opacity: 0;
    width: 212px;
    background: rgba(21, 21, 26, 0.9);
    border: 1px solid rgba(27, 27, 33, 0.9);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.07), 0px 15px 15px rgba(0, 0, 0, 0.06), 0px 10px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding: 6px;
    position: absolute;
    transition-duration: 300ms;
    pointer-events: none;
    backdrop-filter: blur(25px) contrast(60%);
    -webkit-backdrop-filter: blur(25px) contrast(60%);
}
.header__submenu ul {
    padding: 0;
    margin: 0;
}
.header__submenu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__submenu li a {
    padding: 10px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}
.header__submenu img {
  width: 15px;
    margin-right: 10px;
}
.header__submenu span {
    padding: 0;
}
.header__submenu span {
    color: #fff;
    margin-right: 5px;
    padding: 6px 0;
}
.header__submenu span {
    display: inline-block;
    vertical-align: middle;
}

.header__submenu li a:hover {
    background: rgba(27, 27, 32, 0.9);
}

.header__profile-activator .carret {
    transition-duration: 300ms;
    width: 10px;
}
.header__profile-activator:hover .carret {
    transform: rotate(180deg);
}

.tooltip-container {
    display: inline-block;
    position: relative;
}

@media screen and (min-width: 992px) {

  .tooltip-wrapper {
      left: 0;
      right: unset;
  }
}
.tooltip-wrapper {
    /* right: 0; */
    top: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transform: scale(.9);
    transform-origin: top left;
    transition: all .15s cubic-bezier(.65,0,.35,1);
    position: absolute;
}


.tooltip {
  min-width: 200px;
  max-width: 200px;
  padding: 16px 12px;
  background: #19191D;
  border: 0.5px solid #2f2f35;
  box-sizing: border-box;
  box-shadow: 2px 4px 32px rgba(0,0,0,.28);
  border-radius: 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.tooltip-container:hover .tooltip-wrapper {
    padding-top: 4px;
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .tooltip {
        min-width:250px;
        max-width: 250px
    }
}

.tooltip_large {
    min-width: 250px;
    max-width: 250px
}

@media screen and (min-width: 992px) {
    .tooltip_large {
        min-width: 350px;
        max-width: 350px
    }
}

.key_protocol {
  width: 250px;
}

@media screen and (max-width: 443px) {
    .key_protocol {
        width: 100%;
    }
}

.tooltip p {
    margin: 0
}

.pagination {
    padding-right: 0.75rem; /* Горизонтальный отступ справа */
    padding-top: 0.375rem; /* Вертикальный отступ сверху */
    padding-bottom: 0.375rem; /* Вертикальный отступ снизу */
    font-size: 1rem;
    color: #fff;
    border-width: 1px;
    border-color: #495057;
    border-radius: 0.375rem;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #1A9797;
    border-color: #1A9797;
}

.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #1A9797;
    border-color: #1A9797;
}


.page-link:hover:not(.active) {
    z-index: 2;
    color: #fff;
    background-color: #2b3035;
    border-color: #495057;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color:  #ffffff;
    text-decoration: none;
    background-color: #212529;
    border: 1px solid #495057;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.disabled>.page-link, .page-link.disabled {
    color: rgba(222, 226, 230, 0.75);
    pointer-events: none;
    background-color:#343a40;
    border-color: #495057;
}

.iyzNvG {
    display: inline-flex;
    padding: 1px 4px;
    background: #FF2525;
    border-radius: 6px;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: background 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

.jOCDHj {
    display: inline-block;
    padding-left: 2px;
    padding-right: 1px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}

.old-price {
  text-decoration: line-through;
  color: #757575 !important;
}

.old-price span {
    color: #757575 !important;
}

#birthday-image:hover {
  box-shadow: 0 20px 55px #29FFCC,inset 0 4px 15px #BC66FF!important;
}

.form-group {
    margin-bottom: 1.75rem;
}

input {
  font-size: 16px;
}

textarea {
  resize: vertical;
  max-height: 250px;
  min-height: 50px;
}

/* input[type="date"]{
    background-color: #0E0E11;
    padding: 16px 12px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 12px;
} */
::-webkit-calendar-picker-indicator{
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.available-locations {
  display: flex;
}

.available-location {
  display: flex;
  gap: 5px;
  align-items: center;
}
.available-location p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.beta-badge {
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    background: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    color: black;
}

.wizard-row {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col {
    width: 100%;
}

.additional-information {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.additional-information__item {
  font-size: 16px;
  line-height: 120%;
  color: #8e8e8e;
}

.check-icon {
  height: 8px;
  width: 12px;
  vertical-align: middle;
  margin-right: 6px;
}

.display-key {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4.5C5.25 4.5 1.5 9.75 1.5 12s3.75 7.5 10.5 7.5 10.5-5.25 10.5-7.5S18.75 4.5 12 4.5zM5.552 15.103C4.282 13.966 3.5 12.583 3.5 12c0-.584.781-1.966 2.052-3.103C7.231 7.395 9.438 6.5 12 6.5c2.562 0 4.77.895 6.448 2.397 1.27 1.137 2.052 2.52 2.052 3.103 0 .584-.781 1.966-2.052 3.103C16.769 16.605 14.562 17.5 12 17.5c-2.562 0-4.77-.895-6.448-2.397zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm2-4a2 2 0 1 1-4 0 2 2 0 0 1 4 0z' fill='%238E8E8E'/%3E%3C/svg%3E");
    transition: opacity .15s cubic-bezier(.65,0,.35,1)
}

.display-key_active {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.707 20.707a1 1 0 0 0 0-1.414l-16-16a1 1 0 0 0-1.414 1.414L5.205 6.62C2.785 8.338 1.5 10.683 1.5 12c0 2.25 3.75 7.5 10.5 7.5 1.916 0 3.59-.423 5.006-1.08l2.287 2.287a1 1 0 0 0 1.414 0zm-5.228-3.814-1.774-1.774A4 4 0 0 1 8.38 9.794L6.644 8.058a9.332 9.332 0 0 0-1.09.84C4.28 10.034 3.5 11.417 3.5 12c0 .584.781 1.966 2.052 3.103C7.231 16.605 9.438 17.5 12 17.5a9.97 9.97 0 0 0 3.48-.607zm4.841-.815C21.751 14.61 22.5 13.006 22.5 12c0-2.25-3.75-7.5-10.5-7.5-1.043 0-2.015.125-2.912.346l1.721 1.72c.388-.043.785-.066 1.191-.066 2.562 0 4.77.895 6.448 2.397 1.27 1.137 2.052 2.52 2.052 3.103 0 .51-.596 1.63-1.595 2.663l1.415 1.415z' fill='%238E8E8E' fill-opacity='1'/%3E%3C/svg%3E")
}

.display-key:hover {
    opacity: .75
}

.preloader__logo .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg); 
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

/* Стили для заголовка таблицы */
.sortable {
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.5); /* Цвет текста по умолчанию */
    font-weight: normal; /* Обычный шрифт по умолчанию */
}

.sortable:hover {
    color: #ffffff !important; /* Изменение цвета текста при наведении */
}

.sortable.active {
    font-weight: bold; /* Увеличение жирности текста при активной сортировке */
    color: #ffffff !important;
}

.sortable .header-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; /* Отступ между текстом и стрелкой */
}

.v-icon.mdi {
    font-family: "Material Design Icons";
    font-size: 18px;
    vertical-align: middle;
}

.super-button.father {
  background: 
    url('../pics/fatherbutton.svg') center no-repeat, 
    linear-gradient(90deg, rgb(13, 0, 32), rgb(121, 66, 197) 100%);
}

.super-button.wizard {
  background: 
    url('../pics/wizardbutton.svg') center no-repeat, 
    linear-gradient(90.00deg, rgb(0, 29, 29),rgb(0, 85, 85) 100%);
}

.super-button.contest {
  background: 
    url('../pics/rrr2.png') center no-repeat, 
    linear-gradient(90.00deg, rgb(0, 14, 35),rgb(90, 38, 239) 100%);
  height: 56px;
}

.super-button.contest p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.super-button {
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding: 10px 60px;
  justify-content: center;
  margin-bottom: 40px;
}

.tabs {
    position: relative;
    margin: 5px 0;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}
.tab {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 110%;
    color: #ffffff8a;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    z-index: 1;
    text-decoration: none;
    transition: color .15s cubic-bezier(.65,0,.35,1);
}
.tab_active {
    color: #fff;
    border-color: #fff;
}
.tabs:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #7E7F97;
    content: "";
}
.tab+.tab {
    margin-left: 25px;
}

.telegram-message {
    background: #1C2D3E;
    border-radius: 10px;
    width: 500px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
  .telegram-message {
    width: 100%;
  }
}

.upload-container {
    position: relative;
    width: 100%;
    height: 150px;
    background: #484857;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-container:hover {
    background-color: #3C3F4A;
}

.upload-container input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-container svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.message-text {
    padding: 15px;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
    background: #1C2D3E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.editable {
    outline: none;
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 14px;
    color: #fff;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 20px;
    white-space: pre-wrap; /* Сохраняет переносы строк и пробелы */
    word-wrap: break-word; /* Переносит длинные слова */
}

#uploaded_image {
    width: 100%;
    height: 150px;
    object-fit: cover;

    
    display: none;
}

.char-count {
    font-size: 12px;
    color: #ccc;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.presents_row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.present {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid rgb(130, 141, 191);
  border-radius: 12px;
  background: linear-gradient(180.00deg, rgba(31, 33, 40, 0),rgb(109, 115, 142) 100%);

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease, transform 0.3s ease;
}
@media (max-width: 454px) {
  .present {
    width: 100%;
  }
}
.present:hover {
  background: linear-gradient(180.00deg, rgba(58, 61, 71, 0.5), rgb(106, 118, 172) 100%);
  
  /* Немного увеличиваем элемент при наведении */
  transform: scale(1.05);
}
.present img {
  width: 92px;
  height: 103px;
}

.gifts-card {
  position: relative;
  padding: 16px 30px;

  background-image: 
    linear-gradient(to right, #000E23 0%, #5A26EF 100%), 
    url(../pics/robbin2.png);
  background-repeat: no-repeat;
  background-size: cover;
  
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  background-blend-mode: overlay;
}

.gifts-card:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 900px;
    content: "";
    background-image: url(../pics/iphone16.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
}

@media (max-width: 1070px) {
    .gifts-card:after {
        content: none; /* Убираем псевдоэлемент на мобильных устройствах */
    }
}

.gifts-card__content {
    position: relative;
    z-index: 2;
}

.settings-param__value.copy {
  cursor: pointer;
}

.toggler {
    display: flex;
    align-items: center;
}

.toggler input {
    position: absolute;
    top: -1px;
    visibility: hidden;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.toggler-check {
    position: relative;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
}

.toggler input:checked+.toggler-check:after {
    left: 18px;
    background-color: #71d888;
}

.toggler-check:after {
    position: absolute;
    content: " ";
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 2.25px 6px #00000026, 0 2.25px .75px #0000000f;
    transition: all .15s cubic-bezier(.65,0,.35,1);
}

.settingsVpns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.section-settings {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.section-settings span {
  font-weight: 500;
  line-height: 22px;
}

/* .toggler input:disabled+.toggler-check:after {
    background-color: #000000bf;
} */

.gift-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* Чтобы не мешало кликам */
    overflow: hidden; /* Чтобы ничего не вылазило за экран */
    z-index: 9999; /* Поверх всего */
}

.gift-emoji {
    position: fixed;
    opacity: 1;
    transition: all 1.5s ease-out;
    pointer-events: none; /* Чтобы эмодзи не мешали кликам */
}

@media (max-width: 700px) {
  .regions {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
  }

  .regions-wrapper {
  position: relative;
}

.regions-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, transparent, #0f1014);
  pointer-events: none;
  z-index: 1;
}

  .double,
  .locations-column {
    all: unset;
    display: contents;
  }

  .location {
    flex: 0 0 auto;
    width: 70%;
    padding: 12px 16px;
    box-sizing: border-box;
  }

  .location .icon img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
  }

  .location .title {
    font-size: 14px;
  }

  .location .subtitle {
    font-size: 12px;
    opacity: 0.7;
  }
}

.code-boxes {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.code-boxes input {
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid rgba(238, 233, 255, .2);
  border-radius: 8px;
  padding:0;
  font-weight: normal;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.code-boxes input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: rgba(26, 151, 151, 0.8);
}

/* .successbuy {
  padding-top: 200px;
  display: flex;
  gap: 50px;

  max-width: 720px;
  margin: 0 auto;
  flex-direction: column;
} */

.block-info .container#successbuy {
  align-items: flex-start;
  padding-top: 200px;
  /* max-width: 1200px; */
}

.successbuytext {
  padding-bottom: 50px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
}

.successbuytext h1 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}

.successbuytext p {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.successbuysteps {
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.successbuystep {
  display: flex;
  gap: 60px;
}

.successbuystepnumber {
  width: 65px;
  height: 65px;
  border: 1px solid rgba(238, 233, 255, .2);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: white;
  font-weight: 500;
  font-style: normal;
}

.successbuysteptitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.successbuyinfo {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.successbuyaddinfo p {
  /* max-width: 450px; */
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

.successbuyaddinfo {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.successbuyKey {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.successbuyKey .copyable-input {
  border: 1px solid rgba(238, 233, 255, .2);
  background: transparent;
  width: 300px;
}

@media (max-width: 500px) {
    
  .successbuyKey .copyable-input {
    width: 200px;
  }
  .successbuystep{
    gap: 30px;
  }
}

.successbuyKey .copyable-input__text {

  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;

}

.successbuyleft {
  max-width: 500px;
}

.successbuyOtherApps {
  padding-bottom: 50px;
  display: flex;
  gap:20px;
  flex-direction: column;
}
.successbuyOtherApps p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

.successbuyOtherApps a {
  color:var(--wizard-color-base);
  text-decoration: none;
}
.successbuyOtherApps a:hover {
  text-decoration: underline;
}

.successbuyOtherApps h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 768px) {
  .successbuyOtherApps {
    padding-top: 50px;
  }
  .successbuyOtherApps h1 {
    text-align: center;
  }.main_apps {
    justify-content: center;
  }.successbuyOtherApps p {
    text-align: center;
  }

}

.list-header-multi {
    display: flex; justify-content: space-between; align-items: center;
}
@media (max-width: 500px) {
    .list-header-multi {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
}
