

: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;
}


a.social-header-a {

    outline: 5px solid rgb(57 150 255 / 0%);

    &:hover {
        outline: 5px solid rgb(98 110 255 / 40%);
    }

}

img.how-start-img {
    width: 411px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

img.payment-image.payment_visa {
    position: absolute;
    transform: scale(0);
}

img.payment-image.payment_master-card {
    position: absolute;
    transform: scale(0);
    width: 105px;
}

p.text-helper.prefix {
    color: #B7BBCC;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.object-input.prefix {
    gap: 11px;
}

p.text-allert > a {display: contents;}

.info-allert {
    background: #212223;
    padding: 10px;
    color: #979AA0;
    gap: 13px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    width: 100%;
}

p.text-allert {
    font-size: 13px;
    width: 100%;
}

a.link-allert {
    color: #ff6a16;
    transition: 0.3s;
    cursor: pointer;
}

a.link-allert:hover {
    color: #ff955a;
}

img.payment-image.payment_visa.active {
    transform: scale(1);
    transition: 0.6s;
}

img.payment-object-image.payment-ico-a.ico-a12 {
    max-width: 130px;
}

img.payment-image.payment_mir.active {
    transform: scale(1);
    transition: 0.6s;
}

img.payment-image.payment_master-card.active {
    transform: scale(1);
    transition: 0.6s;
}

h2#swal2-title {
    font-size: 14px;
    font-family: 'Inter';
}

body {
    background: #181818;
}

a.link-header-a {
    color: #979AA0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.link-header-a:hover {
    color: #FFF;
    
    
     /* 157.143% */
}

img.payment-object-image.payment-ico-a {
    max-width: 50px;
}

img.logotype {
    width: 224px;
}

.left-header-content {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 50%;
    position: relative;
}

.list-last-buy {
    width: 100%;
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.content {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

li.link-header {
    display: flex;
}

ul.links-header-ul {
    display: flex;
    align-items: center;
    gap: 32px;
}


p.language-title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
     /* 157.143% */
}

p.language-title-a {
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    opacity: 0.77;
    transition: 0.3s;
}

.custom-button-1 {
    border-radius: 6px;
    background: #FF6A16;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 20px;
    gap: 7px;
    outline: 5px solid rgb(57 150 255 / 0%);
    transition: 0.3s;
    border: none;
    position: relative;
    overflow: hidden;
}

.custom-button-1:hover {
    outline: 5px solid rgb(255 106 22 / 25%);
    background: #ff7c32;
}

p.top-text-a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.64;
    white-space: pre;
}

p.bottom-text-a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    white-space: pre;
}

.online-block-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.line-header {
    width: 1.154px;
    height: 44.743px;
    opacity: 0.22;
    background: #D9D9D9;
}

.object-lanugage {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    transition: 0.3s;
    cursor: pointer;
    background: #1e1f1f;
    position: relative;
    text-decoration: none;
}

button#buy_monets {
    min-width: 205px;
    color: #ffc3a2;
}

cw {
    color: white;
    font-weight: 600;
}

