:root {
    --scrollbarBgColor: rgb(23 25 28);
    --scrollbarThumbColor: #c30000;
    --scrollbarThumbColorSecond: #c30000;
    --scrollbarWidth: 0.5rem;
    --scrollbarHeight: 0.5rem;
    --scrollbarBorder: 0 solid var(--scrollbarBgColor);
    --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 4);
}
body {
    scrollbar-width: var(--scrollbarWidth);
    scrollbar-color: #c30000 var(--scrollbarBgColor);
}
body::-webkit-scrollbar {
    width: var(--scrollbarWidth);
    height: var(--scrollbarHeight);
}
body::-webkit-scrollbar-track {
    background: var(--scrollbarBgColor);
    border-radius: var(--scrollbarBorderRadius);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumbColor);
    border-radius: var(--scrollbarBorderRadius);
    border: var(--scrollbarBorder);
    background-image: linear-gradient(
        180deg,
        var(--scrollbarThumbColor) 0%,
        var(--scrollbarThumbColorSecond) 90%
    );
}
body {
    font-style: normal;
    font-weight: 600;
    font-family: Raleway;
    background: #1B1A1A;
	background-image: url(../images/header-backgound.png);
    background-size: cover;
    background-position: top-block;

}

* {
    margin: 0;
}

.head {
    position: relative;
    overflow: hidden;
}
.element-scroll {
    cursor: pointer;
}
.header-top {
    display: flex;
    justify-content: center;
}
a.button-custom-1:hover {
    background: #c30000;
    filter: drop-shadow(2px 4px 6px #c30000);
    color: white;
}
a.custom-button-2:hover {
    background: #c30000;
    filter: drop-shadow(2px 4px 6px #c30000);
}
.button-buy:hover {
    background: #c30000;
    filter: drop-shadow(2px 4px 6px #c30000);
}
a.link:hover {
    color: #f27474;
}
.button-buy-sub:hover {
    background: #ffa42d;
    filter: drop-shadow(2px 4px 6px #ffa42d);
}
.button-dis-sub:hover {
    border: 0.5px solid #ffa42d;
    background: rgb(255 128 127 / 31%);
}
a.logotype:hover {
    transform: scale(1.1);
}
a.social-link-a:hover {
    transform: scale(1.1) rotate(10deg);
}
a.social-link-a-footer:hover {
    transform: scale(1.1) rotate(10deg);
}
a.footer-link:hover {
    color: #ffa42d;
}

.donate-sub:hover {
    transform: translateY(-10px);
}

a.link-header-a:hover {
    color: white;
}
a.footer-right-a:hover {
    color: white;
}

a.logotype {
    transition: 0.3s;
}

a.social-link-a {
    transition: 0.3s;
}

a.social-link-a-footer {
    transition: 0.3s;
}

.border {
    width: 1237px;
}

li.link-header {
    display: flex;
    margin-right: 67px;
}

a.link-header-a {
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    font-size: 19px;
    
    font-weight: 500;
    transition: 0.3s;
    line-height: 24px; /* 150% */
    text-decoration: none;
}

ul.links-header {
    display: flex;
    margin-left: 68px;
}

.left-header-top {
    display: flex;
    align-items: center;
}

.header-top-con {
    margin-top: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


ul.socials-top-ul {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

li.social-top-li {
    display: flex;
    margin-right: 78px;
}

.right-header-top {
    display: flex;
    align-items: center;
}

a.button-custom-1 {
    border-radius: 5px;
    background: #c30000;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    line-height: 30px;
}

img.absolute-stricks {
    position: absolute;
}

img.absolute-tnt {
    position: absolute;
    margin-left: 644px;
    margin-top: 7px;
    animation: animation1 5s infinite linear;
    z-index: 1;
}

img.absolute-heal {
    position: absolute;
    margin-left: 644px;
    margin-top: 357px;
    animation: animation1 3s infinite linear;
    z-index: 1;
}

img.command-block {
    position: absolute;
    margin-top: 127px;
    margin-left: 26px;
    aspect-ratio: 314/291;
    min-height: 151px;
    animation: animation1 4s infinite linear;
    z-index: 1;
}

.right-header-content {
    pointer-events: none;
}

img.player-right {
    position: absolute;
    bottom: 0;
    height: inherit;
    aspect-ratio: 314/321;
    min-height: 714px;
    animation: animation1 6s infinite linear;
    margin-left: 158px;
}

.header-content-group {
    display: flex;
    margin-top: 150px;
}

.header-content {
    display: flex;
    justify-content: center;
}

.info-top-1 {
    display: flex;
    align-items: center;
}

p.text-version {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    
    font-weight: 700;
    margin-left: 17px;
    line-height: 30px; /* 200% */
    text-transform: uppercase;
}

h1.title-text {
    color: #FFF;
    font-size: 64px;
    margin-top: 36px;
    font-weight: 700;
    height: 150px;
    max-width: 439px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    text-wrap: balance;
    text-align: left;
    justify-content: flex-start;
}

p.description-text {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    height: 37px;
    font-weight: 500;
    line-height: normal;
    max-width: 402px;
    margin-top: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.absolute-change-theme {
    width: 120.44px;
    height: 58.71px;
    flex-shrink: 0;
    position: fixed;
    border-radius: 12px;
    cursor: pointer;
    background: #2C2C2C;
    z-index: 1;
    transform: translateX(-58px);
    top: 145px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

img.theme-change {
    margin-right: 21px;
}

img.rectangle {
    margin-top: -2px;
}

a.custom-button-2 {
    border-radius: 22px 0px;
    background: #c30000;
    width: 262px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.absolute-form {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(44, 44, 44, 0.5);
    position: fixed;
    top: 0;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.close-ico:hover {
    opacity: 0.8;
}

.center-block-form {
    border-radius: 5px;
    background: #1F1F1F;
    width: 524px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p.top-text-center-a {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.custom-button-4 {
    color: white;
    border-radius: 8px;
    background: #2c2c2c;
    width: 100%;
    height: 61px;
    margin-top: 25px;
    display: flex;
    transition: 0.3s;
    cursor: pointer;
    align-items: center;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    justify-content: center;
}

.custom-button-4:hover {
    background: #4c4a4a;
}

p.bottom-text-center-b {
    color: rgba(255, 255, 255, 0.54);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 12px;
    text-align: center;
    line-height: 22.5px;
    max-width: 401px;
}

.custom-button-3.width_100 {
    width: 100%;
}

.step-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 300px;
    column-gap: 25px;
}

input.custom-input.form-inp {
    width: 310px;
    margin-top: 20px;
}
input.custom-input-fix.form-inp {
    width: 310px;
    margin-top: 20px;
}

.group-element-first {
    display: flex;
    align-items: center;
    margin-top: 52px;
}

.slider-circle {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.3s;
    opacity: 0.5;
    cursor: pointer;
}

.slider-circle:hover {
    background: #890505;
    opacity: 0.8;
}

.slider-group {
    display: flex;
    align-items: center;
    height: 66px;
    margin-left: 75px;
}

.group-payments {
    margin-left: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-circle.active {
    background: #ef8e13;
    opacity: 1;
}

.group-element-second {
    display: flex;
    margin-top: 65px;
}

.button-ip {
    border-radius: 10px 0px;
    background: #FFF;
    width: 398px;
    margin-left: 12px;
    display: flex;
    transition: 0.3s;
    align-items: center;
    cursor: pointer;
}

.button-ip:hover {
    filter: drop-shadow(2px 4px 6px white);
}

p.top-text-1-online {
    color: #303030;
    font-size: 20px;
    
    font-weight: 700;
    line-height: 21.4px;
}

p.top-text-2-online {
    color: #c30000;
    font-size: 20px;
    font-weight: 700;
    line-height: 21.4px;
}

.left-text-ip-online {
    margin-left: 24px;
}

.right-text-ip-online {
    border-radius: 10px;
    background: rgba(48, 48, 48, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 257px;
    height: 60px;
    margin-left: 15px;
}

img.copy-img {
    margin-right: 14px;
}

p.text-copy {
    color: #797979;
}

.element-scroll {
    display: flex;
    align-items: center;
    margin-top: 63px;
}

p.scroll-text {
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    
    font-weight: 700;
    line-height: normal;
    margin-left: 33px;
}

.donate-left-block {
    width: 100%;
    border-radius: 10px;
    background: #1F1F1F;
    box-shadow: 0px 20px 45px 0px rgba(24, 28, 37, 0.15);
}

.content-objects-1 {
    display: grid;
    margin-top: 105px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: end;
    column-gap: 32px;
}

.content-first {
    display: flex;
    justify-content: center;
}

.donate-left-block.small-block {
    width: 90%;
}

h3.title-block {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    
    font-weight: 700;
    margin-top: 55px;
    line-height: 30px;
}

.border-block-1 {
    padding-left: 18%;
    padding-right: 18%;
    padding-bottom: 45px;
}

.logout {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 44px;
}

.logout:after {
    width: calc(100% - 45px);
    height: 1px;
    background: #7c7c7c;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    padding-left: 15px;
    margin-left: 15px;
    display: flex;
    margin-right: 15px;
    margin-top: -22px;
}

input.custom-input {
    background: rgba(255, 255, 255, 0.06);
    outline: none;
    border: none;
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 25px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding-right: 25px;
    line-height: 24px;
}
input.custom-input-fix {
    background: rgba(255, 255, 255, 0.06);
    outline: none;
    border: none;
    width: calc(100% - 0px);
    height: 50px;
	text-align: center;
    padding-left: 25px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding-right: 25px;
    line-height: 24px;
}

.form-block {
    width: 100%;
    margin-top: 61px;
}

.select-block {
    background: rgba(255, 255, 255, 0.06);
    outline: none;
    border: none;
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 25px;
    color: #FFF;
    font-size: 16px;
    margin-top: 39px;
    margin-bottom: 39px;
    font-weight: 400;
    display: flex;
    font-family: 'Raleway';
    padding-right: 25px;
    cursor: pointer;
    line-height: 24px;
    align-items: center;
    justify-content: space-between;
}

.top-left-object-2.left-obj2 {
    display: none;
}
.block-buy {
    background: #222;
    height: 111px;
    display: flex;
    align-items: center;
    margin-top: 37px;
    justify-content: center;
}

.button-buy {
    background: #c30000;
    box-shadow: 0px 3px 0px 0px #c30000;
    width: 324px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
    border: 0px;
    font-weight: 600;
    line-height: 22.5px; /* 150% */
    text-transform: uppercase;
    justify-content: center;
}


p.text-rules {
    color: #FFF;
    font-size: 16px;
    
    font-weight: 500;
    max-width: 291px;
    line-height: 24px;
    text-align: center;
}

a.link {
    color: #c30000;
    transition: 0.3s;
}

.center-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
    width: 100%;
}


p.username-buy {
    color: #FFF;
    font-size: 15px;
    
    font-weight: 700;
    line-height: 22.5px;
}

p.product-buy {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

cr {
    color: #c30000;
}

p.time-buy {
    color: rgba(255, 255, 255, 0.47);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.object-buy {
    display: flex;
    align-items: center;
    background: #2C2C2C;
    width: 333px;
    height: 88.5px;
    margin-bottom: 16px;
}

.list-last-buy {
    margin-top: 41px;
    margin-left: 26px;
}

.left-object-buy {
    margin-left: 13px;
}

.right-object-buy {
    margin-left: 26px;
}

.scroll-new::-webkit-scrollbar {
    width: 3px;
}
.scroll-new::-webkit-scrollbar-track {
    background: #1B1A1F;
}
.scroll-new::-webkit-scrollbar-thumb {
    background-color: #ef8e13;
    border-radius: 20px;
}

.donate_select {
    display: flex;
    align-items: center;
}

img.img_select_donate {
    margin-right: 20px;
    width: 30px;
    height: 34px;
}

p.doante_name {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
img.payment-ico {
    width: 67px;
}
h3.text-left-object-2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: normal;
}

img.select-arrow.active {
    transform: rotate(180deg);
}

img.select-arrow {
    transition: 0.3s;
}

.object-donate:nth-last-child(1):after {
    display: none;
}

p.text-left-object-2 {
    color: rgba(255, 255, 255, 0.54);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
}

.content-objects-2 {
    margin-top: 91px;
}

.group-content-objects-2 {
    display: flex;
    align-items: center;
    margin-top: 68px;
}

.right-group-sub {
    display: flex;
}

.top-text-sub-a {
    position: absolute;
    display: flex;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: bold;
    align-items: center;
    margin-top: 13px;
    justify-content: center;
}

.donate-sub {
    width: 180px;
    height: 238px;
    background-size: cover;
    margin-right: 39px;
    position: relative;
    cursor: pointer;
    display: flex;
    transition: 0.3s;
    justify-content: center;
    align-items: stretch;
    min-height: 166px;
}

.sliders-objects-2 {
    width: 577.49px;
    height: 242px;
    border-radius: 8px;
    background: #1F1F1F;
    position: relative;
    overflow: hidden;
}

.left-slider-obj2 {
    margin-right: 41px;
    position: relative;
}

img.absolute-image-slider {
    position: absolute;
    top: -21px;
}

.text-group-obj-2-right {
    position: absolute;
    right: 0;
    width: 280px;
    margin-top: 69px;
}

.left-right-slider-obj2 {
    position: relative;
    display: grid;
}

.slider-circles {
    z-index: 2;
}

p.top-text-obj-2-1 {
    color: #FFF;
    font-size: 24px;
    
    font-weight: 700;
    margin-bottom: 14px;
    line-height: normal;
}

p.text-red-obj-2-1 {
    color: #FF4948;
    font-size: 14px;
    
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 78.9%;
}

p.text-br-obj-2-2 {
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
    
    font-weight: 500;
    line-height: 78.9%;
}

.slider-circles-obj2:hover {
    background: #ef8e13;
    opacity: 0.9;
}

.slider-circles-obj2 {
    margin-left: 13px;
    width: 9px;
    background: #FFF;
    opacity: 0.5299999713897705;
    height: 9px;
    z-index: 1;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 100%;
}

.slider-circles {
    position: absolute;
    right: 0px;
    display: flex;
    left: unset!important;
    top: 24px!important;
    right: 29px;
}

.slider-circles-obj2.active {
    background: #ef8e13;
    opacity: 1;
}

p.left-text-sub {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin-right: 12px;
    
    font-weight: 700;
    line-height: normal;
}

p.right-text-sub {
    color: #FFF;
    font-size: 12px;
    
    font-weight: 700;
    line-height: normal;
    text-decoration: line-through;
    letter-spacing: 0.96px;
}

.top-text-sub {
    display: flex;
    align-items: center;
}

.button-text-sub {
    color: #FFF;
    font-size: 14px;
    
    font-weight: 600;
    text-align: center;
    line-height: normal;
    margin-bottom: 15px;
}

p.category-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
    color:white;
}
p.category-name.cat_2 {
    margin-top: 20px;
    margin-bottom: 20px;

}

.group-buy {
    display: grid;
    grid-template-columns: 64.7% calc(35% - 30px);
    column-gap: 36px;
    margin-top: 46px;
    margin-bottom: 92px;
}

.select-block-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 67px;
    background: #2c2c2cc4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.select-block {
    position: relative;
}

p.object-text-don {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.left-object-don {
    display: flex;
    align-items: center;
}

.border-seelct-block-list {
    padding: 19px;
}

.object-donate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 13px;
}

img.object-donate-img {
    margin-right: 20px;
    width: 30px;
    height: 34px;
}

.right-object-don {
    color: #FFF;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.object-donate:after {
    background: rgba(123, 123, 123, 0.15);
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    top: 52px;
}

.object-donate:hover {
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.02);
}

.scroll-block-list {
    height: auto;
    overflow: auto;
}

.double-buttons {
    display: grid;
    grid-template-columns: 80% 15%;
    column-gap: 23px;
    /* margin-top: 46px; */
    justify-content: end;
}
.left-top-block {
    width: 474px;
    height: 233.055px;
    flex-shrink: 0;
    border-radius: 11px;
    background: linear-gradient(0deg, #000 0%, rgba(48, 48, 48, 0.00) 100%);
    color: #FFF;
    font-size: 24px;
    
    font-weight: 700;
    line-height: normal;
}

p.red-text-ip {
    color: #ffa42d;
    font-size: 24px;
    
    font-weight: 600;
    margin-left: 10px;
}

.group-text {
    display: flex;
    align-items: center;
}
a.button-custom-1.hum {
    margin-top: 26px;
}
.border-block-a {
    padding-top: 57px;
    padding-left: 79px;
    padding-right: 33px;
}

p.text-bottom {
    color: rgba(255, 255, 255, 0.54);
    
    font-size: 16px;
    
    font-weight: 600;
    margin-top: 25px;
    width: 300px;
    line-height: 22.5px;
}

.objects-3-list {
    margin-top: 84px;
    display: flex;
    pointer-events: none;
}

p.text-gr3-cu1 {
    color: #FFF;
    font-size: 24px;
    
    font-weight: 700;
    line-height: normal;
}

p.text-gr3-cu2 {
    color: rgba(255, 255, 255, 0.54);
    
    font-size: 16px;
    
    font-weight: 600;
    line-height: 22.5px;
    margin-top: 19px;
}

.left-bottom-block {
    width: 474px;
    border-radius: 11px;
    background: linear-gradient(0deg, #000 0%, rgba(48, 48, 48, 0.00) 100%);
    margin-top: 26px;
}

.top-text-gr3-a {
    margin-top: 12px;
    width: 332px;
}

img.image-gr3-cu1 {
    transform: translateY(4px);
}

.top-right-obj3-a {
    width: 716.055px;
    height: 540px;
    border-radius: 11px;
    background: linear-gradient(0deg, #000 0%, rgba(48, 48, 48, 0.00) 100%);
    position: relative;
}

img.absolute-image-obj3-a {
    position: absolute;
    top: 0;
    right: 0;
}

p.text-obj3-a {
    color: #FFF;
    font-size: 24px;
    
    font-weight: 700;
    position: relative;
    z-index: 1;
    width: 275px;
    position: absolute;
    bottom: 100px;
    left: 84px;
}

.right-object-3-list {
    margin-left: 40px;
}

.bottom-right-obj3-a {
    display: flex;
    margin-top: 47px;
}

.bottom-right-obj3-a-left {
    width: 408.055px;
    height: 227.055px;
    flex-shrink: 0;
    margin-right: 41px;
    display: flex;
    align-items: center;
    border-radius: 11px;
    background: linear-gradient(0deg, #000 0%, rgba(48, 48, 48, 0.00) 100%);
    justify-content: center;
}

.bottom-right-obj3-a-right {
    width: 271.055px;
    height: 227.055px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border-radius: 11px;
    background: linear-gradient(0deg, #000 0%, rgba(48, 48, 48, 0.00) 100%);
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    
    font-weight: 700;
    line-height: 30px; /* 125% */
}

p.text-obj3-a-bottom {
    color: rgba(255, 255, 255, 0.67);
}

p.text-obj3-a-left {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    
    font-weight: 700;
    line-height: 30px;
}
p.descript-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.54);
    margin-top: 18px;
}
footer.footer {
    background: #121212;
    display: flex;
    justify-content: center;
    margin-top: 102px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 59px;
}

.footer-top-left {
    display: flex;
    align-items: center;
}

ul.socials-top-ul-footer {
    display: flex;
    margin-left: 104px;
    align-items: center;
}

li.social-top-li-footer {
    display: flex;
    margin-right: 36px;
}

.donate-sub.error {
    animation: animation2 1.5s infinite linear;
}
.custom-input.error {
    animation: animation2 1.5s infinite linear;
    background: #ff4e4d38;
}

.custom-input-fix.error {
    animation: animation2 1.5s infinite linear;
    background: #ff4e4d38;
}

section.rules_info {
    color: #979696;
    font-size: 16px;
    text-wrap: balance;
    font-weight: 600;
    line-height: 146.4%;
    max-width: 915px;
}

.top-rules-block {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 59px;
    margin-top: 26px;
    align-items: center;
}

.left-footer-bottom {
    display: flex;
}
.object-donate.active {
    background: #faffff0f;
    border-radius: 8px;
}

p.left-footer-bottom-text {
    color: #979696;
    font-size: 16px;
    
    font-weight: 500;
    width: 316px;
    line-height: normal;
}

p.footer-bottom-p {
    color: #979696;
    text-align: right;
    font-size: 16px;
    
    font-weight: 500;
    line-height: 131.9%;
    width: 558px;
}

a.footer-right-a {
    color: #979696;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    transition: 0.3s;
    text-decoration: none;
    line-height: normal;
}


a.footer-link {
    color: #ffa42d;
    font-size: 16px;
    
    font-weight: 500;
    line-height: 131.9%;
    text-decoration-line: underline;
}

.group-payments {
    margin-left: 83px;
}

img.payment-ico {
    margin-right: 16px;
}
.slider-content {
    width: 431px;
    height: 257px;
    overflow: hidden;
}
/*Humburger Style Open*/
.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;
}
cg {
    color: rgba(255, 255, 255, 0.67);
}
.top-header {
    position: relative;
}
.humburger-menu {width: 100%;height: 100%;}

li.top-links-li.hum-link {
    display: flex;
}

a.link-top.hum-link {
    color: #9b9b9b;
    text-decoration: none;
    transition: 0.3s;
}

a.link-top.hum-link:hover {
    color: white;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    right: 25px;
    top: 99px;
}
.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;
}
ul.top-links-ul.hum-link {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100%;
}

a.link-top.hum-link {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}
ul.top-links-ul.hum-link {
    margin-left: 25px;
}
.absolut-burger {
    width: 70%;
    height: 100vh;
    background: rgba(44, 44, 44, 0.5);
    position: fixed;
    top: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(7px);
    z-index: 3;
    transform: translateX(-100%);
    transition: 0.5s;
}

a.logotype-link.active {
    z-index: 3;
    position: fixed;
    margin-top: -18px;
}

.online-text-gr {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.online-int {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-right: 6px;
}

.button.confirm-button {
    margin-top: 27px;
}

.absolute-qution {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 3;
    background: #080d1ac2;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.close-ico {
    position: absolute;
    width: 30px;
    right: 16px;
    transition: 0.3s;
    cursor: pointer;
    top: 19px;
}

.frame-qution {
    width: 581px;
    border-radius: 12px;
    color: #d0d0d0;
    background: #080D1A;
    position: fixed;
}

.border-frame-qution {
    padding: 40px;
}

h3.title-frame {
    color: white;
    margin-top: -5px;
    font-size: 21px;
    margin-bottom: 22px;
}

p.description-qution {
    margin-top: 23px;
    font-size: 17px;
    opacity: 0.6;
    color: white;
}

a.link-qution:hover {
    color: #44a5ff;
}

a.link-qution {
    color: #0988ff;
    display: block;
    transition: 0.3s;
    margin-top: 8px;
    text-decoration: none;
}

.group-content-a {
    min-height: calc(100% - 50px);
    display: grid;
    align-items: end;
    align-content: space-between;
}

a.soc-link {
    transition: 0.3s;
    cursor: pointer;
}

.soc-link:hover {
    transform: rotate(18deg) scale(1.1);
}

.absolut-burger.active {
    transform: translateX(0px);
}
/*Humburger Style Close*/

.button-map {
    border-radius: 10px 0px;
    border: 1px solid #c30000;
    background: #c30000;
    display: flex;
    width: 82px;
    height: 82px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1360px){
	.head{
		height: unset;
	}
    .border {
        width: calc(100% - 50px);
    }
    img.absolute-tnt {
        display: none;
    }
    img.absolute-heal {
        display: none;
    }
    a.link-header-a {
        font-size: 14px;
    }
    a.button-custom-1 {
        font-size: 14px;
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }
    li.social-top-li {
        margin-right: 34px;
    }
    p.text-version {
        font-size: 14px;
    }
    a.link-header-a {
        font-size: 14px;
    }
    
    a.button-custom-1 {
        font-size: 14px;
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    p.text-version {
        font-size: 14px;
    }
    
    h1.title-text {
        font-size: 45px;
    }
    p.description-text {
        max-width: initial;
        text-wrap: balance;
    }
    p.description-text {
        font-size: 14px;
    }
    
    a.custom-button-2 {
        width: 225px;
        height: 56px;
        font-size: 14px;
    }
    
    a.button-map {
        width: 68px;
        height: 60px;
    }
    
    p.top-text-1-online {
        font-size: 17px;
    }
    
    p.top-text-2-online {
        font-size: 17px;
    }
    
    .right-text-ip-online {
        width: 241px;
        height: 48px;
		margin-right: 11px;
    }
    
    .button-ip {
        width: 370px;
    }
    
    p.scroll-text {
        font-size: 14px;
    }

    .header-content-group {
        margin-top: 99px;
    }
    .donate-left-block.small-block {
        width: 100%;
    }
    
    .object-buy {
        width: 100%;
    }
    .left-slider-obj2 {
        margin-right: 0px;
    }
    
    .donate-sub {
        width: 100%;
        height: inherit;
        aspect-ratio: 314/419;
    }
    
    .sliders-objects-2 {width: 100%;}
    
    .left-slider-obj2 {width: 100%;}
    
    .group-content-objects-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: end;
        margin-top: 68px;
        column-gap: 50px;
    }
    .right-group-sub {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 22px;
    }
    .left-top-block {
        width: 100%;
    }
    
    .left-bottom-block {
        width: 100%;
        margin-top: 0px;
    }
    .top-right-obj3-a {
        width: 100%;
        overflow: hidden;
    }
    .left-object-3-list {
        display: grid;
    }
    .bottom-right-obj3-a {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
    }
    .objects-3-list {
        margin-top: 84px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
    }
    .right-object-3-list {
        margin-left: 0px;
    }
    
    .bottom-right-obj3-a-left {
        width: 100%;
    }
    
    .bottom-right-obj3-a-right {
        width: 100%;
    }
    /*Footer*/
    p.footer-bottom-p {
        width: auto;
        max-width: 455px;
    }
    .footer-top {
        display: grid;
        justify-items: center;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    ul.socials-top-ul-footer {
        margin-left: 36px;
    }
    
    .footer-top-left {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    
    a.footer-right-a {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .footer-bottom {
        display: grid;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }
    
    .left-footer-bottom {
        display: flex;
        margin-bottom: 32px;
    }
}
@media (max-width: 1165px){
    .header-top-con {
        margin-top: 36px;
    }
    .menu__btn {
        top: 61px;
    }
    img.player-right {
        display: none!important;
    }
    .right-humburger{
        display: flex;
    }
    img.command-block {
        display: none;
    }
    .right-header-content {
        position: absolute;
    }
    .left-header-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.left-content-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h1.title-text {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }
    .slider-content {
        width: 90%;
    }
    .slider-top {
        display: flex!important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    p.description-text {
        text-align: center;
    }
    ul.links-header {
        display: none;
    }
    .right-header-top {
        display: none;
    }
    ul.links-header {
        display: none;
    }
    
    .right-header-top {
        display: none;
    }
    
    .content-objects-1 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 48px;
    }
    .group-content-objects-2 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 28px;
    }
    .left-slider-obj2 {
        display: grid;
        align-items: center;
        grid-template-columns: 45% 55%;
    }
    .top-left-object-2 {
        display: none;
    }
    .top-left-object-2.left-obj2 {
        display: flex;
        flex-direction: column;
    }
    .top-left-object-2.left-obj2 {
        text-align: center;
    }

    .object-buy {
        display: grid;
    }
    
    .object-buy {
        height: auto;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .left-object-buy {
        margin-left: 0px;
        background: #2C2C2C;
        padding: 4px;
    }
    
    .right-object-buy {
        text-align: center;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .list-last-buy {
        margin-top: 41px;
        margin-left: 26px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 15px;
    }
    
}

@media (max-width: 1086px){
    .left-slider-obj2 {
        display: grid;
        align-items: center;
        grid-template-columns: 38% calc(62% - 25px);
        column-gap: 25px;
    }

}

@media (max-width: 1000px){
    .left-slider-obj2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 28px;
    }
    .left-object-3-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 28px;
        margin-bottom: 28px;
    }
    .objects-3-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .left-top-block {
        height: 100%;
        display: flex;
        align-items: center;
    }
    img.image-gr3-cu1 {
        height: inherit;
        aspect-ratio: 305/411;
        width: 100%;
    }
    .border-block-a {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 0px;
    }
    img.image-gr3-cu1 {
        height: inherit;
        aspect-ratio: 313/367;
        width: 100%;
    } 
}
@media (max-width: 800px){
    .left-footer-bottom {
        display: grid;
        align-items: center;
        justify-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .group-payments {
        margin-left: 0px;
    }
    
    p.left-footer-bottom-text {
        margin-bottom: 28px;
    }
    
    p.footer-bottom-p {
        text-align: center;
    }
}
@media (max-width: 750px){
    .double-buttons {
        grid-template-columns: 80% calc(20% - 23px);
    }
    .content-objects-1 {
        margin-top: 20px;
    }
    .border-block-1 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .list-last-buy {
        margin-left: 0px;
    }
    img.absolute-image-slider {
        display: none;
    }
    .text-group-obj-2-right {
        position: absolute;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-top: auto;
    }
    p.top-text-obj-2-1 {
        max-width: 90%;
    }
    .right-group-sub {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 25px;
    }
    .donate-sub {
        margin-right: 0px;
    }
    .group-buy {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px;
    }
    .border {
        width: calc(100% - 25px);
    }
    .left-object-3-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 93px;
    }
    
    .left-top-block {
        padding: 25px;
        width: calc(100% - 50px);
    }
    
    .left-bottom-block {
        padding: 25px;
        width: calc(100% - 50px);
        height: 85%;
        position: relative;
        overflow: hidden;
    }
    img.image-gr3-cu1 {
        transform: translateY(24px);
    }
    .bottom-right-obj3-a {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px;
        margin-top: 25px;
    }
    .bottom-right-obj3-a-left {
        margin-right: 0;
    }
    h3.text-left-object-2.obj-3 {
        text-align: center;
    }
}
@media (max-width: 600px){
    .footer-top-right {
        display: grid;
    }
    a.footer-right-a {
        margin-bottom: 15px;
    }
    .footer-top-right {
        display: grid;
        margin-top: 18px;
    }
    .center-block-form {
        width: 90%;
    }
}
@media (max-width: 555px){
	.head{
		height: unset;
	}
    .object-buy:nth-last-child(1) .list-last-buy {
    grid-template-columns: repeat(1, 1fr);
        /* display: none; */
    }
    .list-last-buy {
        grid-template-columns: repeat(1, 1fr);
    }
    .button-ip {
        width: 67%;
        height: 70px;
    }
    .group-element-first {
        display: grid;
        justify-items: center;
    }
    .group-element-first {
        margin-top: 30px;
    }
    .element-scroll {
        margin-top: 39px;
    }
    
    .slider-group {
        margin-left: 0px;
    }
    
    .group-element-second {
        margin-top: 15px;
        justify-items: center;
    }

    .header-content-group {
        margin-top: 25px;
    }
    .button-map {
        margin-left: 35px;
		height: 70px;
		width: 70px;
    }
}
@media (max-width: 450px){
    .left-top-block {
        padding: 14px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .left-object-3-list {
        row-gap: 27px;
    }
    .left-bottom-block {
        padding: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    .left-object-3-list {
        margin-bottom: -35px;
    }
    p.text-obj3-a {
        width: 183px;
    }

    .top-text-gr3-a {
        margin-top: 12px;
        width: 248px;
    }

    p.text-bottom {
        width: 231px;
    }
}