.v21 .v21-section {
    margin-bottom: 0!important;
}
.v21 .v21-fizdeposits-section {}
.v21 .v21-fizdeposits-section--top {}
.v21 .v21-fizdeposits-section--header {
    margin: 0 0 24px 0;
    font-style: normal;
}
.v21 .v21-fizdeposits-section--subheader {
    margin: 0 0 40px 0;
    font-family: var(--textFont);
    letter-spacing: var(--letterSpacing);
    color: var(--textRegularBlackColor);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.v21 .v21-fizdeposits-section--block {
    position: relative;
}

.v21 .v21-fizdeposits-section--block .not_found {
    font-family: var(--textFont);
    letter-spacing: var(--letterSpacing);
    color: #a58a57;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
}
.v21 .v21-fizdeposits-section--smartfilter {
    margin: 0 0 32px 0;
    position: relative;
}
@media all and (min-width: 768px) {
    .v21 .v21-fizdeposits-section--block .not_found {
        font-size: 24px;
        line-height: 28px;
    }
}

/* калькулятор вкладов */
.v21 .v21-fizdeposits-section--calculator {
    margin: 40px 0 20px 0;
    padding: 20px 0 0;
    background-color: var(--textRegularWhiteColor);
    border-radius: 16px;
    /*position: relative;*/
}
.v21 .vklad-select-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 2px;
    /*align-items: flex-end;
    border: 1px solid #ccd5db;*/
    width: fit-content;
    padding: 0 0 0 calc(12px - 4px);
    border-radius: 8px;
    position: relative;
}
.vklad-select-container.select-container-style {
    font-family: var(--textFont);
    font-style: normal;
}
.vklad-select-container .select-box--header {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
.vklad-select-container .select-box--title {
    margin: 0;
    padding: 0 0 0 4px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 12px;
}
.vklad-select-container .select-box--title.select-box--style {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: var(--textRegularBlackColor);
}
.vklad-select-container .select-box--title .box-title-1 {
    flex: 0 0 auto;
    width: max-content;
    margin-bottom: 0;
}
.vklad-select-container .select-box--title .box-title-B {
    flex: 0 0 auto;
    display: flex;
    column-gap: 8px;
}
.vklad-select-container .select-box--title .box-title-2 {
    margin-bottom: 0;
    color: #a58a57;
}
@media all and (max-width: 610px) {
    .vklad-select-container .select-box--title {
        width: 310px;
    }
}

.vklad-select-container .vklad-select-box {
    display: flex;
    width: 460px;
}
.vklad-select-container .vklad-select--form {
    display: flex;
    /*flex-direction: row;
    column-gap: 8px;*/
    position: relative;
}
.vklad-select-container .vklad-select-wrap {
    display: none;
    flex-direction: column;
    column-gap: 2px;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 20;
}
.vklad-select-container .vklad-select-wrap--expand {
    display: flex;
    row-gap: 2px;
    height: calc(34px * 8 + 17px + 4px * 2);
}
.vklad-select-container .select-list {
    margin: 0;
    padding: 4px 0 4px 0;
    width: 280px;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.2);
    /*border: 1px solid #a58a57;*/
    border-radius: 8px;
    cursor: pointer;
}
.vklad-select-container .select-list.list-style {
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    color: var(--textRegularBlackColor);
    background-color: var(--textRegularWhiteColor);
}
.vklad-select-container .select-list--drive {
    position: relative;
    top: 6px;
    cursor: pointer;
    z-index: 20;
    transition: transform 0.3s;
}
.vklad-select-container .show-select-box .select-list--drive {
    transform: rotate3d(0, 0, 1, 180deg);
}
.vklad-select-container .vklad-radio {
    display: none;
    flex-direction: column;
    row-gap: 4px;
    width: 100%;
    padding: 0 0;
    background-color: transparent;
    /*background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;*/
    position: relative;
    z-index: 20;
}
.vklad-select-container .vklad-radio--show {
    display: flex;
}
.vklad-select-container .input-radio {
    display: none;
    margin: 0;
}
.vklad-select-container .vklad-radio--label {
    margin-bottom: 0;
    padding: 4px 12px;
    font-weight: 700;
    cursor: pointer;
}
.vklad-select-container .vklad-radio--show .vklad-radio--label:hover {
    background-color: #EEF1F4;
}
.vklad-select-container .vklad-calculator--box {
    margin: 52px 0 0 0;
}

