

:root{
    --font-family: Unbounded;
    --border-box: 40px 50px;
}

* {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.contnet-block-a a {color: #ffffff;transition: 0.3s;}

.contnet-block-a a:hover {
    color: #f0264b;
}

img.rate-ico-vault {
    width: 38px;
    padding: 0px 6px;
}

img.rate-ico-vault.small {
    padding: 0px;
    width: 21px;
    display: flex;
    padding-top: 3px;
    filter: grayscale(1) contrast(8.5);
}

.news-content-b h3 {
    text-align: left;
    font-size: 30px;
}

.news-content-b > p {
    font-size: 14px;
    line-height: 23px;
}

strong {
    font-weight: bold;
}

h4.profile-h4 {
    font-size: 18px;
}

button.custom-button-2.special-1.action_reset_password.disable:after {
    opacity: 0;
}

button.custom-button-2.special-1.action_reset_password_2.disable:after {
    opacity: 0;
}

.group-info-auth-b {
    display: grid;
    gap: 12px;
}

p.new-cost.shop-i {
    font-size: 14px;
    font-weight: 300;
}

img.avatar-user {
    width: 25px;
    border-radius: 6px;
}

cb {
    opacity: 0.6;
    font-weight: 300;
}

.modal-absolute.shop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-info-cabinet-b.select-server-a {
    display: flex;
    gap: 4px;
    margin-top: 20px;
    max-width: 287px;
    flex-direction: column;
    align-items: flex-start;
}

img.img-flag {
    width: 16px;
}

b {
    font-weight: bold;
}

.right-allert.success {
    color: #1ACF66;
    background: #1acf6617;
}

img.server-ico {
    width: 16px;
}

span.select2.select2-container {
    width: 100% !important;
}

a.social-header-a {

    --background: #626EFF;
    
    display: flex;
    background: var(--background);
    width: 100%;
    text-decoration: none;
    align-items: center;
    padding: 24px;
    justify-content: space-between;
    border-radius: 8px;
    transition: 0.3s;
    outline: 5px solid rgb(57 150 255 / 0%);

    &:hover {
        outline: 5px solid rgb(98 110 255 / 40%);
    }

    &:active {
        transform: scale(1.02);
    }

    &.vk-a{
        --background: #3996FF;

        &:hover {
            outline: 5px solid rgb(57 150 255 / 40%);
        }
    }

    &.tg-a{
        --background: #2AABEE;

        &:hover {
            outline: 5px solid rgb(42 171 238 / 40%);
        }
    }
}


li.social-header-li {
    display: flex;
    width: 100%;
    height: 76px;
}

.left-socials-header-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

img.social-ico {
    width: 24px;
    pointer-events: none;
}

p.text-social {
    color: #FFF;

    font-size: 14px;

    font-weight: 700;
    line-height: 28px;
}

p.color_gold {
    font-size: 12px;
    text-align: right;
    display: flex;
    padding: 0;
    width: 50%;
    justify-content: flex-end;
    color: #FFC107;
}

.right-socials-header-a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    gap: 5px;
    min-width: 90px;
    padding: 3px 12px;
    display: flex;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.32);
}

img.ico-users {
    pointer-events: none;
}

ul.socials-list-header {
    display: grid;
    gap: 15px;
}

body {
    overflow-x: hidden;
    background-color: #151515;
    color: #979AA0;
}

input#promocode_active {
    background: #8bc34a29;
    border-color: #8BC34A;
    color: #8BC34A;
}

.description-promocode {
    font-size: 14px;
    line-height: 20px;
    color: #1ACF66;
    background: #1acf6617;
    padding: 16px;
    border-radius: 12px;
}

p.top-info-b {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.modal-absolute.promocode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-promo {
    display: grid;
    gap: 30px;
}

h4 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    max-width: 634.282px;
    max-width: 634.282px;
}

p.news-text-a {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 29px;
    max-width: 914.705px;
    margin-top: -8px;
}

