@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;600;700&display=swap');

body {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #F7F7F7;
    font-family: 'Inter', sans-serif;
    color: #4c4c4c;
    font-weight: 300;
    min-height: 100vh;
}

.ch_main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

div#box_2 {
}

.user_mail_pay_pages {
    margin: 0 0 30px 0;
    font-weight: 600;
    color: #373737;
}

.bought_url {
    text-align: center;
    margin: 25px 0 0 0;
}

.bought_url > a {
    text-decoration: none;
    color: #fff;
    background: #00BCD4;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 3px;
}
h1, h2, h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.main {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 1em 0 1em 0;
    flex: 1;
}
.main_wrapper {
    display: flex;
    justify-content: space-between;
    width: 780px;
    background: #fff;
    margin: 0% 0 0 0;
    box-shadow: 0 15px 30px -10px rgba(60,60,60,.05);
    border-radius: 20px;
    min-height: 350px;
}
.main_blok {
    width: calc(100% / 2);
    padding: 25px 30px;
}
.block_title {

    width: 100%;

    margin: 0em 0;
}
.block_title > h1 {
    color: #000;
}
.main_blok_item > h2 {
    margin: 0 0 25px 0;
    color: #000;
}
.main_blok_item > h3 {
    margin: 0 0 19px 0;
    font-size: 18px!important;
    color: #000000;
}
.bg_img {
    background-image: url(https://cdn-icons-png.flaticon.com/512/1198/1198350.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: right 7% top 4%;
}

.main_blok_item {
    margin: 40px 0 0 0;
}

.main_blok_l {
    border-right: 1px #ececec solid;
    position: relative;
    display: flex;
    /* align-items: center; */
    /* margin: 20px 0; */
}

.main_blok_text {
    font-size: 16px;
    font-weight: 500;
}
.new_price {
    font-size: 19px;
    font-weight: 800;
    background: #f7fcff!important;
    color: #8cbafa;
    padding: 7px 17px 7px 17px;
    border-radius: 35px;
    margin: 0 15px 0 0;
}
.price {
    text-decoration: line-through;
    font-size: 14px;
}

.pay_conteiner {
    margin: 25px 0 0 0;
}
.pay_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pay_item > img {
    box-shadow: 0 15px 30px -10px rgba(60,60,60,.05);
    height: 65px;
    width: calc((100% / 2) - 55px);
    border: 1px #f6f6f6 solid;
    padding: 0 20px;
    margin: 0 0 4% 0;
    border-radius: 5px;
    opacity: 0.9;
    transition: 0.3s;
    display: block!important;
    box-sizing: unset;
}
.pay_item > img:hover {
    box-shadow: 0 15px 30px -10px rgb(41 41 41 / 10%);
    opacity:1;
    cursor: pointer;
}

.pay__select > img {
    box-shadow: 0 15px 30px -10px rgba(60,60,60,.05);
    height: 65px;
    width: calc((100% / 2) - 55px);
    border: 1px solid rgb(140 186 250);
    padding: 0 20px;
    margin: 0 0 4% 0;
    border-radius: 5px;
    opacity: 0.9;
    transition: 0.3s;
    max-width: 100px;
    box-sizing: unset;
}
.pay__select > img:hover {
    box-shadow: 0 15px 30px -10px rgb(41 41 41 / 10%);
    opacity:1;
}

.return {
    /* position: absolute; */
    /* top: -20px; */
    left: 20px;
    right: 0;
    bottom: 20px;
    background: #ffffff;
    padding: 9px 17px;
    border: 2px #fff solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #94bffb;
    transition: 0.3s;
    /* width: 100%; */
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 35px 0;
}
.return:hover {
    color: #fff;
    background-color: #94bffb;
    /*    border-bottom-left-radius: 10px;*/
    border-bottom-right-radius: 10px;
}



#pay_form {

}

#method_select, .pay__select {
    margin: 0 0 17px 0;
}

#pay_form {
    display: flex;
    flex-direction: column;
}
.form_items > label {
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.form_items > input {
    border: 1px #f4f4f4 solid;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    color: #4c4c4c;
    box-shadow: 0 0 16px rgb(39 61 100 / 10%);
    margin: 10px 0 20px 0;
    box-sizing: border-box;
}

#loader {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
#loader > img {width: 200px;}

.form_items > button {
    border: 0;
    background: #8cbafa;
    font-size: 18px;
    padding: 15px 0;
    color: #fff;
    width: 100%;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.3s;
}
.form_items > button:hover {
    background: #7da7e0;
}

input:focus, input:active, button:focus, button:active {
    outline: none;
}
input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s;
}


.main_blok_l_a {
    border-right: 0px #ececec solid;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#loader_check {
    text-align: center;
}

.check_wrapper {
    display: flex;
    justify-content: space-around;
    width: 780px;
    background: #fff;
    margin: 4em auto;
    box-shadow: 0 15px 30px -10px rgba(60,60,60,.05);
    border-radius: 20px;
    min-height: 380px;
    align-items: center;
}
.check_wrapper_true {
    display: flex;
    width: 780px;
    background: #fff;
    margin: 0% 15px 0 15px;
    box-shadow: 0 15px 30px -10px rgba(60,60,60,.05);
    border-radius: 20px;
    /* min-height: 350px; */
    padding: 25px 30px;
    box-sizing: border-box;
    justify-content: space-around;
}
.operation_list {
    list-style: none;
    padding: 0px 0;
    margin: 25px 0;
}

.operation_list > li {
    padding: 3px 0;
    font-weight: 300;
}

.operation_list > li > span {
    font-weight: 600;
    margin: 0 10px 0 0;
}
.details_content {
    background: #e2eeff;
    padding: 15px 15px;
    margin: 25px 0 0px 0;
    border-radius: 5px;
}
.order_details > h2 {
    margin: 0 0 10px 0;
}
.details_content {

}
.details_content > a {

}
.details_content > a:hover {

}

#hide_info_close {
    display: none;
    margin: 25px 0 0 0;
    background: #f7f7f7;
    /* width: 60px; */
    /* height: 60px; */
    z-index: 99999;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

#hide_info_bott {
    display: none;
    background: #f7f7f7;
    /* width: 60px; */
    /* height: 60px; */
    z-index: 99999;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}
#hide_info_bott > span {
    display: block;
    width: 37px;
    height: 6px;
    background: #9b9b9b;
    margin: 3px 0;
    border-radius: 5px;
}

@media (max-width: 812px) {
    .main_wrapper {
        margin: 3% 3%;
        width:100%;
    }

    #hide_info_bott, #hide_info_close {
        display: block;
        text-align: center;
    }

    #hide_info {
        /* display: none; */
        position: fixed;
        top: 0px;
        left: -400px;
        max-width: 300px;
        background: #fff;
        height: 100%;
        border-right: 1px #f1f1f1 solid;
        transition: 1.5s;
        z-index: 999999999;
    }
    .main_blok {
        width:100%;
    }
    .pay_item > img {
        max-width: 100px;
    }
    .pay_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 25px;
    }

}


@media (max-width: 400px) {
    .pay_item > img {
        width: calc((100% / 1) - 55px);
    }
}