@media all and (max-width: 420px) {
    .v21 .v21-fizdeposits-section--calculator {
        margin-top: 16px;
    }
}
@media all and (min-width: 768px) {
    .v21 .v21-fizdeposits-section--calculator {
        margin-top: 120px;
        padding-top: 40px;
    }
}
@media all and (min-width: 1024px) {
    .vklad-select-container .select-box--title.select-box--style {
        font-size: 40px;
        line-height: 130%;
    }
    .v21 .vklad-select-container {
        flex-wrap: nowrap;
        padding-left: calc(40px - 12px);
    }
    .vklad-select-container .select-box--title {
        flex-wrap: nowrap;
        padding-left: 12px;
    }
    .vklad-select-container .select-box--title .box-title-1 {
        flex-basis: auto;
        width: auto;
    }
    .vklad-select-container .select-list--drive {
        top: 18px;
    }
    .vklad-select-container .vklad-select-wrap {
        top: 8px;
    }
    .vklad-select-container .vklad-radio--label {
        padding-left: 16px;
        padding-right: 16px;
    }
    /*.vklad-select-container .select-list.list-style {
        font-size: 40px;
        line-height: 130%;
    }*/
    .vklad-select-container .vklad-select-wrap--expand {
        height: calc(34px * 8 + 17px + 4px * 2);
    }
}

.v21 .v21-fizdeposits-aux--block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 20px 0 0 0;
}
.v21 .v21-fizdeposits-aux--block.aux-block-1 {}
.v21 .v21-fizdeposits-aux--block.aux-block-2 {}
.v21 .v21-fizdeposits-aux--whole,
.v21 .v21-fizdeposits-aux--1third,
.v21 .v21-fizdeposits-aux--2third,
.v21 .v21-fizdeposits-aux--half {
    flex: 1 1 100%;
}