.object-server-info:after {
    width: calc(100% + 42px);
    height: 1px;
    background: #d9d9d91a;
    content: "";
    position: absolute;
    left: -21px;
    bottom: -15px;
}

.custom-button-2 {
    border-radius: 5px;
    background: #252525;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 25px 36px;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    
    outline: 5px solid rgb(58 58 58 / 0%);

    &.login {
        background: #F0264B;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    &:hover {
        background: #F0264B;
        outline: 5px solid rgba(240, 38, 75, 0.26);
    }

    &:active {
        background: #F0264B;
        transform: scale(1.02);
    }
}

.custom-button-2.small {
    height: 35px;
    color: #B8B8B8;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: math-auto;
    padding: 18px;

    &:hover, &.active{
        color: #FFF;
        background: #F0264B;
    }
}

.group-buttons {
    display: flex;
    gap: 25px;
}

h1.main-h1 {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

section.content-sections {
    margin-bottom: 27px;
}

.contnet-block-a {
    border-radius: 12px;
    background: #1B1B1B;
    padding: 28px 49px;
}

.content {
    display: flex;
    justify-content: center;
}

.news-image {
    height: 269px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.news-border {
    padding: 31px 46px;
}

.news-object {
    border-radius: 12px;
    background: #1B1B1B;
}

.bottom-info-news {
    display: flex;
    justify-content: space-between;
}

.right-info-news {
    display: flex;
    align-items: center;
    gap: 5px;
}

p.login-user {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

p.text-info-date {
    color: #ABABAB;

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
}

img.absolute-image-1 {
    position: absolute;
    left: -163px;
    top: 189px;
}

img.absolute-image-2 {
    position: absolute;
    right: -132px;
    top: 105px;
}

img.absolute-image-3 {
    position: absolute;
    top: 90px;
    animation: animation1 3s linear infinite;
}

.header-content {
    position: relative;
}

p.text-block {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 115% */
}

.top-info-block {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: center;
}

.content-main {
    gap: 14px;
    display: flex;
    margin-top: -196px;
    align-items: flex-start;
}

.left-block {
    width: 78%;
    display: grid;
    gap: 45px;
}

a.button-number-page {
    border-radius: var(--Roundness-Round-Inside, 6px);
    border: 1px solid #272727;
    background: #1B1B1B;

/* Shadow / XSM */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: white;
    text-decoration: none;
}

.number-page-news {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.button-number-page.active {
    background: #F0264B;
}

a.button-number-page:hover {
    background: #F0264B;
}

.news-content-a {
    display: grid;
    gap: 13px;
}

footer.footer-main {
    background: #111;
    display: flex;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 60px;
}

.object-footer-a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.top-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 52px;
    justify-items: end;
}

p.footer-text-a {
    color: #979AA0;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

a.link-a {
    color: #656565;
    transition: 0.3s;
    cursor: pointer;
}

a.footer-link-a-main {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    transition: 0.3s;
    line-height: 15.56px; /* 129.667% */
    text-decoration: none;
}

p.title-block-b {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16.827px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.78px; /* 105.666% */
    margin-bottom: 11px;
}

li.footer-link-a {
    display: flex;
}

ul.links-footer-a {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

a.footer-link-a-main:hover {
    color: white;
}

a.link-a:hover {
    color: white;
}

a.footer-link-a-main.mail {text-decoration: underline;}

.right-block {
    width: 26%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

img.loading-avatar {
    width: 69%;
}

img.skin_head {
    border-radius: 6px;
    width: 52%;
}

.left-qr-code {
    border-radius: 7px;
    background: #FFF;
    min-width: 114.91px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-auth.auth_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 11px;
}

.auth-component-modal {
    display: grid;
    gap: 13px;
    width: 330px;
}

.left-qr-code > img {
    width: 85%;
}

.input-name-qr-main {
    color: #CDDC39;
}

.input-refferal-block.active > input {
    color: #8BC34A;
    background: #8bc34a12;
    border: solid 1px;
}

.content-right-block {
    border-radius: 12px;
    background: #1B1B1B;
    padding: 36px 32px;
}

.content-object-inputs {
    display: grid;
    gap: 15px;
    margin-bottom: 15px;
}


.menu-form-a {
    border-radius: 6px;
    border: 1px solid #323539;
    background: #252525;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
 }
 
 .menu-main-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 43px;
    height: 40px;
 }
 
 .menu-main-top.active > .list-form-a {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
 }
 
 .group-profile-info-top {
    display: flex;
    gap: 7px;
 }
 
 .menu-form-a:hover {
    background: #2b2b2b;
    color: white;
 }
 
 .right-info-profile-a {
    display: flex;
    align-items: center;
    gap: 7px;
 }
 
 p.user-email {
    color: #FFF;
 
    font-size: 13px;
    
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    max-width: 135px;
    white-space: nowrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis;
 }
 
 p.user-balance {
    color: #BCBCBC;
 
    font-size: 16px;
    
    font-weight: 500;
    line-height: 20px;
    text-align: left;
 }
 
 .right-info-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 
 .avatar-user-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #16071E;
    width: 43px;
    height: 40px;
 }
 
 .profile-top-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
 }
 
a.link-object-li-a-link {

    font-size: 12px;
    
    font-weight: 500;
    transition: 0.3s;
    border-radius: 8px;
    border: 1px solid #32353900;
    background: rgba(161, 161, 161, 0);
    height: 35.676px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.80);
    padding: 10px;
    width: 100%;
 }
 
 li.object-li-a {
    display: flex;
    width: 100%;
 }
 
 ul.object-ul-list {
    display: grid;
    gap: 6px;
 }
 
 .list-form-a {
    background: #202020;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 46px;
    min-width: 216px;
    width: 100%;
    transform: translateY(-11px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
 }
 
 a.link-object-li-a-link:hover {
    border: 1px solid #323539;
    background: rgba(161, 161, 161, 0.06);
    color: white;
 }
 

.border-block-right {
    display: grid;
    gap: 12px;
}

p.custom-link-a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.user-info-creator {
    display: flex;
    align-items: center;
    gap: 7px;
}

img.right-logotype {
    margin-bottom: -25px;
    pointer-events: none;
}

p.custom-link-a:hover {
    filter: drop-shadow(2px 4px 6px #ffffff61);
}

p.custom-link-b:hover {
    color: white;
}

p.custom-link-b {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    transition: 0.3s;
    cursor: pointer;
    line-height: 16px;
    text-decoration-line: underline;
}

input.custom-input-1.login-input {
    padding-left: 54px;
}

.object-input {
    position: relative;
}

img.avatar-user-login {
    position: absolute;
    top: 9px;
    left: 15px;
}

section.content-sections {
    margin-bottom: 27px;
    display: grid;
    gap: 16px;
}

.group-info-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

a.navigation-link-a:hover {
    color: white;
    padding-left: 20px;
    border-radius: 4px;
    border: 1px solid rgba(50, 53, 57, 0.54);
    background: rgba(255, 255, 255, 0.04);
}

a.navigation-link-a:after {
    background-image: url(/img/arrow-right.svg);
    content: "";
    position: absolute;
    right: 12px;
    width: 25px;
    height: 23px;
    transform: translateX(-10px);
    opacity: 0;
    transition: 0.3s;
}

a.navigation-link-a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

a.navigation-link-a {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    transition: 0.3s;
    position: relative;
    font-weight: 500;
    line-height: 42px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid rgba(50, 53, 57, 0.54);
    height: 44px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

li.navigation-link-a {
    display: flex;
}

ul.navigations-link {
    display: grid;
    gap: 6px;
}

p.text-server-name {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px;
}

.top-server-info-a {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bottom-server-info-a {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.5px;
}

p.top-server-info-b {
    color: #FFF;
    text-align: right;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    letter-spacing: 0.5px;
}

p.bottom-server-info-b {
    color: rgba(151, 154, 160, 0.75);
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
    letter-spacing: 0.5px;
}

.slide-select {
    background-image: url(/img/slide-no-active.png);
    width: 22px;
    height: 22px;
    transition: 0.3s;
    cursor: pointer;
}

.slider-num {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}

.slide-select.active {
    background-image: url(/img/slide-active.png);
}

.header-top-section-a {
    display: flex;
    transition: 0.4s;
}

.slide-header {
    min-height: 370px;
    height: 370px;
    display: flex;
    align-items: flex-start;
    width: 468px;
    overflow: hidden;
}

.top-server-object {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #202020;
    border: solid 1px #32353900;
    padding: 14px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.left-server-info {
    display: grid;
    gap: 3px;
}

.right-server-info {
    display: grid;
    gap: 3px;
}

p.left-info-server-c {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px;
    width: 50%;
}

p.right-info-server-c {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
}

a.download-launcher:hover {
    filter: drop-shadow(2px 4px 6px #6ca5ff);
    background: #6ca5ff;
}

.object-info-server {
    display: flex;
    padding: 16px 15px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.top-server-object.active {
    border-radius: 5px 5px 0px 0px;
    border: solid 1px #323539;
    background: #202020;
}

.object-info-server:after {
    height: 1px;
    background: #d9d9d91a;
    width: 90%;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 5%;
    right: 5%;
}

.object-info-server:last-child:after {
    display: none;
}

.object-monitoring {
    margin-bottom: 25px;
    display: grid;
    gap: 15px;
}

p.online-text {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

p.online-text.online-info {
    color: #32C560;
}

.object-server-info-left {
    display: flex;
    align-items: center;
}

.object-server-info {
    display: flex;
    gap: 15px;
    padding: 3px;
    position: relative;
    align-items: center;
}

.object-server-info:last-child:after {
    display: none;
}

.servers-all-stats {
    border-radius: 5px;
    border: solid 1px #d9d9d91a;
    padding: 15px 21px;
    gap: 29px;
    display: grid;
}

.record_monitoring-ico {
    border-radius: 3px;
    background: #FF9D0A;
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-right: 17px;
}

.list-info-server {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #1D1D1D;
    border-radius: 0px 0px 5px 5px;
}

p.info-online-text-p {
    color: #979AA0;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px; /* 91.667% */
}


.header {
    background-image: url(/img/header-backgroumd.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-bottom: 195px;
}

.header-top {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(21.75px);
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    height: 104px;
    padding: 21px 80px;
    position: relative;
    z-index: 1;
}

a.link-header-a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    background: #f0264b00;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.online-server {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 121.9%;
}

.left-header-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.online-server {
    display: flex;
    align-items: center;
}

ul.links-header-ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

li.link-header {
    display: flex;
    align-items: center;
}

.border {
    width: 1419px;
}

.right-info {
    display: flex;
}

.auth-top-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

li.auth-top-li {
    display: flex;
    align-items: center;
}

a.cusom-link-a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a.cusom-link-a:hover {
    filter: drop-shadow(2px 4px 6px #ffffff61);
}

.custom-button-1 {
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.48);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
    padding: 20px;
    gap: 15px;
    outline: 5px solid rgb(58 58 58 / 0%);
}

a.social-link-a {text-decoration: none;cursor: pointer;transition: 0.3s;}

a.social-link-a:hover {
    transform: rotate(9deg);
}

a.link-header:hover {
    transform: scale(1.05);
}

a.navigation-link-a:hover {
    color: white;
    padding-left: 20px;
}

.custom-button-1:hover {
    background: #f0264b;
    transition: 0.3s;
    outline: 5px solid rgba(240, 38, 75, 0.26);
}

p.text-button-3 {
    font-weight: 500;
}

.custom-button-1.big {
    min-width: 271px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 28.89px;
    text-transform: uppercase;
    outline: 5px solid rgb(58 58 58 / 0%);
}

a.link-header-a:hover {
    color: white;
    border-radius: 6px;
    background: #F0264B;
}

svg.ico-header {
    margin-top: -4px;
}

h3 {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    min-width: 400px;
    line-height: 121.9%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.text-p {
    color: rgba(255, 255, 255, 0.73);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.5px;
    max-width: 520px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.group-info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.socials-links {
    display: flex;
}

ul.socials-ul {
    display: flex;
    align-items: center;
    gap: 17px;
}

.bottom-header-content {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

a.link-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a.header-content-object {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(21.75px);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    height: 213px;
}

p.info-launcher-b {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 121.9%;
}

.info-launcher-a {
    gap: 5px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
}

p.info-launcher-c {
    color: rgba(255, 255, 255, 0.73);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    width: 396.917px;
    max-width: 442px;
}

.right-info-b {
    display: grid;
    gap: 7px;
    margin-left: -45px;
}

img.youtube-ico {
    position: absolute;
    transition: 0.3s;
}

.header-content-object.video:hover > img {
    transform: scale(1.1);
}

a.header-content-object.video {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.title-text-video {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 121.9%;
    width: 288.414px;
}

li.social-li {
    display: flex;
}

.header-top-section.active {
    opacity: 1;
}

.header-top-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    opacity: 0;
    transition: 0.3s;
}

img.launcher-download-ico {
    margin-left: -15px;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(21.75px);
    margin-top: 12px;
    height: 632px;
}
/*Modal Register*/
.modal-absolute.auth-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-auth-form {
    height: 687px;
    width: 1184px;
    border-radius: 17px;
    background: #101012;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}

.left-auth-form {
    display: flex;
    align-items: flex-end;
    background-size: cover;
}

p.text-info-auth {
    color: #FFF;

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 140.625% */
    letter-spacing: -0.32px;
    max-width: 381px;
    margin: 60px;
}

p.title-form {
    color: #FFF;

    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-panel {
    width: 100%;
    height: 100%;
    padding: 50px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.inputs-group {
    display: grid;
    gap: 31px;
}

.custom-button-2.special-1 {
    height: 46px;
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    background: #F0264B;
}

.custom-button-2{
    position: relative;
    overflow: hidden;
}

.custom-button-2.disable {
    pointer-events: none;
    background: #1e1e1e;
}

.custom-button-2:after {
    width: 100%;
    height: 100%;
    background-image: url(/img/loading.svg);
    content: "";
    position: absolute;
    background-position: center;
    background-size: 27px;
    background-repeat: no-repeat;
    background-color: #1e1e1e;
    opacity: 0;
    transition: 0.3s;
}

.custom-button-2.disable:after{
    opacity: 1;
}

.checkbox-main.active {
    background-image: url(/img/modals/auth/checkbox-active.svg) !important;
    width: 21px;
    height: 21px;
}

p.text-info-b {
    color: #858C95;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}

.info-auth-block {
    display: flex;
    gap: 7px;
}

p.checkbox-text {
    color: rgba(255, 255, 255, 0.75);

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkbox-main {
    width: 21px;
    height: 21px;
    background-size: contain;
    transition: 0.3s;
    background-repeat: no-repeat;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

  .checkbox {
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}

.link-auth-1 {
    color: #0A77FF;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    cursor: pointer;
    transition: 0.3s;
}

.link-auth-1:hover {
    color: #2a89ff;
}
/*Modal Register Close*/
/*Modal How-Start*/
.modal-absolute {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    background: #00000094;
    backdrop-filter: blur(7px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
}

.modal-main {
    margin-top: 15%;
}

.modal-default {
    border-radius: 17px;
    background: #101012;
    width: 1184px;
    position: relative;
    padding-top: 34px;
    padding-bottom: 34px;
}

img.close-modal:hover {
    transform: scale(1.1);
}

img.close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    transition: 0.3s;
}

h5.modal-h5 {
    color: #FFF;

    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.top-title-info {
    color: #979AA0;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 28px;
}

p.step-info-a {
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

p.step-info-b {
    color: #979AA0;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 7px;
}

p.info-text {
    color: #FFA500;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: normal;
}

p.title-support-a {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}

p.description-support {
    color: #858C95;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.custom-button-4 {
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

p.tilte-top-download {
    color: #FFF;
    text-align: left;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.7;
}

p.info-top-download {
    color: #FFF;
    text-align: left;

    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

a.download-launcher {
    background: #438CFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    gap: 20px;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 9px;
}

p.title-image-modal {
    color: #FFF;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 407.968px;
}

.modal-border {
    padding-left: 90px;
    padding-right: 90px;
}

.image-modal-info {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 250px;
    display: flex;
    align-items: center;
    padding-left: 90px;
    padding-right: 90px;
}

.group-block-modal-a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

ul.socials-list-header.modal-info {
    grid-template-columns: repeat(3, 1fr);
}

.object-block-modal-a {
    border-radius: 14px;
    background: #ffffff05;
    padding: 26px 40px;
    display: grid;
    justify-items: start;
}

a.custom-button-1.disable {
    opacity: 0.5;
    pointer-events: none;
}

p.step-info-a.success {
    color: #8BC34A;
}

p.step-info-b.success {
    color: #8bc34a;
}

.object-block-modal-a.sucess {
    background: #111f19;
    border: 0.5px solid #1ACF66;
}

a.navigation-link-a.red-link {
    color: white;
    background: #f0264b;
}

.group-buttons-modal {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.title-top-modal-a {
    display: flex;
    gap: 5px;
    align-content: space-around;
    flex-direction: column;
    justify-content: flex-start;
}

a.custom-button-1.disable {
    opacity: 0.5;
    pointer-events: none;
}

.group-socials-information {
    width: 100%;
    margin-top: 15px;
}

.support-block {
    border-radius: 12px;
    border: 0.5px solid #1ACF66;
    background: rgba(26, 207, 102, 0.08);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-top: 15px;
}

.left-support-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.custom-button-5 {
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 6px;
    background: #18994E;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    padding: 10px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
    cursor: pointer;
    justify-content: center;
}

.custom-button-5:hover {
    background: #24c567;
    filter: drop-shadow(2px 4px 6px #24c567);
}
/*Modal How-Start*/

/*Modal AddBalance*/
p.title-block-payment {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.count-r {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

p.bonus-text {
    color: #979AA0;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

cw {
    color: white;
}

p.payment-text {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
     /* 257.143% */
}

p.payment-text-2 {
    color: #9B9C9E;

    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}

.bottom-content {
    display: grid;
    gap: 6px;
}

.top-content {
    height: 36px;
    display: flex;
    align-items: center;
}

p.text-bonus-input-absolute {
    color: #AFAFAF;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    bottom: 21px;
    right: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

p.title-input-number {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

.modal-payment-a {
    position: relative;
    border-radius: 6px;
    border: 1px solid #151515;
    background: #151515;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    width: 751.921px;
    padding: 40px;
    display: grid;
    gap: 30px;
}

.modal-absolute.addbalance {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-object:hover {
    transform: translateY(-5px);
    background: #272729;
}

.payment-object.active {
    background: #f0264b36;
    border: solid 1px #f0264b;
}

.object-sum-add:hover {
    transform: translateY(-5px);
    background: #272729;
}

input.custom-input-number {
    border-radius: 6px;
    background: #1E1E1F;
    outline: none;
    border: none;
    height: 58px;
    width: 100%;
    color: #979AA0;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 110px;
}

.object-sum-add {
    height: 213.222px;
    border-radius: 6px;
    background: #1E1E1F;
    padding: 17px;
    display: grid;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.top-content-balance {
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-content-balance {
    display: grid;
    gap: 3px;
}

.group-sum-add {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.payment-object {
    border-radius: 6px;
    background: #1E1E1F;
    border: solid 1px #1E1E1F;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
}

.group-payments {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    display: grid;
    height: 125.13px;
}

.input-object-a {
    position: relative;
}

/*Modal AddBalance Close*/

/*Modal Payment*/
p.title-block-buy {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.title-text-continue {
    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.object-period.noselect.active > div {
    background: #ffffff;
    color: #F0264B;
}

.object-period {
    color: #F0264B;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
    border-radius: 6px;
    background: rgba(240, 38, 75, 0.15);
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
    padding-right: 30px;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.donate-block-info {
    height: 105.121px;
    border-radius: 12px;
    display: flex;
    background: #d9d9d905;
    align-items: center;
    gap: 25px;
    padding: 15px;
}

.top-info-donate {
    display: flex;
    align-items: center;
    gap: 20px;
}

p.title-donate-info {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

p.discount-text {
    color: rgba(186, 104, 200, 0.90);
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    background: rgba(186, 104, 200, 0.10);
    padding: 5px 14px;
}

p.old-cost {}

p.new-cost {
    color: rgba(255, 255, 255, 0.90);

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.old-cost {
    color: rgba(255, 255, 255, 0.50);

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

.bottom-info-donate {
    gap: 8px;
    display: flex;
    align-items: center;
}

.info-donate {
    display: grid;
    gap: 10px;
}

.group-continue {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

img.arrow-down-absolute {
    position: absolute;
    right: 16px;
    transition: 0.3s;
}

.select-box.active > .select-main > .arrow-down-absolute {
    transform: rotate(180deg);
}

.list-select {
    /* display: none; */
    position: absolute;
    z-index: 2;
    background: #202020;
    width: 100%;
    top: 47px;
    display: grid;
    padding: 15px;
    border-radius: 13px;
    transition: 0.3s;
    gap: 15px;
}

p.text-server-main {
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    line-height: normal;
}

.select-main {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #323539;
    background: #1E1E1F;
    width: 100%;
    height: 36.209px;
    padding: 10px;
    gap: 6px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.modal-absolute.buy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-payment-a.modal-buy {
    width: 455px;
    padding: 34px;
}

.object-period:after {
    background-image: url(/img/modals/payment/cross.svg);
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 10px;
}

.object-period.active:after {
    background-image: url(/img/modals/payment/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.object-period.active {
    background: #F0264B;
    color: white;
}

.select-box {
    position: relative;
    width: 258.916px;
}

.group-info-top-vault.change_vault_a {
    margin-bottom: 19px;
}

.right-top-change {
    display: flex;
    gap: 6px;
}

.server-object-select {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    transition: 0.3s;
}

.server-object-select > p {
    opacity: 0.4;
}

.server-object-select:hover > p {
    opacity: 1;
}

.server-object-select:hover {
    transform: translateX(3px);
}

.list-select {
    transform: translateY(-13px);
    opacity: 0;
    pointer-events: none;
}

.select-box.active > .list-select {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}
/*Modal Payment close*/

/*Humburger Style Open*/
.humburger-menu {
    width: 65%;
    height: 100%;
    position: absolute;
    background: #040404b0;
    z-index: 7;
    pointer-events: none;
    backdrop-filter: blur(23px);
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
}
body.hidden {
    overflow: hidden;
}
.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}
ul.hum-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.humburger-content {
    height: 100%;
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.buttons-content-hum {
    width: 100%;
    padding: 30px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    right: 25px;
    top: 48px;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -13px;
}
.menu__btn > span::after {
    content: '';
    top: 13px;
}
.links-header-ul.mob-el {
    display: grid;
    gap: 42px;
    justify-items: center;
    align-items: center;
}

/*Humburger Style CLOSE*/


@media (min-width: 1210px) and (max-width: 1499px) {
    body {
        zoom: 0.85;
    }
}

@media (min-width: 1175px) and (max-width: 1210px) {
    body {
        zoom: 0.8;
    }
}


@media (max-width: 1300px) {
    .border {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1175px) {
    ul.links-header-ul.head-pc {
        display: none;
    }
    .right-header-content{
        display: none;
    }
    .header-top {
        padding: 25px;
    }
    .bottom-header-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .content-main {
        flex-direction: column;
    }
    .left-block, .right-block {
        width: 100%;
    }
    .right-block {
        order: -1;
    }
    p.text-p {
        max-width: unset;
        text-align: center;
    }
    .slider-num {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-top-section {
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 100%;
    }
    h3 {
        text-align: center;
        min-width: auto;
        max-width: 521px;
        font-size: 40px;
    }

    .slide-header {
        width: 100%;
        padding: 25px;
        min-height: auto;
        height: auto;
    }
    .online-server {
        display: none;
    }
    .auth-top-ul.head-pc {
        display: none;
    }
    .right-humburger {
        display: flex;
    }
    img.absolute-image-2 {
        display: none;
    }
    .header-center {
        display: flex;
        justify-content: unset;
        align-items: unset;
    }
    .header-top-section-a {
        width: 100%;
    }
    .number-page-news {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .group-info {
        display: flex;
        flex-direction: column;
    }

    .top-footer {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        justify-items: stretch;
        width: 100%;
    }
    
    .object-footer-a:nth-child(2n) {
        display: flex;
        align-items: flex-end;
    }
    
    .object-footer-a:nth-child(2n) > .links-footer-a {
        display: flex;
        align-items: flex-end;
    }

    .content-right-block {
        padding: 36px 20px;
    }

    p.info-launcher-b {
        font-size: 17px;
    }
    
    p.info-launcher-c {
        font-size: 13px;
        line-height: 21px;
        width: auto;
    }

    a.header-content-object {
        display: none;
    }

    p.top-info-b {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .news-border {
        padding: 28px 20px;
    }

    .header-top {
        margin-top: 11px;
    }
    /*Modal How-Start*/
    .modal-main {
        margin-top: 20%;
    }
    .support-block {
        display: grid;
        gap: 15px;
        justify-items: start;
    }
    .object-block-modal-a {
        padding: 20px;
    }

    .modal-default {
        width: 100%;
        border-radius: 0px;
    }
    
    .modal-main {
        margin-top: 0%;
    }
    
    ul.socials-list-header.modal-info {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .modal-border {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .group-block-modal-a {
        grid-template-columns: repeat(1, 1fr);
    }
    
    h5.modal-h5 {
        font-size: 20px;
    }
    
    .image-modal-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    p.title-image-modal {
        font-size: 20px;
        width: 237px;
    }
    /*Modal How-Start close*/
    /*Modal Register*/
    .left-auth-form {
        display: none;
    }
    .modal-auth-form {
        grid-template-columns: repeat(1, 1fr);
    }
    .modal-auth-form {
        width: 600px;
    }
    /*Modal Register close*/
}

@media (max-width: 700px) {
    .number-page-news {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .top-footer {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .object-footer-a:nth-child(2n) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .object-footer-a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    li.footer-link-a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    p.footer-text-a {
        text-align: center;
    }
    
    .object-footer-a:nth-child(2n) > .links-footer-a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .bottom-footer {
        display: flex;
        gap: 23px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bottom-info-news {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    h3 {
        font-size: 29px;
    }
    p.text-p {
        font-size: 14px;
    }
    .custom-button-1.big {
        min-width: auto;
        font-size: 15px;
    }
    /*Modal Register*/
    .modal-auth-form {
        width: 100%;
    }
    .modal-auth-form {
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    .form-panel {
        padding: 25px;
    }
    /*Modal Register close*/
    .group-block-cabintet-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}