a {
    color: #009846 !important;
}

.vv_calc_main {
    background-color: #ebffef !important;
}

.header__logo {
    width: auto;
    height: 48px;
}

.progress_fill {
    background-color: #087d3e !important;
}

.header_step_round {
    color: #009846 !important;
    border: 2px solid #009846 !important;
}

.remittance {
    border: none;
}

.remittance_selected {
    border: 2px solid #009846;
    box-shadow: inset 0px 0px 13px 0px #009846;
}

.remittance:hover{
    background-color: #f5f6fa;
}

.header_step_round_selected {
    color: white !important;
    border: 2px solid #009846 !important;
    background-color: #009846 !important;
}

.header_content:after {
    background: #009846 !important;
}

.ui-slider-range {
    background: #009846 !important;
}

.ui-slider-handle {
    border: 2px solid #009846 !important;
}

.input_custom ~ .focus-border{
    background-color: #009846;
}

.input_custom:focus ~ label {
    color: #009846 !important;
}

.checkbox input:checked ~ .checkmark {
    background-color: #009846;
}

.timer {
    color: #009846 !important;
}

.finish_text {
    color: #009846;
}

.finish_ahref {
    color: #525252 !important;
    border: 1px solid #009846 !important;
}
.cssload-squeeze span {
    background: #009846 !important;
}

.vv_calc_template_item:hover {
    color: #009846 !important;
}

.vv_calc_template_item_selected {
    color: white !important;
    background-color: #009846 !important;
}

.vv_calc_template_item_selected:hover {
    color: white !important;
    background-color: #009846 !important;
}

.submit_ready {
    background-color: #009846 !important;
}

.contract_selected {
    border: 2px solid #009846 !important;
    background-color: white;
}

.payment_selected {
    border: 2px solid #009846 !important;
    
}

.contract_label_top_selected {
    font-weight: bold;
    color: #009846 !important;
}


.address_list_item {
    color: black;
}

.address_list_item:hover{
    background-color: #F7F7F7 !important;
}

.ui-state-active {
    background: #7ee6ae !important;
}

.header_top_left_title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.header_top_left_title::after {
    content: "Бесплатно по РФ";
    font-size: 12px;
    color: #b7b7b7;
}
.submit_ready::after {
    color: #43d988 !important;
}

@media (max-width: 767px) {
    .header_top_left_title { font-size: 16px !important; align-items: flex-start; }
}

@media (max-width: 480px) {
    .header__logo {width: 130px !important;}
    .header_top_left_title { font-size: 14px !important; align-items: flex-start; }
}

.exit_label {
    display: none;
}

#vv_selectCard {
    display: none;
}