.list-language-main {
    border-radius: 6px;
    border: 1px solid #52515169;
    background: #2b2d2f54;
    overflow: hidden;
    width: 137px;
    top: 34px;
    left: -10px;
    position: absolute;
    z-index: 2;
    transform: translateY(-13px);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.object-lanugage:after {
    width: 100%;
    height: 1px;
    background: #343434;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    content: "";
}

.object-lanugage:last-child:after {
    display: none;
}

.main-select-language {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

svg.language-arrow {
    margin-left: 4px;
    transition: 0.3s;
    transform: rotate(180deg);
}

.object-lanugage:hover {
    background: #1e1f1f;
}

.object-lanugage:hover {
    background: #2a2d2d;
    padding-left: 20px;
}

.select-language {
    position: relative;
}

.select-language.active > .list-language-main {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.select-language.active > .main-select-language > svg {
    transform: rotate(0deg);
}

button.custom-button-1.copy-active {
    background: #3190FF;
    outline: 5px solid rgb(57 150 255 / 0%)!important;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    position: relative;
}

.right-info {
    display: flex;
    align-items: center;
    gap: 28px;
}

.border {
    width: 1330px;
    position: relative;
    z-index: 1;
}

.header {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 3;
}

h1.header-h1 {
    color: #FFF;
    font-size: 75px;
    font-style: normal;
    font-weight: 500;
    line-height: 87px;
    max-width: 600px;
}

p.text-p {
    color: #B7BBCC;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    max-width: 416px;
}

.group-button-a {
    display: flex;
    gap: 15px;
}

section.section-block {
    display: grid;
    gap: 30px;
}

.left-header-content-center {
    display: grid;
    gap: 30px;
    margin-bottom: 50px;
}



button.custom-button-1.small {
    height: 36px;
    font-family: Inter;
    font-size: 14px;
}

button.custom-button-1.gray {
    background: #2B2D2F;
}

button.custom-button-1.gray:hover {
    outline: 5px solid rgb(43 45 47 / 50%);
}

a.link-header {
    transition: 0.3s;
    cursor: pointer;
}

a.link-header:hover {
    transform: scale(1.05);
}

.header-content {
    height: calc(100vh - 86px);
    display: flex;
}

.left-absolute-pane {
    background: linear-gradient(0deg, #ff5c000f 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 50%;
    height: 100vh;
    position: absolute;
    left: 0;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 1;
}

img.background-header-a {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 46%;
    min-width: 389px;
}


.down-info {
    display: flex;
    gap: 13px;
    align-items: center;
    position: absolute;
    bottom: 67px;
    color: #605b59;
}

/*Slider-Own-1 open*/
.object-last-buy {
    height: 141px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    border: 1px solid #323539;
    background: #212223;
}

img.avatar-img {
    width: 37px!important;
}

p.time-buy {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #858C95;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.user-login {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    text-align: center;

    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.donate-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 81%;
    text-overflow: ellipsis;
    color: #858C95;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h4.h4-info {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
     /* 243.75% */
}

.left-top-block-bottom {
    display: flex;
    align-items: center;
}

.live-shop {
    display: grid;
    gap: 30px;
}

button.owl-dot {
    border-radius: 1px;
    opacity: 0.3;
    background: #FFF;
    width: 16px;
    height: 3px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 269px;
    gap: 7px;
    position: absolute;
    bottom: 66px;
}

button.owl-dot.active {
    opacity: 1;
    width: 24px;
}


.right-info-donate {
    display: flex;
    flex-direction: column;
}

.vault-block {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    padding: 16px;
    min-width: 212px;
}

.range-info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.vault-bottom-a {
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: flex-start;
}

.group-content-block-1 {
    display: grid;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: 1fr 0.5fr;
}

.group-block {
    display: flex;
    align-items: center;
    gap: 22px;
}

p.text-licence-1 {
    color: #858C95;
    font-weight: 400;
    line-height: 140.74%;
    max-width: 440px;
    font-family: Inter;
    max-width: 354.472px;
    font-size: 16px;
}

.range-object {
    display: grid;
    gap: 26px;
}

p.range-text-right {
    display: none;
}

.left-group-block-1 {
    display: grid;
    gap: 25px;
    padding: var(--border-box);
    border-radius: 9px;
    border: 1px solid #323539;
    background: rgba(43, 45, 47, 0.47);
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
}

.left-data-user {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
}

.content-block-group {
    margin-top: 26px;
}

.left-content-block {
    width: 24%;
}

.right-content-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 75%;
}

.right-content-block-bottom {
    border-radius: 9px;
}

.users-list-a {
    display: grid;
}

p.text-down-info {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.arrow-down {
    animation: arrow 1.2s linear infinite;
}

.social-block-header {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 52px;
}

ul.socials-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

h3.h3-main {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
}

a.social-link-a {
    display: flex;
    transition: 0.3s;
    cursor: pointer;
}

a.social-link-a:hover {
    transform: scale(1.05);
}

li.social-li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-block-1 {
    border-radius: 9px;
    display: grid;
    gap: 50px;
    margin-bottom: 50px;
}

h2 {
    color: #FFF;

    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.object-server {
    border-radius: 9px;
    border: 1px solid #323539;
    background-color: rgba(43, 45, 47, 0.47);
    height: 155.784px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    gap: 15px;
    color: #fff;
    background-position: center;

    font-size: 20px;
    font-style: normal;
    background-image: url(/img/select-server-hover.png);
    background-size: 0%;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.object-server > img {
    filter: grayscale(1);
    transition: 0.3s;
}

.object-server:hover {
    background-color: #262729;
}

.servers-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 50px;
}


.object-shop-a {
    align-items: center;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

p.category-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

li.category-li {
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
    transition: 0.3s;
    color: #858C95;
    cursor: pointer;
}


.shop-main {
    display: flex;
    gap: 25px;
}


.object-shop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    height: 410px;
    position: relative;
    padding: 40px 44px;
    border-radius: 9px;
    border: 1px solid #323539;
    background: rgba(43, 45, 47, 0.47);

    &:hover{
        transform: translateY(-10px);
    }
}


p.title-info {
    margin-bottom: 8px;
    color: #B7BBCC;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button.custom-button-1.shop-button:hover {
    background: #FF6A16;
    outline: 5px solid rgb(255 106 22 / 25%);
}

.object-image {
    width: 100%;
    height: 194px;
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #2b2d2c;
}

img.donate-image {
    height: 144px;
    object-fit: contain;
    padding: 17px;
}

.shop-content {
    width: 100%;
}

button.custom-button-1.shop-button {
    width: 86%;
    height: 61px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

cw {
    color: white;
}

p.title-donate {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}

a.link-header-a:after {
    width: calc(100% + 20px);
    height: 2px;
    position: absolute;
    background: #FF6A16;
    transform: scale(0);
    top: -50px;
    left: -10px;
    content:
    "";
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

a.link-header-a:before {
    background-image: url(/img/shadow.png);
    position: absolute;
    content: "";
    width: 200px;
    top: -114px;
    height: 183px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    z-index: -1;
}

a.link-header-a:hover:after {
    opacity: 1;
    transform: scale(1);
}

a.link-header-a:hover:before {
    opacity: 1;
    transform: scale(1);
}

footer.footer-main {
    display: flex;
    align-items: center;
    background: #1c1c1c;
    justify-content: center;
    margin-top: 95px;
}

.left-footer-a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-footer-a-right {display: grid;gap: 15px;}

p.top-title-footer-a > co {
    color: #FF6A16;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

p.top-title-footer-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

p.description-text-footer {
    color: #858C95;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 106.25% */
}

.payments-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

img.payment-object-a {
    filter: grayscale(1);
}

a.footer-link-a-main {
    color: #858C95;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 121.429% */
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
}

li.footer-link-a {
    display: flex;
}

ul.links-footer-a {
    display: flex;
    align-items: center;
    gap: 25px;
}

a.footer-link-a-main:hover {
    color: #FF6A16;
}

.shop-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.server_content {
    width: 100%;
}

.group-don-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.discount-product.discount-main {
    position: absolute;
    border-radius: 6px;
    background: #00CB5B;
    padding: 7.5px 10px 7.5px 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    top: -16px;
    right: 43px;
}

.cost-right-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: line-through;
    opacity: 0.59;
}

.content-main {
    min-height: 87vh;
}

.message-info-donate {
    color: #858C95;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    white-space: pre;
}

/*Modal Payment*/
.group-payment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.text-info-comission {
    color: #979AA0;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

p.text-info-comission > cw {
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.2px;
    letter-spacing: -1px;
}

.object-input.count-select {
    gap: 12px;
}

.object-payment {
    border-radius: 9px;
    background: #212223;
    height: 125.287px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #212223;
    cursor: pointer;
    transition: 0.3s;
}

.list-payment {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    display: grid;
    margin-top: 15px;
    margin-bottom: 23px;
}

button#select_card {
    width: 100%;
    min-width: 205px;
    color: white;
}

div#card-element {
    width: 100%;
}

.object-input.card_input {
    gap: 12px;
    margin-bottom: 12px;
}

.custom-button-1: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-1.load:after {
    opacity: 1;
}

.custom-button-1.load {
    pointer-events: none;
    background-color: #1e1e1e;
}

.object-payment > img {
    filter: grayscale(1) brightness(0.8);
    transition: 0.3s;
}

.object-payment:hover, .object-payment.active {
    border-radius: 9px;
    border: 1px solid #FF6A16;
    background: rgba(255, 106, 22, 0.12);
}

.object-payment:hover > img, .object-payment.active > img {
    filter: grayscale(0) brightness(1);
}

img.donate-image.modal-image {
    width: 72.49px;
    height: 52px;
    object-fit: contain;
    margin-left: 6px;
}

p.text-title {
    color: #858C95;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

p.text-title > cb {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

p.text-cost {
    color: #FF6A16;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.custom-input-1.gray, select {
    border-radius: 9px;
    border: 1px solid #424242;
    background: #212223;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
}

.group-right-inputs {
    display: grid;
    gap: 12px;
}
.absolute-info-promocode {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border-radius: 8px;
    background: #ff6a16;
    transition: 0.3s;
    display: flex;
    padding: 6px 11px;
    right: 14px;
    bottom: 17px;
    opacity: 0;
    pointer-events: none;
}

newcost.old-cost-main {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 22px;
    transform: translate(2px, -7px);
    text-decoration: line-through;
}

.absolute-info-promocode.active {
    opacity: 1;
}
/*Modal Payment Close*/


p.cost {
    color: #313335;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.25px;
}

.shop-main {
    display: flex;
    gap: 25px;
    margin-top: 66px;
}

.left-shop {
    width: 19%;
}

.donate-block-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 33px;
}

ul.categoty-list {
    display: flex;
    gap: 30px;
}

.categorys-shop {
    margin-top: 40px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.category-li:hover, li.category-li.active {
    color: #ffffff;
}

li.category-li:hover:after, li.category-li.active:after {
    width: 100%;
}

.categorys-shop:after {
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.11;
    background: #E5E5E7;
    position: absolute;
    bottom: -15px;
}

li.category-li:after {
    background: #ff6a16;
    transition: 0.3s;
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -15px;
    z-index: 1;
}

p.text-category {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

p.count-category {
    color: #FFF;
    padding: 5px 9px;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    background: #FF6A16;
}

.name-category {
    display: flex;
    align-items: center;
    gap: 15px;
}

.content-block-1.two-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-object-info {
    border-radius: 8px;
    border: solid 1px #E5E5E7;
    background: #FFF;
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
    height: 100%;
    padding: var(--border-box);
    padding-right: 100px;
}

p.text-info-list {
    color: var(--Gray-50, var(--Gray-50, #858C95));
    text-align: left;
/* Text L / Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
     /* 150% */
}

.object-server.active {
    background-color: #FF6A16;
    background-size: 100%;
    transform: translateY(-10px);
}

.object-server:hover > img {
    filter: grayscale(0);
}

.object-server.active > img {
    filter: grayscale(0);
}

.object-shop-a {
    align-items: center;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 0.56fr 0.44fr;
    margin-bottom: 50px;
}

.group-info.info-a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.left-object-info {
    height: 100%;
    padding: var(--border-box);
    padding-right: 100px;
    border-radius: 9px;
    border: 1px solid #323539;
    background: rgba(43, 45, 47, 0.47);
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
    display: grid;
}

p.text-info-list {
    color: var(--Gray-50, var(--Gray-50, #858C95));
    text-align: left;
/* Text L / Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
     /* 150% */
}

button.custom-button-1.confirm-login {
    height: 53px;
}

.slider-list {
    height: 261px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 45px;
}

img.slider-image-1 {
    position: absolute;
    left: -95px;
    top: 26px;
}

img.slider-background {
    width: 100%;
    position: absolute;
    height: 100%;
}

.list-nick {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

p.login-user {
    color: #323539;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 11px;
    transition: 0.1s;
    border-radius: 6px;
    background: rgba(248, 249, 251, 0.06);
    color: white;
    cursor: pointer;
}

p.login-user:hover {
    background: #ff6a16;
    color: white;
}

.group-list-nick {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    max-height: 23px;
}

.object-input {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

.object-input {
    width: 100%;
}

img.loading-avatar {
    position: absolute;
    left: 7px;
    top: 6px;
    transition: 0.3s;
    opacity: 0;

    &.active{
        opacity: 1;
    }
}

a.universal-studio-link {cursor: pointer;transition: 0.3s;}

img.universal-studio {
    width: 140px;
}

a.universal-studio-link:hover {
    transform: scale(1.1);
}

img.avatar-user-auth {
    position: absolute;
    width: 26.056px;
    height: 27.14px;
    margin-left: 15px;
    left: 0px;
    top: 13px;
}

a.social-link-a:hover {
    transform: scale(1.05);
}

.right-object-info {
    height: 100%;
    border-radius: 0px 8px 8px 0px;
    border: 1px #E5E5E7;
    background: #FF6A16;
    position: relative;
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
    margin-left: -10px;
}

.left-object-info > h3 {
    max-width: 339px;
}

.slider-object > h3 {
    color: #FFF;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    max-width: 334px;
}

p.text-p.two {
    text-align: left;
    max-width: 821.266px;
    color: #B7BBCC;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.block-info-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}

h3.text-block-h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

p.text-block-p {
    color: #858C95;
    font-weight: 400;
    line-height: 140.74%;
    max-width: 714px;
    font-family: Inter;
    font-size: 16px;
}

section.content-block-section {
    display: grid;
    gap: 25px;
}

/*Range style open*/
.range-slide {
    background-image: url(/img/slider-scale.svg);
    width: 100%;
    height: 10px;
    margin-top: 5px;
}

input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: #424242;
    border-radius: 5px;
    background-image: linear-gradient(#FF6A16, #FF6A16);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

input#rangevalue {
    display: none;
}

input#range {
    width: 100%;
}

.custom-button-2.select_payment {
    display: none;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 4px solid #FF6A16;
    background: #FF6A16;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 white;
    transition: background .3s ease-in-out;
}

input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
/*Range style close*/

a.link {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    line-height: 140.74%;
    font-family: Inter;
    font-size: 16px;
    color: #D3D3D3;
}

a.link:hover {
    color: #ffffff;
}

.right-group-block-2 {
    border-radius: 9px;
    border: 1px solid #323539;
    background: rgba(43, 45, 47, 0.47);
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 27px;
}

.absolute-bottom-down-info {
    position: absolute;
    bottom: 0;
}


p.top-info-a {
    color: #858C95;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.1px;
}

.right-data-user {
    color: #313335;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 2px 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(248, 249, 251, 0.06);
    color: #f8f9fbb3;
}

.info-block-top {
    border-radius: 16px;
    padding: 17px 21px;
    display: grid;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

img.ico-rub {
    width: 40px;
}

.vault-top-a {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

p.text-vault {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
}

p.text-vault-sum {
    color: #FFF;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.count-object {
    cursor: pointer;
    border-radius: 9px;
    background: #322015;
    color: #FF6A16;
    font-size: 12px;
    font-style: normal;
    position: relative;
    font-weight: 500;
    line-height: 20px;
    transition: 0.3s;
    letter-spacing: -0.1px;
    padding: 5px 28px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.count-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.right-winth {
    display: flex;
    align-items: center;
    gap: 20px;
}

.count-object:after {
    background-image: url(/img/payments/close.svg?v2);
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 11px;
    top: 8px;
    transition: 0.3s;
}

.count-object.active:after {
    opacity: 0;
}

.count-object:before {
    background-image: url(/img/payments/check.svg);
    content: "";
    position: absolute;
    width: 12px;
    height: 11px;
    right: 10px;
    top: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    background-position: center;
    transition: 0.3s;
}

.count-object.active:before {
    opacity: 1;
}

.count-object.active {
    background: #FF6A16!important;
    color: white;
}

.count-object:hover {
    background: #4d3121;
}


a.link-header-a.mob-el:after {
    display: none;
}

a.link-header-a.mob-el:before {
    margin-top: 25px;
}

.vault-block {
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 172px;
    line-height: 140.74%;
    border-radius: 8px;
    border: 0.633px solid #323539;
    background: rgba(55, 57, 60, 0.47);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.range-info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.right-content-info-a {
    display: flex;
    align-items: center;
    gap: 28px;
}

@keyframes fadeIn {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
/*Modal Contacts Open*/
.absolute-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000b8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-form {
    width: 556px;
    padding: 45px;
    position: relative;
    border-radius: 9px;
    background: #181818;
}

button.close-button {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 36.27px;
    height: 35.799px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55555514;
    color: #555555;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.info-donate-payment {
    height: 78.812px;
    display: flex;
    align-items: center;
    border-radius: 9px;
    border: 1px solid #424242;
    background: #1b1c1c;
}


button.close-button:hover {
    background: #55555524;
    color: #8b8b8b;
    transform: scale(1.1);
}

h4.title-h4-modal {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

p.title-p-modal {
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #B7BBCC;
    letter-spacing: -0.14px;
}


.top-info-modal {
    display: grid;
    gap: 5px;
}

.bottom-info-block-b {
    margin-top: 22px;
    gap: 10px;
    display: grid;
}

.left-contact-object {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.contact-object {
    display: flex;
    align-items: center;
    height: 59.878px;
    padding: 25px;
    position: relative;
    justify-content: space-between;
    border-radius: 9px;
    background: #212223;
}

p.right-contact-object-a {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;
    
    font-weight: 500;
    line-height: 24px;
}

.contact-object.active {
    background: #ff6a16;
}

p.text-contact {
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h4.payment-h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

p.text-info-payment-p4 {
    color: #B7BBCC;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.object-checkbox:after {
    background: linear-gradient(180deg, #FF6A16 0%, #FF6A16 100%);
    stroke-width: 2px;
    box-shadow: 0px 4px 12px 2px #FF7324 inset;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 6px;
    opacity: 0;
}

button#payment_button {
    width: 100%;
    min-width: 205px;
    color: #ffc3a2;
}

span.check-ico {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
    color: white;
    margin-top: -1px;
}

.object-checkbox-main.active > .object-checkbox:after {
    opacity: 1;
}

.object-checkbox-main.active > .object-checkbox > span {
    opacity: 1;
    transform: scale(0.8);
}

.object-checkbox-main {
    display: flex;
    gap: 15px;
    cursor: pointer;
}

p.text-info-block-payment {
    color: #FFF;
    text-align: center;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

p.right-info-checkbox {
    color: #979AA0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.modal-form.payment {
    width: 738px;
}

a.modal-link-a {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

div#checkbox_payment {
    margin-top: 5px;
}

.object-checkbox {
    border-radius: 6px;
    border: 2px solid #38373C;
    background: #38373C;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: 0.3s;
}

.top-group-payment-info {
    margin-bottom: 15px;
}

span.ico-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conatacts-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

p.text-info-main {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;
    
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
    margin-top: 10px;
}
a.modal-a {
    color: white;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

a.modal-a:hover {color: #FF6A16;}

a.right-contact-object-a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    transition: 0.2s;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
}

button.custom-button-1.copy {
    min-width: 189px;
}

button.custom-button-1.copy.active {
    background: #3190ff;
    outline: 5px solid rgb(57 150 255 / 0%);
}


p.title-text-a1 {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}

p.descriotion-text-a1 {
    color: #B7BBCC;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
}

.group-socials-contacts {
    display: flex;
}

.block-info-bottom-contact {
    margin-top: 8px;
    margin-block-start: 8px;
}

a.right-contact-object-a:hover {
    color: #FF6A16;
}
a.right-contact-object-a.anim-2:hover {
    color: white;
    text-decoration: underline;
}
/*Modal Contacts Close*/
/*Modal How Start Open*/

h3.step-text-h3 {
    color: #FFF;

    font-size: 16px;
    
    font-weight: 600;
    line-height: 26px;
}

p.description-step-text-p {
    color: #B7BBCC;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
}

.start-game {
    width: 411px;
    border-radius: 9px;
    background: #212223;
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
    min-height: 347px;
}

img.how-start-img {
    width: 411px;
}

.how-start-panel {min-width: 100%;width: 100%;display: flex;align-items: center;transition: 0.5s;justify-content: flex-start;}

.border-start-game {
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: grid;
    gap: 5px;
}

.group-modal-frames {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

pre {
    max-width: 100%;
    white-space: pre-wrap;
}

.menu-select.autowidth {
    max-width: 100%;
}

.start-game-panel {display: flex;overflow: hidden;}

.slider-main-how-start {
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

h4.title-h4-modal.center {
    text-align: center;
}

p.title-p-modal.center {
    text-align: center;
    max-width: 486px;
}

.top-info-modal.center {
    gap: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-content-modal-a.center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.circle-number-how-start {
    border-radius: 20px;
    border: 1px solid #424242;
    background: #212223;
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #6B6B6B;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: 0.3s;
}

.button-content-modal-a.center.first > div.first {
    background: #FF6A16;
    color: white;
    transform: scale(1.2);
}

.button-content-modal-a.center.second > div.second {
    background: #FF6A16;
    color: white;
    transform: scale(1.2);
}

.button-content-modal-a.center.third > div.third {
    background: #FF6A16;
    color: white;
    transform: scale(1.2);
}

.start-game-panel.first > .first {
    transform: translateX(calc(50% - 207px));
}

.start-game-panel.first > .second {
    transform: translate(-157px, 0px);
    pointer-events: none;
}

.start-game-panel.second> .first {
    transform: translateX(-257px) !important;
    pointer-events: none;
}

.start-game-panel.second> .second {
    transform: translateX(calc(-50% - 207px)) !important;
}

.start-game-panel.second> .third {
    transform: translate(calc(-100% + -157px), 0px);
    transition: 0.4s;
    pointer-events: none;
}

.start-game-panel.third> .second {
    transform: translateX(-1022px) !important;
    pointer-events: none;
}

.start-game-panel.third> .first {
    transform: translateX(-50%)!important;
}

.start-game-panel.third> .third {
    transform: translateX(calc(-150% - 207px)) !important;
}

.custom-button-2.howstart-b {
    border-radius: 8px;
    background: #ff6a16;
    display: inline-flex;
    padding: 10px 21.5px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    outline: 5px solid rgb(255 106 22 / 0%);
}

o06 {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 5px;
}

svg.right-arrow {
    margin-left: 8px;
}

.custom-button-2.howstart-b:hover {
    outline: 5px solid rgb(255 106 22 / 25%);
    background: #ff7c32;
}

.center-block-b {
    display: flex;
    gap: 13px;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}
.absolute-modal.howstart > .modal-form {
    border-radius: 8px;
    background: #181818;
    width: 764px;
    padding: 45px;
    position: relative;
}
a.how-start-link-1 {
    color: white;
    text-decoration: none;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
    cursor: pointer;
    transition: 0.3s;
}

a.how-start-link-1:hover {
    color: #ff6a16;
}

co {color: #ff6a16;}

a.copy-ip {
    color: #ff6a16;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a.copy-ip:hover {
    color: #ff8641;
}
/*Modal How Start Close*/
/*Humburger Style Open*/
.humburger-menu {
    width: 65%;
    height: 100%;
    position: fixed;
    background: #292929b0;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    left: 0;
    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;
}
.line-header.mob-el {
    display: none;
}
.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: 0px;
    top: 25px;
}
.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*/

input[type="range"] {
    touch-action: none; /* Отключаем стандартные действия при касании */
}


@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) {
    .left-absolute-pane {
        width: 100%;
    }
    .header-content {
        position: relative;
    }
    .right-header-content {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .left-header-content.header-content-a {
        width: 100%;
    }
    ul.links-header-ul.head-pc {
        display: none;
    }
    .right-humburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
    }
    .right-header-content {
        display: none;
    }
    .group-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .group-content-block-1 {
        display: grid;
        justify-content: space-between;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .right-object-info {
        display: none;
    }
    .object-shop-a {
        grid-template-columns: 1fr;
    }
    .left-object-info {
        display: grid;
        gap: 5px;
        padding: 40px;
    }
    .group-info.info-a {
        margin-top: 20px;
    }
    .servers-list {
        grid-template-columns: repeat(2, 1fr);
    }
    h3.h3-main {
        font-size: 20px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3.text-block-h3 {
        font-size: 15px;
    }
    
    p.text-p.two {
        font-size: 13px;
    }
    
    .block-info-main {
        gap: 10px;
    }
    
    p.text-block-p {
        font-size: 13px;
    }
    
    section.content-block-section {
        gap: 10px;
    }
    
    p.text-licence-1 {
        font-size: 13px;
    }
    
    a.link {
        font-size: 13px;
    }

    p.category-text {
        font-size: 13px;
    }
    .shop-content {
        grid-template-columns: repeat(3, 1fr);
    }
    img.background-header-a {
        z-index: 1;
        pointer-events: none;
    }
    
}

@media (max-width: 1000px) {
    .right-content-info-a {
        display: none;
    }

    h1.header-h1 {
        width: 100%;
        max-width: 100%;
        font-size: 30px!important;
        text-align: center;
        line-height: 34px!important;
    }

    p.text-p {
        text-align: center;
        width: 100%;
    }
    
    section.section-block {
        display: grid;
        justify-items: center;
        align-items: center;
        gap: 16px;
    }
    
    .group-button-a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .live-shop {
        display: grid;
        align-items: center;
        justify-items: center;
        width: 100%;
    }

    .down-info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
    }

    .vault-block {
        min-width: 100%;
    }

    .footer-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 26px;
    }

    .categorys-shop:after {
        display: none;
    }
    
    .categorys-shop {
        display: grid;
        gap: 21px;
    }

    li.category-li:after {
        display: none;
    }

    .left-footer-a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    ul.links-footer-a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .shop-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media (max-height: 1010px) {
    .absolute-modal.payment {
        display: flex;
        overflow: auto;
        align-items: flex-start;
        padding-top: 25px;
    }

}
@media (max-height: 750px) {
    h1.header-h1 {
        font-size: 42px;
        line-height: 47px;
    }
    .down-info {
        display: none;
    }
}
@media (max-width: 900px) {
    /*Modal Forms*/
    
    .absolute-modal.payment {
        padding-top: 0px;
    }
    .modal-form.payment {
        width: 100%;
    }
    .modal-form {
        width: 100%;
        height: 100%;
        overflow: auto;
        border-radius: 0px;
        padding: 20px;
        padding-top: 77px;
    }
    h4.title-h4-modal {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        line-height: 29px;
    }
    
    p.title-p-modal {
        color: #988C92;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
    }
    
    .buttons-period {
        display: none;
    }
    
    p.title-top-text-donate-b.modal-info-a {
        font-size: 12px;
    }
    
    p.title-bottom-text-donate-b.modal-info-a {
        font-size: 12px;
    }
    
    .contact-object {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        pointer-events: all;
        gap: 3px;
        height: auto;
        padding: 10px;
    }

    a.right-contact-object-a {
        font-size: 12px;
    }
    
    p.right-contact-object-a {
        font-size: 12px;
    }

    
    p.right-contact-object-a > cwt {
        font-size: 12px;
    }

    p.text-contact {
        font-size: 11px;
    }
    
    .right-contact-object {
        text-align: left;
    }
    .right-contact-object {
        max-width: unset;
    }

    p.text-info-main {
        font-size: 12px;
    }

    .button-content-modal-a.center > .custom-link-1 {
        width: auto;
    }
    .how-start-panel {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .start-game-panel.first > .first {
        transform: none!important;
        z-index: 3;
    }
    .start-game-panel.first > .how-start-panel.second {
        transform: scale(0)!important;
    }
    .start-game-panel.second > .first {
        display: none;
        z-index: 3;
    }
    .start-game-panel.second > .how-start-panel.second {
        transform: scale(1)!important;
        filter: none;
    }
    .start-game-panel.third > .first {
        display: none;
        z-index: 3;
    }
    .start-game-panel.third > .how-start-panel.second {
        display: none;
    }
    .how-start-panel.third{
        transform: scale(0)!important;
    }
    .start-game-panel.third > .how-start-panel.third {
        transform: scale(1)!important;
        filter: none;
    }
    .slider-main-how-start {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .start-game-panel {
        overflow: unset;
    }
    .slider-main-how-start {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .start-game {
        width: 100%;
        max-width: 411px;
    }
    
    img.how-start-img {
        width: 100%;
        max-width: 411px;
    }

    h3.step-text-h3 {
        font-size: 14px;
        line-height: 20px;
    }
    
    p.description-step-text-p {
        font-size: 12px;
    }
    
    .border-start-game {
        display: grid;
        gap: 5px;
    }
    .menu__btn {
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 1;
        right: 16px;
        top: 41px;
    }
    .header-top {
        width: 100%;
        background: #212223;
        position: fixed;
        left: 0;
        top: 0;
        margin-top: 0px;
        height: 82px;
        padding: 6px;
        z-index: 99;
    }
}

@media (max-width: 700px) {
    body{
        --border-box: 25px;
    }
    .left-object-info {
        padding: 25px;
    }
    .object-shop {
        padding: 25px;
    }
    .shop-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .range-info-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .servers-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .object-server.active {
        transform: translateY(0px);
    }
    .object-server {
        gap: 10px;
    }
    .object-server.active {
        transform: translateY(0px);
    }
    .object-server {
        height: 58px;
    }
    p.title-server {
        font-size: 14px;
    }
    img.server-ico {
        max-width: 26px;
    }
    div#services {
        margin-bottom: 1px;
    }
    .categorys-shop {
        margin-top: 26px;
    }
    .top-info-modal.center {
        margin-top: 26px;
    }
    .list-payment {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-payment-info {
        display: grid;
        gap: 3px;
    }
}
