@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: none;
    background: linear-gradient(180deg, #c18e08, #bd570e);
    font-family: Montserrat, sans-serif;
}
a {
    color: #fff;
    text-decoration: none;
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.App {
    overflow-x: hidden;
}
.App .general {
    background-size: auto, auto, auto, auto, auto;
    background: url(../img/pc-sword2.37e5f17c82eb33de19ca.png) no-repeat top 216px left 43px,
        url(../img/pc-sword-blur.dff5a4912d1491d95db3.png) no-repeat top 757px right 41px;
    color: #fff;
    margin-top: 70px;
    position: relative;
}
.App .general:before {
    -webkit-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;
    background: url(../img/pc-background1.4a24ced79ed3d4965e87.png) no-repeat top 328px right 41px, url(../img/background2.3a31a6b7a50c42aa2f1c.png) no-repeat top 531px left -296px;
    content: "";
    height: calc(100% - 20px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.App .start {
    color: #fff;
    margin-top: 70px;
}
.App .start .header {
    margin-bottom: 0;
}
.App .start .start-items .start-items__container {
    display: flex;
    height: 415px;
    margin: 0 auto 84px;
    width: 995px;
}
.App .start .start-items .start-items__container hr {
    align-self: end;
    background: #532410;
    border: none;
    height: 90%;
    margin-left: 50px;
    margin-right: 50px;
    width: 0.51px;
}
.App .start .choose-server {
    background: #4a2110;
    padding-bottom: 68px;
    margin-top: 40px;
    padding-top: 70.45px;
}
.App .start .choose-server .choose-server__container {
    margin: 0 auto;
    max-width: 1160px;
}
.App .start .choose-server .choose-server__container .choose-server__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 35px;
}
.App .ban-page {
    color: #fff;
}
.App .ban-page .ban-page__wrapper {
    background: url(../img/ban-page-background-bricks.761ba3217f6de8f33128.png) no-repeat bottom -5px center, url(../img/ban-page-background-large.8b6352c51bc2ef57a286.png) no-repeat 50%;
    background-size: contain, cover;
    padding-bottom: 210px;
    padding-top: 35px;
}
.App .ban-page .header__container {
    background: linear-gradient(90deg, #fca554 70.97%, rgba(237, 137, 45, 0) 166.37%);
}
.App .ban-page .header__container .header {
    margin-top: 0;
}
.App .ban-page .ban-page__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1160px;
}
.App .ban-page .ban-page__main .ban-page__main_container {
    align-items: flex-start;
    align-self: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 143.82px;
    width: 575px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__main_name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__main_info {
    font-size: 23px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 41px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper {
    background: 0 0;
    box-shadow: none;
    height: 71.1px;
    max-width: 433px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper .ban-page__input {
    color: #fff;
    font-size: 18.0665px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 97.37px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper .ban-page__input_button {
    box-shadow: none;
    height: 71.73px;
    width: 71.73px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper .ban-page__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 18.0665px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper .ban-page__input::placeholder {
    color: #fff;
    font-size: 18.0665px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper:before {
    background: #532410;
    border: none;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 78.49px;
}
.App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper:after {
    background: url(../img/man-icon.8c4d3639ee35bb60867b.svg) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 29.62px;
    left: 32.25px;
    position: absolute;
    top: 21.22px;
    width: 23.7px;
}
.App .ban-page .ban-page__art-area {
    box-shadow: inset 0 31px 10px -4px rgba(0, 0, 0, 0.41);
    display: flex;
    justify-content: center;
    padding-top: 162px;
    position: relative;
}
.App .ban-page .ban-page__art-area .ban-page__art-area_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1160px;
    position: relative;
    text-align: center;
    width: 91%;
}
.App .ban-page .ban-page__art-area .ban-page__art-area_container img {
    bottom: 74px;
    left: 76px;
    pointer-events: none;
    position: absolute;
}
.App .ban-page .ban-page__art-area .ban-page__background-bricks {
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .App .ban-page .ban-page__art-area {
        padding-top: 346px;
    }
}
@media screen and (max-width: 1024px) {
    .App .general {
        -webkit-animation: none;
        animation: none;
        background: url(../img/sword-blur.72fed14d0fff9acc4281.png) no-repeat left top 500px, url(../img/background1.4f24ebbbd9d58b37b55d.png) no-repeat center top 347px, none;
        background-size: auto, auto, 135%;
    }
    .App .general,
    .App .start {
        margin-top: 35px;
    }
    .App .start .start-items {
        padding-bottom: 56px;
    }
    .App .start .start-items .start-items__container {
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0 auto;
        width: 83%;
    }
    .App .start .choose-server {
        background: #4a2110;
        padding-top: 32px;
    }
    .App .start .choose-server .choose-server__container {
        width: 83%;
    }
    .App .start .choose-server .choose-server__container .choose-server__name {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        margin-bottom: 35px;
        width: 354px;
    }
    .App .ban-page {
        color: #fff;
        overflow: hidden;
    }
    .App .ban-page .ban-page__wrapper {
        background: url(../img/ban-page-background-small.ed1c8f0e59e0c4f4b774.png) no-repeat 50%;
        background-size: cover;
        padding-bottom: 134px;
        padding-top: 35px;
    }
    .App .ban-page .header {
        margin-bottom: 0;
        margin-top: 0;
    }
    .App .ban-page .ban-page__main {
        align-items: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 16.1972px;
        font-style: normal;
        font-weight: 400;
        justify-content: center;
        line-height: 20px;
    }
    .App .ban-page .ban-page__main .ban-page__main_container {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 605px;
        text-align: center;
        width: 91%;
    }
    .App .ban-page .ban-page__main .ban-page__main_container .ban-page__input {
        color: #fff;
        font-size: 16.1972px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_button {
        box-shadow: none;
    }
    .App .ban-page .ban-page__main .ban-page__main_container .ban-page__main_name {
        font-size: 19.68px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .App .ban-page .ban-page__main .ban-page__main_container .ban-page__main_info {
        font-size: 16.67px;
        font-weight: 400;
        line-height: 22.95px;
        margin-bottom: 41px;
    }
    .App .ban-page .ban-page__main .ban-page__main_container .ban-page__input_wrapper {
        box-shadow: none;
        max-width: 433px;
    }
    .App .ban-page .ban-page__art-area {
        box-shadow: none;
    }
    .App .ban-page .ban-page__art-area .ban-page__art-area_container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 605px;
        position: relative;
        text-align: center;
        width: 91%;
    }
    .App .ban-page .ban-page__art-area .ban-page__art-area_container img {
        bottom: 17px;
        left: 76px;
        position: absolute;
    }
}
.blur {
    display: none;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 4;
}
@media screen and (max-width: 1024px) {
    .header__list {
        font-size: 16px;
    }
}
.header__list {
    color: #fff;
    display: flex;
    flex-grow: 5;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-around;
    line-height: 29px;
    z-index: 6;
}
.header__list .header__list_item {
    align-items: center;
    display: flex;
    margin: 0 3%;
}
.header__list .header__list_item p.mobile {
    display: none;
}
@media screen and (max-width: 1024px) {
    .header__list .header__list_item p.mobile {
        display: block;
    }
    .header__list .header__list_item p.pc {
        display: none;
    }
}
.header__list .header__list_item img {
    margin-right: 10px;
}
.header__container {
    background: linear-gradient(0deg, #fca554 13.62%, rgba(237, 137, 45, 0));
    border-radius: 100px;
    margin: 0 auto;
    max-width: 1180px;
    padding: 2px;
    z-index: 6;
}
.header {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: rgba(105, 53, 30, 0.6);
    border: 2px;
    border-image: linear-gradient(0deg, #fca554 70.97%, rgba(237, 137, 45, 0) 166.37%);
    box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.25);
    height: 92.57px;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
    z-index: 5;
}
.header,
.header .header__logo {
    align-items: center;
    border-radius: 100px;
    display: flex;
}
.header .header__logo {
    background: linear-gradient(90deg, rgba(67, 28, 11, 0.6) 31.95%, rgba(105, 53, 30, 0) 73.35%);
    flex-grow: 1;
    height: 100%;
    max-width: 330px;
    z-index: 6;
}
.header .header__logo .header__logo_img {
    bottom: 9.11px;
    left: 0;
    position: absolute;
}
.header .header__logo .header__logo_text {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    margin-left: 115.98px;
    margin-right: 13.7%;
    text-align: left;
}
.header .header__logo .header__logo_stroke {
    height: 68.1px;
    z-index: 5;
}
.header__burger {
    display: none;
    margin-right: 40px;
    z-index: 6;
}
.header .active-list {
    background: #4a220e;
    border-radius: 50px 50px 28px 28px;
    display: flex;
    flex-direction: column;
    left: 0;
    padding-left: 49.62px;
    padding-top: 127.96px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.header .active-list .header__list_item {
    margin-bottom: 40px;
}
.header:after {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 100px;
    box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.25);
    content: "";
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
@media screen and (max-width: 1180px) {
    .header__container {
        margin-left: 6.51px;
        margin-right: 6.51px;
    }
}
@media screen and (min-width: 1180px) {
    .header__container .header {
        margin-left: 0;
    }
}
@media screen and (max-width: 320px) {
    .header__logo_stroke {
        margin-left: -17px;
    }
}
.footer {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: rgba(105, 53, 30, 0.8);
    box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
    padding-top: 23.86px;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
    width: 90%;
}
.footer .contact-info {
    display: flex;
    flex-direction: column;
}
.footer .contact-info .support-link {
    text-decoration: underline;
}
.footer .contact-info .contact-info__item {
    color: #9a9a9a;
    font-size: 16.01px;
    font-weight: 400;
    line-height: 24.14px;
}
.footer .contact-info .contact-info__item:first-child {
    color: #fff;
    font-size: 16.0051px;
    font-style: normal;
    font-weight: 600;
    line-height: 150.84%;
}
.footer .footer__down {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 380px;
}
.footer .footer__down .payment {
    background: #572611;
    border-radius: 16px;
    display: flex;
    justify-content: space-evenly;
    padding: 25px 9px;
    width: 100%;
}
.footer .footer__down .copyright {
    align-self: end;
    color: #9a9a9a;
    font-size: 13.5335px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.84%;
    order: -1;
    text-align: end;
}
@media screen and (max-width: 1024px) {
    .footer {
        padding-bottom: 30.8px;
        padding-top: 17px;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer .container .contact-info {
        align-self: start;
    }
    .footer .footer__down {
        align-items: center;
        width: 100%;
    }
    .footer .footer__down .payment {
        background: #572611;
        border-radius: 16px;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 17.37px;
        margin-top: 17.37px;
        padding: 25px 0;
        width: 100%;
    }
    .footer .footer__down .copyright {
        align-self: start;
        color: #9a9a9a;
        font-size: 13.5335px;
        font-style: normal;
        font-weight: 400;
        line-height: 150.84%;
        order: 1;
        text-align: start;
        width: 284.34px;
    }
}
#pay-modal__h1 {
    position: relative;
}
#pay-modal__h1:after {
    background-color: #532410;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.welcome {
    color: #fff;
    margin: 0 3.044% 285.68px;
    min-width: 320px;
}
.welcome .container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1160px;
}
.welcome .welcome__button {
    height: 91.45px;
    margin-top: 40px;
    width: 400.84px;
}
.welcome .welcome__button button {
    align-items: center;
    display: flex;
    justify-content: center;
}
.welcome .welcome__button .button__text {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-right: 7.59px;
}
.welcome .welcome__button .button__img {
    height: 26px;
    width: 22px;
}
.welcome .welcome__name {
    font-size: 70.7791px;
    font-style: normal;
    font-weight: 600;
    line-height: 86px;
}
.welcome .welcome__description {
    color: #e3e3e3;
    font-size: 33.766px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    margin-bottom: 23.54px;
}
@media screen and (max-width: 1024px) {
    .welcome {
        color: #fff;
        display: flex;
        flex-direction: column;
        margin: 0 6.425% 285.68px;
        min-width: 320px;
    }
    .welcome .container {
        margin: 0;
    }
    .welcome .welcome__button {
        align-items: center;
        display: flex;
        height: 60px;
        justify-content: center;
        width: 235px;
    }
    .welcome .welcome__button .button__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.3px;
        margin-right: 7.59px;
    }
    .welcome .welcome__name {
        font-size: 37px;
        font-weight: 600;
        line-height: 45px;
        text-align: left;
    }
    .welcome .welcome__description {
        color: #e3e3e3;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 23.54px;
        text-align: left;
    }
}
.button {
    background: linear-gradient(0deg, #fca554 17.86%, rgba(237, 137, 45, 0));
    border: none;
    border-radius: 51.9595px;
    box-shadow: 0 5.19595px 4.15676px rgba(241, 177, 11, 0.26);
    font-family: Montserrat, sans-serif;
    padding: 1.53px;
    position: relative;
}
.button button {
    background: linear-gradient(180deg, #9c4b28, #4a200e);
    border: none;
    border-radius: inherit;
    box-shadow: inset 0 -5.19595px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.button p {
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
    background: linear-gradient(180deg, #fff 55.73%, #aa3504) !important;
    -webkit-background-clip: text !important;
}
.donation-container {
    align-items: center;
    background: linear-gradient(0deg, #fca554 13.62%, rgba(237, 137, 45, 0));
    border-radius: 49.7748px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1160px;
    padding: 1.53px;
}
.donation_last_three {
    margin-top: 20px;
}
.donation-pc__header_nickname svg {
    padding-top: 2px;
}
.donation-pc__block {
    display: flex;
}
.donation-pc__ranks {
    margin-left: 10px;
}
.donation_last_three__inner {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: left;
}
.donation_last_three__item {
    background: #d7873e;
    border: 0;
    border-radius: 23px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    height: 31px;
    min-width: 84px;
    text-align: center;
}
@media screen and (max-width: 1170px) {
    .donation-container {
        margin: 0 10px;
    }
}
.donation_last_three__item {
    gap: 10px;
    height: 50px;
    padding: 7px 18px;
    word-break: break-word;
}
.donation_last_three__item p {
    flex: none;
    flex-grow: 0;
    order: 0;
}
@media screen and (max-width: 1600px) {
    .donation_last_three__item {
        height: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .donation_last_three__item {
        font-size: 15px;
    }
    #donation_image {
        margin-top: 60px;
    }
}
@media screen and (max-width: 415px) {
    .donation_last_three__item {
        font-size: 15px;
    }
}
.donation {
    align-items: center;
    background: linear-gradient(180deg, #9c4b28, #4a200e);
    border-radius: inherit;
    box-shadow: inset 0 -7.65766px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    height: 406.97px;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
.donation .donation__header {
    margin-left: 100px;
    width: 480px;
}
.donation .donation__header .donation__name {
    display: flex;
    margin-bottom: 23.38px;
}
.donation .donation__header .donation__name .donation__name_img {
    margin-right: 14.32px;
}
.donation .donation__header .donation__input_wrapper {
    border-radius: 50px;
    height: 79.41px;
}
.donation .donation__header .donation__input_wrapper input {
    background-color: #fff;
    border-radius: inherit;
    color: #2d2d2d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
}
.donation .donation__header .donation__input_wrapper .donation__background {
    bottom: -100px;
    left: -80px;
    position: absolute;
}
.donation .donation__header .donation__input_wrapper:before {
    align-items: center;
    background: #532410;
    border: none;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    content: url(../img/man-icon.8c4d3639ee35bb60867b.svg);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 61px;
}
.donation .donation__header .button__link {
    position: absolute;
    right: -1px;
    top: -1px;
}
.donation .donation__header .donation__input_button {
    height: 80px;
    padding: 0;
    position: static;
    width: 80px;
}
.donation .donation__header .donation__input_button button .input__button_img {
    height: 100%;
    width: 100%;
}
.donation .donation__header .donation__input_button:after {
    background: url(../img/input-button-arrow.07e247081e3a5fbf0a05.svg) no-repeat;
    background-size: cover;
    content: "";
    height: 24px;
    left: 20.41px;
    pointer-events: none;
    position: absolute;
    top: 25.7px;
    width: 36px;
}
.donation .donation__footer {
    align-self: center;
    height: 318px;
    margin-right: 149px;
    margin-top: 40px;
    position: relative;
    width: 318px;
}
.donation .donation__footer .donation__chest {
    align-self: center;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.donation .donation__footer .donation__background {
    position: absolute;
}
.donation .donation__footer .donation__background1 {
    left: -0.43px;
    top: -27.33px;
    z-index: 3;
}
.donation .donation__footer .donation__background2 {
    bottom: -21.74px;
    left: -67.98px;
}
.donation .donation__footer .donation__background3 {
    right: -10.41px;
    top: 5.85px;
    z-index: 1;
}
.donation .donation__footer .donation__background5 {
    bottom: 3.91px;
    right: -35.73px;
}
@media screen and (max-width: 1024px) {
    .donation-container {
        margin: 0 auto;
        max-width: 407.5px;
    }
    .donation {
        align-items: flex-start;
        background: linear-gradient(180deg, #9c4b28, #4a200e);
        border-radius: 49.7748px;
        box-shadow: inset 0 -7.65766px 0 rgba(0, 0, 0, 0.25);
        color: #fff;
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        margin: 0 auto;
        min-width: 350px;
        padding: 36px;
        position: relative;
        width: 100%;
    }
    .donation .donation__header {
        flex-grow: 0;
        margin-left: 0;
        width: 100%;
    }
    .donation .donation__header .donation__name {
        display: flex;
        margin-bottom: 23.38px;
    }
    .donation .donation__header .donation__name .donation__name_img {
        margin-right: 14.32px;
    }
    .donation .donation__header .donation__input_wrapper {
        background: #994927;
        border-radius: 34.9334px;
        box-shadow: none;
        height: 55.48px;
        margin-bottom: 38.44px;
        position: relative;
        width: 100%;
    }
    .donation .donation__header .donation__input_wrapper .button__link {
        right: 0;
        top: 0;
    }
    .donation .donation__header .donation__input_wrapper .donation__input_button {
        height: 55.48px;
        width: 55.48px;
    }
    .donation .donation__header .donation__input_wrapper .donation__input_button:after {
        background-size: cover;
        height: 16.77px;
        left: 14.26px;
        position: absolute;
        top: 17.96px;
        width: 25.15px;
    }
    .donation .donation__header .donation__input_wrapper .donation__background4 {
        left: 0;
        position: absolute;
        top: 100px;
    }
    .donation .donation__header .donation__input_wrapper .donation__input {
        background-color: inherit;
        border: none;
        border-radius: 34.9334px;
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        height: 100%;
        line-height: 17px;
        padding: 0 75px 0 75.31px;
        text-shadow: none;
        width: 100%;
        z-index: 2;
    }
    .donation .donation__header .donation__input_wrapper .donation__input::-webkit-input-placeholder {
        color: #fff;
    }
    .donation .donation__header .donation__input_wrapper .donation__input::placeholder {
        color: #fff;
    }
    .donation .donation__header .donation__input_wrapper:before {
        background: #532410;
        border: none;
        border-bottom-left-radius: inherit;
        border-top-left-radius: inherit;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 57.9px;
    }
    .donation .donation__header .donation__input_wrapper1:after {
        background: url(../img/man-icon.8c4d3639ee35bb60867b.svg) no-repeat;
        background-size: cover;
        content: "";
        height: 22.91px;
        left: 25.21px;
        position: absolute;
        top: 15.71px;
        width: 18.33px;
    }
    .donation .donation__header .donation__input_button {
        align-items: center;
        box-shadow: none;
        display: flex;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
    }
    .donation .donation__header .input__button_img {
        height: 100%;
        position: relative;
        width: 100%;
    }
    .donation .donation__footer {
        align-self: center;
        flex-grow: 1;
        height: 193px;
        margin-right: 0;
        position: relative;
        width: 193px;
    }
    .donation .donation__footer .donation__background2 {
        bottom: -21.74px;
        left: -67.98px;
    }
    .donation .donation__footer .donation__background3 {
        right: -10.41px;
        top: 5.85px;
        z-index: 1;
    }
    .donation .donation__footer .donation__background5 {
        bottom: 3.91px;
        right: -35.73px;
    }
}
@media screen and (max-width: 424px) {
    .donation-container {
        margin: 0 5px;
    }
}
@media screen and (max-width: 1600px) {
    .donation-pc__ranks {
        margin-left: 0;
    }
}
.input {
    background: #994927;
    border: none;
    border-radius: 50px;
    color: #fff;
    height: 100%;
    padding: 0 40px 0 75.31px;
    width: 100%;
    z-index: 2;
}
.input::-webkit-input-placeholder {
    color: #fff;
}
.input::placeholder {
    color: #fff;
}
.main {
    padding-top: 300px;
}
@media screen and (max-width: 766px) {
    .main {
        padding-top: 65.42px;
    }
}
.subscribe {
    background: url(../img/pc-subscribe-background.27b8d9b3a5e80e976669.png) no-repeat top 74.38px left, url(../img/pc-subscribe-background.27b8d9b3a5e80e976669.png) no-repeat top 96.38px right -60px,
        url(../img/pc-subscribe-background-blur.0d5b8e547e649be4ba32.png) no-repeat top 74.38px center;
    background-size: auto, auto, auto;
    padding-bottom: 61.3px;
    padding-top: 142px;
    position: relative;
}
.subscribe .container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1160px;
}
.subscribe .subscribe__background {
    margin-top: 42px;
    position: relative;
}
.subscribe .subscribe__background .subscribe__background_item:first-child,
.subscribe .subscribe__background .subscribe__background_item:last-child {
    position: absolute;
}
.subscribe .subscribe__background .subscribe__background_item:first-child {
    left: -65.77px;
    top: 2.27px;
    z-index: 3;
}
.subscribe .subscribe__background .subscribe__background_item:nth-child(2) {
    z-index: 2;
}
.subscribe .subscribe__background .subscribe__background_item:last-child {
    right: -41px;
    top: 85.25px;
}
.subscribe .subscribe__description {
    margin-left: 52.05px;
}
.subscribe .subscribe__description .subscribe__description_name {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 10.42px;
}
.subscribe .subscribe__description .subscribe__description_name span {
    background: #fff;
    border-radius: 8.09242px;
    color: #572611;
    display: inline-block;
    font-size: 27.094px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    padding: 9.4px 28.3px;
}
.subscribe .subscribe__description_details {
    color: #e3e3e3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.84%;
    margin-bottom: 23.76px;
}
.subscribe__button {
    padding: 1.24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.subscribe__button a {
    background: linear-gradient(180deg, #00adff, #0d3f4a) !important;
    padding: 24px 50px 37px;
}
.subscribe__button p {
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
    background: linear-gradient(180deg, #fff 55.73%, #80b7ff) !important;
    -webkit-background-clip: text !important;
}
.subscribe__button .button__text {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 1024px) {
    .subscribe {
        background: url(data:image/png;base64,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)
                no-repeat bottom -58.3px right,
            url(../img/subscribe-item4.8431a14b18ec2027a2af.png) no-repeat 0 0,
            url(data:image/png;base64,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)
                no-repeat 100% 0;
        background-size: auto, auto, auto, auto, auto;
        padding-bottom: 61.3px;
        padding-top: 0;
        position: relative;
    }
    .subscribe .container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .subscribe .subscribe__description {
        margin-left: auto;
        margin-right: auto;
        padding: 0 40px;
    }
    .subscribe .subscribe__description .subscribe__description_name {
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 10.42px;
        text-align: left;
    }
    .subscribe .subscribe__description .subscribe__description_name span {
        background: #fff;
        border-radius: 8.09242px;
        color: #572611;
        display: inline-block;
        margin-left: 0;
        padding: 5.84px 17.71px 5.99px 17.62px;
    }
    .subscribe .subscribe__description_details {
        color: #e3e3e3;
        font-size: 18px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 23.76px;
        text-align: left;
    }
    .subscribe__button {
        height: 56.85px;
        margin-left: 16.57px;
        width: 249px;
    }
    .subscribe__button button {
        padding: 15px 30px 22px;
    }
    .subscribe__button .button__text {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
    }
}
.online-info {
    background: url(../img/online-info-background.9a47b159f62681514e8a.png) no-repeat bottom -2px center;
    background-size: 1290px;
    margin-top: 76.91px;
    padding-bottom: 217px;
    position: relative;
}
.online-info,
.online-info .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.online-info .online-info__online {
    color: #fff;
    font-size: 52.886px;
    font-style: normal;
    font-weight: 700;
    line-height: 150.84%;
    margin-bottom: -20px;
    margin-top: 20px;
    text-align: center;
}
.online-info .online-info__text {
    color: #fff;
    font-size: 22.0358px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.84%;
    margin: 1px;
    position: relative;
}
.online-info .online-info__text:after {
    content: url(../img/green-dot.fe9ae8bcc37a40075485.svg);
    position: absolute;
    right: -15.95px;
    top: 37%;
}
.online-info__button {
    position: relative;
}
.online-blur {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    height: 66.8px;
    position: absolute;
    top: 21.9%;
    width: 807.35px;
}
.online-info .online-info__button {
    box-shadow: none;
    height: 91px;
    margin-top: 60px;
    width: 400px;
}
.online-info .online-info__button .button__text {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 1024px) {
    .online-blur {
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        -webkit-filter: blur(9px);
        filter: blur(9px);
        top: 20%;
        width: 807.35px;
    }
    .online-info {
        align-items: center;
        background: url(../img/online-info-background.9a47b159f62681514e8a.png) no-repeat bottom -2px center;
        display: flex;
        flex-direction: column;
        margin-top: 31.9px;
        padding-bottom: 178.84px;
    }
    .online-info .online-info__button {
        margin-top: 20px;
    }
    .online-info .container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .online-info .online-info__online {
        color: #fff;
        font-size: 52.886px;
        font-style: normal;
        font-weight: 700;
        line-height: 150.84%;
        margin-bottom: -30px;
        text-align: center;
    }
    .online-info .online-info__text {
        color: #fff;
        font-size: 22.0358px;
        font-style: normal;
        font-weight: 400;
        line-height: 150.84%;
        margin: 15px;
        position: relative;
    }
    .online-info .online-info__text:after {
        content: url(../img/green-dot.fe9ae8bcc37a40075485.svg);
        position: absolute;
        right: -15.95px;
        top: 38%;
    }
    .online-info .online-info__button {
        height: 64px;
        width: 304px;
    }
    .online-info .online-info__button .button__text {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
    }
    .online-blur {
        height: 66.8px;
        position: absolute;
        top: 29%;
        width: 600.35px;
    }
    .button.online-info__button {
        margin-top: 40px;
    }
    .online-blur {
        height: 55.8px;
        position: absolute;
        top: 26%;
        width: 400.35px;
    }
    .button.online-info__button {
        margin-top: 20px;
    }
}
@media screen and (max-width: 425px) {
    .online-blur {
        height: 50.8px;
        position: absolute;
        top: 30%;
        width: 400.35px;
    }
    .button.online-info__button {
        margin-top: 20px;
    }
}
@media screen and (max-width: 320px) {
    .online-blur {
        height: 46.8px;
        position: absolute;
        top: 39%;
        width: 300.35px;
    }
}
.donation-pc__container {
    background: linear-gradient(0deg, #fca554 13.62%, rgba(237, 137, 45, 0));
    display: none;
    flex-direction: column;
    margin: 0 auto;
    padding: 1.53px;
}
.donation-pc,
.donation-pc__container {
    border-radius: 49.7748px;
    max-width: 1580px;
}
.donation-pc {
    background: linear-gradient(180deg, #9c4b28, #4a200e 105.16%);
    box-shadow: inset 0 -7.65766px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 55.44px 135.11px 48px;
    position: relative;
}
.donation-pc .donation-pc__header {
    color: #fff;
    display: flex;
    font-size: 33.766px;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
    line-height: 41px;
    overflow: hidden;
    padding-bottom: 49.48px;
    vertical-align: middle;
}
.donation-pc .donation-pc__header .donation-pc__header_nickname {
    align-items: center;
    display: flex;
    flex-grow: 8;
}
.donation-pc .donation-pc__header .donation-pc__header_nickname p {
    max-width: 180px;
    overflow: hidden;
}
@media screen and (max-width: 1600px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname {
        align-items: flex-start;
        display: flex;
        flex-grow: 8;
        overflow: hidden;
        width: 70%;
    }
}
.donation-pc__ranks {
    background: #562611;
    border-radius: 20.3138px;
    display: flex;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
    height: 90.29px;
    margin-right: 50px;
    width: 400.73px;
}
@media screen and (max-width: 1600px) {
    .donation-pc__ranks {
        margin-right: 0;
    }
}
#svg__header {
    margin-left: 10px;
}
.donation-pc__ranks p {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 18px 10px 10px;
}
.donation-pc__ranks img {
    height: 90px;
    margin-right: 10px;
    width: 90px;
}
.donation-pc .donation-pc__header .donation-pc__header_nickname img {
    margin-right: 16.35px;
}
.donation-pc .donation-pc__header .donation-pc__header_nickname p {
    text-overflow: ellipsis;
}
.donation-pc .donation-pc__header .donation-pc__header_goods {
    align-items: center;
    display: flex;
    flex-grow: 4;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-end;
    line-height: 24px;
}
@media screen and (max-width: 425px) {
    .donation-pc .donation-pc__header .donation-pc__ {
        width: 70%;
    }
}
@media screen and (max-width: 1600px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        display: flex;
        flex-grow: 4;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        justify-content: flex-end;
        line-height: 24px;
        margin-top: -50px;
        width: 80%;
    }
    .donation-pc__header_goods div {
        align-items: center;
        display: flex;
        flex: 0.3 1;
        justify-content: center;
    }
}
@media screen and (max-width: 380px) {
    .donation-pc__header_goods div {
        align-items: center;
        display: flex;
        flex: 0.35 1;
    }
}
.donation-pc .donation-pc__header .donation-pc__header_goods_item {
    height: 64px;
}
.donation-pc .donation-pc__header .donation-pc__header_goods_item:not(:last-child) {
    margin-right: 27px;
}
.donation-pc hr {
    background: #5e2a13;
    border: none;
    height: 2.3px;
}
.donation-pc .donation-pc__footer {
    align-items: center;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 33.33px;
    row-gap: 60px;
}
.donation-pc .donation-pc__footer .donation-pc__footer_item_footer {
    margin-top: 11.21px;
}
@media screen and (max-width: 1600px) {
    .donation-pc__container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .donation-pc .donation-pc__header {
        display: grid;
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas: "dphn" "gphg" "dpr";
        grid-template-columns: repeat(1, 1fr);
        height: 300px;
        place-items: center;
    }
    .donation-pc__header_nickname {
        grid-area: dphn;
    }
    .donation-pc__ranks {
        grid-area: dpr;
    }
    .donation-pc__header_goods {
        grid-area: gphg;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname {
        margin-bottom: 20px;
    }
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        justify-content: center;
    }
    .donation-pc__ranks {
        margin-top: -60px;
    }
}
@media screen and (max-width: 1024px) {
    .donation-pc {
        padding: 24.12px 0 55.91px;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname {
        font-size: 23.5912px;
        font-style: normal;
        font-weight: 700;
        line-height: 29px;
        margin-left: -20px;
    }
    .pay-modal__content_footer {
        margin-top: -30px;
    }
}
.swiper-button-next {
    background-image: url(../img/arrow-slider-next.5076e54b1bbf081ea6ec.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: -9px;
}
.slider.donation-pc__footer_item {
    width: 350px;
}
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev {
    background-image: url(../img/arrow-slider-next.5076e54b1bbf081ea6ec.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev:after {
    display: none;
}
@media screen and (max-width: 1024px) and (max-width: 440px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        justify-content: start;
    }
}
@media screen and (max-width: 1024px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        margin-top: -90px;
        overflow: scroll;
    }
    .donation-pc__ranks {
        margin-top: -90px;
    }
    .donation-pc__footer {
        margin-top: -20px !important;
    }
}
@media screen and (max-width: 1024px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods::-webkit-scrollbar {
        display: none;
    }
}
.pay-modal__info p {
    max-width: 250px;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .pay-modal__info p {
        margin-left: -60px;
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .donation-pc__header_goods_item {
        height: 50px;
    }
    .donation-pc__header_goods {
        margin-top: -100px !important;
    }
    .donation-pc__ranks {
        margin-top: -130px;
    }
    .donation-pc__header {
        height: 250px !important;
    }
}
@media screen and (max-width: 766px) {
    .donation-pc__header_goods {
        display: flex;
        gap: 10px;
        justify-content: space-between !important;
    }
    .donation-pc .donation-pc__header .donation-pc__header_goods_item:not(:last-child) {
        margin: 0;
    }
    .donation-pc .donation-pc__header .donation-pc__header_goods_item {
        flex-grow: 0;
        height: auto;
        padding: 12px 15px;
    }
}
@media screen and (max-width: 425px) {
    .pay-modal__info:after {
        background-color: #5e2a13;
        bottom: -4px;
        content: "";
        height: 1px;
        left: -45px !important;
        margin: 0 auto;
        position: absolute;
        right: -30px !important;
        text-align: center;
        width: 100% !important;
    }
    .pay-modal__info p span {
        font-size: 16px !important;
    }
    .donation-pc__footer {
        margin-top: -50px !important;
    }
    .donation-pc__header_goods_item {
        font-size: 13px !important;
        width: 130px;
    }
    .donation-pc__ranks {
        margin-top: -120px;
    }
}
@media screen and (max-width: 320px) {
    .pay-modal__info p {
        margin-left: -10px !important;
    }
}
@media screen and (max-width: 280px) {
    .pay-modal__info {
        margin-right: 120px !important;
    }
}
@media screen and (max-width: 1024px) {
    .pay-modal__info {
        position: relative;
    }
    .donation-pc .donation-pc__footer {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 20 !important;
    }
    .donation-pc .donation-pc__footer .donation-pc__footer_item_indicators {
        display: flex;
    }
    .donation-pc .donation-pc__footer .donation-pc__footer_item_indicators .donation-pc__footer_indicator {
        background: #37180a;
        border-radius: 18px;
        height: 8.26px;
        width: 58px;
    }
    .donation-pc .donation-pc__footer .donation-pc__footer_item_indicators .donation-pc__selected {
        background: #fba454;
    }
    .donation-pc .donation-pc__footer .donation-pc__footer_item_indicators .donation-pc__footer_indicator:not(:last-child) {
        margin-right: 5px;
    }
    .donation-pc .donation-pc__footer .customSwiper .donation-pc__footer_item {
        max-width: 328px;
    }
    .donation-pc .donation-pc__footer .donation-pc__footer_item_footer {
        height: 330px;
        margin: 5px auto 0 -9px;
        max-width: 1000px;
        width: 100%;
    }
    .donation-pc .donation-pc__footer .customSwiper {
        height: 570px;
        margin: 0 auto;
        max-width: 400px;
    }
    .donation-pc .donation-pc__footer .customSwiper .donation-pc__footer_item {
        margin: 33.9px auto 0;
    }
    .donation-pc .donation-pc__footer .customSwiper .donation-pc__footer_item.donation-admin {
        margin-top: 0;
    }
}
@media screen and (max-width: 425px) {
    .donation-pc__ranks {
        margin-top: -200px !important;
    }
    .donation-pc__header {
        margin-bottom: -20px !important;
    }
}
@media screen and (max-width: 400px) {
    .donation-pc .donation-pc__footer .customSwiper {
        margin: 0 auto;
        max-width: 400px;
    }
    .donation-pc .donation-pc__footer .customSwiper .swiper-slide {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        width: 250px;
        width: 100%;
    }
    .donation-pc .donation-pc__footer .customSwiper .donation-pc__footer_item {
        margin: 33.9px auto 0;
        width: 290px;
    }
    .swiper-button-next {
        margin-right: -8px;
    }
    .swiper-button-prev {
        margin-left: -8px;
    }
}
@media screen and (max-width: 360px) {
    .donation-pc__ranks {
        height: 77.29px;
        width: 250.73px;
    }
    .donation-pc__ranks p {
        font-size: 10px;
    }
}
@media screen and (max-width: 330px) {
    .donation-pc .donation-pc__footer .customSwiper {
        margin: 0 auto;
        max-width: 330px;
    }
    .donation-pc .donation-pc__footer .customSwiper .swiper-slide {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        width: 200px;
        width: 100%;
    }
    .donation-pc .donation-pc__footer .customSwiper .donation-pc__footer_item {
        margin: 33.9px auto 0;
        width: 200px;
    }
    .slider.donation-pc__footer_item_header {
        width: 250px;
    }
    .slider.donation-pc__footer_item_header img {
        margin-left: -20px;
    }
    .donation-special .donation-pc__footer_item_header p {
        font-size: 20px;
        margin-left: -70px;
    }
    .swiper-button-next {
        margin-right: -8px;
    }
    .swiper-button-prev {
        margin-left: -8px;
    }
    .donation-pc__footer_item_header {
        font-size: 22px;
        margin-left: -10px;
        width: 250px;
    }
}
@media screen and (max-width: 444px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        width: 92%;
    }
    .donation-pc__ranks {
        height: 95px !important;
        width: 330px;
    }
    .donation-pc__ranks p {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 375px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        width: 96%;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname {
        margin-left: 20px;
        width: 70%;
    }
    .donation-pc__ranks {
        width: 80%;
    }
    .donation-pc__ranks p {
        font-size: 12px;
        line-height: 12px;
    }
}
@media screen and (max-width: 320px) {
    .donation-pc__ranks {
        width: 20px;
    }
}
@media screen and (max-width: 361px) {
    .donation-pc__ranks p {
        font-size: 11px;
        margin: 7px;
    }
    .donation-pc__ranks img {
        height: 70px;
        margin: 0 auto;
        width: 70px;
    }
}
@media screen and (max-width: 285px) {
    .donation-pc__ranks {
        width: 180px;
    }
    .donation-pc__ranks p {
        font-size: 8px;
        line-height: 10px;
        margin: 20px 7px 7px;
    }
    .donation-pc__ranks img {
        height: 50px;
        margin-top: 15px;
        width: 50px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__header_nickname {
        margin-right: -40px;
    }
    .donation-pc__ranks {
        width: 250px;
    }
    .donation-pc__ranks p {
        font-size: 11px;
        line-height: 12px;
        margin-top: 10px;
    }
    .donation-pc__ranks img {
        height: 60px;
        margin-top: 20px;
        width: 60px;
    }
}
@media screen and (max-width: 412px) {
    .donation-pc__header_nickname {
        margin-right: 20px;
    }
}
@media screen and (max-width: 280px) {
    .donation-pc__header_goods {
        margin-top: -100px !important;
    }
    .donation-pc__header_goods_item {
        font-size: 12px !important;
        width: 130px;
    }
    .donation-pc__ranks {
        margin-top: -150px;
        width: 220px;
    }
    .donation-pc__footer {
        margin-top: -70px !important;
    }
}
@media screen and (max-width: 401px) {
    .donation-pc__footer_item_button {
        margin-top: 10px !important;
    }
    .swiper-button-next {
        right: 30px !important;
    }
    .swiper-button-prev {
        left: 30px !important;
    }
}
@media screen and (max-width: 320px) {
    .donation-pc__footer_item_button {
        margin-top: 11px !important;
    }
}
@media (max-width: 430px) {
    .donation-pc .donation-pc__footer {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.donation-pc__footer_item {
    background: #572611;
    border-radius: 29.8137px;
    height: 530px;
    margin-top: 33.9px;
    position: relative;
    width: 303px;
}
.donation-pc__footer_item_gift {
    background-color: #181818;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 17px;
    padding: 5px;
}
@media screen and (max-width: 330px) {
    .donation-pc__footer_item_gift,
    .donation-pc__footer_item_gift p {
        align-items: center;
        flex-direction: column;
    }
    .donation-pc__footer_item_gift p {
        display: flex;
        text-align: center;
    }
}
.donation-pc__footer_item_gift .image {
    align-items: center;
    background-color: #22c3f6;
    border-radius: 20px;
    display: flex;
    height: 60px;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
    width: 60px;
}
.donation-pc__footer_item_gift .image img {
    -webkit-filter: drop-shadow(10px 10px 17px rgba(49, 17, 3, 0.8));
    filter: drop-shadow(10px 10px 17px rgba(49, 17, 3, 0.8));
    height: 60px;
    margin-top: 10px;
}
.donation-pc__footer_item_gift p {
    margin-top: 5px;
}
.donation-pc__footer_item_gift p span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.donation-pc__footer_item_discount {
    height: 90px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.donation-pc__footer_item_discount:before {
    align-items: center;
    background: linear-gradient(180deg, #ff1616, #d71212);
    content: attr(data-discount);
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    left: 55%;
    position: absolute;
    top: 25%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    width: 196px;
}
@media screen and (max-width: 1024px) {
    .donation-pc__footer_item_discount:before {
        left: 58%;
        top: 27%;
    }
}
@media screen and (max-width: 400px) {
    .donation-pc__footer_item_discount:before {
        font-size: 20px;
        height: 28px;
        left: 54%;
        top: 23%;
    }
}
@media screen and (max-width: 330px) {
    .donation-pc__footer_item_discount:before {
        font-size: 18px;
        height: 24px;
        left: 35%;
        top: 24%;
    }
}
.donation-pc__footer_item.donation-admin {
    background: #181818;
    height: 563px;
    margin-top: 0;
}
.donation-pc__footer_item.donation-admin .donation-pc__footer_item_footer::-webkit-scrollbar-track {
    border-left: 2.5px solid #181818;
    border-right: 2.5px solid #181818;
}
.donation-pc__footer_item_footer {
    display: block !important;
    height: 325px;
    margin-left: -10px;
    max-height: 325px;
    overflow-y: scroll;
    padding-right: 18px;
    scrollbar-color: #fba454 #37180a;
    width: 100%;
}
.donation-pc__footer_item_footer::-webkit-scrollbar {
    margin-left: -10px;
    width: 10px;
}
.donation-pc__footer_item_footer::-webkit-scrollbar-track {
    background: #101010;
    border-left: 2px solid #572611;
    border-radius: 20px;
    border-right: 2px solid #572611;
    width: 5px;
}
.donation-pc__footer_item_footer::-webkit-scrollbar-thumb {
    background: #fba454;
    border-radius: 20px;
    width: 10px;
}
@media screen and (max-width: 280px) {
    .donation-pc__ranks {
        width: 200px !important;
    }
    .donation-pc__ranks p {
        font-size: 10px;
    }
}
@media screen and (max-width: 320px) {
    .donation-pc__ranks {
        height: 100px !important;
        width: 225px;
    }
    .donation-pc__ranks p {
        font-size: 9px;
        margin-top: 40px;
    }
    .donation-pc__ranks img {
        margin-top: 25px;
    }
}
@media screen and (max-width: 285px) {
    .donation-pc__ranks p {
        font-size: 9px;
        margin-top: 40px;
    }
    .donation-pc__ranks img {
        margin-right: 5px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 400px) {
    .donation-pc .donation-pc__footer .donation-pc__footer_item_footer {
        height: 360px;
        margin-left: -10px;
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname p {
        font-size: 20px;
    }
}
@media screen and (max-width: 375px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname p {
        font-size: 18px;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname svg {
        height: 18px;
        width: 18px;
    }
}
@media screen and (max-width: 320px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname p {
        font-size: 13px;
        vertical-align: middle;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname svg {
        height: 13px;
        width: 13px;
    }
}
.donation-pc__footer_item .line {
    background: #7b4025;
    border: none;
    height: 2px;
    margin: 12px 0;
}
.donation-pc__footer_item.donation-admin .line {
    background: #111;
    margin: 12px 0;
}
.donation-pc__footer_item .donation-pc__footer_item_header {
    display: flex;
    height: 96px;
    justify-content: center;
    position: relative;
}
.donation-pc__footer_item .donation-pc__footer_item_header .donation-pc__footer_item_header_img {
    border-radius: 39.1837px;
    height: auto;
    left: 38.31px;
    overflow: hidden;
    position: absolute;
    top: -33.9px;
    width: 115px;
    z-index: 4;
}
.donation-pc__footer_item .donation-pc__footer_item_header p {
    align-self: center;
    color: #fff;
    font-size: 28.7625px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    padding-left: 150px;
    position: relative;
    text-align: center;
}
.donation-pc__footer_item .donation-pc__footer_item_header p .timer {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    width: 200px;
}
.donation-pc__footer_item .donation-pc__footer_item_header p .timer img {
    margin-right: 5px;
}
.donation-pc__footer_item.donation-admin.light-blue .donation-pc__footer_item_header {
    background: linear-gradient(#00d1ff, #0075ca);
}
.donation-pc__footer_item.donation-admin.blue .donation-pc__footer_item_header {
    background: linear-gradient(#7000ff, #0051ca);
}
.donation-pc__footer_item.donation-admin.red .donation-pc__footer_item_header {
    background: linear-gradient(#ff000f, #9a2500);
}
.donation-pc__footer_item.donation-admin .donation-pc__footer_item_header {
    align-items: center;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    display: flex;
    flex-direction: row-reverse;
    height: 128px;
    justify-content: center;
}
.donation-pc__footer_item.donation-admin .donation-pc__footer_item_header .donation-pc__footer_item_header_img {
    height: 80%;
    position: static;
    width: auto;
}
@media (max-width: 400px) {
    .donation-pc__footer_item.donation-admin .donation-pc__footer_item_header .donation-pc__footer_item_header_img {
        height: 60%;
    }
}
.donation-pc__footer_item.donation-admin .donation-pc__footer_item_header p {
    padding-left: 20px;
    z-index: 5;
}
.donation-pc__footer_item .donation-pc__footer_item_footer {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
.donation-pc__footer_item .donation-pc__footer_item_footer .donation-pc__footer_item_footer_item {
    margin-bottom: 17.88px;
}
.donation-pc__footer_item .donation-pc__footer_item_footer .donation-pc__footer_item_footer_item h2 {
    color: #fff;
    font-size: 19.3109px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.donation-pc__footer_item .donation-pc__footer_item_footer .donation-pc__footer_item_footer_item p {
    color: #fff;
    font-size: 15.45px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.83px;
}
.donation-pc__footer_item .donation-pc__footer_item_footer .donation-pc__footer_item_footer_item:last-of-type {
    margin-bottom: 11px;
}
.donation-pc__footer_item.donation-admin .donation-pc__footer_item_footer {
    height: 330px;
}
@media (max-width: 430px) {
    .donation-pc__footer_item.donation-admin .donation-pc__footer_item_footer {
        padding-left: 40px;
    }
}
.donation-pc__footer_item_button {
    box-shadow: none;
    height: 40px;
    margin: 18px auto 0;
    padding: 0;
    width: 115px;
}
.donation-pc__footer_item_button button {
    background: #fff;
    box-shadow: none;
    font-size: 17.0364px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.donation-special {
    background-color: #181818;
}
.donation-special .line {
    background: #111;
    border: none;
}
.donation-special .donation-pc__footer_item_header p {
    color: #fff;
    font-size: 24.4834px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.donation-special .donation-pc__footer_item_header p span {
    background: linear-gradient(180deg, #ffb800, #ff7e00), linear-gradient(0deg, #fff, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.donation-special .donation-pc__footer_item_footer::-webkit-scrollbar-track {
    border-left: 2.5px solid #181818;
    border-right: 2.5px solid #181818;
}
@media screen and (min-width: 1024px) {
    .donation-pc__footer_item {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 330px) {
    .donation-pc__footer_item .donation-pc__footer_item_header p {
        font-size: 20px;
        margin-left: -70px;
    }
}
@media screen and (max-width: 361px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname p {
        font-size: 16px;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname svg {
        height: 16px;
        width: 16px;
    }
}
@media screen and (max-width: 333px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname p {
        font-size: 14px;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname svg {
        height: 14px;
        width: 14px;
    }
}
@media screen and (max-width: 305px) {
    .donation-pc .donation-pc__header .donation-pc__header_nickname p {
        font-size: 12px;
    }
    .donation-pc .donation-pc__header .donation-pc__header_nickname svg {
        height: 12px;
        width: 12px;
    }
}
.donation-admin {
    position: relative;
    width: 324px;
}
.donation-admin .donation-pc__footer {
    flex-direction: row;
}
.discount {
    position: relative;
}
.discount:before {
    content: attr(data-old-price);
    font-size: 17px;
    font-weight: 700;
    left: 0;
    margin-left: 56px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 330px) {
    .discount:before {
        left: 22px;
        text-align: center;
        top: 53px;
    }
}
.discount:after {
    background-color: rgba(255, 22, 22, 0.53);
    border-radius: 8px;
    content: "";
    height: 3px;
    left: 48px;
    position: absolute;
    top: 45%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    width: 62px;
}
@media screen and (max-width: 330px) {
    .discount:after {
        left: 70px;
        text-align: center;
        top: 52px;
    }
}
.discount .button {
    margin-left: 144px;
}
@media screen and (max-width: 330px) {
    .discount .button {
        margin: 0 auto;
    }
}
.donation-pc__footer.packs_mobile {
    display: block;
    height: 500px;
    margin: -20px auto 0 !important;
    -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 1%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99%, transparent), linear-gradient(270deg, #000 50%, transparent);
    mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 1%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99%, transparent), linear-gradient(270deg, #000 50%, transparent);
    -webkit-mask-position: bottom, right;
    mask-position: bottom, right;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%, 20px;
    mask-size: 100%, 20px;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    width: 95%;
}
@media screen and (max-width: 1024px) {
    .donation-pc__footer.packs_mobile {
        height: 585px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__footer.packs_mobile {
        height: 560px;
    }
}
.donation-pc__footer.packs_mobile::-webkit-scrollbar {
    background-clip: content-box;
    background-color: #101010;
    border: 2px solid transparent;
    border-radius: 20px;
    width: 8px;
}
.donation-pc__footer.packs_mobile::-webkit-scrollbar-thumb {
    background-color: #fba454;
    border-radius: 20px;
    width: 8px;
}
.donation-pc__footer.packs_mobile .donation-pc__pack {
    margin: 20px auto;
}
.donation-pc__footer.packs_mobile .donation-pc__pack:first-child {
    margin-top: 11px;
}
.donation-pc__footer.packs_mobile .donation-pc__pack:hover {
    -webkit-transform: none;
    transform: none;
}
.donation-pc__footer.packs_mobile .donation-pc__pack:hover_header img {
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.donation-pc__pack {
    background-color: #471c09;
    border-radius: 30px;
    height: 271px;
    position: relative;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    width: 400px;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack {
        height: 229px;
        width: 341px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack {
        height: 200px;
        width: 295px;
    }
}
.donation-pc__pack:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 3;
}
.donation-pc__pack:hover img {
    -webkit-user-drag: none;
    top: -20px;
    -webkit-transform: rotate(15deg) scale(1.1);
    transform: rotate(15deg) scale(1.1);
}
.donation-pc__pack.mega {
    z-index: 2;
}
@media screen and (min-width: 1025px) {
    .donation-pc__pack.mega:hover {
        box-shadow: 0 4px 100px 0 #c57b26;
        z-index: 4;
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:first-child {
        -webkit-transform: translateX(-120%) translateY(-5%) rotate(-20deg);
        transform: translateX(-120%) translateY(-5%) rotate(-20deg);
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:nth-child(2) {
        -webkit-transform: translateX(-60%) translateY(-5%) rotate(-15deg);
        transform: translateX(-60%) translateY(-5%) rotate(-15deg);
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:nth-child(3) {
        -webkit-transform: rotate(-8deg) translateX(-10%) translateY(-10%);
        transform: rotate(-8deg) translateX(-10%) translateY(-10%);
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:nth-child(4) {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:nth-child(5) {
        -webkit-transform: rotate(8deg) translateX(10%) translateY(-10%);
        transform: rotate(8deg) translateX(10%) translateY(-10%);
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:nth-child(6) {
        -webkit-transform: translateX(60%) translateY(-5%) rotate(15deg);
        transform: translateX(60%) translateY(-5%) rotate(15deg);
    }
    .donation-pc__pack.mega:hover .donation-pc__pack_mega-header img:nth-child(7) {
        -webkit-transform: translateX(120%) translateY(-5%) rotate(20deg);
        transform: translateX(120%) translateY(-5%) rotate(20deg);
    }
}
.donation-pc__pack_mega-header {
    height: calc(100% - 102px);
    position: relative;
    width: 100%;
}
.donation-pc__pack_mega-header img {
    height: 196px;
    position: absolute;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.donation-pc__pack_mega-header img:first-child {
    height: 150px;
    right: 50%;
    top: 40px;
    -webkit-transform: translateX(-115%) rotate(-15deg);
    transform: translateX(-115%) rotate(-15deg);
    z-index: 1;
}
.donation-pc__pack_mega-header img:nth-child(2) {
    height: 170px;
    right: 50%;
    top: 22px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
    z-index: 2;
}
.donation-pc__pack_mega-header img:nth-child(3) {
    height: 180px;
    right: 50%;
    top: 10px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 3;
}
.donation-pc__pack_mega-header img:nth-child(4) {
    left: 50%;
    top: -16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
}
.donation-pc__pack_mega-header img:nth-child(5) {
    height: 180px;
    left: 50%;
    top: 10px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 3;
}
.donation-pc__pack_mega-header img:nth-child(6) {
    height: 170px;
    left: 50%;
    top: 22px;
    -webkit-transform: translateX(50%) rotate(10deg);
    transform: translateX(50%) rotate(10deg);
    z-index: 2;
}
.donation-pc__pack_mega-header img:nth-child(7) {
    height: 150px;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(115%) rotate(15deg);
    transform: translateX(115%) rotate(15deg);
    z-index: 1;
}
.donation-pc__pack_mega-header:after {
    background-image: url(../img/mega-kit-donation-pack-title.da36c241b2332a83d7e8.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -1px;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 103%;
    z-index: 8;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_mega-header {
        height: calc(100% - 87px);
    }
    .donation-pc__pack_mega-header img:first-child {
        height: 125px;
        -webkit-transform: translateX(-108%) rotate(-8deg);
        transform: translateX(-108%) rotate(-8deg);
    }
    .donation-pc__pack_mega-header img:nth-child(2) {
        height: 130px;
    }
    .donation-pc__pack_mega-header img:nth-child(3) {
        height: 140px;
    }
    .donation-pc__pack_mega-header img:nth-child(4) {
        height: 150px;
        top: -8px;
    }
    .donation-pc__pack_mega-header img:nth-child(5) {
        height: 140px;
    }
    .donation-pc__pack_mega-header img:nth-child(6) {
        height: 130px;
    }
    .donation-pc__pack_mega-header img:nth-child(7) {
        height: 125px;
        -webkit-transform: translateX(105%) rotate(8deg);
        transform: translateX(105%) rotate(8deg);
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_mega-header {
        height: calc(100% - 75px);
    }
    .donation-pc__pack_mega-header img:first-child {
        height: 108px;
    }
    .donation-pc__pack_mega-header img:nth-child(2) {
        height: 130px;
    }
    .donation-pc__pack_mega-header img:nth-child(3) {
        height: 140px;
    }
    .donation-pc__pack_mega-header img:nth-child(4) {
        height: 150px;
        top: -8px;
    }
    .donation-pc__pack_mega-header img:nth-child(5) {
        height: 140px;
    }
    .donation-pc__pack_mega-header img:nth-child(6) {
        height: 130px;
    }
    .donation-pc__pack_mega-header img:nth-child(7) {
        height: 108px;
    }
}
.donation-pc__pack_header {
    padding-left: 39px;
    padding-top: 54px;
    position: relative;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_header {
        padding-left: 33px;
        padding-top: 46px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_header {
        padding-left: 29px;
        padding-top: 40px;
    }
}
.donation-pc__pack_header_timer {
    border-radius: 30px 30px 0 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.donation-pc__pack_header_timer_inner {
    align-items: center;
    background: linear-gradient(180deg, #ec0f0f, #890d0d);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    height: 74px;
    justify-content: center;
    left: -47px;
    padding: 18px 38px 0 0;
    position: absolute;
    text-align: center;
    top: -27px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 200px;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_header_timer_inner {
        font-size: 20px;
        height: 48px;
        left: -22px;
        padding: 8px 53px 0 0;
        top: -18px;
        width: 162px;
    }
}
.donation-pc__pack_header:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #f722a1 0, #471c09 25.52%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    content: "";
    height: 168px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_header:before {
        height: 144px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_header:before {
        height: 125px;
    }
}
.donation-pc__pack_header.green:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #0cd15b 0, #471c09 25.52%);
}
.donation-pc__pack_header.blue:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #0c38d1 0, #471c09 25.52%);
}
.donation-pc__pack_header.purple:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #9e0cd1 0, #471c09 25.52%);
}
.donation-pc__pack_header.red:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #d30b0b 0, #471c09 25.52%);
}
.donation-pc__pack_header.yellow:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #ee9000 0, #471c09 25.52%);
}
.donation-pc__pack_header.light-blue:before {
    background: radial-gradient(191.26% 191.26% at 50% 100%, #22c3f6 0, #471c09 25.52%);
}
.donation-pc__pack_header_name {
    font-size: 30px;
    font-weight: 700;
    max-width: 178px;
    position: relative;
    text-transform: uppercase;
    white-space: pre-wrap;
    z-index: 2;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_header_name {
        font-size: 26px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_header_name {
        font-size: 22px;
    }
}
.donation-pc__pack_header.small .donation-pc__pack_header_name {
    font-size: 24px;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_header.small .donation-pc__pack_header_name {
        font-size: 21px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_header.small .donation-pc__pack_header_name {
        font-size: 18px;
    }
}
.donation-pc__pack_header img {
    height: 196px;
    position: absolute;
    right: 40px;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 2;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_header img {
        height: 168px;
        right: 35px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_header img {
        height: 145px;
        right: 30px;
    }
}
.donation-pc__pack_bottom {
    align-items: center;
    justify-content: center;
    background-color: #471c09;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    bottom: 0;
    display: flex;
    height: 102px;
    left: 0;
    padding: 28px 40px;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.donation-pc__pack_bottom_timer {
    background-image: url(../img/timer_ticket.f54c165d1ae303b51106.svg);
    height: 90px;
    position: absolute;
    right: 16px;
    top: -3px;
    width: 82px;
}
.donation-pc__pack_bottom_timer:before {
    background: #ec0f0f;
    border-radius: 10px 0 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 84px;
}
.donation-pc__pack_bottom_timer:after {
    background: #9b0606;
    border-radius: 10px 10px 0 0;
    content: "";
    height: 6px;
    position: absolute;
    right: -4px;
    top: -3px;
    width: 4px;
}
.donation-pc__pack_bottom_timer_inner {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.donation-pc__pack_bottom_timer_inner:before {
    background-image: url(../img/timer_clock.74fe40ee4765cec86c30.svg);
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}
.donation-pc__pack_bottom_timer_inner b {
    font-size: 20px;
}
.donation-pc__pack_bottom_timer_inner p {
    font-size: 15px;
    margin-top: -5px;
}
@media screen and (max-width: 444px) {
    .donation-pc__pack_bottom_timer {
        background-image: url(../img/timer_ticket_small.8b531b12d7a904bb225e.svg);
        height: 80px;
        right: 12px;
        width: 70px;
    }
    .donation-pc__pack_bottom_timer:before {
        width: 72px;
    }
    .donation-pc__pack_bottom_timer_inner {
        padding-top: 5px;
    }
    .donation-pc__pack_bottom_timer_inner:before {
        background-size: contain;
        height: 22px;
        width: 22px;
    }
    .donation-pc__pack_bottom_timer_inner b {
        font-size: 16px;
    }
    .donation-pc__pack_bottom_timer_inner p {
        font-size: 12px;
        margin-top: -2;
    }
    .donation-pc__pack_bottom {
        height: 87px;
        padding: 23px 33px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_bottom {
        height: 75px;
        padding: 20px 29px;
    }
}
/* .donation-pc__pack_bottom:after {
    align-items: center;
    background-image: url(../img/fi-sr-eye.633734105e51a00c8071.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    content: "Подробнее";
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 14px;
    margin-left: 30px;
    padding-left: 21px;
    width: 13px;
} */
@media screen and (max-width: 444px) {
    .donation-pc__pack_bottom:after {
        font-size: 12px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_bottom:after {
        font-size: 11px;
        margin-left: 16px;
    }
}
.donation-pc__pack_bottom_price {
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 104px;
}
@media screen and (max-width: 393px) {
    .donation-pc__pack_bottom_price {
        font-size: 13px;
        height: 30px;
        width: 76px;
    }
}
.donation-pc__pack.mega {
    transition: box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.donation-pc__pack.mega,
.donation-pc__pack.mega .donation-pc__pack_bottom {
    background-color: #080708;
}
.donation-pc__pack.mega .donation-pc__pack_bottom_price {
    background: #ffc700;
    box-shadow: inset 0 0 20px 0 #b17a0f;
    padding: 0 26px;
    width: auto;
}
.donation-pc__pack.mega .donation-pc__pack_bottom_price span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: line-through;
}
@media screen and (max-width: 393px) {
    .donation-pc__pack.mega .donation-pc__pack_bottom_price {
        padding: 0 18px;
    }
    .donation-pc__pack.mega .donation-pc__pack_bottom_price span {
        font-size: 12px;
        margin-left: 6px;
    }
}
.category {
    border: 3px solid #572611;
    border-radius: 36px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 15px;
    padding: 13px 20px;
}
.active {
    background: #da843a;
    border-color: transparent !important;
}
@media screen and (min-width: 1024px) {
    .category {
        border: 5px solid #572611;
        border-radius: 36px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        padding: 15px 21px;
    }
    .active {
        background: #da843a;
        border-color: transparent !important;
    }
}
.donation-pc__footer .customSwiper {
    height: 400px;
    max-width: 328px;
    width: 100%;
}
.donation-pc__footer .customSwiper .customSlide {
    height: 100%;
}
.donation-pc__footer .customSwiper .swiper-pagination {
    display: none;
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: 27px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: 0.2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}
.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

.pay-modal {
    align-items: center;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    animation: slideUp 0.25s ease-out forwards;
}
.pay-modal__periods {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pay-modal__period {
    align-items: center;
    background-color: #471c09;
    border: 3px solid transparent;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 25px;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
    .pay-modal__period {
        font-size: 14px;
        padding: 15px;
    }
}
.pay-modal__period.selected {
    border-color: #fca554;
}
.pay-modal__period:hover {
    background-color: #5e250d;
}
.pay-modal__period:hover .pay-modal__period__imgs div {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.pay-modal__period__name {
    align-items: center;
    display: flex;
}
.pay-modal__period__name img {
    margin-right: 25px;
}
@media screen and (max-width: 599px) {
    .pay-modal__period__name img {
        height: 22px;
        margin-right: 20px;
    }
}
.pay-modal__period__description {
    align-items: flex-start;
    display: flex;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
}
@media screen and (max-width: 599px) {
    .pay-modal__period__description {
        font-size: 11px;
        margin-top: 10px;
    }
}
.pay-modal__period__description span {
    font-weight: 700;
}
.pay-modal__period__description img {
    margin-right: 25px;
}
@media screen and (max-width: 599px) {
    .pay-modal__period__description img {
        height: 22px;
        margin-right: 20px;
    }
}
.pay-modal__period__imgs {
    -webkit-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    margin-left: 15px;
}
.pay-modal__period__imgs div {
    align-items: center;
    background: #f622a1;
    border-radius: 30px;
    display: flex;
    height: 86px;
    justify-content: center;
    overflow: hidden;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    width: 86px;
}
.pay-modal__period__imgs div.green {
    background-color: #0cd15b;
}
.pay-modal__period__imgs div img {
    -webkit-filter: drop-shadow(26px 29px 20px #311103);
    filter: drop-shadow(26px 29px 20px #311103);
    height: auto;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    width: 65%;
}
@media screen and (max-width: 1024px) {
    .pay-modal__period__imgs {
        -webkit-column-gap: 0;
        column-gap: 0;
        flex-direction: column;
        row-gap: 5px;
    }
    .pay-modal__period__imgs div {
        border-radius: 26px;
        height: 75px;
        width: 75px;
    }
}
@media screen and (max-width: 599px) {
    .pay-modal__period__imgs {
        -webkit-column-gap: 5px;
        column-gap: 5px;
        flex-direction: row;
        margin-left: 10px;
        row-gap: 0;
    }
    .pay-modal__period__imgs div {
        border-radius: 21px;
        height: 60px;
        width: 60px;
    }
    .pay-modal__period__imgs div img {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
.pay-modal .pay-modal__container {
    background: linear-gradient(0deg, #fca554 13.62%, rgba(237, 137, 45, 0));
    border-radius: 49.7748px;
    max-height: 95%;
    overflow: auto;
    padding: 1.53px;
    width: 1160px;
}
.pay-modal .pay-modal__container::-webkit-scrollbar {
    display: none;
}
.pay-modal .pay-modal__content {
    background: linear-gradient(180deg, #9c4b28, #4a200e 105.16%);
    border-radius: inherit;
    color: #fff;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    justify-content: space-between;
    position: relative;
}
.pay-modal .pay-modal__content .container {
    margin: 0 auto;
    width: 560px;
}
.pay-modal .pay-modal__content .container hr {
    background: #532410;
    border: none;
    height: 0.5px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.pay-modal .pay-modal__content .pay-modal__footer .container {
    display: flex;
    justify-content: space-between;
}
.pay-model__time {
    margin-bottom: 20px;
}
.pay-modal__time_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.pay-modal__time_item {
    border: 3.6561px solid #572611;
    border-radius: 26.3239px;
    cursor: pointer;
    height: 47.25px;
    outline: none;
    width: 113.02px;
}
.mvp {
    align-items: center;
    background: linear-gradient(180deg, rgba(144, 69, 36, 0) 30.21%, #562611);
    border-radius: 18px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
}
.mvp svg {
    margin-left: 15px;
    margin-top: 10px;
    width: 120px;
}
#mvp__ {
    font-size: 20px;
    margin-left: 10px;
}
@media screen and (max-width: 1014px) {
    #mvp__ {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .mvp {
        margin-top: 13px;
    }
    .mvp p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .mvp {
        margin-left: 0;
        margin-top: 12px;
    }
}
@media screen and (max-width: 477px) {
    #mvp__ {
        font-size: 14px;
    }
}
@media screen and (max-width: 410px) {
    #mvp__ {
        font-size: 12px;
    }
}
@media screen and (max-width: 350px) {
    #mvp__ {
        font-size: 12px;
    }
    .pay-modal__info {
        width: 270px;
    }
}
@media screen and (max-width: 323px) {
    #mvp__ {
        font-size: 10px;
    }
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info h1 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info .pay-modal__button {
    box-shadow: none;
    height: 48.64px;
    padding: 0;
    position: absolute;
    right: 28.63px;
    top: 34.75px;
    width: 48.63px;
    z-index: 5;
}
@media screen and (max-width: 1024px) {
    .pay-modal__info p {
        margin-left: 0;
        text-align: left;
    }
}
@media screen and (max-width: 530px) {
    .pay-modal__info p {
        margin-left: 0;
        text-align: left;
    }
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info .pay-modal__button button {
    align-items: center;
    background: #532410;
    box-shadow: none;
    display: flex;
    justify-content: center;
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
    align-items: center;
    align-self: normal;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 50%;
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__content {
    width: 60%;
}
.pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info p {
    font-size: 21.0067px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer {
    margin-bottom: 18px;
    padding-top: 15px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation {
    margin: 30px 0;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper {
    border-radius: 50px;
    height: 79.41px;
    position: relative;
    width: 100%;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper .pay-modal__input {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 114.09px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper .pay-modal__input_background {
    left: -62.15px;
    position: absolute;
    top: 76.86px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper:first-child {
    margin-bottom: 22px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper:before {
    background: #532410;
    border: none;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 91.63px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper1:after {
    background: url(../img/input-arrow.92dbf161f21c3e2fcd0e.svg) no-repeat;
    background-size: cover;
    content: " ";
    height: 29.67px;
    left: 39.89px;
    position: absolute;
    top: 24.87px;
    width: 32.97px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__input_wrapper2:after {
    background: url(../img/input-promo.08be9d1ce3436bedc02d.svg);
    background-size: cover;
    content: " ";
    height: 26.38px;
    left: 39.89px;
    position: absolute;
    top: 24.87px;
    width: 32.97px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__categories {
    display: flex;
    font-size: 14.6244px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 18px;
    margin-bottom: 25.21px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__categories .pay-modal__category {
    align-items: center;
    border: 3.6561px solid #572611;
    border-radius: 49.7748px;
    display: flex;
    font-size: 14.6244px;
    font-style: normal;
    font-weight: 700;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    line-height: 18px;
    margin-right: 10px;
    padding: 14px 19px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-variant__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    -webkit-column-gap: 17px;
    column-gap: 17px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin-bottom: 35.56px;
    row-gap: 17px;
    width: 100%;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    background-color: #5f2912;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 125px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    transition: background-color 0.2s ease-in-out;
    width: 100%;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant:before {
    border: 2px solid transparent;
    border-radius: 12px;
    content: "";
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color 0.2s ease-in-out;
    width: calc(100% - 4px);
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant .payment_picture {
    flex-grow: 3;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant:not(.pay-modal__active):hover {
    background-color: #572712;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant:not(.pay-modal__active):hover .payment_name {
    background-color: #381608;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant .payment_name {
    align-items: center;
    background-color: #471c09;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    margin: 0 -4px;
    padding: 0 8px;
    text-align: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    width: calc(100% + 4px);
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant img {
    height: 60px;
    width: auto;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__active {
    cursor: default;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__active:before {
    border-color: #fff;
}
.pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__active .payment_name {
    background-color: #fff;
    color: #471c09;
    font-weight: 700;
}
.pay-modal .pay-modal__content .pay-modal__footer {
    align-items: center;
    background: linear-gradient(180deg, #3b1609, #421b0b 105.16%);
    border-radius: inherit;
    box-shadow: inset 0 -7.65766px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    padding-bottom: 55px;
    padding-top: 40px;
}
.pay-modal .pay-modal__content .pay-modal__footer .modal__footer_checkbox-area {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: flex-start;
    line-height: 17px;
    width: auto;
}
.pay-modal .pay-modal__content .pay-modal__footer .modal__footer_checkbox-area .checkbox__container {
    height: 25px;
    width: 25px;
}
.pay-modal .pay-modal__content .pay-modal__footer .modal__footer_button {
    box-shadow: none;
    order: -1;
}
.pay-modal .pay-modal__content .pay-modal__footer .modal__footer_button b {
    padding: 17px 43px 25px;
}
.pay-modal .pay-modal__content .pay-modal__footer .modal__footer_button p {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, #fff 55.73%, #aa3504);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.pay-modal .pay-modal__content::-webkit-scrollbar,
.pay-modal::-webkit-scrollbar {
    display: none;
}
@media (max-width: 1024px) {
    .pay-modal {
        overflow: scroll;
        padding: 28px 16px 16px;
    }
    .pay-modal__container {
        bottom: 0;
        height: 35%;
        position: relative;
    }
    .pay-modal .pay-modal__content {
        background: linear-gradient(180deg, #9c4b28, #4a200e 105.16%);
        border-radius: 49.7748px;
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 27px;
        position: relative;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container {
        display: flex;
        flex-direction: column;
        max-width: 420px;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container hr {
        background: #532410;
        border: none;
        height: 0.5px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pay-modal .pay-modal__footer .container {
        display: flex;
        flex-direction: row;
    }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 1024px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info {
        align-items: center;
        display: flex;
        margin-bottom: 27.71px;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        width: 430px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info p span {
        font-size: 21.0067px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }
}
@media screen and (max-width: 530px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        width: 450px;
    }
}
@media screen and (max-width: 465px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        width: 350px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info p {
        margin-left: 0;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info p span {
        font-size: 18px;
    }
}
@media screen and (max-width: 556px) {
    .donation-pc .donation-pc__header .donation-pc__header_goods {
        width: 90%;
    }
}
@media screen and (max-width: 384px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        width: 317px;
    }
}
@media screen and (max-width: 375px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        font-size: 10px;
        width: 310px;
    }
}
@media screen and (max-width: 390px) {
    #pay-modal__h1_phone {
        font-size: 16px;
        margin-left: 50px;
        text-align: center;
    }
}
@media screen and (max-width: 350px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        width: 200px;
    }
}
@media screen and (max-width: 290px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 33.44px;
        margin-left: 37%;
        width: 150px;
    }
}
@media screen and (max-width: 1024px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_footer {
        padding-top: 35.3px;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation {
        margin-bottom: 22.73px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation .pay-modal__input_wrapper {
        border-radius: 31.6px;
        height: 50.18px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation .pay-modal__input {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        padding-left: 72.11px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation .pay-modal__input_wrapper:first-child {
        margin-bottom: 14px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation .pay-modal__input_wrapper:before {
        display: block;
        height: 100%;
        width: 57.9px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation .pay-modal__input_wrapper1:after {
        display: block;
        height: 18.75px;
        left: 25.21px;
        top: 15.71px;
        width: 20.83px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__confirmation .pay-modal__input_wrapper2:after {
        display: block;
        height: 16.67px;
        left: 25.21px;
        top: 16.76px;
        width: 20.83px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__categories {
        display: flex;
        font-size: 14.6244px;
        font-style: normal;
        font-weight: 700;
        justify-content: space-between;
        line-height: 18px;
        margin-bottom: 33.44px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__categories .pay-modal__category {
        align-items: center;
        border: 3.6561px solid #572611;
        border-radius: 49.7748px;
        display: flex;
        flex-grow: 1;
        font-size: 14.6244px;
        font-style: normal;
        font-weight: 700;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        justify-content: center;
        line-height: 18px;
        margin-right: 9.51px;
        padding: 15.339px 10.959px;
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-variant__name {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants {
        grid-column-gap: 13px;
        grid-row-gap: 20px;
        align-items: center;
        -webkit-column-gap: 13px;
        column-gap: 13px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        margin-bottom: 33px;
        row-gap: 20px;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant {
        height: 115px;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant img {
        height: 55px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_footer .pay-modal__pay-variants .pay-modal__pay-variant .payment_name {
        font-size: 12px;
    }
    .pay-modal .pay-modal__content .pay-modal__footer {
        align-items: center;
        border-radius: 49.7748px;
        box-shadow: inset 0 -7.65766px 0 rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -17px;
        margin-right: -17px;
        padding-bottom: 22px;
        padding-top: 19px;
    }
    .modal__footer_checkbox-area {
        align-items: center;
        display: flex;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        justify-content: center;
        line-height: 17px;
        margin-bottom: 21px;
    }
    .modal__footer_checkbox-area p {
        margin-left: 30px;
        white-space: nowrap;
    }
    .modal__footer_checkbox-area a {
        color: #fba454;
    }
    .modal__footer_button {
        margin-bottom: 22px;
        margin-right: 0;
        order: 1;
    }
    .modal__footer_button p {
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        background: linear-gradient(180deg, #fff 55.73%, #aa3504);
        -webkit-background-clip: text;
        background-clip: text;
        font-size: 17.3719px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }
}
.pay-modal__content_header_info {
    background: linear-gradient(#461b08, #4a200e);
    border-radius: 48px;
    box-shadow: inset 0 -8px rgba(0, 0, 0, 0.25), inset 0 -2px #fca554;
    padding: 28px 32px;
}
@media (min-width: 1023px) {
    .pay-modal__content_header_info .info__img {
        border-radius: 30px;
        display: flex;
        height: 90px;
        overflow: hidden;
        position: relative;
        width: 90px;
    }
    .pay-modal__content_header_info .info__img.light-blue {
        background: linear-gradient(#00d1ff, #0075ca);
    }
    .pay-modal__content_header_info .info__img.blue {
        background: linear-gradient(#7000ff, #0051ca);
    }
    .pay-modal__content_header_info .info__img.red {
        background: linear-gradient(#ff000f, #9a2500);
    }
    .pay-modal__content_header_info .info__img img {
        height: auto;
        width: 100%;
    }
}
.pay-modal__buyer span {
    font-size: 19px;
}
.footer__left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 60%;
}
.footer__right {
    align-items: center;
    display: flex;
}
.footer__right .modal__footer_button a {
    padding: 20px 40px;
}
.pay-modal__info {
    align-items: center;
    align-self: normal;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
}
.pay-modal__info:after {
    content: none;
}
.pay-modal__info .info__content {
    width: 60%;
}
.pay-modal__info p {
    font-size: 21.0067px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.pay-modal__info .info__img {
    align-items: center;
    border-radius: 30px;
    display: flex;
    height: 90px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 90px;
}
.pay-modal__info .info__img.kit {
    background: #f622a1;
}
.pay-modal__info .info__img.kit.green {
    background-color: #0cd15b;
}
.pay-modal__info .info__img.kit.blue {
    background-color: #0c38d1;
}
.pay-modal__info .info__img.kit.purple {
    background-color: #9e0cd1;
}
.pay-modal__info .info__img.kit.yellow {
    background-color: #ae6900;
}
.pay-modal__info .info__img.kit.light-blue {
    background-color: #22c3f6;
}
.pay-modal__info .info__img.kit.mega-kit {
    background-color: #ffc700;
}
.pay-modal__info .info__img.kit img {
    -webkit-filter: drop-shadow(26px 29px 34px #311103);
    filter: drop-shadow(26px 29px 34px #311103);
    height: 90px;
    -webkit-transform: translateY(10px) !important;
    transform: translateY(10px) !important;
    width: auto !important;
}
@media screen and (max-width: 1024px) {
    .pay-modal__info .info__img.kit img {
        display: block;
        height: 90px !important;
        -webkit-transform: translateY(10px) !important;
        transform: translateY(10px) !important;
    }
}
.pay-modal__info .info__img.light-blue {
    background: linear-gradient(#00d1ff, #0075ca);
}
.pay-modal__info .info__img.blue {
    background: linear-gradient(#7000ff, #0051ca);
}
.pay-modal__info .info__img.red {
    background: linear-gradient(#ff000f, #9a2500);
}
.pay-modal__info .info__img img {
    height: auto;
    width: 100%;
}
@media (max-width: 430px) {
    .pay-modal .pay-modal__content .pay-modal__footer {
        padding: 24px;
    }
    .pay-modal .pay-modal__content .pay-modal__footer .container {
        flex-direction: row;
        position: relative;
    }
    .pay-modal .pay-modal__content .pay-modal__footer .modal__footer_button {
        margin-bottom: 12px;
    }
    .pay-modal__content .container,
    .pay-modal__content_header_info {
        position: relative;
    }
    .pay-modal {
        padding: 0;
    }
    .pay-modal__content_header {
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: normal;
        display: flex;
        gap: 24px;
        justify-content: flex-start;
        margin: 0;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info:after {
        content: none;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__content {
        width: 60%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info p {
        font-size: 21.0067px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__img {
        align-items: center;
        border-radius: 30px;
        display: flex;
        height: 90px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 90px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__img.light-blue {
        background: linear-gradient(#00d1ff, #0075ca);
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__img.blue {
        background: linear-gradient(#7000ff, #0051ca);
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__img.red {
        background: linear-gradient(#ff000f, #9a2500);
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__img img {
        height: auto;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info .pay-modal__button {
        height: 48px;
        padding: 0.5px 0.5px 1px;
        top: calc(50% - 24px);
        width: 48px;
    }
    .footer__left .pay-modal__info {
        gap: 12px;
        justify-content: flex-start;
    }
    .footer__left .pay-modal__info:after {
        content: none;
    }
    .footer__left .pay-modal__info .info__content {
        width: 60%;
    }
    .footer__left .pay-modal__info p {
        font-size: 21.0067px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }
    .footer__left .pay-modal__info .info__img {
        align-items: center;
        border-radius: 20px;
        display: flex;
        height: 60px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 60px;
    }
}
@media screen and (max-width: 430px) and (max-width: 1024px) {
    .footer__left .pay-modal__info .info__img.kit img {
        height: 60px !important;
        -webkit-transform: translateY(7px) !important;
        transform: translateY(7px) !important;
    }
}
@media (max-width: 430px) {
    .footer__left .pay-modal__info .info__img.light-blue {
        background: linear-gradient(#00d1ff, #0075ca);
    }
    .footer__left .pay-modal__info .info__img.blue {
        background: linear-gradient(#7000ff, #0051ca);
    }
    .footer__left .pay-modal__info .info__img.red {
        background: linear-gradient(#ff000f, #9a2500);
    }
    .footer__left .pay-modal__info .info__img img {
        height: auto;
        width: 100%;
    }
    .footer__right {
        align-items: flex-start;
    }
    .footer__right .modal__footer_button a {
        padding: 18px 28px;
    }
}
@media (max-width: 375px) {
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info {
        align-items: center;
        align-self: normal;
        display: flex;
        gap: 12px;
        justify-content: flex-start;
        margin: 0;
        width: 100%;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__img {
        height: 80px;
        width: 80px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__content {
        margin-left: 12px;
    }
    .pay-modal .pay-modal__content .container .pay-modal__content_header .pay-modal__info .info__content p {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
    }
    .pay-modal__content_header_info {
        padding: 24px 16px;
    }
    .footer__left .pay-modal__info:after {
        content: none;
    }
    .footer__left .pay-modal__info .info__content {
        width: 60%;
    }
    .footer__left .pay-modal__info p {
        font-size: 21.0067px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }
    .footer__left .pay-modal__info .info__img {
        align-items: center;
        border-radius: 20px;
        display: flex;
        height: 64px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 64px;
    }
    .footer__left .pay-modal__info .info__img.light-blue {
        background: linear-gradient(#00d1ff, #0075ca);
    }
    .footer__left .pay-modal__info .info__img.blue {
        background: linear-gradient(#7000ff, #0051ca);
    }
    .footer__left .pay-modal__info .info__img.red {
        background: linear-gradient(#ff000f, #9a2500);
    }
    .footer__left .pay-modal__info .info__img img {
        height: auto;
        width: 100%;
    }
    .footer__right {
        align-items: flex-start;
    }
    .footer__right .modal__footer_button a {
        padding: 18px 24px;
    }
}
.pay-modal__footer {
    bottom: -2px;
    position: -webkit-sticky;
    position: sticky;
}
.pay-modal__content_header .line {
    background-color: #181818;
    height: 1px;
    width: 100%;
}
@media (min-width: 1023px) {
    .pay-modal__content_header .line {
        margin-top: 24px;
    }
}
.checkbox__container {
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-right: 6.36px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.checkbox__container input {
    cursor: pointer;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.checkmark {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}
.checkbox__container:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox__container input:checked ~ .checkmark {
    background-color: #2196f3;
}
.checkmark:after {
    content: "";
    display: none;
    position: absolute;
}
.checkbox__container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox__container .checkmark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 7px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}
.pay-modal.pack {
    align-items: center;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.pay-modal.pack .pay-modal__content_header_info {
    background: 0 0;
    box-shadow: none;
    padding: 0;
}
@media screen and (max-width: 430px) {
    .pay-modal.pack .pay-modal__content_header_info {
        margin-bottom: 0 !important;
    }
}
.pay-modal.pack.move .pay-modal__container {
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.pay-modal.pack .pay-modal__container {
    background: linear-gradient(0deg, #fca554 13.62%, rgba(237, 137, 45, 0));
    border-radius: 49.7748px;
    max-height: 100%;
    overflow: auto;
    padding: 1.53px;
    width: 1160px;
}
.pay-modal.pack .pay-modal__container::-webkit-scrollbar {
    display: none;
}
.pay-modal.pack .pay-modal__content {
    background: linear-gradient(180deg, #9c4b28, #4a200e 105.16%);
    border-radius: inherit;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: scroll;
    padding-top: 40px;
    position: relative;
}
.pay-modal.pack .pay-modal__content::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content:before {
        content: url(../img/chevron.1969476c8b162831d4dc.svg);
        left: 50%;
        position: absolute;
        top: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.pay-modal.pack .pay-modal__content_pay-btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 43px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 25px;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    margin: 15px auto;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    width: 156px;
}
.pay-modal.pack .pay-modal__content_pay-btn:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content_pay-btn {
        bottom: 0;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.pay-modal.pack .pay-modal__content_body {
    align-items: center;
    display: flex;
    margin-top: 42px;
    max-height: 100%;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body {
        height: 80%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content_body {
        display: block;
    }
}
.pay-modal.pack .pay-modal__content_body__info {
    background: linear-gradient(90deg, #471c09, rgba(71, 28, 9, 0) 60%);
    border-bottom-left-radius: 44px;
    border-top-left-radius: 44px;
    max-width: 500px;
    padding: 26px 30px;
    position: relative;
    width: 100%;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body__info {
        height: 100%;
    }
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content_body__info {
        background: 0 0;
        margin: 0 auto;
    }
    .pay-modal.pack .pay-modal__content_body__info:after {
        background: linear-gradient(180deg, #471c09, rgba(71, 28, 9, 0) 88.21%);
        border-radius: 44px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 10px;
        width: 85%;
        z-index: 1;
    }
}
.pay-modal.pack .pay-modal__content_body__info:before {
    content: url(../img/arrows-pack.84196654c2c2bd54a0a7.svg);
    left: 100%;
    position: absolute;
    top: 50%;
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content_body__info:before {
        display: none;
    }
}
.pay-modal.pack .pay-modal__content_body__info_items {
    height: 600px;
    -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 1%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99%, transparent), linear-gradient(270deg, #000 50%, transparent);
    mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 1%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99%, transparent), linear-gradient(270deg, #000 50%, transparent);
    -webkit-mask-position: bottom, right;
    mask-position: bottom, right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: initial;
    -webkit-mask-size: 100%, 20px;
    mask-size: 100%, 20px;
    min-height: 200px;
    overflow-y: scroll;
    padding: 13px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body__info_items {
        height: 100%;
    }
}
.pay-modal.pack .pay-modal__content_body__info_items::-webkit-scrollbar {
    background-clip: content-box;
    background-color: #101010;
    border: 2px solid transparent;
    border-radius: 20px;
    width: 10px;
}
.pay-modal.pack .pay-modal__content_body__info_items::-webkit-scrollbar-thumb {
    background-color: #fba454;
    border-radius: 20px;
    width: 8px;
}
.pay-modal.pack .pay-modal__content_body__info_item {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
    width: 88%;
}
.pay-modal.pack .pay-modal__content_body__info_item:first-child {
    margin-top: 0;
}
.pay-modal.pack .pay-modal__content_body__info_item img {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}
.pay-modal.pack .pay-modal__content_body__info_item img.special {
    background-color: #ffa4a4;
}
.pay-modal.pack .pay-modal__content_body__info_item img.mega {
    background-color: transparent;
    border-radius: 30px;
    height: 90px;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body__info_item img {
        height: 70px;
    }
}
.pay-modal.pack .pay-modal__content_body__info_item ul {
    margin-left: 24px;
    margin-top: 22px;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body__info_item ul {
        margin-left: 13px;
        margin-top: 15px;
    }
}
.pay-modal.pack .pay-modal__content_body__info_item ul li {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    list-style-type: none;
    margin-top: 8px;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body__info_item ul li {
        font-size: 15px;
    }
}
.pay-modal.pack .pay-modal__content_body__info_item ul li span {
    color: #fba454;
}
.pay-modal.pack .pay-modal__content_body__pack {
    -webkit-animation: img-in 0.5s ease 1;
    animation: img-in 0.5s ease 1;
    -webkit-filter: drop-shadow(26px 29px 34px #311103);
    filter: drop-shadow(26px 29px 34px #311103);
    height: 608px;
    margin-left: 70px;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content_body__pack {
        height: 450px;
    }
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content_body__pack {
        display: none;
    }
}
.pay-modal.pack .pay-modal__content .container {
    width: 1000px;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content .container {
        height: 100%;
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content .container {
        display: block;
    }
}
.pay-modal.pack .pay-modal__content .container hr {
    background: #532410;
    border: none;
    height: 0.5px;
}
.pay-modal.pack .pay-modal__content .container .pay-modal__content_header {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 700;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content .container .pay-modal__content_header_info {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content .container .pay-modal__content_header_info p {
        width: 400px !important;
    }
}
@media screen and (max-width: 500px) {
    .pay-modal.pack .pay-modal__content .container .pay-modal__content_header_info p {
        font-size: 19px;
        width: 300px !important;
    }
}
@media screen and (max-width: 1024px) {
    .pay-modal.pack .pay-modal__content .container .pay-modal__content_header {
        font-size: 26px;
    }
}
@media screen and (max-width: 766px) {
    .pay-modal.pack .pay-modal__content .container .pay-modal__content_header {
        font-size: 24px;
    }
}
@-webkit-keyframes img-in {
    0% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
    }
    60% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    70% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes img-in {
    0% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
    }
    60% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    70% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.pay-modal.pack .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info .pay-modal__button {
    box-shadow: none;
    height: 48.64px;
    padding: 0;
    position: absolute;
    right: 48.63px;
    top: 40px;
    width: 48.63px;
    z-index: 5;
}
@media screen and (max-width: 430px) {
    .pay-modal.pack .pay-modal__content .container .pay-modal__content_header .pay-modal__content_header_info .pay-modal__button {
        right: 20px;
        top: 0;
    }
}
.promotion .container {
    display: flex;
    flex-direction: column;
    margin: -160px auto 48px;
    max-width: 1180px;
    padding: 0 10px;
}
.promotion-inner {
    align-items: center;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: rgba(201, 19, 19, 0.6);
    background-image: url(../img/promotion_bg.e7780e770c543823414a.png);
    border: 2px solid #fc7254;
    border-radius: 50px;
    box-shadow: inset 0 -7px 0 0 rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 40px;
    height: 160px;
    justify-content: flex-end;
    padding-right: 185px;
    position: relative;
    width: 100%;
}
.promotion__x2 .promotion-inner {
    background-image: url(../img/promotion_x2_bg.811889f7c038ee2b39ae.png);
}
.promotion-gift {
    background-image: url(../img/gift_promotion.e025a10987fbdc501706.png);
    background-position: 100% 0;
    background-size: 110%;
    bottom: 0;
    height: 280px;
    left: 0;
    margin-bottom: 7px;
    position: absolute;
    width: 352px;
}
.promotion-calendar {
    background-image: url(../img/calendar_promotion.c2a9b0da60c26ac5f54c.png);
    -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
    height: 220px;
    margin-bottom: 7px;
    position: absolute;
    right: -32px;
    top: -41px;
    width: 220px;
}
.promotion-quantity {
    color: #ffe602;
    font-size: 150px;
    font-weight: 700;
    margin-top: -4px;
    position: relative;
    text-align: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.promotion-title {
    align-items: center;
    display: flex;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    flex-direction: column;
    margin-top: -16px;
    position: relative;
}
.promotion-title b {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
}
.promotion-title p {
    font-size: 30px;
    font-weight: 400;
    margin-top: -10px;
}
.promotion__small .promotion-title b {
    font-size: 68px;
}
.promotion__small .promotion-title p {
    font-size: 20px;
    max-width: 400px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .promotion-inner {
        padding: 0 50px;
    }
    .promotion-calendar {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .promotion-inner {
        background-size: cover;
        gap: 30px;
        height: 180px;
    }
    .promotion-quantity {
        font-size: 120px;
    }
    .promotion-title b {
        font-size: 60px;
    }
    .promotion-title p {
        font-size: 23px;
        margin-top: -5px;
        max-width: 100%;
    }
    .promotion__small .promotion-title b {
        font-size: 60px;
    }
    .promotion__small .promotion-title p {
        font-size: 18px;
        margin-top: -5px;
    }
}
@media screen and (max-width: 768px) {
    .promotion-inner {
        flex-direction: column;
        gap: 0;
        padding: 0 20px 20px 150px;
    }
    .promotion__small .promotion-inner {
        padding: 0 10px 15px 120px;
    }
    .promotion-gift {
        background-position: 0 0;
        background-size: 100%;
        height: 210px;
        left: -50px;
        width: 270px;
    }
    .promotion-quantity {
        font-size: 80px;
    }
    .promotion-title b {
        font-size: 45px;
    }
    .promotion-title p {
        font-size: 18px;
        margin-top: -5px;
    }
    .promotion__small .promotion-title b {
        font-size: 40px;
    }
    .promotion__small .promotion-title p {
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    .promotion__small .promotion-inner {
        padding: 0 10px 15px;
    }
}
@media screen and (max-width: 424px) {
    .promotion-inner {
        padding: 0 10px 20px 120px;
    }
    .promotion__small .promotion-inner {
        padding: 0 10px 20px 50px;
    }
    .promotion__small .promotion-quantity {
        font-size: 70px;
    }
    .promotion__small .promotion-title b {
        font-size: 35px;
    }
    .promotion__small .promotion-title p {
        font-size: 16px;
        max-width: 300px;
    }
}
@media screen and (max-width: 383px) {
    .promotion-inner {
        padding: 0 10px 20px 60px;
    }
}
.download-game {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
}
.download-game .container {
    align-items: center;
    background: linear-gradient(180deg, rgba(193, 137, 8, 0) 12.38%, #4a2110 49.57%);
    border-radius: 75px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6.51px;
    margin-right: 6.51px;
    margin-top: -46.28px;
    overflow: hidden;
    padding-bottom: 75px;
    padding-top: 77px;
}
.download-game .container .download-game__img {
    width: 110%;
}
.download-game .container .download-game__info {
    display: flex;
    flex-direction: column;
    margin: 0 7%;
}
.download-game .container .download-game__info .download-game__info_name {
    font-size: 22.15px;
    font-weight: 700;
    line-height: 27px;
}
.download-game .container .download-game__info .download-game__info_text {
    font-size: 21.14px;
    font-weight: 400;
    line-height: 33.06px;
    margin-bottom: 20px;
}
.download-game .container .download-game__info .download-game__button {
    align-self: start;
    box-shadow: none;
    color: #fff;
}
.download-game .container .download-game__info .download-game__button button {
    padding: 18px 38px;
}
.download-game .container .download-game__info .download-game__button p {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, #fff 55.73%, #aa3504);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 18.8553px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}
.download-game .container .arrow-down {
    align-self: center;
    bottom: -35px;
    position: absolute;
    z-index: 3;
}
@media screen and (min-width: 1180px) {
    .download-game .container {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
    }
}
.choose-server__list_item {
    background: linear-gradient(180deg, #9c4b28, #4a200e 100.23%);
    border-radius: 56.8497px;
    box-shadow: inset 0 -8.74611px 0 rgba(0, 0, 0, 0.25);
    box-sizing: initial;
    height: auto;
    margin: 1.75px 1.75px 24px;
    min-width: 310px;
    overflow: hidden;
    position: relative;
}
.choose-server__list_item .choose-server__list_item_header {
    cursor: pointer;
    height: 160px;
}
.choose-server__list_item .choose-server__list_item_footer {
    padding: 45px 28px 50.1px;
}
.choose-server__list_item .choose-server__list_item_footer h2 {
    font-size: 19.77px;
    font-weight: 800;
    line-height: 24px;
}
.choose-server__list_item .choose-server__list_item_footer p {
    font-size: 19.77px;
    font-weight: 450;
    line-height: 33.4px;
}
@media screen and (max-width: 1024px) {
    .choose-server__list_item {
        height: auto;
        max-width: 354px;
        min-width: 0;
        min-width: auto;
        position: relative;
        width: 100%;
    }
}
.choose-server__container {
    margin-left: 10px;
    margin-right: 10px;
}
.choose-server__list {
    grid-column-gap: 58.41px;
    grid-row-gap: 42.85px;
    -webkit-column-gap: 58.41px;
    column-gap: 58.41px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, 354px);
    justify-content: center;
    row-gap: 42.85px;
    width: 100%;
}
@media screen and (max-width: 1180px) {
    .choose-server__container {
        margin: 0 auto;
    }
}
@media screen and (min-width: 1024px) {
    .choose-server__list {
        flex-direction: row;
        flex-wrap: wrap;
        grid-template-columns: repeat(auto-fill, 310px);
        justify-content: space-between;
    }
}
.PhotoView-Portal {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 2000;
}
@-webkit-keyframes PhotoView__rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes PhotoView__rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes PhotoView__delayIn {
    0%,
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes PhotoView__delayIn {
    0%,
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.PhotoView__Spinner {
    -webkit-animation: PhotoView__delayIn 0.4s linear both;
    animation: PhotoView__delayIn 0.4s linear both;
}
.PhotoView__Spinner svg {
    -webkit-animation: PhotoView__rotate 0.6s linear infinite;
    animation: PhotoView__rotate 0.6s linear infinite;
}
.PhotoView__Photo {
    cursor: grab;
    max-width: none;
}
.PhotoView__Photo:active {
    cursor: grabbing;
}
.PhotoView__icon {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.PhotoView__PhotoBox,
.PhotoView__PhotoWrap {
    bottom: 0;
    direction: ltr;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
    width: 100%;
}
.PhotoView__PhotoWrap {
    overflow: hidden;
    z-index: 10;
}
.PhotoView__PhotoBox {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
@-webkit-keyframes PhotoView__fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes PhotoView__fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,
.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,
.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,
.PhotoView-Slider__clean .PhotoView-Slider__Overlay,
.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover {
    opacity: 0;
}
.PhotoView-Slider__Backdrop {
    background: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-property: background-color;
    width: 100%;
    z-index: -1;
}
.PhotoView-Slider__fadeIn {
    -webkit-animation: PhotoView__fade linear both;
    animation: PhotoView__fade linear both;
    opacity: 0;
}
.PhotoView-Slider__fadeOut {
    animation: PhotoView__fade linear reverse both;
    opacity: 0;
}
.PhotoView-Slider__BannerWrap {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-out;
    width: 100%;
    z-index: 20;
}
.PhotoView-Slider__BannerWrap:hover {
    opacity: 1;
}
.PhotoView-Slider__Counter {
    font-size: 14px;
    opacity: 0.75;
    padding: 0 10px;
}
.PhotoView-Slider__BannerRight {
    align-items: center;
    display: flex;
    height: 100%;
}
.PhotoView-Slider__toolbarIcon {
    fill: #fff;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.75;
    padding: 10px;
    transition: opacity 0.2s linear;
}
.PhotoView-Slider__toolbarIcon:hover {
    opacity: 1;
}
.PhotoView-Slider__ArrowLeft,
.PhotoView-Slider__ArrowRight {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: auto;
    opacity: 0.75;
    position: absolute;
    top: 0;
    transition: opacity 0.2s linear;
    -webkit-user-select: none;
    user-select: none;
    width: 70px;
    z-index: 20;
}
.PhotoView-Slider__ArrowLeft:hover,
.PhotoView-Slider__ArrowRight:hover {
    opacity: 1;
}
.PhotoView-Slider__ArrowLeft svg,
.PhotoView-Slider__ArrowRight svg {
    fill: #fff;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: initial;
    height: 24px;
    padding: 10px;
    width: 24px;
}
.PhotoView-Slider__ArrowLeft {
    left: 0;
}
.PhotoView-Slider__ArrowRight {
    right: 0;
}
.start-item {
    align-items: flex-start;
    background-position: top 50px left 0 !important;
    background-repeat: no-repeat !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 130px;
    position: relative;
}
.start-item .start-item__name {
    font-size: 24.67px;
    font-weight: 700;
    line-height: 30px;
}
.start-item .start-item__info {
    font-size: 23.55px;
    font-weight: 400;
    line-height: 36.83px;
    margin-bottom: 25px;
}
.start-item .start-item__button button {
    padding: 18px 36px 24px;
}
.start-item .start-item__button p {
    font-size: 18.2618px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.start-item:first-child {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAChCAMAAABNsTmMAAAAbFBMVEUAAAB+WAamcwKmcwOHXwWAWgWldAOIYQeabASRZgSXagSfbwOQZQWhcAOKYAV7VwancwCmcwOHXgWFXQWAWgaDXAaebgORZQShcAOJYAWUZwSbbASBWwaOYwWZagR+WQaWaQSkcgOMYgV9WAZILsnAAAAAEXRSTlMAn6CAf39gIICAoKCggKFPQEnvMRAAAAMrSURBVGje7ZXpVuMwDIWZAWYfoE1a0qY77/+OozUy8aS9DTvH17YsydJ3lP7pxe2XZ9DtxfWDarslYy4Hj8MtXx5pyMuDa8JoWf0glxeKyS9nSipEmHo7KHvqA+t4DEyXrvuMWnJ1BsxyOk0tO22UiOSh+e5oKkoEY/KqUOS0yYOguseYJ+sUZjUCs+LlPoRbWcOKMSsSubzt8LOqtl3L5U2Rsx7B5Jp1njIjzHK17MDMojvHystggWCohp/dzNzO5ME5cnxFpKFiZpJk9SYL0MxJZJyf9Akm1SqOgftvkfJbpwn1iYBimmFVpzFVgqkkCsethZW+8GZjCbOGudKnil/V0DZXrctBweseCGPegKLpmK4IA2o8ZnomZjpNWlNflT1OI+GYKYvjzpIx3x1ySV7D8kcpM4wWhZNGVd/NCxRzvqo+Ecbk0w5jFnYPZ45ionrBe8GbgwzE6VRSLZiL78d1I2Sj01kYz3LsMuaUbhYiprikPU1DGEAFk+rwKMAwh2gMzCHxEcxBlu4DSSxFHmAfpW2pHBdCMP/TB8f8WXMdG3X8JstSH5hmTWUsvhmiBEtpFptm7fLmOGYRDKCfnwBzPwJzb11+x+VQDMMiBrfxLeJmdjUFYbQ32p2bCMEMqGCeFbPMjGmpG8Iso5d8ivzQ0gcAs+x0b1vlDqNhTChArpGYEI75BWLwaXZ+j50mb40sjtlF0y61XRLA7Kxau0lL3nyMTQEyjbSpHKAm9AOZJtdSraOgjwJ05jSb8ZhNzkgjHCNrY318q2sZjjFMql2YyCEYQG+LacPCmJZWxmg9GDNN29KRZRufppU+EXPEV5BQJYdgVI5yPxIYxsqHhU7z+TC/0/L5PPwkC2GolQ9b3WLUmgdg5lLYU6vGLIKJzgGBGNfLY/6+q2leF9PwaeSYUqfBfptGys3abZxGF4BpAI3GzM2K3nyad4PZj8LsM8jenMhh0+x57f0KhgOhaTo1YvMYwwB6NczXKJ4MYi5xzAAOxUxIVElGnIlaWZ6HPoq7VNbMcqz6AGYC6LJgCqZgCqZgCuYFMOV/qmAKpmAKpmA+OObuG6C7f5/mYSyJ1dZ1AAAAAElFTkSuQmCC);
}
.start-item:last-child {
    background: url(data:image/png;base64,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);
}
@media screen and (min-width: 1024px) {
    .start-item {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .start-item__button p {
        font-size: 18.2618px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }
}
.input__wrapper {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 13px 10px rgba(0, 0, 0, 0.54);
    height: 55.48px;
    margin-bottom: 38.44px;
    position: relative;
    width: 100%;
}
.input__wrapper .input__wrapper_background {
    left: -62.15px;
    position: absolute;
    top: 76.86px;
}
.input__wrapper .input::-webkit-input-placeholder {
    color: #2d2d2d;
}
.input__wrapper .input::placeholder {
    color: #2d2d2d;
}
.input__wrapper .input__button {
    align-items: center;
    display: flex;
    height: 55.48px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 55.48px;
}
.ban-modal__input_wrapper1 {
    align-items: center;
    background: #532410 !important;
    display: flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 12px;
}
.ban-modal__input_wrapper1:before {
    display: none;
}
.ban-modal__input_wrapper2:after {
    background: url(../img/input-arrow.92dbf161f21c3e2fcd0e.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 18.75px;
    left: 25.21px;
    position: absolute;
    top: 15.71px;
    width: 20.83px;
}
.ban-modal__input_wrapper2:before {
    display: none;
}
@media screen and (min-width: 1024px) {
    .ban-modal__input_wrapper1 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
    .ban-modal__input_wrapper2:after {
        background-size: cover;
        display: block;
        height: 29.38px;
        left: 39.89px;
        top: 24.87px;
        width: 32.97px;
    }
}
@media screen and (max-width: 325px) {
    .pay-modal__input_wrapper.ban-modal__input_wrapper1 p {
        font-size: 11px;
    }
}
.ban-modal__reason {
    align-items: center;
    background: #532410;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
}
.ban-modal__reason h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 6px;
}
.ban-modal__reason p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1024px) {
    .ban-modal__reason {
        margin-top: 10px;
    }
    .ban-modal__reason h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .ban-modal__reason p {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }
}
:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 9999 px);
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index);
}
.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em;
}
.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em;
}
.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em;
}
.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em;
}
@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw;
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .Toastify__toast-container--rtl {
        left: auto;
        right: 0;
    }
}
.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0;
}
.Toastify__toast--rtl {
    direction: rtl;
}
.Toastify__toast--close-on-click {
    cursor: pointer;
}
.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px;
}
.Toastify__toast-body > div:last-child {
    flex: 1 1;
    word-break: break-word;
}
.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px;
}
.Toastify--animate {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.Toastify--animate-icon {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0;
    }
}
.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error);
}
.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: hsla(0, 0%, 100%, 0.7);
    background: var(--toastify-color-transparent);
}
.Toastify__close-button {
    align-self: flex-start;
    background: 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    outline: none;
    padding: 0;
    transition: 0.3s ease;
}
.Toastify__close-button--light {
    color: #000;
    opacity: 0.3;
}
.Toastify__close-button > svg {
    fill: currentColor;
    height: 16px;
    width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1;
}
@-webkit-keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index);
}
.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.Toastify__spinner {
    -webkit-animation: Toastify__spin 0.65s linear infinite;
    animation: Toastify__spin 0.65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px;
}
@-webkit-keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown;
}
@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes Toastify__zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut;
}
@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
}
@keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
}
.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut;
}
@-webkit-keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden;
    }
}
@keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden;
    }
}
@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden;
    }
}
@keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden;
    }
}
@-webkit-keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden;
    }
}
@keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden;
    }
}
@-webkit-keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden;
    }
}
@keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden;
    }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown;
}
@-webkit-keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
#content {
    margin: 0 auto;
    max-width: 550px;
}
#content h1 {
    margin-top: 33px;
    text-align: center;
}
#content h2 {
    font-size: 23px;
    margin-bottom: 17px;
    text-align: center;
}
#content li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
    margin-left: 8%;
}
#content ol {
    margin-bottom: 40px;
}
#punishment {
    margin-top: 3px;
}
#content ol {
    background-color: #8b4513;
    border-radius: 10px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
}
#content h1,
#content h2 {
    background-color: #4d2600;
    border-radius: 15px;
    color: #fff;
    margin-left: -30px;
    padding: 10px 20px;
    width: calc(100% + 60px);
}
@media (max-width: 568px) {
    #content {
        max-width: 100%;
    }
}
.sub-header {
    font-size: 18px;
    font-weight: 400;
}

.button a {
    display: flex;
    background: linear-gradient(180deg,#9c4b28,#4a200e);
    border: none;
    border-radius: inherit;
    box-shadow: inset 0 -5.19595px 0 rgba(0,0,0,.25);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .header__list {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .donation__chest {
        width: 193px;
        height: 193px;
    }

    .pay-modal .pay-modal__container {
        max-height: 400px;
    }
}

@media screen and (max-width: 430px) {
    .pay-modal .pay-modal__container {
        max-height: 237px;
    }
}

@media screen and (max-width: 390px) {
    .online-info .online-info__online {
        width: 80%;
    }
}
