/*******************************************************************************/
/********************************* RESET *********************************/
/*******************************************************************************/
* { margin:0;padding:0;outline:none;background-color:transparent;vertical-align: top;}
*, *:before, *:after { box-sizing:border-box }
*:not(table) { border:none;}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
body {
    background-color:#0E1B4A;
}
input, textarea, button, select, a { outline:none;box-shadow:none;border:none;background-color:transparent;}
:focus, input:focus, textarea:focus,
button:focus, select:focus,
input[required=required],
textarea[required=required] { outline: none;}
label { user-select: none;}
label, button { cursor: pointer;}
b,strong { font-weight:700;}
a { text-decoration:underline; color:inherit;}
em { font-style:italic;}
sup,sub { font-size:smaller;}
sub { vertical-align:sub;}
sup { vertical-align:super;}
ul { display: table;list-style-type:none;font-size:0;}
img { vertical-align:top;border:none;max-width: 100%; height: auto;}
iframe { vertical-align:top;max-width: 100%;max-height: 100%;}
table { border-collapse:collapse;}
fieldset { border:none;font-size:0;letter-spacing:0;}

@font-face {
    font-family: 'Bebas Neue';
    src: url("https://storage.yandexcloud.net/pay2me/fonts/BebasNeueBold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://storage.yandexcloud.net/pay2me/fonts/OpenSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://storage.yandexcloud.net/pay2me/fonts/OpenSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("https://storage.yandexcloud.net/pay2me/fonts/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

.container {
    margin: 0 auto;
    max-width: 1300px;
}
.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header {
    margin-top: 20px;
    margin-bottom: -30px;
}
.nav_list {
    display: flex;
}
.nav_item {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #7E7E80;
}
.nav_item+.nav_item {
    margin-left: 33px;
}

.pay {
    width: 640px;
    margin: 40px auto 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 40px;
}
.pay_order {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #363636;
}
.pay_order span {
    text-transform: uppercase;
}
.pay_description {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #363636;
}
.pay_price {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #744CED;
}
.pay_method {
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 20px;
}
.pay_method_arrow{
    cursor: pointer;
}
.pay_method.active .pay_method_arrow {
    transform: rotate(180deg);
}
.pay_method_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pay_method_body{
    display: none;
}
.pay_method.active .pay_method_body{
    display: block;
}
.pay_method_title {
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #363636;
}
.pay_method_title svg {
    margin-right: 10px;
}
.pay_form_input {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 18px 20px;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.pay_form_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pay_form_group {
    margin-top: 20px;
}
.pay_form_group:first-child {
    margin-top: 15px;
}
.pay_form_row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.pay_form_row .pay_form_input {
    width: 140px;
}
.pay_form_cvv {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.pay_form_row .pay_form_group {
    margin-top: 0;
}
.pay_form_cvv_text {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: #000000;
    margin-right: 20px;
}
.pay_form_submit_disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: linear-gradient(301.36deg, rgb(18, 177, 139, 0.3) 4.13%, rgb(64, 233, 223, 0.3) 104.66%);
    border-radius: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.pay_form_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: linear-gradient(301.36deg, rgb(18, 177, 139, 1) 4.13%, rgb(64, 233, 223, 1) 104.66%);
    border-radius: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.pay_method+.pay_method {
    margin-top: 20px;
}
.pay_method_text {
    margin-top: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #575757;
}
.pay_method_QR {
    text-align: center;
    margin-top: 30px;
}
.pay_back {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-collapse: separate;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #744CED;
}
.pay_action {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 10px;
    height: 60px;
}
.pay_action+.pay_action {
    margin-top: 20px;
}
.pay_actions {
    margin-top: 20px;
}
.pay_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.pay_card_type+.pay_card_type {
    margin-left: 56px;
}

.footer {
    background: #363636;
    padding: 64px 0;
}

.footer2 {
    margin-top: -70px;
    margin-bottom: 20px;
}

.footer .logo, .footer .nav_link {
    color: #fff;
}
.footer .privacy {
    margin-top: 10px;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: #7D7D7D;
}
.footer_right {
    text-align: right;
}
.nav_btn, .header_nav_close, .pay_mobile{
    display: none;
}
.pay_form_submit.active{
    background: linear-gradient(70.2deg, #744CEC 0%, #C24CED 100%);
}

.pay_form_input_amount {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 18px 20px;
    width: 140px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.pay_form_input_currency {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 18px 20px;
    width: 100px;
    height: 62px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.logo {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    width: 209px;
    height: 45px;
}

.logo_img {
    width: 209px;
    height: 45px;
}

.logo_img2 {
    width: 255px;
    height: 55px;
}

.pay_form_offer_text {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    color: #000000;
    margin-left: 30px;
    margin-bottom: 0px;
}

.pay_form_input_offer {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 1440px){
    .container{
        max-width: 95%;
    }
}

@media screen and (max-width: 991px){
    .container{
        max-width: 90%;
    }
    .nav_btn{
        display: flex;
    }
    .header .nav{
        display: none;
    }
    .header .nav {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 90%);
    }
    .header .nav_list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .header .nav_item+.nav_item {
        margin-left: 0;
        margin-top: 20px;
    }
    .header .nav_item a {
        color: #fff;
    }
    .header_nav_close{
        display: flex;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 40px;
        line-height: 30px;
        color: #fff;
        font-family: 'Open Sans';
        align-items: center;
        justify-content: center;
    }
    .header .nav{
        display: none;
    }
    .header .nav.active{
        display: block;
    }

    .footer_right {
        max-width: 75%;
        margin-top: 20px;
    }
    .footer .nav_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .nav_item:first-child, .footer .nav_item:nth-child(2), .footer .nav_item+.nav_item:nth-child(3) {
        margin-left: 0;
    }
    .footer .privacy {
        text-align: center;
    }
    .footer .nav_item {
        margin-top: 6px;
    }
    .footer .nav_item:first-child {
        margin-top: 0;
    }
    .footer {
        padding: 86px 0 80px;
    }
    .footer .nav_item:first-child, .footer .nav_item:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    .footer_row {
        flex-direction: column;
    }
    .pay_mobile{
        display: block;
    }
    .pay_method_text:not(.pay_mobile){
        display: none;
    }
    .pay_group.pay_mobile {
        margin-top: 15px;
    }
    .pay_back {
        margin-top: 15px;
    }
    .pay_method_QR{
        display: none;
    }
    .pay_bottom{
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px){
    .pay{
        width: 90%;
    }
    .footer_row {
        flex-direction: column;
    }
    .nav_item+.nav_item {
        margin-left: 10px;
    }
}

@media screen and (max-width: 576px){
    .pay {
        padding: 20px;
    }
    .pay_order, .pay_price {
        font-size: 30px;
        line-height: 120%;
    }
    .pay_price {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .pay_method {
        padding: 15px;
    }
    .pay_method_title {
        font-size: 14px;
    }
    .pay_form_cvv_text {
        display: none;
    }
    .pay_form_row {
        justify-content: space-between;
    }
    .pay_form_row .pay_form_input {
        width: 125px;
    }
    .pay_method_text {
        font-size: 15px;
    }
}