/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771568676
Updated: 2026-02-20 09:24:36

*/
@import url('../hello-elementor/style.css');
.site-main{
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
}
.crypto-exchanger-form{
    margin-bottom: 24px;
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
}
.crypto-exchanger-form .top-form{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.crypto-exchanger-form .top-form label{
    display: flex;
    gap: 20px;
}
.crypto-exchanger-form .top-form .switch_item {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #424242;
    color: #424242;
    font-weight: 500;
    font-family: "Rubik",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crypto-exchanger-form .top-form .in_active{
    color: #fff;
    background-color: #424242;
}
.calculate{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}
.calculate_field{
    width: 47%;
}
.calculate-title{
    color: #424242;
    margin-bottom: 24px;
    padding: 0;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: none;
}
.calculate-input input{
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    background-color: #F5F5F5;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    font-family: "Rubik", sans-serif;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 8px;
}
            
.calculate-select_title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
}
            
.calculate-select_title img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
            
.select-arrow {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s;
}
            
.custom-select.active .select-arrow {
    transform: rotate(180deg);
}
            
.calculate-select_list_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
            
.custom-select.active .calculate-select_list_wrap {
    display: block;
}
            
.calculate-select_list_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}
            
.calculate-select_list_item:hover {
    background: #f0f0f0;
}
            
.calculate-select_list_item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
            
.calculate-select_list_item.selected {
    background: #e3f2fd;
    font-weight: bold;
}
.info_schet{
    display: flex;
    margin-right: 2px;
    margin-top: 20px;
}
.info_schet-title ,.info_schet-course{
    padding: 0;
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    color: var(--Colors-Texts-Dark);
}
.info{
    width: 47%;
    margin-left: auto;
}
.info_set{
    margin-top: 3px;
}
.info_set .info_set_title{
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    color: #898989;
}
.info_set .res_count{
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    color: #898989;
}
#go-to-checkout{
    margin-top: 28px;
    width: 100%;
    height: 50px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    box-sizing: border-box;
    width: 100%;
    background-color: #424242;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    -o-transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: all 0.1s ease-in-out;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Rubik",sans-serif;
}
#ce-register-form, #ce-login-form{
    padding: 0;
}
#ce-register-form h2, #ce-login-form h2{
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
#ce-register-form .ce-btn, #ce-login-form .ce-btn{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #424242 !important;
    border: none;
    border-radius: 16px;
    color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    font: 600 18px / 24px Rubik, sans-serif !important;
    text-align: center;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    -o-transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    width: 100%;
    transition: background 0.1s ease-in-out;
}
.ce-form-links{
    font-family: "Rubik", sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #424242 !important;
}
.ce-form-links a{
    font-family: "Rubik", sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #424242 !important;
}
.calculate{
    position: relative;
}
.switch-btn{
    position: absolute;
    left: calc(50% - 20px);
    top: 50%;
    width: 40px;
    height: 40px;
    background: #424242;
    border-radius: 10px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch-btn svg{
    width: 50%;
}
/*================ Личный кабинет ======================*/


.account__wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}
.account__wrap .aside{
    max-width: 340px;
    width: 340px;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.account__wrap .account_content{
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    height: fit-content;
}
.account__wrap .account_content input{
    background: #F2F4FD;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #424242;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    padding: 12px;
    width: 100%;
    transition: border-color 0.1s ease-in-out;
}
.account__wrap .account_content input[type=submit]{
    background-color: #424242;
    color: #fff;
}
.account__wrap .account_content .form_field_line {
    margin-bottom: 20px;
}
.account__wrap .account_content label{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #424242;
}
.user_widget{
    background-color: #fff;
    border-radius: 16px;
    padding: 30px 0;
}
.user_widget ul{
    list-style: none;
    padding: 0;
}
.user_widget_body_ins {
    padding-top: 12px;
    border-top: 1px solid rgba(144, 144, 144, 0.5);
}
.user_widget ul .current{
    background: #F2F4FD;
}
.user_widget ul li a{
    display: flex;
    padding: 10px 0 10px 28px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #424242;
    text-decoration: none;
}
.user_widget_exit a{
    display: flex;
    padding: 10px 0 10px 28px !important;
    font-family: "Rubik", sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #424242 !important;
    text-decoration: none;
}
.user_widget_title_ins, .widget_title{
    color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}



.widget_reviews_div{
    background-color: #fff;
    border-radius: 16px;
    padding: 32px 28px;
}
.widget_reviews_more{
    background-color: transparent;
    border: 1px solid #424242;
    border-radius: 1.6rem;
    color: #424242;
    cursor: pointer;
    display: block;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    height:52px;
    line-height: 1;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.2, 0, 0.38, 0.9);
    -o-transition: all 0.1s cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: all 0.1s cubic-bezier(0.2, 0, 0.38, 0.9);
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
}
.widget_reviews_more:hover{
    background-color: #424242;
    color: #fff;
    
}


.widget .widget_ins .widget_items .item{
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 24px;
}
.widget_reviews_author{
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.widget_reviews_date{
    color: #898989;
    font: 400 14px / 16px Rubik, sans-serif;
}
.widget_reviews_content{
    border-top: 1px solid rgba(165, 165, 165, 0.16);
    font: 400 16px / 24px Rubik, sans-serif;
    margin-top: 12px;
    padding-top: 16px;
    word-break: break-word;
}


#show-add-card-modal{
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #424242 !important;
    padding: 12px 24px;
    border-radius: 16px;
    margin-bottom: 20px;
}
#show-add-card-modal:hover{
    color: #fff !important;
}

