.program_list .chosen-single span {
    margin-top: 5px;
}

.program_items.scrolled_box {
    z-index: 2;
    background: #fff;
    top: 80px!important;
}

.recommended.recommended-bg {
    background: linear-gradient(90deg, #ffffff 10%, var(--recommended-bg-color) 10% 90%, #ffffff 10%);
}

td.recommended.recommended-title {
    height: 2em;
    text-align: center;
}

.recommended.recommended-title::before {
    content: 'Рекомендуем';
    color: #F16E2A;
    position: relative;
    top: -10px;
    border-radius: 40px;
    padding: 6px 9px 4px 28px;
    background-color: #FFEDEE;
    background-image: url("../../../resources/img/icon/svg/fire.svg");
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
div.button.not_select a:hover {
    color: #fff;
}
.button.select a {
    font-family: 'Roboto Medium', serif;
    font-size: 16px;
    text-decoration: none;
    cursor: default;
    line-height: 24px;
}

@media (min-width: 640px) {
    .button-link {
        width: 216px;
    }
}
@media (max-width: 640px) {
    .button-link {
        width: 100%;
    }
}
.button-link {

}

.description {
    color: var(--gray-color);
}

.risk_sum {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1em;
}

#currencies {
    margin: 0 auto;
}

#currencies li {
    display: contents;
}

#currency_button_label {
    font-family: 'Roboto Regular', serif;
    font-size: 16px;
    width: 34px;
    height: 40px;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #607286;
}

.cost {
    font-family: 'Roboto Bold', serif;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    line-height: 32px;
    letter-spacing: -0.2px;
}

div.button.not_select a {
    color: #FC5055;
    border: 1px solid #FC5055;
    background-color: unset;
    text-decoration: unset;
    font-family: 'Roboto Medium', serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

.checkmark-icon {
    height: 1.5em;
    padding: 0;
    margin: .7em 0;
    background-image: url("../../../resources/img/icon/svg/success_blue.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.top-index {
    position: relative;
    z-index: 1;
}

.top-index .header {
    font-size: 18px;
    line-height: 24px;
}

.program_items tbody.border-bottom {
    border-bottom: 1px solid #E6E9F0;
}

.program_items tbody tr:first-child td:first-child {
    border-right: 1px solid #E6E9F0;
    padding-left: 0;
}

.program_items tbody tr:first-child td:first-child {
    width: 15%;
    padding: 1em;
    font-family: 'Roboto Regular', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
}

.program_items tbody tr:first-child td:first-child span,
.description.small{
    font-size: 12px;
    line-height: 16px;
}

.program_items tbody:last-child tr:first-child td:first-child.black_font {
    font-family: 'Roboto Medium', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .text-center.cost.black_font,
    .col-xs-6.cost.text-right.visible-sm {
        font-family: 'Roboto Bold', 'PT Sans Caption', 'Montserrat Bold', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }
}

.program_items.sticky_scroll {
    top: 80px;
}

.program_items, .program_items table {
    width: 100%;
    padding-top: 1.5em;
}

.program_items td {
    width: 21%;
}

.program_items td.subtitle {
    padding: 0.5em 2rem 1.5em 2rem;
}

.program_items td.button-box, .program_items td.risk_sum {
    padding: 0 3rem 1em 3rem;
}
.program_items td.cost {
    padding: .5em;
}

.program_items table .horizontal_radio {
    margin-bottom: .8rem;
}

.program_items .header {
    position: absolute;
    margin-top: -.7em;
    font-size: 18px;
    font-family: 'Roboto Medium', serif;
}

@media (max-width: 1000px) {
    .program_items td.subtitle {
        padding: 0.5em 1rem 1.5em 1rem;
    }

    .program_items td.button-box, .program_items td.risk_sum {
        padding: 0 1.5rem 1em 1.5rem;
    }
}