/* index_docs_list.php */
.v21 .v21-fizdeposits-include--block {
    font-family: var(--textFont);
    color: var(--textRegularBlackColor);
    letter-spacing: var(--letterSpacing);
    font-style: normal;
}
.v21 .v21-fizdeposits-include--wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 12px;
    gap: 12px;
    box-sizing: border-box;
    border: 1px solid #ABB8BF;
    border-radius: 12px;
    position: relative;
}
.v21 .v21-fizdeposits-include--icon {
    display: none;
    position: absolute;
    top: 12px;
    right: 20px;
}
.v21 .v21-fizdeposits-include--control {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
    align-items: center;
    width: 100%;
}
.v21 .v21-fizdeposits-include--control.control-style {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: var(--textRegularBlackColor);
    letter-spacing: var(--letterSpacing);
}
.v21 .v21-fizdeposits-include--control__caption-1 {}
.v21 .v21-fizdeposits-include--control__caption-2 {
    display: none;
}
.v21 .v21-fizdeposits-include--control.is-active .v21-fizdeposits-include--control__caption-1 { display: none; }
.v21 .v21-fizdeposits-include--control.is-active .v21-fizdeposits-include--control__caption-2 { display: block; }
.v21 .v21-fizdeposits-include--arrow {
    margin-top: 2px;
    transition: transform 0.3s;
    position: relative;
    top: 2px;
}
.v21 .v21-fizdeposits-include--control.is-active .v21-fizdeposits-include--arrow {
    transform: rotate3d(0, 0, 1, 180deg);
}
.v21.v21-color-global-inversion .v21-fizdeposits-include--arrow path,
.v21.v21-color-global-braun .v21-fizdeposits-include--arrow path {
    stroke: var(--textRegularBlackColor);
}
.v21 .v21-fizdeposits-include--content {
    display: none;
    width: 100%;
    opacity: 0;
    transition: height .7s, margin-top 0.4s, opacity 0.6s;
}
.v21 .v21-fizdeposits-include--content.is-active {
    margin-top: 12px;
    opacity: 1;
}
.v21 .v21-fizdeposits-include--list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.v21 .v21-fizdeposits-include--doclink {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}
.v21 .v21-fizdeposits-include--doclink p {
    margin: 0;
}
.v21 .v21-fizdeposits-include--doclink.doclink-style {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--textRegularBlackColor);
    letter-spacing: var(--letterSpacing);
}
.v21 .v21-fizdeposits-include--doclink span {
    display: inline-block;
}
.v21 .v21-fizdeposits-include--doclink svg {
    flex: 0 0 24px;
    width: 24px;
}
.v21.v21-color-global-inversion .v21-fizdeposits-include--doclink svg path ,
.v21.v21-color-global-braun .v21-fizdeposits-include--doclink svg path {
    stroke: var(--linkRegularTextColor);
}
.v21 .v21-fizdeposits-include--archive {
    margin: 24px 0 0 0;
    display: flex;
    column-gap: 8px;
}
.v21 .v21-fizdeposits-include--archive__link-button {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
}
.v21 .v21-fizdeposits-include--archive__link-details {}
.v21 .v21-fizdeposits-include--content__text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.v21 .v21-fizdeposits-include--content__text h4,
.v21 .v21-fizdeposits-include--content__text h5,
.v21 .v21-fizdeposits-include--content__text h6,
.v21 .v21-fizdeposits-include--content__text p {
    margin: 0;
    padding: 0;
}
.v21 .v21-fizdeposits-include--content__link {
    display: block;
    margin: 24px 0 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    /*color: #00345E;*/
}
.v21.v21-color-global-inversion .v21-fizdeposits-include--doclink.doclink-style:hover,
.v21.v21-color-global-braun .v21-fizdeposits-include--doclink.doclink-style:hover,
.v21.v21-color-global-inversion .v21-fizdeposits-include--content__link:hover,
.v21.v21-color-global-braun .v21-fizdeposits-include--content__link:hover {
    /*border-bottom: var(--linkRegularTextColor) solid 1px;*/
    text-decoration: underline;
}
.v21 .v21-fizdeposits-include--content__text p {
    margin: 0 0 8px 0;
}
.v21 .v21-fizdeposits-include--content__text span {
    font-weight: 600;
}
.v21 .v21-fizdeposits-include--content__text .v21-tbl {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 16px;
}
.v21 .v21-fizdeposits-include--content__text .v21-tbl--line {
    width: fit-content;
}
.v21 .v21-fizdeposits-include--content__text .v21-tbl--note {
    margin: 0;
}
.v21 .v21-fizdeposits-include--content__text .v21-tbl--note span {
    color: var(--textRegularGreyColor);
}

