@font-face {
    font-family: 'TeXGyreHerosCondensed';
    src: url('../fonts/../fonts/TeXGyreHerosCondensed-Italic.eot');
    src: local('../fonts/TeXGyreHerosCondensed-Italic'),
        url('../fonts/TeXGyreHerosCondensed-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHerosCondensed-Italic.woff2') format('woff2'),
        url('../fonts/TeXGyreHerosCondensed-Italic.woff') format('woff'),
        url('../fonts/TeXGyreHerosCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-Bold.eot');
    src: local('../fonts/TeXGyreHeros-Bold'),
        url('../fonts/TeXGyreHeros-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHeros-Bold.woff2') format('woff2'),
        url('../fonts/TeXGyreHeros-Bold.woff') format('woff'),
        url('../fonts/TeXGyreHeros-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-Italic.eot');
    src: local('../fonts/TeXGyreHeros-Italic'),
        url('../fonts/TeXGyreHeros-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHeros-Italic.woff2') format('woff2'),
        url('../fonts/TeXGyreHeros-Italic.woff') format('woff'),
        url('../fonts/TeXGyreHeros-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-BoldItalic.eot');
    src: local('../fonts/TeXGyreHeros-BoldItalic'),
        url('../fonts/TeXGyreHeros-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHeros-BoldItalic.woff2') format('woff2'),
        url('../fonts/TeXGyreHeros-BoldItalic.woff') format('woff'),
        url('../fonts/TeXGyreHeros-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHerosCondensed';
    src: url('../fonts/TeXGyreHerosCondensed-BoldItalic.eot');
    src: local('../fonts/TeXGyreHerosCondensed-BoldItalic'),
        url('../fonts/TeXGyreHerosCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHerosCondensed-BoldItalic.woff2') format('woff2'),
        url('../fonts/TeXGyreHerosCondensed-BoldItalic.woff') format('woff'),
        url('../fonts/TeXGyreHerosCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHerosCondensed';
    src: url('../fonts/TeXGyreHerosCondensed-Regular.eot');
    src: local('../fonts/TeXGyreHerosCondensed-Regular'),
        url('../fonts/TeXGyreHerosCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHerosCondensed-Regular.woff2') format('woff2'),
        url('../fonts/TeXGyreHerosCondensed-Regular.woff') format('woff'),
        url('../fonts/TeXGyreHerosCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-Regular.eot');
    src: local('../fonts/TeXGyreHeros-Regular'),
        url('../fonts/TeXGyreHeros-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHeros-Regular.woff2') format('woff2'),
        url('../fonts/TeXGyreHeros-Regular.woff') format('woff'),
        url('../fonts/TeXGyreHeros-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHerosCondensed';
    src: url('../fonts/TeXGyreHerosCondensed-Bold.eot');
    src: local('../fonts/TeXGyreHerosCondensed-Bold'),
        url('../fonts/TeXGyreHerosCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreHerosCondensed-Bold.woff2') format('woff2'),
        url('../fonts/TeXGyreHerosCondensed-Bold.woff') format('woff'),
        url('../fonts/TeXGyreHerosCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: black;
    background-image: url(../image/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'TeXGyreHeros';
    color: #fff;
    margin: 0;
}

.container {
    width: 1535px;
    margin-left: auto;
    margin-right: auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
}

.header-links {
    display: flex;
    gap: 100px;
    margin-left: 478px;
}

a {
    text-decoration: none;
}

.header-link {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    transition: .4s;
}

.header-link:hover {
    color: rgb(245, 60, 74);
    text-shadow: 0px 0px 10px rgba(245, 60, 74, 1);
}

.header-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 280px;
    width: 226px;
    height: 64px;
    box-sizing: border-box;
    border: 3px solid rgb(245, 60, 74);
    border-radius: 20px;
    
    background: rgba(255, 255, 255, 0);

    color: rgb(245, 60, 74);
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.header-payment:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 15px 0px rgba(245, 60, 74, 1);
}

.navbar-mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 25px;
}

.navbar-mobile_title {
    display: flex;
    align-items: center;
    gap: 36px;
}

.main-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 54px;
}

.main-content_title {
    width: 1228px;
    height: 470px;
    background-image: url(../image/poster.png);
    background-repeat: no-repeat;
}

.main-content_title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.main-content_title-text {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 71px;
    margin-left: 59px;
}

.main-content_title-text span:nth-child(1) {
    font-size: 48px;
    line-height: 32px;
}

.main-content_title-text span:nth-child(2) {
    font-size: 64px;
}

.main-content_title-text span:nth-child(3) {
    font-size: 128px;
    color: rgb(245, 60, 74);
    line-height: 65px;
    margin-left: -6px;
}

.main-content_title-text span:nth-child(4) {
    font-size: 96px;
}

.main-content_title-text span:nth-child(5) {
    font-size: 64px;
    line-height: 21px;
    margin-left: 6px;
}

.main-content_download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px;
    width: 278px;
    height: 86px;
    border-radius: 20px;
    background: rgb(245, 60, 74);
    margin-bottom: 29px;
    margin-right: 26px;
    cursor: pointer;
    transition: .3s;
}

.main-content_download span {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-content_download:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px rgba(245, 60, 74, 0.84);
}


.main-content_title-links {
    display: flex;
    justify-content: space-between;
    width: 1228px;
    margin-top: 11px;
    margin-bottom: 112px;
}

.main-content_title-links:last-child {
    margin-bottom: 229px;
}

.main-content_title-links_text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
}

