body {
    font-style: normal;
    font-weight: 600;
    font-family: Montserrat;
    background-color: white;
    color: black;
    background-image: url(../../../img/background-main.png);
    overflow-x: hidden;
    background-position-y: top;
    background-position-x: center;
    background-repeat-y: no-repeat;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img.left-info-bottom-img {
    animation: animation1 3s infinite ease-in-out;
}

.button-copy {
    animation: animation2 1.3s infinite ease-in-out;
}

@keyframes animation1 {
	0% {
    transform: translate3d(0, -3px, 0);
	}

	50% {
		transform: translate3d(0, 6px, 0);
	}
	100% {
		transform: translate3d(0, -3px, 0);
	}
}

@keyframes animation2 {
	0% {
        transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(1);
	}
}

/*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;
}
.top-header {
    position: relative;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    outline: none;
    right: 10px;
    right: 20px;
    top: 31px;
    /* background: saddlebrown; */
}
.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;
}
/*Humburger Style Close*/

a.link-a {
    color: #414040;
    font-family: Montserrat;
    font-size: 16px;
    margin-left: 30px;
    transition: 0.2s;
    margin-right: 30px;
    font-style: normal;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    opacity: 0.6;
    line-height: 19px; /* 118.75% */
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

a.logotype {
    transition: 0.3s;
    background: linear-gradient(96deg, #299C8A 19.43%, #12FFD8 97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.9%; /* 43.884px */
}

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

ul.socials-links {
    display: flex;
    align-items: center;
}

ul.links {
    display: flex;
    justify-content: center;
    align-content: center;
}

li.link {
    display: flex;
    justify-content: center;
    align-content: center;
}

li.social-obj {
    display: flex;
}

img.close_form:hover {
    opacity: 1;
}

img.close_form {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    cursor: pointer;
    transition: 0.3s;
    right: 27px;
    opacity: 0.5;
}

.button-1 {
    transition: 0.2s;
    border-radius: 6px;
    background: #2DA592;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    display: inline-flex;
    height: 60px;
    cursor: pointer;
    padding: 6px 24px 6px 24px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-family: Unbounded;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.border {
    width: 1250px;
}

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

.header-content {
    margin-top: 50px;
}

a.social-object-a {
    display: flex;
    margin-left: 12px;
    transition: 0.2s;
    margin-right: 12px;
}

span.select2 {
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    background-color: #15181d!important;
    border: unset!important;
    border-radius: 4px;
    height: 50px!important;
}
.select2-dropdown {
    background-color: #15181d!important;
    border: unset!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #282e39!important;
    color: white;
}
.select2-container--default .select2-results__option--selected {
    background-color: #15181d!important;
    color: white;
}
.select2-results__option--selectable {
    cursor: pointer;
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background: #1f242d;
    outline: none;
    padding: 11px;
    color: white;
}
.select2-selection__rendered {
    padding-top: 12px;
    padding-left: 17px!important;
    color: white;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #757575!important;
    line-height: 28px;
}
li.select2-results__option.select2-results__message {
    color: #ff8686!important;
}
button.select2-selection__clear {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px!important;
    right: 8px!important;
    width: 20px;
}
a.logotype:hover {
    transform: scale(1.1);
}

a.link-a:hover {
    opacity: 1;
}

a.social-object-a:hover {transform: rotate(10deg);}

.button-1:hover {
    background: #31c3ac;
    filter: drop-shadow(2px 4px 6px #31c3ac);
}

img.left-image-header-absolute.active {
    left: -45px;
    opacity: 1;
}

img.left-image-header-absolute {
    position: absolute;
    left: -141px;
    bottom: -49px;
    transition: 1s;
    opacity: 0;
}

img.right-image-header-absolute {
    position: absolute;
    right: -121px;
    animation: animation1 3s infinite ease-in-out;
}
img.center-image-header-absolute {
    animation: animation1 5s infinite ease-in-out;
    position: absolute;
    right: 176px;
    bottom: 41px;
}

.slider-object {
    background: url(../../../img/background-header-slide.png);
    width: 100%;
    height: 365.438px;
    position: relative;
    border-radius: 10px;
    margin-top: 65px;
}

section.content-object {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.description-donate {
    max-height: 589px;
    overflow: auto;
}

.content-text-obj {
    color: #b4b4b4;
    margin-top: 10px;
    font-size: 14px;
}

img.arrow-right {
    transition: 0.3s;
    transform: rotate(0deg);
}

img.arrow-right.active {
    transform: rotate(90deg);
}

.scrollable::-webkit-scrollbar-corner {
    background-color: #171a1f;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #2da592;
}
.scrollable::-webkit-scrollbar-track {
    background-color: #171a1f;
}
.scrollable::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}
.scrollable {
    -ms-overflow-style: auto;
    scrollbar-color: #2da592 #171a1f;
    scrollbar-width: thin;
}

.scrollable-a::-webkit-scrollbar-corner {
    background-color: #171a1f;
}

.scrollable-a::-webkit-scrollbar-thumb {
    background-color: #2da592;
}
.scrollable-a::-webkit-scrollbar-track {
    background-color: #171a1f;
}
.scrollable-a::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}
.scrollable-a {
    -ms-overflow-style: auto;
    scrollbar-color: #2da592 #171a1f;
    scrollbar-width: thin;
}
img.arrow-right-a.active {
    transform: rotate(270deg);
}

button.button-1.width-100.disabled {
    background: #1b675b;
    opacity: 0.7;
    filter: none!important;
    cursor: no-drop;
}

img.arrow-right-a {
    transition: 0.3s;
    transform: rotate(90deg);
}

.scroll-area.scrollable-a {
    max-height: 139px;
    overflow: auto;
    overflow-x: hidden;
}

p.select-text.active {
    color: white;
}

p.select-text {
    transition: 0.2s;
}

h1.h1-content-object {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 46px;
    font-style: normal;
    max-width: 616.267px;
    font-weight: 700;
    line-height: 105.4%;
}

p.p-content-object {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    margin-top: 22px;
    font-weight: 600;
    max-width: 550.196px;
    line-height: 155.9%;
}

img.avatar-user-a {
    width: 120px!important;
    height: 120px!important;
}

.button-copy {
    color: #FFF;
    font-family: Unbounded;
    font-size: 16px;
    cursor: pointer;
    font-style: normal;
    transition: 0.2s;
    margin-top: 22px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 6px;
    background: #242424;
    display: flex;
    width: 219px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.button-copy:hover {
    background: #3b3b3b;
}

.content-main {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.panel-object {
    border-radius: 8px;
    background: #0E1014;
}

p.name-donate {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

p.cost-donate {
    color: #61B74A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    margin-left: 9px;
    font-weight: 500;
    line-height: 19px;
}

.left-body {
    transform: translateX(-100%);
    transition: 0.4s;
    opacity: 0;
    transition: 0.4s;
    position: fixed;
    width: 68%;
    height: calc(100% - 70px);
    filter: drop-shadow(2px 4px 6px black);
    z-index: 3;
    background: white;
    background: #0e1014;
    justify-items: center;
    margin-top: 70px;
}
img.input-avatar-user {
    width: 32px;
    margin-right: 10px;
    height: 36px;
}
.profile {
    display: flex;
    justify-content: center;
    min-height: calc(100% - 336px);
}


.group_server {
    display: grid;
    gap: 15px;
}

h4.description-text-h3 {
    color: #878787;
}
cw {
    color: #2da592;
}
.left-body.active {
    pointer-events: all;
    transform: translateX(0%);
    opacity: 1;
}

cw.cost {
    color: white;
    margin-left: 5px;
}

.burger-menu {
    display: grid;
    align-items: end;
    height: 100%;
    justify-items: center;
}

ul.links.hum-obj {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.socials-links.hum-obj {
    display: flex;
}

.button-start.hum-obj {
    display: flex;
    margin-bottom: 35px;
}

.button-1.hum-obj {
    display: block!important;
}

li.link.hum-obj {
    margin-bottom: 25px;
    margin-top: 25px;
}

a.link-a.hum-obj {
    color: white;
}

.left-don-obj {
    display: flex;
}

.border-object-donate {
    display: flex;
    justify-content: space-between;
}

.panel-border {
    padding: 32px 64px 36px 64px;
}

.group-content-object {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.object-donate {
    padding: 14.5px 16px;
    border-radius: 4px;
    width: 100%;
    background: #14171C;
    cursor: pointer;
}


.description-donate {
    display: grid;
    gap: 12px;
    padding-right: 12px;
}

h2.panel-name-h2 {
    color: #FFF;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 25px;
}

.loader {
    display: flex;
}

.mon-content-laod {
    display: flex;
    align-items: center;
}

p.text-laoder {
    color: #2da592;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin-left: 17px;
    line-height: 19px;
}
@keyframes ldio-xpgconnam4q {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-xpgconnam4q div {
  position: absolute;
  width: 69px;
  height: 69px;
  border: 7px solid #2da592;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-xpgconnam4q div {
  animation: ldio-xpgconnam4q 1s linear infinite;
  top: 50px;
  left: 50px
}
.loading-spinner-rolling-efugtp6ffj6 {
  width: 84px;
  height: 84px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-xpgconnam4q {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.84);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-xpgconnam4q div { box-sizing: content-box; }

.input {
    border-radius: 4px;
    background: rgba(72, 81, 94, 0.12);
    border: none;
    outline: none;
    padding-left: 16px;
    padding-right: 15px;
    height: 48px;
    width: 100%;
    color: white;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}

.input-object {
    position: relative;
    margin-bottom: 15px;
}

.absolute-form {
    position: fixed;
    background: #000000db;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 4;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}
a.load-launcher {
    color: #FFF;
    font-family: Unbounded;
    font-size: 14px;
    cursor: pointer;
    font-style: normal;
    transition: 0.2s;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 22px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 6px;
    background: #242424;
    display: flex;
    width: 189px;
    height: 45px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
p.text-load {
    color: rgb(255 255 255);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    margin-top: 22px;
    font-weight: 600;
    max-width: 550.196px;
}
a.java_download {
    color: #FFC107;
}
.allet-message {
    position: absolute;
    width: 315px;
    text-align: center;
    background: #0e1014;
    color: white;
    font-size: 13px;
    top: -42px;
    transition: 0.3s;
    padding: 10px;
    transform: scale(0);
    pointer-events: none;
    border-radius: 13px;
}

.group-links-a:hover > .allet-message {
    transform: scale(1);
    pointer-events: all;
}


.group-links-a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: center;
}

a.load-launcher:hover {
    background: #3b3b3b;
}

.form-auth {
    border-radius: 13px;
    background: #1C1C1C;
    width: 624px;
    height: 568px;
}

.border-form {
    padding-left: 104px;
    padding-right: 104px;
    padding-top: 70px;
    position: relative;
    padding-bottom: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3.text-auth-h3 {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.text-auth-p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    margin-top: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 155.9%;
    margin-bottom: 32px;
}

.checkbox {
    border-radius: 2px;
    background: #39393a;
    width: 14px;
    height: 14px;
    transition: 0.5s;
}

.left-menu-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.right-checck-boxt-text {
    color: #FFF;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-left: 14px;
    line-height: normal;
}

.group-menu-a {
    margin-top: 20px;
    margin-bottom: 37px;
}

img.checkmark {
    transition: 0.5s;
    transform: scale(0);
}

.left-menu-checkbox.active > .checkbox {
    background: #2da592;
}

.left-menu-checkbox.active > .checkbox > .checkmark-active > .checkmark {
    transform: scale(1);
    opacity: 1;
}

.input-2 {
    border-radius: 8px;
    border: 0.5px solid rgba(213, 214, 219, 0.16);
    width: 100%;
    background: none;
    height: 60px;
    color: #FFF;
    font-family: Montserrat;
    outline: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 25px;
    padding-right: 25px;
}

img.spinner-load {
    position: absolute;
    left: 10px;
    display: none;
    top: 8px;
}

img.input-avatar {
    position: absolute;
    left: 15px;
    top: 12px;
    height: 25px;
    width: 21px;
}

input#login {
    padding-left: 50px;
}

button.button-1.width-100 {
    outline: none;
    border: none;
    width: 100%;
}

.group-content-double {
    display: grid;
    gap: 25px;
}

p.top-text-mon {
    color: #FFF;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

p.online-text {
    color: #51A63A;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
}

.online_monitoring-ico {
    margin-left: 16px;
}

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

.solid {
    background: #1D2229;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.select-box {
    border-radius: 4px;
    background: rgba(72, 81, 94, 0.12);
    border: none;
    outline: none;
    padding-left: 16px;
    padding-right: 15px;
    height: 48px;
    width: 100%;
    cursor: pointer;
    display: flex;
    color: dimgrey;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    align-items: center;
    justify-content: space-between;
}

.disabled_auth {
    pointer-events: none!important;
    background: #1b675b;
    opacity: 0.7;
    filter: none!important;
    cursor: no-drop;
}

h2#swal2-title {
    font-family: 'Montserrat'!important;
    font-size: 13px;
}

.selectel-area {
    background: #15181d;
    color: white;
    display: grid;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 48px;
}

cw.cost {
    color: white;
}

.option_input {
    padding: 12px;
    font-weight: 500;
    opacity: 1;
    color: #7b7d7f;
    text-transform: capitalize;
}

.option_input:hover {
    opacity: 1;
    cursor: pointer;
    background: #1f232b;
}

p.left-text {
    color: #A0A0A0;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 130.769% */
    letter-spacing: 3.36px;
    text-transform: uppercase;
}

button.button-3 {
    padding: 18.5px 50.56px 18.5px 50.05px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    border-radius: 8px;
    transition: 0.2s;
    background: #23242B;
    cursor: pointer;
    border: none;
    outline: none;
    color: #FFF;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 158.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

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

button.button-3:hover {
    background: #31323b;
}


.history-object:hover > .hover-info-object {
    opacity: 1;
}


img.absolute-input-avatar {
    position: absolute;
    margin-top: 18px;
    margin-left: 10px;
}

.input-group-vault {
    width: 100%;
}

.group-input-list {
    width: 100%;
}

.group-input-a {
    display: flex;
    height: 64px;
    width: 100%;
    justify-content: space-between;
}

h2.history-text-content-h1 {
    color: #000;
    font-family: Unbounded;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.history-text-content-p {
    color: rgba(0, 0, 0, 0.70);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    margin-top: 7px;
    font-weight: 600;
    line-height: normal;
}

.hover-info-object {
    position: absolute;
    border-radius: 10px;
    background: #808081;
    backdrop-filter: blur(108.5px);
    display: flex;
    color: #FFF;
    font-family: Unbounded;
    font-size: 14px;
    pointer-events: none;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    transform: scale(0);
    transition: 0.3s;
    opacity: 0;
    top: -20px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.top-history-head {
    display: flex;
    width: 100%;
    height: 155px;
    padding: 36.5px;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
    border: solid 1px white;
    border-radius: 16px;
    background: #F3F5F7;
}

.bottom-text {
    width: 100%;
}

p.login-history-user {
    color: #424242;
    font-family: Unbounded;
    font-size: 14px;
    margin-top: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.text-history-time-p {
    color: #BABABB;
    font-family: Unbounded;
    font-size: 12px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.owl-stage-outer {
    height: 260px!important;
    display: grid;
    justify-items: center;
    align-items: center;
}
.history-content {
    margin-top: 60px;
}

h3.history-h3 {
    color: #000;
    font-family: Unbounded;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.history-content {}

h3.history-h3 {
    color: #000;
    font-family: Unbounded;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.history-p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 7px;
    line-height: normal;
}

footer.footer-main {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

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

.right-footer {
    display: flex;
}

ul.right-footer-ul {
    display: flex;
    align-items: center;
}

a.right-footer-a {
    color: #979696;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    transition: 0.2s;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

li.right-footer-li {
    display: flex;
    margin-left: 30px;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

p.to-top {margin-right: 6px;display: flex;}

.right-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7C7C7C;
    text-align: right;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    transition: 0.2s;
    font-weight: 600;
    line-height: 18.2px; /* 140% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

p.bottom-footer-left {
    color: #979696;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 344px;
}

h2.how-start-title.h2-text {
    margin-top: 43px;
}

a.right-footer-a:hover {
    color: black;
}

.right-footer-bottom:hover {
    transform: translateY(-5px);
}

img.image-payment {
    margin-left: 12px;
    margin-right: 12px;
}

p.history-p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 7px;
    line-height: normal;
}

p.text-monets {
    color: #71E551;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-top: 3px;
    line-height: 19px;
}

p.group-name {
    margin-right: 5px;
    font-size: 12px;
}

.owl-dots {
    display: none;
}

.owl-nav {
    display: none;
}

.owl-item img {
    display: flex!important;
    width: auto!important;
}


img.monets-svg {
    margin-right: 7px;
}

.history-object {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history-object:hover > .hover-info-object {
    opacity: 1;
    transform: scale(1);
}

p.right-text {
    color: #FFF;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.text-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.button-2 {
    display: flex;
}

.button-3.active {
    background: #2ba490!important;
}

.button-copy.active {
    background: #4c4949!important;
}

@media (min-width: 1100px) and (max-width: 1499px) {
    body {
        zoom: 0.85;
    }
}

@media (max-width: 1350px){

    a.logotype {
        font-size: 30px;
    }
    
    a.link-a, p.p-content-object, .button-copy, a.right-footer-a, p.bottom-footer-left {
        font-size: 14px;
    }
    
    img.vk-ico {
        width: 40px;
    }
    
    .button-1 {
        font-size: 12px;
        height: 54px;
    }
    
    h1.h1-content-object {
        font-size: 34px;
        max-width: 533px;
    }
    
    h2.panel-name-h2 {
        font-size: 17px;
    }
    
    p.top-text-mon, p.online-text, h3.history-h3 {
        font-size: 23px;
    }

    .border{
        width: calc(100% - 40px);
    }
    
}
@media (max-width: 1100px){
    img.left-image-header-absolute {
        display: none;
    }
    img.right-image-header-absolute {
        display: none;
    }
    img.center-image-header-absolute {
        display: none;
    }
}
@media (min-width: 1001px){
    .left-body.active {
        display: none;
    }
}
@media (max-width: 1000px){
    .button-start {
        display: none;
    }
    ul.links {
        display: none;
    }
    
    ul.socials-links {
        display: none;
    }
    div#auth {
        display: none;
    }
    .group-content-object {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .panel-border {
        padding: 25px;
    }
    h1.h1-content-object {
        font-size: 25px;
        max-width: 384px;
    }
    .description-donate {
        max-height: 292px;
        overflow: auto;
    }
    .top-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    ul.right-footer-ul {
        margin-top: 25px;
    }
    
    li.right-footer-li {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .bottom-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    p.bottom-footer-left {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .payment-list {
        margin-bottom: 25px;
    }
    .right-humburger {
        display: flex;
    }
    .header-content {
        margin-top: 31px;
    }
    .header-content {
        margin-top: 104px;
    }
    .header-top {
        width: 100%;
        position: fixed;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        background: #0e1014;
        z-index: 2;
        height: 70px;
        filter: drop-shadow(2px 4px 6px #0e1014);
        top: 0;
    }
}

@media (max-width: 850px){
    .border-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    h3.text-auth-h3 {
        font-size: 18px;
    }
    .border-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .form-auth {
        width: calc(100% - 40px);
    }
    ul.right-footer-ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    li.right-footer-li {
        margin-bottom: 15px;
    }
}