.mod_axeldversts {
    box-sizing: border-box;
}

.mod_axeldversts * {
    box-sizing: border-box;
}

.mod_axeldversts_top, .mod_axeldversts_bottom {
    display: flex;
    padding: 10px 0;
}

.mod_axeldversts_top {
    align-items: center;
    padding-bottom: 0;

}

.mod_axeldversts_top__left {
    width: auto;
    padding: 0 10px 0 0;

    font-size: 22px;
    text-transform: uppercase;
}

.mod_axeldversts_top__right {
    width: 60%;
}

.mod_axeldversts_bottom__left {
    width: auto;
    padding: 0 10px 0 0;
}

.mod_axeldversts_bottom__right {
    width: 60%;
    padding: 0 0 0 10px;
}

.mod_axeldversts_versts__title {
    font-size: 22px;
    padding: 0 0 5px 0;
    letter-spacing: 1px;
}

.mod_axeldversts_versts__value {
    display: flex;
    align-items: center;
    min-height: 26px;
}

.axeld_button {
    background: #fe5d4c;
    border: none;
    color: #fff;
    border-radius: 4px;
    min-height: 24px;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.2s;
}

.css_reload.axeld_button {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 21px 0 0 0;
    font-size: 18px;
    border: 1px solid #fe5d4c;
}

.css_reload.axeld_button:hover {
    background: #fff;
    color: #fe5d4c;
    border: 1px solid #fe5d4c;

}

.axeld_button_40 {
    min-height: 40px;
}

.axeld_button.a_b__white {
    background: #fff;
    border: 1px solid #fe5d4c;
    color: #fe5d4c;

}

.axeld_button.a_b__white:hover {
    background: #fe5d4c;
    border: 1px solid #fff;
    color: #fff;

}

.v_value {
    margin: 0 10px 0 0;
    font-size: 20px;
    min-width: 33px;
}


.axeld_balance_versts {
    display: flex;
    align-items: center;
    min-height: 30px;
}

.axeld_v__label {
    padding: 0 10px 0 0;
    font-size: 21px;
}

.axeld_v__value {
    padding: 0 10px 0 0;
    font-size: 21px;
    color: #639130;
}

.axeld_v__value {
    min-width: 55px;
}

.mod_axeldversts_next_bonus {
    font-size: 18px;
    line-height: 1.3em;
    padding: 10px 0 0 0;
}



.cmbf__wrapper {
    padding: 10px;
}

.cmbf__top {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.cmbf__top__left {
    padding-right: 20px;
}

.cmbf__top__right {
    font-size: 21px;
    text-transform: uppercase;
}

.cmbf__middle {
    padding: 10px 0;
}

.cmbf__middle input.cmbf_phone__user {
    min-height: 40px;
    font-size: 17px;
}

.cmbf__bottom {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.cmbf__bottom__left {
    padding-right: 15px;
}

.cmbf__bottom input.cmbf_v_value {
    min-height: 40px;
    font-size: 17px;
}

.axeld_html .cmbf-form-modal {
    top: 15%;
}

.error_red {
    border: 1px solid red !important;
}

span.promo_btn {
    display: inline-block;
    vertical-align: middle;
    background: #fe5d4c;
    padding: 6px 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}


.cmbf-form-modal {
    text-align: center;
    position: fixed;
    width: 100%;
    max-width: 452px;
    right: 0;
    left: 0;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 8px;
    border: 1px solid rgba(10, 37, 64, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 8, 50, 0.04), 0 2px 4px 0 rgba(0, 8, 50, 0.04), 0 3px 12px 1px rgba(0, 8, 50, 0.08);
    background-color: #fff;
    margin: 0 auto;
    z-index: 9999;
    display: none;
}

.cmbf-form-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.cmbf-form-modal .cmbf-form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 99999
}

.cmbf-form-modal .cmbf-form-close:before,
.cmbf-form-modal .cmbf-form-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 16px;
    border-radius: 4em;
    background-color: #cbccc8;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cmbf-form-modal .cmbf-form-close:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cmbf-form-modal .cmbf-form-close:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cmbf-obfuscator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    margin-top: 0px;
    display: none;
}

/*  mod_axeldadvance */

.mod_axeldadvance {
    box-sizing: border-box;
}

.mod_axeldadvance * {
    box-sizing: border-box;
}

.A_rand_form.fancybox-content {
    min-width: 800px;
    width: 800px;
    padding: 10px;
}

.mod_axeldadvance__wrapp {
    padding: 15px;
}

.mod_axeldadvance_top {
    display: flex;
    align-items: center;
    min-height: 50px;
    width: 100%;
    font-size: 34px;
    padding: 0 0 12px 0;
    margin: 0 0 23px 0;
    border-bottom:1px solid #e1e1e1 ;
}