.main-content_title-link {
    display: flex;
    gap: 13px;
    align-items: center;
}

.main-content_title-link span {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-content_title-link>a>img {
    cursor: pointer;
    transition: .3s;
}

.main-content_title-link>a>img:hover {
    transform: scale(1.04);
}

.how-to_play {
    width: 1228px;
    height: 470px;
    background-image: url(../image/poster2.png);
    background-repeat: no-repeat;
    /* padding-top: 100px; */
}

.how-to_play {
    display: flex;
    justify-content: space-between;
    /* margin-top: 112px; */
}

.how-to_play-start {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px;
    width: 278px;
    height: 86px;
    border-radius: 20px;
    background: rgb(16, 207, 200);
    margin-top: 353px;
    margin-left: 29px;
    cursor: pointer;
    transition: .3s;
}

.how-to_play-start:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px rgb(16, 207, 200);
}

.how-to_play-start>span {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.how-to_play-text {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: end;
    margin-top: 20px;
    margin-right: 61px;
}

.how-to_play-text span:nth-child(1) {
    font-size: 48px; 
    line-height: 32px;
}

.how-to_play-text span:nth-child(2) {
    font-size: 64px; 
    color: rgb(16, 207, 200);
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 35px; */
}

.footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-title_info {
    display: flex;
    gap: 38px;
}

.footer-title_info-unsupport {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgb(167, 167, 167);
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
}

.footer-title_info-unsupport>span:last-child {
    color: rgb(36, 36, 36);
    font-size: 20px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.footer-links {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.footer-links a{
    color: rgb(167, 167, 167);
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
}

.footer-data {
    color: rgb(36, 36, 36);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 35px;
    padding-top: 40px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 

}

.footer-mobile { 
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*начать играть*/
.how-to-play {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 183px;
}

.how-to-play_title {
    display: flex;
    gap: 17px;
    margin-left: 302px;
}

.how-to-play_stages {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.how-to-play_stage {
    display: flex;
    align-items: center;
    text-align: start;
    gap: 14px;
    width: 618px;
    height: 126px;
    padding-left: 44px;
    box-sizing: border-box;
    border: 3px solid rgb(217, 55, 68);
    border-radius: 20px;

    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;

}

.how-to-play_stage>span {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
}

.how-to-play_download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px;
    width: 278px;
    height: 126px;
    border-radius: 20px;
    background: rgb(245, 60, 74);
    margin-bottom: 29px;
    margin-right: 26px;
    transition: .3s;
}

.how-to-play_download span {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.how-to-play_download:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px rgba(245, 60, 74, 0.84);
}



.how-to-play_poster {
    width: 1228px;
    height: 470px;
    background-image: url(../image/poster3.png);
    background-repeat: no-repeat;
}

.how-to-play_poster {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 98px;
    padding-bottom: 81px;
}

.how-to-play_poster-text {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 276px;
    margin-left: 62px;
}

.how-to-play_poster-text span:nth-child(1) {
    font-size: 40px;
    line-height: 32px;
}

.how-to-play_poster-text span:nth-child(2) {
    font-size: 64px;
    line-height: 62px;
    color: rgb(3, 155, 229);
}

.how-to-play_poster-text span:nth-child(3) {
    font-size: 48px;
}

.how-to-play_poster-news {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px;
    width: 278px;
    height: 86px;
    border-radius: 20px;
    background: rgb(3, 155, 229);
    margin-bottom: 31px;
    margin-right: 50px;
    cursor: pointer;
    transition: .3s;
}

.how-to-play_poster-news span {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.how-to-play_poster-news:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px rgb(3, 155, 229);
}

.support {
    display: flex;
    justify-content: center;
    gap: 17px;
    margin-bottom: 94px;
}

.support-title {
    padding: 43px 167px 43px 58px;

    display: flex;
    align-items: center;
    border: 3px solid rgb(167, 167, 167);
    border-radius: 20px;
    color: rgb(167, 167, 167);
    font-size: 24px;
    font-weight: 700;
}

.support-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 278px;
    height: 126px;
    border-radius: 20px;
    background: rgb(36, 36, 36);
    transition: .3s;
}

.support-link::before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: -24px;
    right: -24px;
    background-image: url(../image/tg_icon.png);
}

.support-link:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 10px 0px rgb(37, 37, 37);
}

.support-link_title {
    display: flex;
    align-items: center;
    gap: 30px;
    color: rgb(167, 167, 167);
    font-size: 22px;
    font-weight: 700;
}

.support-link_desc {
    margin-top: 20px;
    color: rgb(167, 167, 167);
    font-size: 15px;
    font-weight: 700;
}

/*donate*/

.donate {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 54px;
}

.donate-title {
    width: 1228px;
    height: 257px;
    background-image: url(../image/poster4.png);
    background-repeat: no-repeat;
}

.donate-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.how-to-play_poster-text {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 276px;
    margin-left: 62px;
}

.donate-title_text {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-left: 58px;
    margin-bottom: 35px;
}

.donate-title_text span:nth-child(1) {
    font-size: 48px;
    line-height: 48px;
}

.donate-title_text span:nth-child(2) {
    font-size: 64px;
    line-height: 62px;
}

.donate-title_text span:nth-child(3) {
    font-size: 96px;
    line-height: 78px;
    color: #F5D662;
}

.donate-title_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 278px;
    height: 86px;
    border-radius: 20px;
    background: rgb(245, 214, 98);
    margin-bottom: 21px;
    margin-right: 28px;
    cursor: pointer;
    transition: .3s;
}