.pntable table tr td{
    border: 0 solid !important;
    border-color: inherit;
}
.pntable table tr th {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    border-right: 1px solid #404040;
    padding: 16px 20px;
    background-color: rgba(77, 123, 241, 0.10);
    color: #898989;
    border: 0 solid !important;
    border-color: inherit;
}
.pntable table {
    background: transparent;
    border: none;
    border-collapse: separate;
    border-radius: 16px;
    border-spacing: 1px;
    font: 400 14px / 16px Rubik, sans-serif;
    overflow: hidden;
    color: #424242;
}


/*============== Страница оформления =================*/
._page_1tk1g_13{
    margin-top: 44px;
    margin-bottom: 50px;
}
._page_1tk1g_13 .container{
    max-width: 1200px;
    margin: 0 auto;
}
._ClaimPage_1w8k5_8{
    display: flex;
    width: 100%;
}
._ClaimInfo_11ati_8{
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
    margin-right: 30px;
    min-width: 420px;
    position: relative;
}
._ClaimInfo_11ati_8 h3{
    color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
._ClaimInfo_11ati_8{
    display: flex;
    flex-direction: column;
}
.remove_order{
    margin-top: auto;
    background: #F2F4FD;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #424242;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    padding: 12px;
    width: 100%;
    transition: border-color 0.1s ease-in-out;
    width: 100%;
    background-color: #424242;
    color: #fff;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.remove_order:hover{
    background: #EC1B00 !important;
}
._title_1uwhy_14{
    color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
._row_1uwhy_19{
    display: flex;
    align-items: center;
}
._amount_1uwhy_25{
    font: 400 16px / 20px 'Rubik', sans-serif;
    overflow: hidden;
    color: #424242;
    width: 50%;
}
._direction_1uwhy_29{
    display: flex;
    align-items: center;
    gap: 10px;
}
._direction_1uwhy_29 img{
    width: 30px;
    height: 30px;
}
._ClaimInfoDirection_1uwhy_8{
    margin-top: 50px;
}
._ClaimInfoDirection_1uwhy_8:last-child{
    margin-bottom: 50px;
}
._ClaimContent_jqcxy_8 {
    width: 100%;
}

._steps_30mk8_13{
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 5px;
    justify-content: space-between;
}
._step_30mk8_13{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 16px;
}

._title_30mk8_66{
    font: 400 18px / 24px 'Rubik', sans-serif;
    overflow: hidden;
    color: #424242;
}

.__active_30mk8_34{
    background-color: #424242;
}
.__active_30mk8_34 ._title_30mk8_66{
    color: #fff;
}

.__active_30mk8_34 ._number_30mk8_53{
    color: #fff;
}
#claim-form-container{
    height: fit-content;
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: 16px;
}
._ClaimForm_kopgs_8, #step-2-content{
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
    margin-top: 24px;
}
#admin-wallet{
    color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
#requisites-form input[type=text], #requisites-form input[type=email], #requisites-form input[type=tel]{
    background: #F2F4FD;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #424242;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    padding: 12px;
    width: 100%;
    transition: border-color 0.1s ease-in-out;
    margin-bottom: 10px;
}
._VButton_1o5du_8 {
    margin-top: 24px;
    background: #F2F4FD;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #424242;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    padding: 12px;
    width: 100%;
    transition: border-color 0.1s ease-in-out;
    width: 100%;
    background-color: #424242;
    color: #fff;
}





._VCheckbox_g4xgr_8 {
    align-items: center;
    color: #424242;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 16px;
}

._body_g4xgr_20 {
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 1.8rem;
    justify-content: center;
    margin-right: 1.4rem;
    position: relative;
    transition: border-color .3s ease-in-out;
    width: 1.8rem
}

._body_g4xgr_20:hover {
    border: 2px solid #424242
}

._arrow_g4xgr_37 {
    background-color: transparent;
    display: block;
    height: 1.4rem;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out;
    width: 1.4rem
}

._native_g4xgr_47 {
    display: none
}

._disabled_g4xgr_51 {
    pointer-events: none
}

._checked_g4xgr_55 ._body_g4xgr_20 {
    border: 2px solid #424242
}

._checked_g4xgr_55 ._arrow_g4xgr_37 {
    opacity: 1
}
._copy_1t6nx_31 svg{
    width: 20px;
    height: 20px;
}
._copy_1t6nx_31 svg path{
    fill: #424242;
}

._title_1t6nx_14, ._description_21jq5_19 p, ._link_13jpp_26, ._message_13jpp_30, .alert-info{
    color: #424242;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
._description_21jq5_19 p a{
    color: #EC1B00;
}
#payment-amount{
        color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

._head_21jq5_40 h2, .text-warning{
    color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
}
._head_21jq5_40 .h2, ._head_21jq5_40 span{
    color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
}
#step-2-content{
    margin-top: 24px;
}
#step-3-content{
    margin-top: 24px;
    padding: 24px;
    border-radius: 16px;
    background-color: #fff;
}
._secondary_1o5du_39 {
    background-color: transparent;
    color: #424242;
}
.time{
    padding: 10px !important;
    top: 10px !important;
    background-color: #EC1B00 !important;
}
.countdown-timer>div:nth-child(1){
    font-size: 16px !important;
    color: #DBD2A5 !important;
}
#countdown-timer{
    font-size: 20px !important;
    color: #DBD2A5 !important;
}

.countdown-timer{
    align-items: center !important;
}
._ClaimInfoDirection_1uwhy_8 {
    margin-top: 30px !important;
}
._ClaimInfo_11ati_8 h3{
    margin-top: 20px !important;
}