@media all and (max-width: 420px) {
    .v21 .v21-fizdeposits-include--control__caption-1,
    .v21 .v21-fizdeposits-include--control__caption-2 {
        max-width: 210px;
    }
}
@media all and (min-width: 768px) {
    .v21 .v21-fizdeposits-include--wrap {
        padding: 24px 24px;
        border-radius: 16px;
    }
    .v21 .v21-fizdeposits-include--control {
        justify-content: flex-start;
    }
    .v21 .v21-fizdeposits-include--control.control-style {
        font-size: 24px;
        line-height: 28px;
    }
    .v21 .v21-fizdeposits-include--icon {
        display: block;
    }
    .v21 .v21-fizdeposits-include--doclink.doclink-style {
        font-size: 19px;
    }
    .v21 .v21-fizdeposits-include--content__text {
        font-size: 19px;
        line-height: 26px;
    }
    .v21 .v21-fizdeposits-include--doclink {
        align-items: center;
    }
}
@media all and (min-width: 1024px) {
    .v21 .v21-fizdeposits-aux--block {
        flex-wrap: nowrap;
    }
    /*.v21 .v21-fizdeposits-aux--block.aux-block-1 {
        margin-top: 80px;
    }*/
    .v21 .v21-fizdeposits-aux--block.aux-block-2 {
        margin-bottom: 80px;
    }
    .v21 .v21-fizdeposits-aux--half {
        flex-basis: calc(50% - 12px);
        /*max-width: calc(50% - 12px);*/
    }
    .v21 .v21-fizdeposits-aux--1third {
        flex-basis: calc(45% - 12px);
    }
    .v21 .v21-fizdeposits-aux--2third {
        flex-basis: calc(55% - 12px);
    }
    .v21 .v21-fizdeposits-include--icon {
        display: none;
    }
    .v21 .v21-fizdeposits-include--content__text .v21-tbl {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .v21 .v21-fizdeposits-include--control__caption-1,
    .v21 .v21-fizdeposits-include--control__caption-2 {
        /*width: 175px;*/
        width: auto;
    }
}
@media all and (min-width: 1150px) {
    .v21 .v21-fizdeposits-aux--1third {
        flex-basis: calc(33% - 12px);
    }
    .v21 .v21-fizdeposits-aux--2third {
        flex-basis: calc(66% - 12px);
    }
}
/*@media all and (min-width: 1240px) {*/
@media all and (min-width: 1270px) {
    .v21 .v21-fizdeposits-include--icon {
        display: block;
    }
}
@media all and (min-width: 1380px) {
    .v21 .v21-fizdeposits-include--control__caption-1,
    .v21 .v21-fizdeposits-include--control__caption-2 {
        width: auto;
    }
}

/* zayavka */
.v21 .v21-fizdeposits-zayavka {
    display: none;
    padding: 32px 0 32px 0;
    margin: 40px 0 0 0;
    /*background: #EEF1F4;*/
    background: var(--blockBackgroundColor);
    border: 1px solid #ffffff;
    border-radius: 32px 32px 0 0;
}

/* реклама */
.v21 .v21-fizdeposits-section--adv {
    margin: 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 12px;
}
.v21 .v21-fizdeposits-section--adv__block {
    padding: 16px 16px 16px calc(16px + 12px);
    position: relative;
    /*background: #F9FBFB;*/
    background: var(--mainBackgroundColor);
    border: 1px solid #F9FBFB;
    border-radius: 12px;
}
.v21 .v21-fizdeposits-section--adv__bar {
    height: 100%;
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
    background: #B29759;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.v21 .v21-fizdeposits-section--adv__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    font-family: var(--textFont);
    letter-spacing: var(--letterSpacing);
    color: var(--textRegularBlackColor);
    font-style: normal;
}
.v21 .v21-fizdeposits-section--adv__header {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
}
.v21 .v21-fizdeposits-section--adv__text {
    margin: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
}

@media all and (max-width: 767px) {
}
@media all and (min-width: 768px) {
    .v21 .v21-fizdeposits-section--subheader {
        margin-bottom: 90px;
        font-size: 32px;
        line-height: 36px;
    }
    .v21 .v21-section.v21-fizdeposits-zayavka {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .v21 .v21-fizdeposits-section--adv__block {
        padding: 24px 24px 24px calc(24px + 12px);
    }
}
@media all and (min-width: 1024px) {
    .v21 .v21-fizdeposits-zayavka {
        margin-top: 120px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .v21 .v21-fizdeposits-section--subheader {
        margin-bottom: 120px;
    }
    .v21 .v21-section.v21-fizdeposits-zayavka {
        margin-top: 52px;
    }
    .v21 .v21-fizdeposits-section--adv {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media all and (min-width: 1280px) {
}