.donate-title_btn span {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.donate-title_btn:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px rgb(245, 214, 98);
}


.payment-methods {
    display: flex;
    justify-content: space-between;
    width: 1228px;
}

.payment-methods_text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
}

.payment-methods_list {
    display: flex;
    gap: 13px;
    align-items: center;
}

.products-lists {
    display: flex;
    gap: 54px;
    padding-top: 68px;
    padding-bottom: 30px;
}

.products-lists_item {
    width: 266px;
    height: 368px;
    border-radius: 20px;
    transition: .3s;
    color: #fff;
    cursor: pointer;
}

.products-lists_item:hover {

    transform: scale(1.03);
}

.products-lists_item-title {
    text-align: start;
    font-size: 20px;
    font-weight: 700;
    margin-top: 27px;
    margin-left: 23px;
}

.products-lists_item-title>span {
    font-size: 32px;
    line-height: 29px;
}

.products-lists_item-icon {
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*страница оплаты*/

.payment-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 116px;
    padding-bottom: 33px;
}

.payment-form_title {
    display: flex;
    gap: 45px;
}

.payment-form_poster {
    width: 288px;
    height: 429px;
    background-image: url(../image/poster5.png);
    background-repeat: no-repeat;
}

.payment-form_poster  {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.payment-form_poster-text {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-top: 24px;
    margin-left: 21px;
}

.payment-form_poster-text span:nth-child(1) {
    font-size: 48px;
    color: rgb(245, 97, 65);
    line-height: 42px;
}

.payment-form_poster-text span:nth-child(2) {
    font-size: 24px;
}

.payment-form_poster-text span:nth-child(3) {
    font-size: 40px;
    line-height: 30px;
}

.payment-form_data {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 38px;
}

.payment-form_data-form {
    display: flex;
    align-items: center;
}

.payment-form_data-line {
    width: 78px;
    height: 7px;
    border-radius: 3px;
    background: rgb(36, 36, 36);
    margin-right: 20px;
}

.payment-form_data-form_input-mobile {
    display: none;
}

.payment-form_data-form_input {
    display: flex;
    justify-content: space-between;
    width: 530px;
    position: relative;
}

.payment-form_data-form_input>span, .payment-form_data-form_input-mobile>span{
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
}

.payment-form_data-form_input>input, .payment-form_data-form_input-mobile>input{
    width: 278px;
    height: 50px;
    border-radius: 10px;
    background: rgb(36, 36, 36);
    border: none;
    outline: none;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.payment-form_data-form_input>::placeholder {
    color: rgb(167, 167, 167);
    font-size: 16px;
    font-weight: 700;
}

.payment-form_data-form_input-server {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 213px;
    height: 50px;
    padding: 0 34px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: rgb(36, 36, 36);
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
}

.payment-form_data-form_input-server>span {
    transition: .4s;
}

.payment-form_data-form_input-servers {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 546px;
    gap: 16px;
}

.payment-form_data-form_input-servers>span {
    display: flex;
    align-items: center;
    width: 213px;
    height: 50px;
    border-radius: 10px;

    background: rgb(36, 36, 36);
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    padding-left: 34px;
    cursor: pointer;
}

.payment-form_data-form_input-servers>span:hover {
    background: rgb(43, 42, 42);
    box-shadow: 0px 0px 10px 0px rgb(43, 42, 42);
}

.payment-approval {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-approval_text {
    display: flex;
    flex-direction: column;
}

.payment-approval_text-item {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.payment-approval_text-item>span {
    color: #A7A7A7;
}

.payment-approval_checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: .4s;
}

.payment-pay {
    display: flex;
    gap: 35px;
}

.payment-pay_info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 314px;
    height: 94px;
    color: rgb(245, 97, 65);
    font-size: 16px;
    font-weight: 700;
    border: 3px solid rgb(245, 97, 65);
    border-radius: 20px;
}

.payment-pay_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 278px;
    height: 94px;

    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;

    border: 3px solid rgb(245, 97, 65);
    border-radius: 20px;
    background: rgb(245, 97, 65);
    transition: .4s;
}

.payment-pay_btn:hover {
    box-shadow: 0px 0px 10px 0px rgb(245, 97, 65);
    transform: scale(1.02);
}

.pay_desc {
    display: flex;
    gap: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 304px;
}

.pay_desc>span {
    width: 690px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid rgb(167, 167, 167);
    border-radius: 20px;
    color: rgb(167, 167, 167);
    padding: 16px 36px;
    font-size: 24px;
    font-weight: 700;
}

.alt_pay_button {
    border-radius: 20px;
    background: rgba(3, 155, 229, 1);
    width: 473px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.alt_pay_button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(3, 155, 229, 1);
    
}

.alt_pay_button_title {
    display: flex;
    align-items: center;
    gap: 86px;
    color: rgba(255, 255, 255, 1);
    font-family: TeX Gyre Heros;
    font-size: 22px;
    font-weight: 700;
}

.how_to_buy {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 30px;
}

.how_to_buy>h1 {
    font-size: 24px;
    font-weight: 700;
    margin-block-start: 0;
    margin-block-end: 0;
}

.how_to_buy>h2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-block-start: 0;
    margin-block-end: 0;
}

.how_to_buy>span>h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.payment-error {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #d73b3b;
}

.payment-form_data-form_input-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    text-align: center;
    width: 282px;
    height: 50px;
    padding: 0 7px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: rgb(36, 36, 36);
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
}