@charset "utf-8";

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}

input {
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

html {
    height: 100%;
}
body {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    height: 100%;
    margin: 0;
    top:0;
    bottom:0;
    right:0;
    left:0;
    font-family: "Roboto","Open Sans",Helvetica,Arial,sans-serif;
    justify-content: flex-start;
    background-color: #f5f6fa;
    align-items: center;
}
a {
    text-decoration: none;
    color: #1bc2ed;
}
.header {
    width: 100%;
    height: 59px;
    background-color: #f5f6fa;
    color: #848484;
    border-bottom: 1px solid #e5e6eb;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    text-align: center;
}
.header__content {
    height: 59px;
    max-width: 1150px;
    width: 90%;
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 73px;
    height: 48px;
}
.main_content {
    margin-top: 30px;
    max-width: 1150px;
    width: 90%;
    position: relative;
    display: flex;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e5e6eb;
    flex-direction: column;
    margin-bottom: 30px;
}

.header_content {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-radius: 6px;
}

.header_content:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 12%;
    width: 75%;
    height: 2px;
    margin: 0 auto;
    background: #1bc2ed;
    z-index: 0;
}
.header_content_mobile {
    height: auto;
    max-width: 1150px;
    /*width: 90%;*/
    position: relative;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    display: none;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}
.step_content {
    display: flex;
    flex-shrink: 0;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.title_mobile {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 13px;
}

.header_step {
    width: 25%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.header_step_first {
    border-top-left-radius: 6px;
}
.header__left {
    display: flex;
    height: 100%;
    align-items: center;
}
.exit_label {
    right: 0px;
    cursor: pointer;
    color: #CCCCCC;
    margin-left: 20px;
}
.header_step_last {
    border-top-right-radius: 6px;
}
.header_step_round {
    margin-top: 24px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #18b1d9;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
    border: 2px solid #1bc2ed;
    user-select: none;
}

.header_step_round_selected {
    color: white;
    background-color: #1bc2ed;
}

.header_step_text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #525252;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    padding-top:0;
}
.progress {
    position: relative;
    height: 30px;
    width: 100%;
    background: #f5f6fa;
    display: block;
    align-items: center;
    border-bottom: 1px solid #e5e6eb;
    border-top: 1px solid #e5e6eb;
}
.progress_fill {
    height: 100%;
    width: 10%;
    background-color: #1bc2ed;
    color: white;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.vv_calc_main {
    min-height: 200px;
    padding: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background-color: #ddf6fc;
}

.form_block {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-bottom: 40px;
    flex-direction: column;
    width: 90%;
    align-items: center;
}

.form_block_step2 {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.group {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 5px 0px;
}
.group_inside {
    margin: 15px;
    margin-top: 30px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.form_block_end {
    padding-bottom: 40px;
}
.form_check {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding-bottom: 0;
    flex-direction: column;
    width: 90%;
    align-items: center;
    margin-bottom: 15px;
}
.form_block_big {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding-bottom: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.form_block_horizontal {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.form_block_horizontal_center {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
.form_block_phone {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.form_block_horizontal_center_item {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding: 0px 20px 0px 20px;
    flex-direction: column;
}
.form_block_horizontal_2items {
    width: calc((100% - 30px)/ 2) !important;
}
.form_block_phone {
    max-width: 300px;
}
.inputs_row {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 35px;
}
.label_row {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.form_title {
    font-size: 15px;
    text-align: center;
    color: #8c94a8;
}
.form_sub_title {
    font-size: 15px;
    color: #CCCCCC;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
}
.form_sub_title:hover {
    text-decoration: underline;
    color: #999999;
}
.form_title_big {
    text-align: center;
    font-size: 24px;
    color:#656565;
    margin-bottom: 40px;
}
.form_title_left {
    text-align: left;
    font-size: 24px;
    color:#656565;
    width: 100%;
    margin-bottom: 25px;
}
.form_value {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: none;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #17233b;
}

.button_submit {
    background-color: #9d9ea1;
    border: none;
    cursor: pointer;
    width: 40%;
    padding: 16px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

.custom-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 20px
}
.jquery_slider {
    width: 100%;
    height: 4px;
    margin-top:20px;
}
.jquery_slider_scale {
    width: 100%;
    height: auto;
    margin-top:15px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}
.jquery_slider_scale_button {
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}
.img_letter {
    position: absolute;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.sms_check_items {
    width:30% !important;
    z-index: 1;
}

.bell_check_items {
    width:50% !important;
    z-index: 1;
}

.bell_check_items_last {
    text-align: right;
}

.sms_check_input {
    max-width: 210px;
    z-index: 1;
}

.three_in_row {
    width:30% !important;
}

.string_negative {
    color: #CC0000;
}
.timer {
    color: #1bc2ed;
}
.bell_phone {
    color: #1bc2ed;
}
.div_form_address {
    width: 100%;
}
.simple_label {
    font: 15px/24px Roboto; font-size: 18px; color: #aaa;
}

.form {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.vv_total_label_small {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding-top: 14px;
    margin-left: 5px;
}

.vv_total_sum {
    font-size: 30px;
    font-weight: 500;
    color: #17233b;
    display: flex;
    flex-shrink: 0;
    font-family: Roboto, sans-serif;
}

.ui-slider-handle { cursor: pointer !important; width: 24px !important; height: 24px !important; border-radius: 15px 15px 15px 15px !important; -webkit-border-radius: 15px 15px 15px 15px !important; background: white !important; border: 2px solid #1bc2ed !important; top: 50% !important; margin-top: -15px !important; margin-left: -15px !important; outline: none !important; }

.ui-slider-range { background: #1bc2ed; }

.ui-widget-content {border: none;}

.ui-widget.ui-widget-content {border: none; background-color: #e5e5e5}
/*= input focus effects css
=========================== */
:focus{outline: none;}

input:disabled {
    background-color: #f5f6fa;
}

.input_div{float: left; width: 100%; position: relative; font-size: 18px; z-index: 1;} /* necessary to give position: relative to parent. */

.input_2_3_in_row{float: left; width: 65%; position: relative; font-size: 18px;} /* necessary to give position: relative to parent. */

.input_custom {border: 0; padding: 4px 0; border-bottom: 1px solid #ccc; background-color: transparent; font: 15px/24px Roboto; font-size: 18px; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

.input_custom ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #1bc2ed; transition: 0.4s;}
.input_custom:focus ~ .focus-border,
.has-content.input_custom:focus ~ .focus-border{width: 100%; transition: 0.4s; left: 0;right: 0;}
.input_custom ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; pointer-events: none; letter-spacing: 0.5px; user-select: none}
.input_custom:focus ~ label {top: -16px; font-size: 14px; color: #1bc2ed !important; transition: 0.3s;}
.has-content.input_custom ~ label{top: -16px; font-size: 14px; color: #aaa; transition: 0.3s;}

/*.input_custom:focus ~ .focus-border {background-color: #1bc2ed !important;}*/

.input_div_center{text-align: center;}
.input_div_left{text-align: left;}

/* The container */
.checkbox {
    position: relative;
    padding-left: 30px;
    height: 20px;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#8c94a8;
    display: block;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #1bc2ed;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animation_shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.finish_img {
    width: 18%;
    padding: 20px;
}

.finish_text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.finish_text_error {
    color: #FF6666 !important;
}

.finish_ahref {
    background-color: transparent;
    cursor: pointer;
    padding: 16px;
    color: #525252;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1bc2ed;
    border-radius: 5px;
}
.big_label {
    font-size: 18px;
    color: #969696;
    text-align: left;
    padding-bottom: 35px;
}

.contract {
    display: flex;
    border: 2px solid #e5e6eb;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    background-color: #f5f6fa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.contract_selected {
    border: 2px solid #98e7fb;
    background-color: white;
}

.contract_main_child {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contract_label_top {
    font-size: 12px;
    margin: 10px;
    color: #CCCCCC;
    user-select: none;
}
.contract_label_top_selected {
    font-weight: bold;
    color: #1bc2ed;
}

.contract_label_top_alert {
    font-weight: bold;
    color: #CC3300;
}

.contract_sum_child {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

.contract_main_info {
    font-size: 22px;
    margin: 10px;
}

.contract_main_sum {
    font-size: 16px;
    margin: 10px;
    color: #656565;
}

.contract_sum_text_parent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    border-right: 1px solid #e5e6eb;
}

.contract_sum_sum_parent {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    padding-left: 10px;
}

.contract_sum_text {
    width: 100%;
    height: 50%;
    font-size: 16px;
    color: #CCCCCC;
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.contract_sum_sum {
    font-size: 20px;
    height: 50%;
    color: black;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: left;
    margin-right: 10px;
    white-space: nowrap;
}

.sum_pointer_label {
    cursor: pointer;
    text-decoration: none;
}

.sum_pointer_label:hover{
    text-decoration: underline;
}

.insert_sum_parent {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.input_pay_sum {
    width: 180px;
}

.sum_pay_label {
    color: #999999;
    font-size: 18px;
    margin-right: 20px;
}

.grey_label {
    color: #CCCCCC;
}

.dark_grey_label {
    color: #666666;
}

.nowrap {
    white-space: nowrap !important;
}

.payments_parent {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.payment {
    display: flex;
    width: 200px;
    height: 200px;
    margin: 10px;
    background-color: white;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    user-select: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.payment_selected {
    border: 2px solid #98e7fb;
    border-radius: 3px;
}

.payment:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.payment_title {
    color: black;
    text-align: center;
}

.payment_sub_title {
    font-size: 14px;
    color: #999999;
    padding-top: 4pt;
}

.payment_icon {
    width: 150px;
    height: 150px;
}

.payment_sum_label {
    width: 100%;
    color: #999999
}

.payment_sum_sub_label {
    color: #666666;
    font-weight: bold
}
.submit_buttons_group {
    width: 100%;
    margin: 0px;
    display: none;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.submit_ready::after {
    content: "›";
    display: flex;
    position: absolute;
    right: 35px;
    left: auto;
    font-size: 30px;
    top: 0;
    bottom: 3px;
    align-items: center;
    font-family: 'Roboto';
    color: #665858;
    animation: 0.3s ease-out 0s forwards alternate show_forward_button;
    opacity: 1;
}
@keyframes show_forward_button {
    0% {
        right: 55px;
        opacity: 0;
    }

    100% {
        right: 15px;
        opacity: 1;
    }
}

.arrow_left {
    position: relative;
}

.arrow_left::after {
    content: "‹";
    display: flex;
    position: absolute;
    left: 15px;
    right: auto;
    font-size: 30px;
    top: 0;
    bottom: 3px;
    align-items: center;
    font-family: 'Roboto';
    color: #665858;
}

.credit_redirect {
    margin-left:auto;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (max-width: 767px) {
    .vv_calc_main {padding: 20px 10px}

    .header__content {justify-content: center;}

    .main_content {width: 100%;border-left: none;border-right: none;}

    .button_submit {width: 100%;}

    .submit_buttons_group {justify-content: center !important;}

    .credit_redirect {margin-top: 15px !important; margin-left: 0px !important;}

    .form_check {width: 100%; margin-bottom: 25px; padding-top: 0px;}

    .form_block_horizontal {flex-direction: column; padding-top: 0px;}

    .form_block_horizontal_2items { width: 100% !important; margin-bottom: 40px;}

    .header_content { display: none; }

    .header_content_mobile { display: flex; flex-shrink: 0; }

    .sms_check_items { width:100% !important; margin-bottom: 30px; text-align: center }

    .sms_check_items_last { margin-bottom: 0px; }

    .bell_check_items { width:100% !important; margin-bottom: 30px; text-align: center }

    .bell_check_items_last { margin-bottom: 0px; }

    .three_in_row { width:100% !important; margin-bottom: 30px; text-align: center }

    .inputs_row {flex-direction: column; padding-bottom: 0px }

    .input_2_3_in_row { width:100% !important; margin-bottom: 30px; text-align: center }

    .sms_check_input { max-width: none }

    .form_block_phone { max-width: none }

    .vv_calc_template_block {flex-direction: column; width: 100%}

    .vv_calc_template_item { margin: 0px 0px 5px 0px; padding: 5px 20px 5px 20px; }

    .vv_total_content { width: 90%; justify-content: space-between;}

    .vv_total_item { margin-right: 0;}

    .big_label {text-align: center;}

    .contract { flex-direction: column; }

    .contract_main_info {font-size: 18px;}

    .contract_sum_sum {font-size: 16px;}

    .contract_sum_text {font-size: 16px;}

    .contract_main_sum {font-size: 14px;}

    .insert_sum_parent {justify-content: center;}

    .contract_sum_text_parent { width: auto; }

    .contract_sum_child { justify-content: center; background-color: #fdfdfd; }

    .main_content {margin-top: 0px; margin-bottom: 0px}
}

@media (max-width: 480px) {
    .vv_total_sum { font-size: 20px; }
    .vv_total_label_small { padding-top: 6px; margin-left: 4px; }
    .vv_total_content { width: 100%; }
    .form_block_horizontal_center_item {padding: 0px 5px 0px 5px;}
    .form_title_left { text-align: center;}
    .vv_calc_main {padding-left: 0px; padding-right: 0px;}
    .group {border-radius: 2px}
    .checkbox {font-size: 14px}
    .header__content {font-size: 14px}
    .button_submit {width: 90%;}
    .form_title_big { font-size: 18px;margin-bottom: 20px; margin-top: 10px; }
    .iframe_window { height: 650px !important}
}

.cssload-squeeze{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    flex-shrink: 0;
    margin: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
    background-color: rgba(100, 100, 100, 0.1);
}

.cssload-squeeze, .cssload-squeeze * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-squeeze span {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #1bc2ed;
    border-radius: 0px;
    margin-right: 5px;
    opacity: 0.9;
}

.cssload-squeeze span:nth-child(1) {
    animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(2) {
    animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(3) {
    animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(4) {
    animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(5) {
    animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}

.submit_ready {
    background-color: #1bc2ed;
    position: relative;
}

@keyframes cssload-rotateX {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147,225,215);
    }
    100% {
        transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-o-keyframes cssload-rotateX {
    0% {
        -o-transform: rotateX(0deg);
    }
    50% {
        -o-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147,225,215);
    }
    100% {
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-ms-keyframes cssload-rotateX {
    0% {
        -ms-transform: rotateX(0deg);
    }
    50% {
        -ms-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147,225,215);
    }
    100% {
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes cssload-rotateX {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147,225,215);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-moz-keyframes cssload-rotateX {
    0% {
        -moz-transform: rotateX(0deg);
    }
    50% {
        -moz-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147,225,215);
    }
    100% {
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.loading
{
    position: relative;z-index: 1;pointer-events: none;
}.loading:after,
 .loading:before
 {position: absolute;z-index: -1;top: 0;bottom: 0;left: 0px;width: 0;-webkit-animation: loading-btn 2s linear infinite;animation: loading-btn 2s linear infinite; content: '';

     background-color: rgba(0,0,0,.1);
 }.loading:after
  {right: 0px;
      left: auto;
  }@-webkit-keyframes loading-btn
   {
       from,
       to
       {
           width: 0;
       }50%
        {
            width: 50%;
        }
   }@keyframes loading-btn
    {
        from,
        to
        {
            width: 0;
        }50%
         {
             width: 50%;
         }
    }
.blocking_div_iframe {
    background-color: rgba(100, 100, 100, 0.3);
}

.iframe_window {
    width: 100%;
    height: 700px;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%236d6d6d" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">Загрузка сервиса оплаты.</text></svg>') 0px 0px no-repeat;
    margin-bottom: 20px;
    border: none;
    overflow:hidden;
}