<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: inherit;
    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: #ffffff;
    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__left {
    display: flex;
    height: 100%;
    align-items: center;
}
.header__logo {
    width: 73px;
    height: 48px;
    margin-right: 10px;
}

.footer {
    width: 100%;
    background-color: #f5f6fa;
    color: #848484;
    border-top: 1px solid #e5e6eb;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}
.footer__content {
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 1150px;
    width: 90%;
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
    font-size: 10pt;
    flex-direction: row;
}
.footer_item {
    display: flex;
    flex: 1;
}
.footer_item_column {
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
}
.footer_item_row {
    flex-direction: row;
}
.footer_item_element {
    display: flex;
    text-align: left;
}
.footer_item_img {
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 15px;
}
.footer_item_element_center {
    justify-content: center;
    text-align: center;
}
.main_content {
    margin-top: 30px;
    max-width: 1150px;
    width: 90%;
    position: relative;
    display: flex;
    flex: 1 0 auto;
    background-color: inherit;
    flex-direction: column;
    margin-bottom: 30px;
}
.step_content {
    display: flex;
    flex-shrink: 0;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.progress {
    position: relative;
    height: 30px;
    width: 100%;
    background: #f5f6fa;
    display: block;
    align-items: center;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
    margin-bottom: 15px;
}
.progress_fill {
    height: 100%;
    width: 0%;
    background-color: #13a4ca;
    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 {
    padding: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background-color: #ddf6fc;
    min-height: 100px;
    border-radius: 5px;
    border: 1px solid #e5e6eb;
}

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

.form_block_step2 {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    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%;
    height: auto;
    align-items: center;
    margin-bottom: 15px;
}
.form_check_address {
    display: flex;
    flex-shrink: 0;
    justify-content: left;
    padding-bottom: 0;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    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;
    /*margin-top: 20px;*/
}
.form_block_horizontal_center {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.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: 47.5% !important;
}
.form_block_phone {
    max-width: 300px;
}
.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;
}
.inputs_row {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 35px;
}
.form_title {
    font-size: 15px;
    text-align: center;
    color: #8c94a8;
}
.form_title_big {
    text-align: center;
    font-size: 24px;
    color:#656565;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form_title_left {
    text-align: left;
    font-size: 24px;
    color:#656565;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.finish_title_img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.form_value {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: none;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #17233b;
}
.sum_label_input {
    position: absolute;
    top: 20px;
    background-color: white !important;
    font-size: 22px !important;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.sum_label_form {
    width: 200px;
    position: absolute;
    top: 0px;
}
.form_value_sum {
    cursor: pointer;
    user-select: none;
}
.button_submit {
    background-color: #888888;
    border: none;
    cursor: pointer;
    width: 45%;
    padding: 16px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

.finish_ahref {
    background-color: transparent;
    cursor: pointer;
    padding: 16px;
    color: #525252;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 2px solid #13a4ca;
    border-radius: 5px;
}

.button_secondary {
    background-color: #00CC66;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    height: 38px;
    align-items: center;
}

.button_load {
    background-color: #00CC66;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    height: 38px;
    align-items: 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;
}

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

.three_in_row {
    width:30% !important;
}
.four_in_row {
    width:20% !important;
}
.string_negative {
    color: #CC0000;
}
.timer {
    color: #0098bf;
}
.div_form_address {
    width: 100%;
}
.simple_label {
    font: 15px/24px Roboto; font-size: 18px; color: #aaa;
}
.block_div {
    background-color: #f5f6fa;
    pointer-events: none;
}
.card_select {
    width: calc(100% - 30px);
}
.text_agreement {

}
.form {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.vv_calc_template_block {
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    margin-bottom: 20px;
}

.vv_total_content {
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.vv_calc_template_item {
    cursor: pointer;
    margin-right: 20px;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    color: #8c94a8;
    font-family: Roboto, sans-serif;
    text-decoration: underline;
    user-select: none;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.vv_calc_template_item:hover {
    text-decoration: none;
    color: #1bc2ed;
}

.vv_calc_template_item_selected {
    color: white;
    background-color: #1bc2ed;
    text-decoration: none;
}

.vv_calc_template_item_selected:hover {
    color: white;
    background-color: #1bc2ed;
    text-decoration: none;
}

.vv_total_item {
    width: auto;
    margin-right: 50px;
    margin-bottom: 20px;
    min-width: 110px;
}

.vv_total_item_last {
    margin-right: 15px;
}

.vv_total_item_bottom {
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
}

.vv_total_label {
    font-size: 16px;
    color: #999;
    white-space: nowrap;
}

.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;
}

.exit_label {
    right: 0px;
    cursor: pointer;
    color: #CCCCCC;
    margin-left: 20px;
}

.load_file_border {
    width: 100%;
    max-width: 255px;
    height: 180px;
    border: 1px solid #cccccc;
    margin: auto;
    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);
    position: relative;
}
.load_file_text {
    float: right;
    padding: 5px;
    color: #cccccc;
    font-size: 12px;
}

.load_file_img {
    max-height: 140px;
    max-width: 160px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.load_file_icon {
    width: 30px;
    position: absolute;
    margin: auto;
    left: auto;
    right: 5px;
    top: auto;
    bottom: 5px;
}

.load_with_code {
    color: #197ca2;
    display: contents;
}

.input_label_error {
    text-align: end;
    color: #FF6666;
    position: absolute;
    left: 0;
    width: 100%;
    transition: 0.3s;
    pointer-events: none;
    letter-spacing: 0.5px;
    user-select: none;
    top: -16px;
    font-size: 14px;
    font-weight: bold;
}

.exit_label:hover {
    color: #999999;
}

.vv_template_comment {
    color: #a8b0d5;
    margin: 0px 30px 0px 30px;
    text-align: center;
}

.vv_modal_background {
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: opacity .2s ease;
    border-radius: 10px;

}

.vv_modal_window_main {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background-color: white;
    width: 60%;
    max-width: 650px;
    min-width: 350px;
    padding: 30px 40px 40px 40px;
    border-radius: 15px;
}

.vv_modal_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.vv_modal_content {
    text-align: justify;
    font-size: 18px;
}

body.modal_opened {
    overflow-y: hidden;
}

.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; outline: 1px solid #eaeaea; 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;} /* 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: auto;
    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);
    box-sizing: content-box;
}

.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: 15px;
}

.card_secondary_text {
    margin-bottom: 15px;
    text-align: center;
    width: 80%;
}

.secondary_text {
    color: #828282
}

.text_highlight {
    color: #13a4ca
}

.finish_text_error {
    color: #FF6666 !important;
}

.text_code_page {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #8a8a8a;
}

.label_code {
    position: absolute;
    bottom: -10px;
    left: -10px;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(197, 34, 34, 0.32), 0 1px 2px rgba(0,0,0,0.24);
}

.remittance_parent {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.remittance {
    display: flex;
    width: 200px;
    height: 200px;
    margin: 10px 20px 10px 20px;
    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;
}

.remittance_selected {
    border: 2px solid #13a4ca;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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

.remittance:hover{
    background-color: #f5f6fa;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.remittance_title {
    font-size: 18px;
    color: black;
    text-align: center;
    padding: 0px 3px 0px 3px;
}

.remittance_icon {
    width: 120px;
    height: 140px;
}

.vv_top_external {
    display: none;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.vv_bottom_external {
    display: none;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.address_list {
    /*cursor: pointer !important;*/
    box-sizing: border-box;
    background-color: white;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display: flex;
    flex-direction: column;
    border: 1px solid #9DA0A5;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    overflow: hidden;
}

.address_list_item {
    color: black;
    position: relative;
    padding: 8px 16px;
    font-size: 12pt;
    user-select: none
}
.address_list_item:hover{
    background-color: #F7F7F7 !important;
}
.address_list_item_allocate{
    background-color: #f0f0f0 !important;
}
.address_list_label {
    text-align: left;
    padding: 8px 16px;
    font-size: 12pt;
    color: #bbb5b7;
    user-select: none
}
.submit_buttons_group {
    width: 100%;
    margin: 0px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.payment_redirect {
    margin-left:auto;
}
.select {
    display:flex;
}

.ui-selectmenu-open {
    border: 1px solid #9DA0A5;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.ui-menu-item-wrapper {
    padding: 8px 16px !important;
    font-size: 14pt;
}

.ui-state-active {
    /*margin: 0 !important; Р»РѕРјР°РµС‚ СЃРєСЂРѕР»Р»*/
}

@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: 1035px) {
    .footer { height: 69px }
}*/

@media (max-width: 767px) {

    .vv_calc_main {padding: 10px; padding-bottom: 20px;}

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

    .button_submit {width: 100%;}

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

    .form_block_horizontal {flex-direction: column; margin-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;  }

    .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 }

    .input_div {margin-bottom: 30px; }

    .last_mobile_input {margin-bottom: 0px !important; }

    .sms_check_input { max-width: none }

    .form_block_phone { max-width: none }

    .vv_calc_template_block {flex-direction: column; width: 100%; margin-bottom: 5px;}

    .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: 10px; margin-left: 10px;}

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

    .header_top_left_title { font-size: 16px; }

    .footer__content { flex-direction: column}

    .footer_item { margin-bottom: 8px }

    .footer_item_element {text-align: center; }

    .margin_top_mobile_input {margin-top:35px}

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

    .payment_redirect {margin-top: 15px !important;}
}

@media (max-width: 480px) {
    .input_custom {letter-spacing: 0px;}
    .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%;}
    .header_top_left_title { font-size: 12px; }
    .form_value {  font-size: 24px; }
    .vv_modal_window_main {padding: 20px 30px 30px 30px;}
}


.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(0, 0, 0, 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;
}
.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;
}

.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;
}

@keyframes show_forward_button {
    0% {
        right: 55px;
        opacity: 0;
    }
 
    100% {
        right: 15px;
        opacity: 1;
    }
}



@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%;
         }
    }</pre></body></html>