@font-face {
    font-family: 'Segoe UI Light';
    src: url('../../fonts/segoe_ui_light.eot');
    /* IE 9 Compatibility Mode */
    src: url('../../fonts/segoe_ui_light.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('../../fonts/segoe_ui_light.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/segoe_ui_light.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('../../fonts/segoe_ui_light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/segoe_ui_light.svg#segoe_ui_light') format('svg');
    /* Chrome < 4, Legacy iOS */
}

html,
body {
    margin: 0;
    padding: 0;
}
.Scroll_uni::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 4px;
}

.Scroll_uni::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgb(45 45 45);
}

.Scroll_uni::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.Scroll_uni::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgb(45 45 45);
}
.s_a_1 {}

.s_a_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 17px;
}

.s_a_3 {
    width: 115px;
}

.s_a_4 {
    font-family: 'Segoe UI Light', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 35px;
    color: #ddd;
    font-size: 57px;
    flex-direction: column;
    font-weight: 100;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
}

.s_a_5 {}

.s_a_6 {}

.s_a_7 {
    max-width: 1095px;
    margin: 0 auto;
    position: relative;
    padding-top: 198px;
    height: calc(100vh - 406px);
}

.cards {
    margin: 16px 30px 0;
    /* старый вариант */
    position: relative;
    width: 600px;
    z-index: 1;
}

.card-red {
    position: absolute;
    width: 601px;
    height: 423px;
    background-color: #900;
    transform: rotate(1deg);
    z-index: 1;
    margin-left: 38px;
}

.card-black {
    position: absolute;
    width: 600px;
    height: 430px;
    background-color: #222;
    transform: rotate(-5deg);
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin-top: 4px;
}

.s_a_8 {
    background-image: url(../../img/26_2.png);
    width: 100%;
    height: 538px;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    top: 92px;
    z-index: 2;
}

.s_a_9 {
    position: absolute;
    top: 109px;
    height: 538px;
    width: 60%;
    transform: rotate(355deg);
    z-index: 5;
    overflow: hidden;
}

.s_a_10 {
    background-image: url(../../img/26_1.png);
    width: 375px;
    height: 463px;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 0;
    position: absolute;
    left: 167px;
    bottom: -8px;
    z-index: 7;
    transform: rotate(6deg);
}

.s_a_11 {
    width: 482px;
    height: 499px;
    position: absolute;
    right: 25px;
    top: 183px;
    z-index: 7;
    background: rgb(26 26 26 / 90%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgb(57 55 55 / 30%);
    box-shadow: 0 8px 32px rgb(0 0 0 / 22%);
    border-radius: 24px;
}

.s_a_12 {}


.login-form {
    padding: 30px 30px 0;
}

.login-form-h {
    text-align: center;
    margin-bottom: 19px;
    font-size: 26px;
    color: white;
    margin-top: 4px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #aaa;
}

.form-group input[type="email"],
.form-group input[type="password"] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
}

.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.remember-me {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #aaa;
}

.remember-me label:hover {
    color: #fff;
    cursor: pointer;
}

.remember-me input {
    margin-right: 5px;
}

