@font-face {
    font-family: 'MullerUltraLight';
    font-display: swap;
    src: url('/local/templates/kdteam/fonts/Muller/MullerUltraLight.eot');
    src: local('☺'), url('/local/templates/kdteam/fonts/Muller/MullerUltraLight.ttf') format('truetype'), url('/local/templates/kdteam/fonts/Muller/MullerUltraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MullerBold';
    font-display: swap;
    src: url('/local/templates/kdteam/fonts/Muller/MullerBold.eot');
    src: local('☺'), url('/local/templates/kdteam/fonts/Muller/MullerBold.ttf') format('truetype'), url('/local/templates/kdteam/fonts/Muller/MullerBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MullerLight';
    font-display: swap;
    src: url('/local/templates/kdteam/fonts/Muller/MullerLight.eot');
    src: local('☺'), url('/local/templates/kdteam/fonts/Muller/MullerLight.ttf') format('truetype'), url('/local/templates/kdteam/fonts/Muller/MullerLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MullerMedium';
    font-display: swap;
    src: url('/local/templates/kdteam/fonts/Muller/MullerMedium.eot');
    src: local('☺'), url('/local/templates/kdteam/fonts/Muller/MullerMedium.ttf') format('truetype'), url('/local/templates/kdteam/fonts/Muller/MullerMedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MullerRegular';
    font-display: swap;
    src: url('/local/templates/kdteam/fonts/Muller/MullerRegular.eot');
    src: local('☺'), url('/local/templates/kdteam/fonts/Muller/MullerRegular.ttf') format('truetype'), url('/local/templates/kdteam/fonts/Muller/MullerRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Rouble;
    src: url(/local/templates/kdteam/fonts/rouble-webfont.eot);
    src: url(/local/templates/kdteam/fonts/rouble-webfont.eot?#iefix) format('embedded-opentype'), url(/local/templates/kdteam/fonts/rouble-webfont.woff2) format('woff2'), url(/local/templates/kdteam/fonts/rouble-webfont.woff) format('woff'), url(/local/templates/kdteam/fonts/rouble-webfont.ttf) format('truetype'), url(/local/templates/kdteam/fonts/rouble-webfont.svg#rouble-webfont) format('svg');
    font-weight: 400;
    font-style: normal;
}




.hypotec_header {
    margin-bottom: 2rem;
}

.hypotec_header__logo {
    margin-bottom: 2rem;
    width: 36rem;
}
@media (max-width: 767px) {
    .hypotec_header__logo {
        width: 28rem;
    }
}
.hypotec_header__logo img {
    max-width: 100%;
}
.hypotec_header__item {
    display: grid;
    grid-template-columns: 1.5fr 0.75fr;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .hypotec_header__item {
        grid-template-columns: repeat(1, 1fr);
    }
}
.hypotec_header__item .cyan {
    background-color: #E73E11;
}
.hypotec_header__item .red {
    background-color: #E73E11;
}
.hypotec_header__item .grey {
    background-color: #f1f1f1;
}
.hypotec_header__item_left {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hypotec_header__item_left {
        font-size: 2.4rem;
    }
}
@media (max-width: 767px) {
    .hypotec_header__item_left {
        font-size: 1.4rem;
    }
}
@media (max-width: 376px) {
    .hypotec_header__item_left {
        font-size: 0.9rem;
    }
}
.hypotec_header__item_left span {
    display: contents;
    font-size: 4.2rem;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .hypotec_header__item_left span {
        font-size: 3.6rem;
    }
}
@media (max-width: 767px) {
    .hypotec_header__item_left span {
        font-size: 2.2rem;
    }
}
@media (max-width: 376px) {
    .hypotec_header__item_left span {
        font-size: 1rem;
    }
}
.hypotec_header__item_left.start:after {
    content: '';
    position: absolute;
    width: 48%;
    height: 0.35rem;
    background-size: contain;
    background-image: url("/local/templates/kdteam/images/hypotec/underline_white.png");
    background-repeat: no-repeat;
    left: 0;
    bottom: -0.5rem;
}
.hypotec_header__item_left.end:after {
    content: '';
    position: absolute;
    width: 42%;
    height: 0.35rem;
    background-size: contain;
    background-image: url("/local/templates/kdteam/images/hypotec/underline_white.png");
    background-repeat: no-repeat;
    right: 0;
    bottom: -0.5rem;
}
.hypotec_header__item_left__inner {
    padding: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hypotec_header__item_left__inner {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    .hypotec_header__item_left__inner {
        padding: 1rem;
    }
}
.hypotec_header__item_right {
    position: relative;
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .hypotec_header__item_right {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .hypotec_header__item_right {
        font-size: 1.4rem;
    }
}
.hypotec_header__item_right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background-size: contain;
    background-image: url("/local/templates/kdteam/images/hypotec/underline_red.png");
    background-repeat: no-repeat;
    left: 0;
    bottom: -0.5rem;
}
.hypotec_header__item_right__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hypotec_header__item_right__inner {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    .hypotec_header__item_right__inner {
        padding: 1rem;
    }
}
.hypotec_header__item_right__inner:hover.red--hover {
    background-color: #E73E11;
}
.hypotec_header__item_right__inner:hover.red--hover .hypotec_header__item_right:after {
    mix-blend-mode: color-dodge;
    filter: brightness(10);
}
.hypotec_header__item_right__inner:hover.cyan--hover {
    background-color: #E73E11;
}
.hypotec_header__item_right__inner:hover.cyan--hover .hypotec_header__item_right:after {
    mix-blend-mode: color-dodge;
    filter: brightness(10);
}
.hypotec_header__item_right__inner:hover .hypotec_header__item_right {
    color: #fff;
}
.hypotec_header__item_right__inner:hover .hypotec_header__item_right::after {
    filter: brightness(1);
}



/*calc*/

.calc_wrap {
    padding: 2rem;
    background-color: #fafafa ;
}
@media (max-width: 1024px) {
    .calc_wrap {
        padding: 2rem 1rem;
    }
}
.calc_header__title {
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .calc_header__title {
        font-size: 1.8rem;
    }
}
@media (max-width: 376px) {
    .calc_header__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 768px) {
    .calc_header__title  br{
        display: none;
    }
}
.calc_header__title span {
    position: relative;
}
.calc_header__title span:after {
    content: '';
    position: absolute;
    width: 11rem;
    height: 0.35rem;
    background-image: url("/local/templates/kdteam/images/hypotec/underline_red.png");
    background-repeat: no-repeat;
    left: 0;
    bottom: -0.5rem;
}
@media (min-width: 768px) {
    .calc_header__title span:after {
        width: 22rem;
    }
}
.calc_header__title.red {
    color: #E73E11;
}
.calc_header__title.dark {
    color: #080808;
}
.calc_header__description {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .calc_header__description {
        font-size: 1rem;
    }
}
.calc_input__field_name {
    display: block;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .calc_input__field_name {
        font-size: 1.2rem;
    }
}
@media (max-width: 376px) {
    .calc_input__field_name {
        font-size: 1rem;
    }
}
.calc_input__field_range__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    width: 66.666%;
}
@media (max-width: 767px) {
    .calc_input__field_range__inner {
        font-size: 1.4rem;
    }
}
@media (max-width: 376px) {
    .calc_input__field_range__inner {
        font-size: 1.2rem;
    }
}
.calc_input__field_range__inner .calculator-input-range {
    width: 100%;
}
.calc_input__field_range__inner .calculator-input-range .ui-slider {
    margin-bottom: 2rem;
}
.calc_result {
    padding: 0 2rem;
}
@media (max-width: 1024px) {
    .calc_result {
        padding: 0 1rem;
    }
}
.calc_result__title {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    color: #080808;
}
@media (max-width: 1024px) {
    .calc_result__title {
        font-size: 2rem;
    }
}
.calc_result__button {
    display: block;
    background-color: #E73E11;
    text-transform: capitalize;
    padding: 1.2rem 3.6rem;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.calc_result__button_wrap {
    width: 100%;
}
.calc_result__public {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 2rem;
}
@media (max-width: 1024px) {
    .calc_result__public {
        font-size: 1.2rem;
    }
}
.calc_result__value {
    color: #E73E11;
    font-size: 5.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
@media (max-width: 1024px) {
    .calc_result__value {
        font-size: 2.6rem;
    }
}
@media (max-width: 767px) {
    .calc_result__value {
        font-size: 4.2rem;
    }
}
@media (max-width: 376px) {
    .calc_result__value {
        font-size: 3.6rem;
    }
}
.calc_result__value .rub {
    display: inline-block;
    font-family: Rouble;
}
.calc_result__value .rub:after {
    content: 'i';
}
.calc_result__value .rub span {
    display: none;
}
.calculator {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 0 2rem;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .calculator {
        grid-gap: 0 1rem;
    }
}
@media (max-width: 767px) {
    .calculator {
        grid-template-columns: 1fr;
        grid-gap: 2rem 0;
    }
}
.calculator-results .calculator-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.calculator-input-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.calculator-input-row .years {
    font-weight: 600;
    font-size: 1.4rem;
}
.calculator-input-row .percent {
    font-weight: 600;
    font-size: 2rem;
}
.calculator-input-row input {
    background: transparent;
    border: none;
    margin-bottom: 2rem;
    font-size: 2rem;
    outline: none;
    width: 33.333%;
}
@media (max-width: 767px) {
    .calculator-input-row input {
        font-size: 1.8rem;
    }
}
@media (max-width: 376px) {
    .calculator-input-row input {
        font-size: 1.4rem;
    }
}
.form-ranger-row, .form-slider-row, .stat {
    display: -webkit-box;
    display: -ms-flexbox;
}
.form-ranger, .form-slider {
    height: 59px;
    font-weight: 500;
}
.form-ranger-row, .form-slider-row {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-ranger-label, .form-slider-label {
    font-size: 0.8428rem;
    color: #8e8e8e;
    padding: 0 20px;
}
.form-ranger-dash, .form-slider-dash {
    padding: 0 13px;
    position: relative;
    height: 1px;
}
.form-ranger-dash::before, .form-slider-dash::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #acacac;
}
.form-ranger-field, .form-slider-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form-ranger-field input, .form-slider-field input {
    height: 40px;
    padding: 0 20px;
    width: 100%;
    margin: 0;
    border: 1px solid #ddd;
    color: #000;
    font-size: 0.8428rem;
    background: #fff;
    text-align: center;
}
.form-ranger-slider, .form-slider-slider {
    margin-top: 17px;
}
.ui-slider {
    height: 1px;
    background: #a7a9ac;
    position: relative;
}
.ui-slider-range {
    height: 3px;
    position: absolute;
    top: -1px;
    background: #E73E11;
}
.ui-slider-handle {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #E73E11;
    opacity: 0.85;
    border: 3px solid #E73E11;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: calc(50% + .5rem);
    margin-top: -1rem;
    margin-left: 0;
    -webkit-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}
.ui-slider-handle:hover, .ui-slider-handle:active {
    background: #E73E11;
    opacity: 1;
}
.tabs__content {
    display: none;
}
.tabs__content.current {
    display: block;
}


/*benef*/
.hypotec_calc__date_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}
.hypotec_calc__date_inner .field__control .input_text {
    display: flex;
    flex-direction: row;
    height: auto;
    position: relative;
}
.hypotec_calc__date_inner .field__control .input_text__label {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    margin-right: 2px;
    cursor: pointer;
}
.hypotec_calc__date_inner .field__control .input_text__label span{
    color: #000;
    text-align: center;
    padding-top: 0;
    transform: none;
}
.hypotec_calc__date_inner .field__control .input_text__label.current span{
    color: #fff;
}
.hypotec_calc__date_inner .field__control .input_text__label.current {
    background-color: #E73E11;
    color: #fff;
}
.hypotec_calc__date_inner .field__control .input_text input[type='date'] {
    background: #E73E11;
    text-align: center;
    outline: none;
    width: 100%;
    padding: .25rem;
    color: #fff;
    border: none;
    margin-right: 2px;
    position: relative;
    -webkit-appearance: none;
    -webkit-min-logical-width: calc(50% - 16px);

}

.hypotec_calc__date_inner .field__control .input_text input.ws-date {
    background: #E73E11;
    text-align: center;
    outline: 0;
    display: block !important;
    width: 100%;
    padding: .25rem;
    color: #fff;
    border: none;
    margin-right: 2px;
    -webkit-appearance: none;
    -webkit-min-logical-width: calc(50% - 1px);

}

.ws-popover-opener {
    position: absolute !important;
    top: 8px;
}
.step-controls {
    top: 8px;
}

.hypotec_calc__date_inner .field__control .input_text input[type='date']::-webkit-datetime-edit-month-field {
    color: #fff;
}
.hypotec_calc__date_inner .field__control .input_text input[type='date']::-webkit-datetime-edit-day-field {
    color: #fff;
}
.hypotec_calc__date_inner .field__control .input_text input[type='date']::-webkit-datetime-edit-year-field {
    color: #fff;
}
.hypotec_calc__date_inner .field__control .input_text input[type='date']::-webkit-calendar-picker-indicator {
    font-size: 18px;
}
.hypotec_calc__date_inner .field__control .input_text input[type='date']::-webkit-calendar-picker-indicator:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.hypotec_calc__date_inner .field__control .input_text input[type='date']::-webkit-calendar-picker-indicator:active {
    color: #f1f1f1;
}

/*info*/
.information {
    margin: 3rem 0;
}

.information_picture__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
    .information_picture__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem 0;
    }
}
.information_picture__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.information_picture__item img {
    margin-bottom: 2rem;
    width: 6rem;
    height: 6rem;
    object-fit: contain;
}
.information_picture__item--text {
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
}


/*banks*/
.bank_block {
    margin: 0 0px 4rem;
    display: flex;
    height: 12rem;
}
@media (max-width: 767px) {
    .bank_block {
        flex-direction: column;
        height: auto;
    }
}
.bank_block__col {
    width: 18%;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bank_block__col {
        width: 25%;
    }
}
.bank_block__col--bank {
    width: calc(82% / 4);
}
@media (min-width: 768px) and (max-width: 991px) {
    .bank_block__col--bank {
        width: calc(75% / 3);
    }
}
@media (max-width: 767px) {
    .bank_block__col--bank {
        position: relative;
    }
}
.bank_block__bank {
    background: #fafafa;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100%;
}
@media (max-width: 767px) {
    .bank_block__bank {
        margin: 1rem 0;
        padding: 1rem 0;
    }
}
.bank_block__bank_year {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}
.bank_block__title {
    font-weight: 600;
    color: #fff;
    height: 100%;
    background: #E73E11;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bank_block__title {
        font-size: 0.6rem;
    }
}
@media (max-width: 767px) {
    .bank_block__title {
        padding: 2rem 0;
    }
}
.bank_block__title--item {
    font-size: 1.6rem;
    font-family: 'MullerLight';
    margin-bottom: 0;
    padding: 2rem;
}
@media (max-width: 767px) {
    .bank_block__title--item br {
        display: none;
    }
}
@media (max-width: 767px) {
    .bank_block__title--item {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
}
.banks {
    margin-bottom: 2rem;
}

.banks__block_list__item {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.banks__block_list__item:hover {
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
}
@media (max-width: 1024px) {
    .banks__block_list__item:hover {
        box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
    }
}
.banks__block_list__item:hover .banks__block_list__item_image__inner {
    background: #fff;
}
.banks__block_list__item--active {
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
}
.banks__block_list__item_image {
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 6rem;
    width: 12rem;
}
.banks__block_list__item_image__inner {
    display: flex;
    flex-direction: row;
    padding: 3rem;
    justify-content: center;
    height: 100%;
}
.banks__block_list__item_image__inner--active {
    background: #fff;
}
.banks__hidden_item {
    display: none;
    z-index: 999;
    position: relative;
}
.banks__hidden_item .button.button-secondary.button-tiny {
    margin: 1rem;
    height: 4rem;
    line-height: 3.4rem;
    display: block;
    background-color: #E73E11;
    padding: 0;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 5px 2.7px 0.3px rgba(49, 49, 49, .34);
}
.banks__hidden_item__title {
    padding: 1.8rem 0;
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    line-height: normal;
    height: 3rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #E73E11;
    font-family: 'MullerMedium';
}
@media (max-width: 767px) {
    .banks__hidden_item__title {
        font-size: 1.3rem;
        height: 6rem;
    }
}
.banks__hidden_subitem {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #E73E11;
    background-color: #fff;
    font-family: 'MullerMedium';
}
.banks__hidden_subitem__persent {
    color: #E73E11;
    font-size: 2.4rem;
    line-height: 2rem;
    display: flex;
    padding: 1rem 0;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    font-family: "MullerMedium";
    padding-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .banks__hidden_subitem__persent {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .banks__hidden_subitem__persent {
        font-size: 3rem;
        padding: 3rem 0.5rem;
    }
}
.banks__hidden_subitem__year {
    color: #000;
    width: 50%;
    line-height: normal;
}
@media (max-width: 767px) {
    .banks__hidden_subitem__year {
        font-size: 1.5rem;
    }
}
.banks__hidden_subitem__detail {
    color: #000;
    font-family: 'MullerLight';
    font-size: 1rem;
    width: 100%;
    padding: .5rem 0;
    background: #dcdcdc;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
    .banks__hidden_subitem__detail {
        font-size: 0.4rem;
    }
}
@media (max-width: 767px) {
    .banks__hidden_subitem__detail {
        width: 100%;
        text-align: center;
        font-size: 0.8rem;
        padding: 0.5rem 0;
    }
}
.banks__visible_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 101;
    cursor: default;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
}
@media (max-width: 767px) {
    .banks__visible_item {
        position: relative;
    }
}
@media (max-width: 767px) {
    .bank_block__col, .bank_block__col--bank, .banks__block_list__item {
        width: 100%;
    }
    .banks__block_list__item:hover > .banks__hidden_item {
        position: relative;
    }
    .bank_block__col, .bank_block__col--bank, .banks__block_list__item {
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .banks__block_list__item:hover > .banks__hidden_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        z-index: 101;
        cursor: default;
        box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
    }
}
.banks__block_list__item .image--grey {
    display: block;
}
.banks__block_list__item .image--color {
    display: none;
}
.banks__block_list__item.banks__block_list__item--active .image--grey, .banks__block_list__item:hover .image--grey {
    display: none;
}
.banks__block_list__item.banks__block_list__item--active .image--color, .banks__block_list__item:hover .image--color {
    display: block;
}

.add_banks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
@media (max-width: 767px) {
    .add_banks {
        flex-wrap: wrap;
    }
}
.add_banks__item {
    display: flex;
    flex-direction: row;
    padding: 2rem 0.5rem;
    justify-content: center;
    cursor: pointer;
}
@media (max-width: 767px) {
    .add_banks__item {
        justify-content: flex-start;
        width: 50%;
    }
}
.add_banks__item:hover .add_banks__item_image {
    display: none;
}
.add_banks__item:hover .add_banks__item_image.color--hover {
    display: block;
}
.add_banks__item:first-child {
    padding-left: 2rem;
}
.add_banks__item:last-child {
    padding: 1rem 0 1rem 0.5rem;
}
@media (max-width: 767px) {
    .add_banks__item:first-child {
        padding-left: 0.5rem;
    }
    .add_banks__item:last-child {
        padding: 1rem;
        /*width: 100%;*/
    }
}
.add_banks__item:last-child .add_banks__item_image {
    height: 4.2rem;
}
@media(max-width:767px){
    .add_banks__item:last-child .add_banks__item_image {
        height: 3.4rem;
    }
}
.add_banks__item_image {
    display: block;
    height: 2.6rem;
    object-fit: contain;
}
@media(max-width:767px){
    .add_banks__item_image {
        height: 2rem;
    }
}
.add_banks__item_image.color--hover {
    display: none;
}


/*just*/
.hypotec_just__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .hypotec_just__block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.hypotec_just__block_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hypotec_just__block--title {
    font-size: 3.4rem;
    font-family: 'MullerBold';
}
.hypotec_just_sber {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.hypotec_just_sber span {font-size: 2rem}
.hypotec_just_sber img {width: 100px;margin-left: 1rem}

@media (max-width: 767px) {
    .hypotec_just_sber {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-top: 0;
    }
    .hypotec_just_sber img {width: 200px;margin-left: 0; margin-top: 1rem}
}
@media (max-width: 1024px) {
    .hypotec_just__block--title {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .hypotec_just__block--title {
        font-size: 2.2rem;
    }
}
.hypotec_just__block--list {
    list-style: none;
    margin: 1.8rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
    .hypotec_just__block--list {
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
        margin-bottom: 2rem;
    }
}
.hypotec_just__block--list_item {
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.8rem 0;
}
.hypotec_just__block--list_item__number {
    font-family: 'MullerMedium';
    font-size: 5rem;
    padding: 0 1.5rem;
    color: #E73E11;
}
.hypotec_just__block--button {
    background-color: #E73E11;
    color: #fff;
    text-transform: capitalize;
    padding: 1.2rem 3.6rem;
    font-size: 2rem;
    font-family: 'MullerMedium';
    display: inline-block;
}

/*disc*/
.disclaymer {
    padding-left: 2rem;
}
@media (max-width: 1200px) {
    .disclaymer {
        padding-right: 2rem;
    }
}
@media (max-width: 767px) {
    .disclaymer {
        padding: 1rem;
    }
}
.disclaymer_header {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    margin: 5rem 0 2rem;
}
@media (max-width: 767px) {
    .disclaymer_header {
        font-size: 1.8rem;
        margin: 2rem 0 2rem;
    }
}
.disclaymer_header--phone {
    font-weight: 700;
}
@media (max-width: 767px) {
    .disclaymer_header--phone {
        display: block;
    }
}
.disclaymer_header--feedback {
    color: #E73E11;
    cursor: pointer;
}
@media (max-width: 767px) {
    .disclaymer_header br {
        display: none;
    }
}
.disclaymer_bottom--min {
    margin: 3rem 0;
    font-weight: 500;
    font-size: 2rem;
    font-size: 1.1rem;
    line-height: 2.25rem;
}
@media (max-width: 767px) {
    .disclaymer_bottom--min {
        margin: 4rem 0 6rem;
        font-size: 1.8rem;
    }
}
.disclaymer_bank__block {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 10rem;
    user-select: none;
    align-items: center;
}
@media (max-width: 767px) {
    .disclaymer_bank__block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }
}
.disclaymer_bank__block_bank {
    background: #fafafa;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100%;
}
.disclaymer_banks__block_list__item {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.disclaymer_banks__block_list__item--active {
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
}
.disclaymer_banks__block_list__item:hover {
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
}
.disclaymer_banks__block_list__item_image {
    display: block;
    height: 3rem;
    object-fit: contain;
}
.disclaymer_banks__block_list__item_image__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}
.disclaymer_banks__block_list__item_image__inner--active {
    background: #fff;
}
.disclayemr_banks__block_list__item:hover > .disclaymer_banks__block_list__item_image__inner {
    background: #fff;
}
@media (min-width: 1024px) {
    .disclaymer_banks__block_list__item:hover {
        box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
    }
    .disclaymer_banks__block_list__item:hover > .disclaymer_banks__hidden_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        z-index: 101;
        cursor: default;
        box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .2);
    }
}
.disclaymer_banks__block_list__item .image--grey {
    display: block;
}
.disclaymer_banks__block_list__item .image--color {
    display: none;
}
.disclaymer_banks__block_list__item.active .image--grey, .disclaymer_banks__block_list__item:hover .image--grey {
    display: none;
}
.disclaymer_banks__block_list__item.active .image--color, .disclaymer_banks__block_list__item:hover .image--color {
    display: block;
}
#vtb_disclaymer, #sberbank_disclaymer, #vozrogdenie_disclaymer, #psb_disclaymer, #mkb_disclaymer, #dom_disclaymer,
.b-footer__text-descr-small{
    display: none;
    margin-top: 1rem;
}
.disclaymer--closed {
    display: none !important;
}
.disclaymer--opened {
    display: block !important;
}
.b-footer__text-descr-small {
    opacity: 0.6;
    font-size: 1.1rem;
    line-height: 2.25rem;
    padding-top: 2rem;
}
.hypotec_disclaymer_item__more {
    cursor: pointer;
}
.hypotec_disclaymer_item__more_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: linear-gradient(180deg, transparent, #fff);
    display: block;
}
.hypotec_disclaymer__item.opened {
    height: auto !important;
}
.hypotec_disclaymer__item.opened .hypotec_disclaymer_item__more_bg {
    display: none;
}
.hypotec_disclaymer__item.opened + .hypotec_disclaymer_item__more {
    margin-top: 20px;
}

/*/

 */

sup {
    top: 1.25rem;
    font-size: 2.8rem;
    margin-right: 1rem;
}

.banner_bg__inner:after {
    content: "";
    display: block;
    height: 150px;
    pointer-events: none;
    background: url(/local/templates/kdteam/img/hypotec/hypotec_gradient.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner_bg__inner {
    background: url(/local/templates/kdteam/img/hypotec/bg_hypotec.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 45%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    position: relative;
    background-position: center;
}
.hypotec_just__block_image__inner {
    margin-bottom: 2rem;
}
.hypotec_just__block_image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}



.calculator-checkbox {
    display: none;
    margin-bottom: 50px;
    float: left;
    width: 100%;

}

.calculator-checkbox--active {
    display: -ms-flexbox;
    display: flex
}

.calculator-checkbox-item {
    float: left;
    margin-right: 15px
}

.calculator-checkbox-item input {
    display: none
}

.calculator-checkbox-item label {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 30px;
    cursor: pointer;
    transition: background .3s, color .3s
}

.calculator-checkbox-item:hover label {
    background: #E73E11;
    border-color: #E73E11;
    color: #fff
}

.calculator-checkbox-item--active label {
    background: #E73E11;
    border-color: #E73E11;
    color: #fff
}

.calc_tabs {
    margin: 4rem 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calc_tabs_item {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    cursor: pointer;
    background: #fafafa;
    transition: background .3s, color .3s
}

@media (max-width: 767px) {
    .calc_tabs {
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }
    .calc_tabs_item {
        padding: 1rem;
    }
    .calculator-checkbox {
        flex-direction: column;
    }
    .calculator-checkbox-item {
        float: none;
        margin-right: 0;
    }
    .calculator-checkbox-item label {
        display: block;
    }
}

.calc_tabs_item:hover {
    background: #E73E11;
    color: #fff
}

.calc_tabs_item__active {
    background: #E73E11;
    color: #fff
}

.calc_tabs_item input {
    display: none
}

.calc_tabs_item label {
    cursor: pointer
}

.bank_block {
    position: relative;
}
.bank_block__col:first-child {
    width: 15%;
}
@media(max-width: 767px){
    .bank_block__col:first-child {
        width: 100%;
    }
}
.bank_block__col--bank {
    width: calc(85% / 6);
}
@media(max-width: 767px){
    .bank_block__col--bank {
        width: 100%;
    }
}
.sber-full-width.bank_block__col--active,
.sber-full-width:hover {
    position: absolute;
    z-index: 10;
    left: 15%;

}
.sber-full-width-2.bank_block__col--active,
.sber-full-width-2:hover {
    width: calc((85% / 5) * 2);
}
.sber-full-width-3.bank_block__col--active,
.sber-full-width-3:hover {
    width: calc((85% / 5) * 3);
}
.sber-full-width-4.bank_block__col--active,
.sber-full-width-4:hover {
    width: calc((85% / 5) * 4);
}
.sber-full-width-5.bank_block__col--active,
.sber-full-width-5:hover {
    width: 85%;
}
.sber-full-width.bank_block__col--active + .bank_block__col,
.sber-full-width:hover + .bank_block__col {
    margin-left: calc(85% / 5);
}
.sber-full-width .banks__hidden_item {
    width: 33.3333% !important;
    left: 0;
}

.sber-full-width .banks__hidden_item + .banks__hidden_item {
    left: 33.3333%;
}

.sber-full-width .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 66.6666%;
}

.sber-full-width .banks__hidden_item .banks__hidden_item__title {
    width: 300%;

}



.sber-full-width-2 .banks__hidden_item {
    width: 50% !important;
    left: 0;
}

.sber-full-width-2 .banks__hidden_item + .banks__hidden_item {
    left: 50%;
}

.sber-full-width-2 .banks__hidden_item .banks__hidden_item__title {
    width: 200%;
    margin-left: -100%;

}


.sber-full-width-3 .banks__hidden_item {
    width: 33.3333% !important;
    left: 0;
}

.sber-full-width-3 .banks__hidden_item + .banks__hidden_item {
    left: 33.3333%;
}

.sber-full-width-3 .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 66.6666%;
}

.sber-full-width-3 .banks__hidden_item .banks__hidden_item__title {
    width: 300%;

}


.sber-full-width-4 .banks__hidden_item {
    width: 25% !important;
    left: 0;
}

.sber-full-width-4 .banks__hidden_item + .banks__hidden_item {
    left: 25%;
}

.sber-full-width-4 .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 50%;
}

.sber-full-width-4 .banks__hidden_item + .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 75%;
}

.sber-full-width-4 .banks__hidden_item .banks__hidden_item__title {
    width: 400%;
    margin-left: -300%;
}

.sber-full-width-4 .banks__hidden_item:nth-child(2) .banks__hidden_item__title,
.sber-full-width-4 .banks__hidden_item:nth-child(3) .banks__hidden_item__title,
.sber-full-width-4 .banks__hidden_item:nth-child(4) .banks__hidden_item__title {
    visibility: hidden;
    pointer-events: none;
}


.sber-full-width-5 .banks__hidden_item {
    width: 20% !important;
    left: 0;
}

.sber-full-width-5 .banks__hidden_item + .banks__hidden_item {
    left: 20%;
}


.sber-full-width-5 .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 40%;
}
.sber-full-width-5 .banks__hidden_item + .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 60%;
}
.sber-full-width-5 .banks__hidden_item + .banks__hidden_item + .banks__hidden_item + .banks__hidden_item + .banks__hidden_item {
    left: 80%;
}
.sber-full-width-5 .banks__hidden_item .banks__hidden_item__title {
    width: 500%;
    margin-left: -400%;
}

.sber-full-width-5 .banks__hidden_item:nth-child(2) .banks__hidden_item__title,
.sber-full-width-5 .banks__hidden_item:nth-child(3) .banks__hidden_item__title,
.sber-full-width-5 .banks__hidden_item:nth-child(4) .banks__hidden_item__title,
.sber-full-width-5 .banks__hidden_item:nth-child(5) .banks__hidden_item__title {
    visibility: hidden;
    pointer-events: none;
}

.sber-full-width-2 .banks__hidden_item:nth-child(2) .banks__hidden_item__title {
    visibility: hidden;
    pointer-events: none;
}
.disclaymer_bank__block_col  {
    display: block;
    height: 100%;
}
@media(max-width: 767px) {
    .disclaymer_bank__block_col {
        height: 8rem;
    }
}