.mod_axeldadvance__blance__label {
    padding-right: 10px;
}

.mod_axeldadvance__balance_rub {
    padding-right: 10px;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.mod_axeldadvance__balance_rub img {

    position: relative;
    margin: 0 5px;
}

.mod_axeldadvance__balance_verst {
    padding-right: 10px;
    display: flex;
    align-items: center;
    min-height: 50px
}

.mod_axeldadvance__balance_verst img {

    position: relative;
    top: -1px;
    margin: 0 5px;
}

._ii {
    position: relative;
    padding: 0 3px 0 3px !important
}

.mod_axeldadvance_tr {
    display: flex;
    width: 100%;
    padding: 3px 0 21px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #e1e1e1;
}

.mod_axeldadvance_td_left {
    width: 230px;
}

.mod_axeldadvance_td_right {
    position: relative;
    width: 520px;
}

.mod_axeldadvance_td_right p {
    font-size: 18px;
    line-height: 1.3em;
}

.mod_axeldadvance_td_right__buttons {

}
.mod_axeldadvance_td_right__bottom {
    display: flex;
    min-height: 40px;
    align-items: center;
    flex-wrap: wrap;
    padding: 29px 0 0 0;

}


.css_color__red {
    color: #fe5d4c;

}

.css_color__green {
    color: #639130;

}

.mod_axeldadvance_td_right__balance__versty {
    display: flex;
    align-items: center;
    font-size: 22px;
    min-height: 40px;

}

.img_red {
    position: relative;

}
.mod_axeldadvance_td_right__title {

    font-size: 36px;
    padding: 0 0 13px 0;
}

.img_versty {
    position: relative;
    top: -2px;
}

.mod_axeldadvance_td_right__balance__versty span {
    padding: 0 2px;
}

.mod_axeldadvance_td_right__buttons {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
    min-height: 40px;


}


.td_right__button {
    border: 1px solid #ccc;
    border-right: 0 ;

    padding: 1px 7px;
    background: #eee;
    min-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}
.td_right__button.active {
    background: #639130;
    color: #fff;
}
.td_right__button.stop {
    background: #fe5d4c;
    color: #fff;
}

.td_right__button:first-child
{
    border-radius: 3px 0 0 3px;

}
.td_right__button:last-child
{
    border-right: 1px solid #ccc;
    border-radius: 0 3px 3px  0;

}
.mod_axeldadvance_tr__4 .td_right__button {
    border-radius: 3px ;
}

.mod_axeldadvance_bottom__flex {
    display: flex;
    align-items: center;
    min-height: 50px;
    width: 100%;
    font-size: 34px;

}
.mod_axeldadvance_check {
    font-size: 21px;
    padding: 8px 0;
}
.mod_axeldadvance_check label {
   position: relative;
    padding: 0 0 0 14px;
}
.mod_axeldadvance_check a {
color: #0066cc;
    text-decoration: underline;
    position: relative;

}

.mod_axeldadvance_check a:hover {
    text-decoration: none;
}
.mod_axeldadvance_activate {
    padding: 16px 0;
}
.activate_button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #fe5d4c;
    border: 1px solid #fe5d4c;
    padding: 4px 25px;
    border-radius: 4px;
    text-decoration: none;
    background: #fff;
    transition: 0.2s;
}

.activate_button.deactivate {
    cursor: auto;
    color: #282828;
    border: 1px solid #282828;
    background: #ccc;

}

.activate_button.deactivate:hover {
    cursor: auto;
    color: #282828;
    border: 1px solid #282828;
    background: #ccc;
}

.axeld_button__mod {
    height: 25px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
    color: #fe5d4c;
    border: 1px solid #fe5d4c;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    background: #fff;
    transition: 0.2s;
    position: relative;
    top: -2px;
    margin: 0 5px;
}
.axeld_button__mod:hover {
    background: #fe5d4c;
    border: 1px solid #fe5d4c;

    color: #fff;
}
.activate_button:hover {

    background: #fe5d4c;
    border: 1px solid #fe5d4c;

    color: #fff;
}
.mod_axeldadvance_result__balance {

    border-top: 1px solid #e1e1e1;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}
.mod_axeldadvance_error_relative {
    position: relative;
    top: 5px;
}
.mod_axeldadvance_error_balance {

    position: absolute;
    background: #fff;
    color: #fe5d4c ;
    font-size: 16px;
    display: none;
}
.mod_axeldadvance_error_balance span{
    font-weight: bold;
}

.mod_axeldadvance_thankyou_popup_inner {
    font-size: 16px;
}



    /*  //// mod_axeldadvance */

.m_active.cmbf-obfuscator  {
    display: block;
}
.m_active.cmbf-form-modal {
    display: block;
}



.display_none {
    display: none;
}