.reg-btn-steam {
    margin-bottom: 66px;
}
.login-btn {
    min-height: 42px;
}
.login-btn,
.reg-btn-google,
.reg-btn-steam {
    width: 100%;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-rem-pass{
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-styl_btn{
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.login-btn:hover,
.reg-btn-google:hover,
.reg-btn-steam:hover, .btn-styl_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.reg-btn-google svg {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.reg-btn-steam svg {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.or-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #aaa;
    font-size: 14px;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #444;
}

.or-divider span {
    padding: 0 10px;
    margin: 0 5px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.social-btn-tp {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.social-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.register-link {
    text-align: center;
    font-size: 14px;
    color: #aaa;
    margin-top: 20px;
}

.register-link a {
    color: #fff;
    text-decoration: none;
}

.register-link a:hover {
    text-decoration: underline;
}

.s_a_sp {
    color: #aaa;
    cursor: pointer;
}

.s_a_sp_reg_act {
    color: #ddd;
    cursor: pointer;
    font-size: 16px;
}

.s_a_sp:hover,
.s_a_sp_reg_act:hover {
    color: #fff;
    cursor: pointer;
}



/* ____________________-

    /* Стили для формы регистрации */
.reg-form_succ_cent {
    text-align: center;
    padding-top: 100px;
    color: #79a878;
}
.reg-form_1 {
    width: 100%;
    display: none;
}

.reg-form-fl50 {
    display: flex;
    padding: 30px 30px 0;
}

.reg-form-fl501 {
    display: flex;
    padding: 0px 30px 0;
}

.reg-form-nofl1 {}

.reg-form_1-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.reg-form-h {
    margin-bottom: 19px;
    font-size: 26px;
    color: white;
    margin-top: 4px;
    font-weight: 600;
    text-align: center;
}

.reg-form_1-left {
    flex: 1;
    color: #f0f0f0;
    font-size: 24px;
    font-weight: 300;
}

.reg-form_1-center {
    max-width: 380px;
    margin: 0 auto;
}

.reg-form_1-center-fl2 {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.reg-form_1-right {
    flex: 1;
    text-align: right;
    color: #999;
    font-size: 14px;
}

/* Этапы регистрации */
.registration-steps {
    border-radius: 12px;
    padding: 0 30px;
    margin-bottom: 27px;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #444;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    border: 2px solid #444;
}

.step.active .step-number {
    background: #555;
    color: #fff;
    border-color: #666;
}

.step.completed .step-number {
    background: #666;
    color: #fff;
    border-color: #777;
}

.step-label {
    font-size: 12px;
    color: #999;
    text-align: center;
    max-width: 60px;
}

.step.active .step-label {
    color: #ccc;
    font-weight: bold;
}

.step.completed .step-label {
    color: #aaa;
}

/* Форма */
.reg-form_1-left.form-section {
    margin-bottom: 25px;
    font-size: 16px;
    color: #e0e0e0;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    color: #ccc;
    font-size: 14px;
}

.input-group input {
    width: 100%;
    padding: 12px 15px;
    background: rgba(50, 50, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #e0e0e0;
    font-size: 14px;
}

.input-group input:focus {
    outline: none;
    border-color: #666;
    background: rgba(60, 60, 60, 0.8);
}

.input-group input::placeholder {
    color: rgba(200, 200, 200, 0.5);
}
.input-group select {
    width: 100%;
    padding: 12px 15px;
    background: rgba(50, 50, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #e0e0e0;
    font-size: 14px;
}

.input-group select:focus {
    outline: none;
    border-color: #666;
    background: rgba(60, 60, 60, 0.8);
}

.input-group select::placeholder {
    color: rgba(200, 200, 200, 0.5);
}
/* Текст соглашения */
.reg-form_1-right.agreement {
    font-size: 12px;
    color: #aaa;
    line-height: 1.5;
    text-align: left;
}

.reg-form-privacy {
    height: 100%;
    margin-left: 30px;
    border-left: 1px solid #333232;
    padding-left: 30px;
}

.agreement a {
    color: #aaa;
    text-decoration: none;
}

.agreement a:hover {
    color: #bbb;
    text-decoration: underline;
}

/* Кнопки */
.form-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding: 0 30px 0 30px;
    justify-content: space-between;
}

.btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: none;
}

.btn-next,
.btn-next-email {
    flex: 1;
    background: #444;
    color: #e0e0e0;
}

.btn-next-st {
    background: none;
    color: #8b8b8b;
    width: 201px;
    flex: initial;
}

.btn-next:hover,
.btn-next-email:hover {
    background: #555;
}

.btn-prev {
    background: transparent;
    color: #999;
}

.btn-prev:hover,
.btn-next-st:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #bbb;
}

.reg-form-email-conf {
    color: #aaa;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 38px;
}

.reg-form-email-conf2 {
    color: #aaa;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: -10px;
}

.reg-form-email-st1 {
    color: #c8c8c8;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.reg-form-email-st2 {
    color: #aaa;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 13px 0;
}

.reg-form-email-img {
    background-image: url(../../img/26_3.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.reg-form-h-right {
    display: none;
    margin-bottom: 19px;
    font-size: 26px;
    color: #838282;
    margin-top: 4px;
    font-weight: 600;
    text-align: center;
}

.reg-form-privacy-pass {
    height: 100%;
    margin-left: 30px;
    border-left: 1px solid #333232;
    padding-left: 30px;
    color: #aaa;
    font-size: 14px;
    line-height: 22px;
}

.fullscreen-loader {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}

/* Круговой лоадер */
.loader {
    width: 50px;
    height: 50px;
    border: 4px solid #555;
    border-top: 4px solid #999;
    border-radius: 50%;
    animation: spin 0.3s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-dots {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.dot {
    width: 6px;
    height: 6px;
    background: #e0e0e0;
    border-radius: 50%;
    animation: buttonPulse 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) {
    animation-delay: -0.32s;
}

.dot:nth-child(2) {
    animation-delay: -0.16s;
}

.dot:nth-child(3) {
    animation-delay: 0s;
}

@keyframes buttonPulse {

    0%,
    80%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.Uy_h_1 {
    color: #ddd;
}

.Uy_h_2 {}

.Uy_h_3 {}

.Uy_h_4 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #000000;
    border-bottom: 1px solid #1a1919;
    font-size: 14px;
    color: #929292;
}

.Uy_h_5 {
    padding: 0 10px;
}

.Uy_h_6 {
    cursor: default;
}

.Uy_h_7 {
    padding: 10px 6px;
}

.Uy_h_7:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 0 20px white;
}

.s_a_12 {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #6d6c6c;
    padding-bottom: 16px;
}

.s_a_12m {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.s_a_12m svg {
    fill: #6d6c6c;
}

.block1 {
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 1;
}

.block2 {
    height: auto;
    background: rgb(10 10 10 / 92%);
    color: #ddd;
    position: relative;
    z-index: 8;
    border-top: 1px solid #181818;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.b2_s_a_1 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.b2_s_a_2 {
    font-size: 30px;
    padding-top: 40px;
}

.b2_s_a_3 {
    padding: 10px;
}

.b2_s_a_4 {
    line-height: 1.3;
}

.b2_s_a_5 {
    padding: 40px 0 30px;
    font-size: 30px;
}

/* Контейнер для преимуществ */
.benefits-container {
    display: flex;
    gap: 9px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Карточка преимущества */
.benefit-card {
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    background: rgba(40, 40, 40, 0.8);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-card:hover {
     border: 1px solid #615959;
}

/* Контейнер для картинки */
.benefit-image {
    width: 130px;
    height: 73px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 4px #000;
}
.benefit-image img{
    width: 100%;
}
/* Заголовок преимущества */
.benefit-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Описание преимущества */
.benefit-description {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .benefit-card {
        min-width: 220px;
        max-width: 250px;
    }

    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .benefits-container {
        gap: 20px;
    }

    .benefit-card {
        min-width: calc(50% - 20px);
        max-width: none;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .benefits-container {
        flex-direction: column;
        align-items: center;
    }

   .benefit-card {
        max-width: 300px;
    }
    .section-title {
        font-size: 22px;
    }

    .benefit-image {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }
}

/* Дополнительные стили для разных типов иконок */
.benefit-image.speed {
    background: linear-gradient(45deg, #333, #444);
}

.benefit-image.security {
    background: linear-gradient(45deg, #444, #555);
}

.benefit-image.support {
    background: linear-gradient(45deg, #555, #666);
}

.benefit-image.quality {
    background: linear-gradient(45deg, #666, #777);
}

:root {
      --overlay-bg: rgb(15 15 15 / 92%);
    }

    body.modal-open { overflow: hidden; }

   
    /* Оверлей */
    .modal-overlay {
      position: fixed; inset: 0; background: var(--overlay-bg);
      display: none; align-items: center; justify-content: center;
      z-index: 999;
    }
    .modal-overlay.is-open { display: flex; }

    /* Окно */
    .modal {
    overflow: hidden;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity .2s ease, transform .2s ease;
    color: #ddd;
    background: #1b1b1b;
    padding: 0 20px 20px;
    border-radius: 8px;
    border: 1px solid #2c2b2b;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    width: 635px;
}
    .modal-overlay.is-open .modal { transform: translateY(0); opacity: 1; }

    .modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 14px 0;
}
    .modal__title {
    margin: 0;
    font-size: 18px;
    color: #ddd;
    font-weight: 300;
}
    .modal__close {
    appearance: none;
    border: none !important;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 10px;
}
    .modal__close:hover { background: rgb(193 137 137 / 6%); border: none !important }
.modal__close svg {
        fill: #8e5757;
}
.modal__body {
    padding: 18px 16px;
    min-height: 144px;
}
    /* Контейнер загрузчика внутри модала */
.loader_modal {
    position: absolute;
    inset: 0;
    background: rgb(51 51 51 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: inherit;
}

/* Сам спиннер */
.loader_modal::after {
  content: "";
  width: 48px;
  height: 48px;
  border: 4px solid rgba(0,0,0,0.2);
  border-top-color: #d3d3d3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.form-buttons-x-rem {
    text-align: center;
}
.fr_rem_pass {
    max-width: 400px;
    margin: 0 auto;
}
.fr_rem_pass_text {
    margin-bottom: 20px;
    line-height: 1.4;
}
.input-group {
    position: relative; /* теперь suggestions позиционируются относительно input */
}
.fr_rem_locmodal {
    min-height: 39vh;
}
/* Контейнер для подсказок */
.suggestions {
    position: absolute;      /* абсолютно относительно .input-group */
    top: 100%;               /* прямо под input */
    left: 0;
    right: 0;
    background: #1a1a1a;     /* темный фон */
    border: 1px solid #444;  /* граница */
    border-radius: 4px;
    max-height: 200px;        /* максимум по высоте */
    overflow-y: auto;         /* прокрутка если много вариантов */
    z-index: 1000;            /* поверх всего остального */
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Отдельная подсказка */
.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

/* Подсветка при наведении */
.suggestion-item:hover {
    background-color: #333;
    color: #fff;
}

/* Скрываем пустой контейнер */
.suggestions:empty {
    display: none;
}

.support-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.support-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(50,50,50,0.6);
  padding: 8px 12px;
  border-radius: 8px;
}

.support-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.support-name {
    flex: 1;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
}
.support-btn {
    background: #3f3f40;
    color: #fff;
    padding: 9px 31px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.support-btn:hover {
  background: #515151;
}
.social-links-f {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 9px;
    padding-bottom: 30px;
}
.social-links-f a {
    display: inline-block;
    width: 90px;
    background: rgba(40, 40, 40, 0.8);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.social-links-f a:hover {
    border: 1px solid #615959;
}
.social-links-f svg {
    fill: #ddd;
    color: #ddd;
}

@media (max-height: 940px) {
    .s_a_4 {
    padding: 25px 0 35px;
    font-size: 51px;

}
.s_a_2 {
    padding: 37px 0 0px;
}
.s_a_7 {
    margin: -9px auto 0;
    height: calc(100vh - 369px);
}
}
@media (max-height: 899px) {
.s_a_3 {
    width: 91px;
}
.s_a_4 {
        padding: 30px 0 35px;
        font-size: 50px;
    }
.s_a_2 {
        padding: 29px 0 0px;
    }
    .s_a_7 {
        margin: -26px auto 0;
        height: calc(100vh - 318px);
    }

}
@media (max-height: 835px) {
        .s_a_7 {
        height: calc(100vh - 245px);
        zoom: 0.9;
    }
}
@media (max-height: 785px) {
    .Uy_h_4 {
    padding: 4px 10px;
}
     .s_a_4 {
        padding: 55px 0 35px;
        font-size: 42px;
    }
        .s_a_2 {
        padding: 19px 0px 10px;
    }
         .s_a_7 {
        margin: -70px auto 0;
        height: calc(100vh - 191px);
        zoom: 0.9;
    }
}
@media (max-height: 735px) {
    .s_a_2 {
        padding: 11px 0px 9px;
    }
        .s_a_3 {
        width: 60px;
    }
       .s_a_4 {
        padding: 91px 0 20px;
        font-size: 36px;
        line-height: 1;
    }
         .s_a_7 {
        margin: -93px auto 0;
        height: calc(100vh - 132px);
        zoom: 0.9;
    }
}
@media (max-width: 930px) {
    .s_a_9 {
        display: none;
    }
}
@media (max-width: 860px) {
       .s_a_11 {
        width: 482px;
        position: relative;
        margin: 0 auto;
        top: -9px;
    }
    .cards {
        display: none;
    }
}
@media (max-width: 760px) {
       .s_a_2 {
        padding: 16px 0 0px !important;
    }
    .s_a_3 {
    width: 76px !important;
}
    .s_a_8 {
        display: none;
    }
    .s_a_4 {
        padding: 60px 0 16px !important;
        font-size: 21px !important;
        white-space: nowrap;
    }
        .s_a_7 {
        margin: -49px auto 0 !important;
        height: auto !important;
        padding-top: 139px;
    }
    .reg-form-fl501 {
    flex-flow: column;
}
.reg-form-fl50 {
    flex-flow: column;
}
    .s_a_11 {
        position: relative;
        margin: 0 auto;
        top: -9px;
        height: auto;
        width: calc(100% - 10px) !important;
        margin: 0 auto;
        left: initial;
        right: initial;
        padding-bottom: 28px;
    }
    .reg-form-privacy {
    height: 100%;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.reg-form-privacy-pass {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.block1 {
    position: inherit;
    height: auto;
}
.m_non_hf {
    display: none;
}
}