

/* Start:/local/templates/vtb_main/assets//css/index.css?176114633622676*/
.top_carousel {
    position: relative;
    .slides {
        display: grid;
        grid-template: 1fr / 1fr;
        height: 350px;
        overflow: clip;
        .slide {
            grid-area: 1 / 1;
            display: flex;
            position: relative;
            background: linear-gradient(to right, var(--left, transparent), var(--right, transparent));
            &.animating {
                transition: all .5s;
            }
            &.active {
                transform: translateX(0);
                z-index: 2;
                opacity: 1;
            }
            &.next {
                opacity: 0;
                transform: translateX(100%);
            }
            &.prev {
                opacity: 0;
                transform: translateX(-100%);
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    .controls {
        position: relative;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        z-index: 3;
        @media (max-width: 700px) {
            justify-content: flex-start;
            overflow: clip;
            padding-inline: 20px;
        }
        .control {
            padding: 20px;
            background: #fff;
            flex-basis: 190px;
            flex-shrink: 0;
            height: 170px;
            position: relative;
            transition: all .5s;
            overflow: hidden;
            &.active {
                border-radius: var(--border-radius);
                box-shadow: var(--box-shadow-light);
                flex-basis: 350px;
                height: 185px;
                z-index: 2;
                @media (max-width: 700px) {
                    flex-basis: 250px;
                }
                .icon {
                    margin-top: -70px;
                    margin-bottom: 20px;
                    opacity: 0;
                }
                .text {
                    h3 {
                        font-size: 18px;
                    }
                    .button {
                        margin-top: auto;
                        display: block;
                    }
                }
            }
            .icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
                margin-top: 0;
                transition: all .5s;
                opacity: 1;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .text {
                display: flex;
                flex-direction: column;
                height: 100%;
                align-items: flex-start;
                h3 {
                    font-size: 14px;
                    font-family: "VTB Group Book", sans-serif;
                    font-weight: 400;
                }
                .button {
                    margin-top: auto;
                    display: none;
                    padding: 14px 47px;
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    @media (max-width: 700px) {
                        padding: 9px 50px;
                    }
                }
            }
        }
    }
}

.services {
    display: grid;
    gap: 25px 50px;
    grid-template-columns: repeat(4, 300px);
    margin: 0 auto 100px auto;
    justify-content: center;
    @media (max-width: 700px) {
        grid-template-columns: repeat(2, 1fr);
        justify-content: unset;
        grid-template-rows: min-content;
        gap: 25px;
        padding-inline: 20px;
        margin-bottom: 45px;
    }
    .service {
        background: #fff;
        padding: 10px 24px;
        display: grid;
        grid-template-rows: 100px 1fr 30px;
        gap: 5px;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow-light);
        transition: all .5s;
        @media (max-width: 700px) {
            grid-template-rows: 1fr 100px;
            padding: 10px;
        }
        &:hover {
            box-shadow: var(--box-shadow-dark);
            .link {
                svg {
                    path {
                        fill: var(--hover-text);
                    }
                }
            }
        }
        &.span_3 {
            grid-column: span 3;
            grid-template-rows: 1fr 30px;
            grid-template-columns: 1fr 200px;
            @media (max-width: 700px) {
                grid-column: unset;
                grid-template-columns: 1fr;
                grid-template-rows: 1fr 100px;
            }
            .icon {
                grid-column: 2;
                grid-row: 1 / 3;
                @media (max-width: 700px) {
                    grid-row: 2 / 2;
                    grid-column: 1 / 1;
                }
                img {
                    height: 200px;
                    @media (max-width: 700px) {
                        height: 100px;
                    }
                }
            }
            .text {
                grid-column: 1;
                h3 {
                    font-size: 24px;
                    margin-top: 30px;
                    @media (max-width: 700px) {
                        font-size: 16px;
                        margin-top: 0;
                    }
                }
                p, ul {
                    font-size: 18px;
                    @media (max-width: 700px) {
                        display: none;
                    }
                }
            }
        }
        .icon {
            grid-row: 1;
            text-align: center;
            @media (max-width: 700px) {
                grid-row-start: 2;
            }
            img {
                height: 100px;
                object-fit: contain;
                object-position: center;
            }
        }
        .text {
            @media (max-width: 700px) {
                text-align: center;
            }
            h3 {
                margin-bottom: 18px;
                font-size: 20px;
                font-family: "VTB Group Demi Bold", sans-serif;
                @media (max-width: 700px) {
                    grid-row-start: 1;
                    font-size: 16px;
                    font-family: "VTB Group Book", sans-serif;
                    margin-bottom: 0;
                }
            }
            p, ul {
                font-size: 16px;
                color: var(--secondary-text);
                @media (max-width: 700px) {
                    display: none;
                }
            }
        }
        .link {
            @media (max-width: 700px) {
                display: none;
            }
            svg {
                path {
                    transition: all .5s;
                }
            }
        }
    }
}

.msb {
    width: 1024px;
    margin: 0 auto 80px auto;
    @media (max-width: 700px) {
        width: 100%;
        padding-inline: 20px;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 35px;
        @media (max-width: 700px) {
            font-size: 24px;
        }
    }
    .carousel {
        overflow: clip;
        overflow-clip-margin: 10px;
        .slides {
            display: grid;
            grid-template: 1fr / 1fr;
            margin-bottom: 20px;
            .slide {
                grid-area: 1 / 1 / 1 / 1;
                position: relative;
                &.animating {
                    transition: all .5s;
                }
                &.active {
                    transform: translateX(0);
                    z-index: 2;
                    opacity: 1;
                }
                &.next {
                    opacity: 0;
                    transform: translateX(calc(100% + 20px));
                }
                &.prev {
                    opacity: 0;
                    transform: translateX(calc(-100% - 20px));
                }
                .grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 20px 50px;
                    justify-content: center;
                    @media (max-width: 700px) {
                        grid-template-columns: 1fr;
                        gap: 5px;
                    }
                    .card {
                        background: #fff;
                        padding: 25px 30px 5px 30px;
                        border-radius: var(--border-radius);
                        box-shadow: var(--box-shadow-light);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        position: relative;
                        &:hover {
                            box-shadow: var(--box-shadow-dark);
                            .link {
                                svg {
                                    path {
                                        fill: var(--hover-text);
                                    }
                                }
                            }
                        }
                        &[href='#'] {
                            .link {
                                visibility: hidden;
                            }
                        }
                        h3 {
                            font-size: 20px;
                            margin-bottom: 16px;
                            font-family: "VTB Group Demi Bold", sans-serif;
                            @media (max-width: 700px) {
                                font-size: 18px;
                            }
                        }
                        ul {
                            font-size: 15px;
                            color: var(--secondary-text);
                            @media (max-width: 700px) {
                                font-size: 13px;
                            }
                        }
                        .icon {
                            width: 135px;
                            height: 150px;
                            position: absolute;
                            bottom: 35px;
                            right: 15px;
                            @media (max-width: 700px) {
                                display: none;
                            }
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                object-position: center;
                            }
                        }
                        .link {
                            margin-top: auto;
                            @media (max-width: 700px) {
                                position: absolute;
                                top: 20px;
                                right: 20px;
                            }
                            svg {
                                path {
                                    transition: all .5s;
                                }
                            }
                        }
                    }
                }
            }
        }
        .controls {
            display: flex;
            align-items: center;
            gap: 10px;
            .control {
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background: var(--carousel-dot-gray);
                cursor: pointer;
                transition: all .5s;
                &.active {
                    background: var(--primary-blue);
                    width: 60px;
                }
            }
        }
    }
}

.msb_actions {
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    margin: 0 35px 60px 35px;
    justify-content: center;
    @media (max-width: 700px) {
        grid-auto-flow: row;
        grid-auto-columns: 1fr;
        margin-inline: 25px;
        margin-bottom: 40px;
    }
    .card {
        background: #fff;
        padding: 25px;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow-light);
        transition: all .5s;
        overflow: hidden;
        height: 175px;
        position: relative;
        @media (max-width: 700px) {
            display: flex;
            gap: 10px;
            height: auto;
            align-items: center;
        }
        &:hover {
            box-shadow: var(--box-shadow-dark);
        }
        h3 {
            font-family: "VTB Group Demi Bold", sans-serif;
            text-align: center;
            width: 100%;
            @media (max-width: 700px) {
                order: 2;
                width: unset;
            }
        }
        .icon {
            width: 150px;
            height: 150px;
            @media (max-width: 700px) {
                order: 1;
                width: 70px;
                height: 70px;
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
                &[src*="msb.png"] {
                    transform: translateY(-35px);
                    @media (max-width: 700px) {
                        transform: unset;
                    }
                }
            }
        }
        .link {
            display: none;
            @media (max-width: 700px) {
                display: block;
                position: absolute;
                top: 10px;
                right: 10px;
            }
            svg {
                path {
                    transition: all .5s;
                }
            }
        }
    }
}

.private {
    position: relative;
    height: 250px;
    margin-bottom: 70px;
    @media (max-width: 700px) {
        margin-bottom: 45px;
    }
    .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, var(--left, transparent), var(--right, transparent));
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }
    .text {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 52px 80px;
        @media (max-width: 700px) {
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 30px;
            height: 100%;
        }
        h3 {
            font-family: "VTB Group Demi Bold", sans-serif;
            font-size: 40px;
            margin-bottom: 64px;
            @media (max-width: 700px) {
                font-size: 24px;
                margin-bottom: auto;
            }
        }
        .button {
            display: inline-block;
            padding: 12px 40px;
            border-radius: var(--border-radius);
            @media (max-width: 700px) {
                text-align: center;
            }
        }
    }
}

.news {
    width: 1024px;
    margin: 0 auto 60px auto;
    @media (max-width: 700px) {
        width: 100%;
        padding-inline: 25px;
    }
    h2 {
        font-family: "VTB Group Demi Bold", sans-serif;
        font-size: 32px;
        margin-bottom: 46px;
        color: var(--secondary-text);
        @media (max-width: 700px) {
            font-size: 24px;
            margin-bottom: 32px;
        }
    }
    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        justify-content: center;
        @media (max-width: 700px) {
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .card {
            background: #fff;
            padding: 25px 18px 6px 18px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow-light);
            transition: all .5s;
            display: flex;
            flex-direction: column;
            position: relative;
            @media (max-width: 700px) {
                padding: 15px 10px;
            }
            &.big {
                grid-row: 1 / span 2;
                grid-column: -2;
                padding-bottom: 20px;
                @media (max-width: 700px) {
                    grid-column: unset;
                    grid-row: unset;
                    padding: 20px;
                    p {
                        font-size: 14px;
                    }
                }
            }
            time {
                color: var(--secondary-text);
                margin-bottom: 24px;
                @media (max-width: 700px) {
                    margin-bottom: 10px;
                }
            }
            .icon {
                width: 250px;
                align-self: center;
                margin: -30px 0 -20px 0;
                @media (max-width: 700px) {
                    margin-top: 0;
                    margin-bottom: -100px;
                }
                img {
                    width: 100%;
                    object-fit: contain;
                    object-position: center;
                }
            }
            &:hover {
                box-shadow: var(--box-shadow-dark);
                .link {
                    svg {
                        path {
                            fill: var(--hover-text);
                        }
                    }
                }
            }
            .link {
                margin-top: auto;
                @media (max-width: 700px) {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }
                svg {
                    path {
                        transition: all .5s;
                    }
                }
            }
            h3 {
                @media (max-width: 700px) {
                    font-size: 18px;
                }
            }
            p {
                margin-top: 18px;
                color: var(--secondary-text);
                @media (max-width: 700px) {
                    margin-top: 15px;
                }
            }
            .button {
                padding: 13px 49px;
                border-radius: var(--border-radius);
                align-self: center;
                @media (max-width: 700px) {
                    align-self: unset;
                    text-align: center;
                }
            }
        }
    }
}

.bottom_carousel {
    .slides {
        display: grid;
        grid-template: 1fr / 1fr;
        height: 250px;
        overflow: clip;
        .slide {
            grid-area: 1 / 1;
            position: relative;
            background: linear-gradient(to right, var(--left, transparent), var(--right, transparent));
            &.animating {
                transition: all .5s;
            }
            &.active {
                transform: translateX(0);
                opacity: 1;
                z-index: 2;
            }
            &.next {
                opacity: 0;
                transform: translateX(100%);
            }
            &.prev {
                opacity: 0;
                transform: translateX(-100%);
            }
            .image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }
            }
            .text {
                width: 1024px;
                margin: 0 auto;
                display: flex;
                flex-direction: column;
                position: relative;
                z-index: 2;
                justify-content: center;
                height: 100%;
                padding: 50px 0 40px 0;
                @media (max-width: 700px) {
                    width: 100%;
                    padding: 30px 30px 50px 30px;
                }
                h3 {
                    font-size: 32px;
                    font-family: "VTB Group Demi Bold", sans-serif;
                    margin-bottom: 10px;
                    @media (max-width: 700px) {
                        font-size: 24px;
                    }
                }
                p {
                    font-size: 22px;
                    color: var(--primary-text);
                    @media (max-width: 700px) {
                        display: none;
                    }
                }
                .button {
                    margin-top: auto;
                    padding: 11px 41px;
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    align-self: flex-start;
                    @media (max-width: 700px) {
                        align-self: unset;
                        text-align: center;
                    }
                }
            }
        }
    }
    .controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transform: translateY(-25px);
        z-index: 3;
        position: relative;
        .control {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            background: var(--carousel-dot-gray);
            cursor: pointer;
            transition: all .5s;
            &.active {
                background: var(--primary-blue);
                width: 60px;
            }
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/otdeleniya_i_bankomaty.css?175736790416804*/
main {
    width: 1024px;
    margin: 0 auto;
    @media (max-width: 700px) {
        width: 100%;
    }
    h1 {
        font-size: 32px;
        color: var(--secondary-text);
        margin: 75px 0 30px 0;
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            margin-top: 30px;
            margin-inline: 25px;
        }
    }
    .inline_select {
        font-size: 16px;
        display: flex;
        gap: 15px;
        align-items: center;
        margin-bottom: 30px;
        @media (max-width: 700px) {
            margin-inline: 25px;
        }
        .info {
            color: var(--hover-text);
        }
        .select {
            position: relative;
            &:hover {
                .popup {
                    display: flex;
                    animation: header_actions_show_popup_language 0.3s forwards;
                    .text:hover {
                        color: var(--hover-text);
                    }
                }
                > .text {
                    color: var(--hover-text);
                }
            }
            span {
                color: var(--primary-text);
            }
            > .text {
                color: var(--hover-text);
            }
            .text {
                display: flex;
                align-items: flex-end;
                gap: 5px;
                line-height: 16px;
                cursor: pointer;
                transition: all 0.5s;
            }
            .popup {
                display: none;
                position: absolute;
                top: 100%;
                right: 0;
                background: #fff;
                padding: 8px 16px 10px 16px;
                border-radius: var(--border-radius);
                flex-direction: column;
                gap: 10px;
                box-shadow: var(--box-shadow-light);
            }
        }
    }
    .toggle {
        display: flex;
        margin-bottom: 60px;
        @media (max-width: 700px) {
            margin-inline: 10px;
            margin-bottom: 20px;
        }
        .toggle_button {
            padding: 10px 20px;
            font-size: 16px;
            border-top: 1px solid var( --secondary-text);
            border-bottom: 1px solid var( --secondary-text);
            cursor: pointer;
            @media (max-width: 700px) {
                font-size: 14px;
                padding-inline: 15px;
            }
            &:first-child {
                border-left: 1px solid var( --secondary-text);
            }
            &:last-child {
                border-right: 1px solid var( --secondary-text);
            }
            &.active {
                background-color: #fff;
                border: 2px solid var(--primary-blue);
            }
        }
    }
    .toggle_target {
        > * {
            display: none;
            &.active {
                display: block;
                animation: show_toggle_target 0.5s forwards;
            }
        }
    }
    .map {
        width: 100%;
        position: relative;
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 20px;
        }
        .overlay {
            position: absolute;
            top: 32px;
            left: 32px;
            background: #fff;
            padding: 18px 13px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow-light);
            width: 300px;
            @media (max-width: 700px) {
                position: relative;
                top: unset;
                left: unset;
                background: unset;
                box-shadow: unset;
                padding-inline: 25px;
            }
        }
        .map_container {
            height: 600px;
            background: gray;
            @media (max-width: 700px) {
                height: 350px;
            }
        }
    }
    .input {
        label {
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
            > span {
                margin-bottom: 5px;
                font-family: "VTB Group Demi Bold", sans-serif;
                font-size: 14px;
                color: var(--secondary-text);
            }
            input:not([type=range]), select {
                padding: 10px 20px;
                border: 1px solid var(--secondary-text);
                border-radius: var(--border-radius);
                font-size: 16px;
                outline: none;
                &:focus {
                    border-color: var(--primary-blue);
                }
            }
            input {
                font-family: "VTB Group Demi Bold", sans-serif;
            }
            select {
                font-family: "VTB Group Book", sans-serif;
            }
            .detail {
                margin-top: 5px;
                font-size: .85em;
            }
            .range {
                display: flex;
                flex-direction: column;
                input[type="range"] {
                    -webkit-appearance: none;
                    appearance: none;
                    width: calc(100% - 10px);
                    background: transparent;
                    --thumb-position: 50%;
                    --fill-color: var(--hover-text);
                    --track-color: var(--placeholder-gray);
                    align-self: center;
                }
                input[type="range"]::-webkit-slider-runnable-track {
                    background: linear-gradient(to right,
                    var(--fill-color) 0%,
                    var(--fill-color) var(--thumb-position),
                    var(--track-color) var(--thumb-position),
                    var(--track-color) 100%
                    );
                    border-radius: 4px;
                    height: 4px;
                }
                input[type="range"]::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    background: #fff;
                    border: 4px solid var(--hover-text);
                    border-radius: 50%;
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                    transform: translateY(calc(-50% + 2px));
                }

                input[type="range"]::-moz-range-track {
                    background: linear-gradient(to right,
                    var(--fill-color) 0%,
                    var(--fill-color) var(--thumb-position),
                    var(--track-color) var(--thumb-position),
                    var(--track-color) 100%
                    );
                    border-radius: 4px;
                    height: 4px;
                }
                input[type="range"]::-moz-range-thumb {
                    background: #fff;
                    border: 4px solid var(--hover-text);
                    border-radius: 50%;
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                    transform: translateY(calc(-50% + 2px));
                }
                .detail {
                    display: flex;
                    justify-content: space-between;
                    span {
                        font-size: 12px;
                    }
                }
            }
        }
        .checkbox {
            display: flex;
            align-items: center;
            gap: 15px;
            margin: 0;
            &:has(:checked) {
                .checkmark {
                    &::before {
                        border-color: var(--hover-text);
                    }
                    &::after {
                        opacity: 1;
                    }
                }
            }
            .checkmark {
                width: 20px;
                height: 20px;
                position: relative;
                &::before {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 20px;
                    border: 1px solid var(--secondary-text);
                    border-radius: var(--border-radius);
                    box-sizing: border-box;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    transition: all .5s;
                }
                &::after {
                    content: "";
                    display: block;
                    width: 14px;
                    height: 14px;
                    opacity: 0;
                    position: absolute;
                    inset: 0;
                    margin: auto;
                    z-index: 2;
                    border-radius: var(--border-radius);
                    background: var(--hover-text);
                    transition: all .5s;
                }
            }
            input {
                display: none;
            }
            span {
                font-size: 16px;
                font-family: "VTB Group Light", sans-serif;
            }

        }
    }
    .offices {
        width: 1024px;
        margin: 42px auto 60px auto;
        @media (max-width: 700px) {
            width: 100%;
            margin-top: 20px;
            overflow: clip;
        }
        h2 {
            font-size: 32px;
            color: var(--secondary-text);
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 35px;
        }
        .carousel {
            overflow: clip;
            overflow-clip-margin: 10px;
            .slides {
                display: grid;
                grid-template: 1fr / 1fr;
                margin-bottom: 20px;
                .slide {
                    grid-area: 1 / 1;
                    position: relative;
                    &.animating {
                        transition: all .5s;
                    }
                    &.active {
                        transform: translateX(0);
                        z-index: 2;
                        opacity: 1;
                    }
                    &.next {
                        opacity: 0;
                        transform: translateX(calc(100% + 20px));
                    }
                    &.prev {
                        opacity: 0;
                        transform: translateX(calc(-100% - 20px));
                    }
                    .grid {
                        display: grid;
                        grid-template-columns: 1fr 1fr;
                        gap: 20px 50px;
                        justify-content: center;
                        @media (max-width: 700px) {
                            grid-template-columns: 1fr;
                            padding-inline: 25px;
                        }
                        .card {
                            background: #fff;
                            padding: 20px;
                            border-radius: var(--border-radius);
                            box-shadow: var(--box-shadow-light);
                            transition: all .5s;
                            display: flex;
                            gap: 20px;
                            position: relative;
                            @media (max-width: 700px) {
                                &:nth-child(n+2) {
                                    display: none;
                                }
                            }
                            &:hover {
                                box-shadow: var(--box-shadow-dark);
                                .link {
                                    svg {
                                        path {
                                            fill: var(--hover-text);
                                        }
                                    }
                                }
                            }
                            &.big {
                                grid-row: span 2;
                            }
                            .text {
                                display: flex;
                                flex-direction: column;
                                flex: 1;
                                h3 {
                                    font-size: 22px;
                                    margin-bottom: 16px;
                                    font-family: "VTB Group Demi Bold", sans-serif;
                                }
                                h4 {
                                    font-family: "VTB Group Demi Bold", sans-serif;
                                    font-size: 14px;
                                    margin-bottom: 10px;
                                    color: var(--secondary-text);
                                }
                                p {
                                    font-size: 15px;
                                    color: var(--secondary-text);
                                    line-height: 24px;
                                    &:not(:last-child) {
                                        margin-bottom: 20px;
                                    }
                                    a:not(:hover) {
                                        color: var(--secondary-text);
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .controls {
                display: flex;
                align-items: center;
                gap: 10px;
                @media (max-width: 700px) {
                    padding-inline: 25px;
                }
                .control {
                    width: 10px;
                    height: 10px;
                    border-radius: 10px;
                    background: var(--carousel-dot-gray);
                    cursor: pointer;
                    transition: all .5s;
                    &.active {
                        background: var(--primary-blue);
                        width: 60px;
                    }
                }
            }
        }
    }
    .contact {
        @media (max-width: 700px) {
            padding-inline: 25px;
        }
        h2 {
            font-family: "VTB Group Demi Bold", sans-serif;
            font-size: 32px;
            margin-bottom: 60px;
            color: var(--secondary-text);
            @media (max-width: 700px) {
                font-size: 24px;
                margin-bottom: 10px;
            }
        }
        .table {
            display: grid;
            grid-template-columns: repeat(var(--columns, 4), 1fr);
            margin: 60px 0 20px 0;
            @media (max-width: 700px) {
                margin-block: 30px;
                grid-template-columns: 1fr;
            }
            &.nbsp {
                * {
                    white-space: nowrap;
                }
            }
            .thead, .tcell {
                padding: 20px 20px 20px 0;
                border-bottom: 2px solid var(--placeholder-gray);
                @media (max-width: 700px) {
                    strong {
                        font-weight: normal;
                    }
                }
            }
            .thead {
                font-family: "VTB Group Demi Bold", sans-serif;
                font-size: 18px;
                @media (max-width: 700px) {
                    font-size: 12px;
                }
            }
            .tcell {
                font-size: 18px;
                color: var(--secondary-text);
                @media (max-width: 700px) {
                    font-size: 12px;
                    &:nth-child(odd) {
                        color: var(--primary-text);
                        border: none;
                        padding-bottom: 0;
                    }
                }
                &.col_span_all {
                    grid-column: 1 / -1;
                }
            }
            .table {
                margin: -20px 0;
                .tcell {
                    border: none;
                }
            }
            span {
                &.lower {
                    font-size: 0.75em;
                }
            }
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/deposit_kalkulyator.css?175737609616943*/
.top_carousel {
    position: relative;
    .slides {
        display: grid;
        grid-template: 1fr / 1fr;
        height: 350px;
        overflow: clip;
        .slide {
            grid-area: 1 / 1;
            display: flex;
            position: relative;
            &.animating {
                transition: all .5s;
            }
            &.active {
                transform: translateX(0);
                z-index: 2;
                opacity: 1;
            }
            &.next {
                opacity: 0;
                transform: translateX(100%);
            }
            &.prev {
                opacity: 0;
                transform: translateX(-100%);
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    .controls {
        position: relative;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        height: 200px;
        @media (max-width: 700px) {
            justify-content: flex-start;
            overflow: clip;
            padding-inline: 20px;
        }
        .control {
            padding: 20px;
            background: #fff;
            flex-basis: 190px;
            flex-shrink: 0;
            height: 170px;
            position: relative;
            transition: all .5s;
            overflow: hidden;
            &.active {
                border-radius: var(--border-radius);
                box-shadow: var(--box-shadow-light);
                flex-basis: 350px;
                height: 185px;
                z-index: 2;
                @media (max-width: 700px) {
                    flex-basis: 250px;
                }
                .icon {
                    margin-top: -70px;
                    margin-bottom: 20px;
                    opacity: 0;
                }
                .text {
                    h3 {
                        font-size: 18px;
                    }
                    .button {
                        margin-top: auto;
                        display: block;
                    }
                }
            }
            .icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
                margin-top: 0;
                transition: all .5s;
                opacity: 1;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .text {
                display: flex;
                flex-direction: column;
                height: 100%;
                align-items: flex-start;
                h3 {
                    font-size: 14px;
                    font-family: "VTB Group Book", sans-serif;
                    font-weight: 400;
                }
                .button {
                    margin-top: auto;
                    display: none;
                    padding: 14px 47px;
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    @media (max-width: 700px) {
                        padding: 9px 50px;
                    }
                }
            }
        }
    }
}

.calculator {
    width: 1024px;
    margin: 0 auto 60px auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: -50px;
        padding-inline: 25px;
    }
    h1 {
        font-size: 32px;
        color: var(--secondary-text);
        margin: 0 0 44px 0;
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            font-size: 24px;
            margin-bottom: 25px;
        }
    }
    .calculator_container {
        background: #fff;
        padding: 44px 40px;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow-light);
        @media (max-width: 700px) {
            padding: 20px 30px;
        }
        .columns {
            display: flex;
            gap: 60px;
            align-items: flex-start;
            @media (max-width: 700px) {
                display: block;
            }
            .column {
                &:first-child {
                    flex: 1;
                }
                &:last-child {
                    flex-basis: 300px;
                    flex-shrink: 0;
                }
                .details {
                    border: 2px solid var(--primary-blue);
                    padding: 22px 36px;
                    border-radius: var(--border-radius);
                    p {
                        font-size: 12px;
                        margin-bottom: 4px;
                        color: var(--secondary-text);
                        @media (max-width: 700px) {
                            font-size: 14px;
                            margin-bottom: 10px;
                        }
                    }
                    h3 {
                        font-size: 22px;
                        font-family: "VTB Group Demi Bold", sans-serif;
                        margin-bottom: 19px;
                        @media (max-width: 700px) {
                            font-size: 16px;
                            margin-bottom: 15px;
                        }
                    }
                    .button {
                        margin-top: 44px;
                        padding: 13px 10px 13px 30px;
                        border-radius: var(--border-radius);
                        font-size: 16px;
                        gap: 10px;
                        justify-content: space-between;
                        @media (max-width: 700px) {
                            font-size: 14px;
                            margin-top: 20px;
                        }
                        span {
                            transform: translateY(-2px);
                        }
                    }
                }
            }
        }
        .input {
            label {
                display: flex;
                flex-direction: column;
                margin-bottom: 20px;
                @media (max-width: 700px) {
                    margin-bottom: 15px;
                }
                > span {
                    margin-bottom: 10px;
                    font-family: "VTB Group Demi Bold", sans-serif;
                    font-size: 16px;
                    color: var(--secondary-text);
                    @media (max-width: 700px) {
                        font-size: 14px;
                    }
                }
                input:not([type=range]), select {
                    padding: 10px 20px;
                    border: 1px solid var(--secondary-text);
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    outline: none;
                    @media (max-width: 700px) {
                        font-size: 12px;
                        font-family: "VTB Group Book", sans-serif;
                    }
                    &:focus {
                        border-color: var(--primary-blue);
                    }
                }
                input {
                    font-family: "VTB Group Demi Bold", sans-serif;
                }
                select {
                    font-family: "VTB Group Book", sans-serif;
                }
                .detail {
                    margin-top: 5px;
                    font-size: .85em;
                }
                .range {
                    display: flex;
                    flex-direction: column;
                    input[type="range"] {
                        -webkit-appearance: none;
                        appearance: none;
                        width: calc(100% - 10px);
                        background: transparent;
                        --thumb-position: 50%;
                        --fill-color: var(--hover-text);
                        --track-color: var(--placeholder-gray);
                        align-self: center;
                    }
                    input[type="range"]::-webkit-slider-runnable-track {
                        background: linear-gradient(to right,
                        var(--fill-color) 0%,
                        var(--fill-color) var(--thumb-position),
                        var(--track-color) var(--thumb-position),
                        var(--track-color) 100%
                        );
                        border-radius: 4px;
                        height: 4px;
                    }
                    input[type="range"]::-webkit-slider-thumb {
                        -webkit-appearance: none;
                        background: #fff;
                        border: 4px solid var(--hover-text);
                        border-radius: 50%;
                        width: 25px;
                        height: 25px;
                        cursor: pointer;
                        transform: translateY(calc(-50% + 2px));
                    }

                    input[type="range"]::-moz-range-track {
                        background: linear-gradient(to right,
                        var(--fill-color) 0%,
                        var(--fill-color) var(--thumb-position),
                        var(--track-color) var(--thumb-position),
                        var(--track-color) 100%
                        );
                        border-radius: 4px;
                        height: 4px;
                    }
                    input[type="range"]::-moz-range-thumb {
                        background: #fff;
                        border: 4px solid var(--hover-text);
                        border-radius: 50%;
                        width: 25px;
                        height: 25px;
                        cursor: pointer;
                        transform: translateY(calc(-50% + 2px));
                    }
                    .detail {
                        display: flex;
                        justify-content: space-between;
                        span {
                            font-size: 12px;
                        }
                    }
                }
                .select {
                    background: #fff;
                    border: 1px solid var(--secondary-text);
                    border-radius: var(--border-radius);
                    padding: 10px 20px;
                    font-size: 16px;
                    font-family: "VTB Group Book", sans-serif;
                    color: var(--primary-text);
                    position: relative;
                    &.expanded {
                        z-index: 2;
                        .options {
                            border: 1px solid var(--secondary-text);
                            overflow: auto;
                        }
                        .selected {
                            .icon {
                                img {
                                    transform: rotate(180deg);
                                }
                            }
                        }
                    }
                    .selected {
                        display: flex;
                        justify-content: space-between;
                        .icon {
                            display: flex;
                            align-items: center;
                            img {
                                transition: all .5s;
                            }
                        }
                    }
                    .options {
                        overflow: clip;
                        position: absolute;
                        top: calc(100% + 1px);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        background: #fff;
                        z-index: 1;
                        left: 0;
                        width: 100%;
                        max-height: 200px;
                        height: 0;
                        border-radius: var(--border-radius);
                        border: 1px solid transparent;
                        .option {
                            padding: 10px 20px;
                            font-size: 16px;
                            font-family: "VTB Group Book", sans-serif;
                            transition: all .5s;
                            cursor: pointer;
                            &:hover {
                                color: var(--hover-text);
                            }
                        }
                    }
                }
            }
            .checkbox {
                display: flex;
                align-items: center;
                gap: 15px;
                &:has(:checked) {
                    .checkmark {
                        &::before {
                            border-color: var(--hover-text);
                        }
                        &::after {
                            opacity: 1;
                        }
                    }
                }
                .checkmark {
                    width: 20px;
                    height: 20px;
                    position: relative;
                    &::before {
                        content: "";
                        display: block;
                        width: 20px;
                        height: 20px;
                        border: 1px solid var(--secondary-text);
                        border-radius: var(--border-radius);
                        box-sizing: border-box;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 1;
                        transition: all .5s;
                    }
                    &::after {
                        content: "";
                        display: block;
                        width: 14px;
                        height: 14px;
                        opacity: 0;
                        position: absolute;
                        inset: 0;
                        margin: auto;
                        z-index: 2;
                        border-radius: var(--border-radius);
                        background: var(--hover-text);
                        transition: all .5s;
                    }
                }
                input {
                    display: none;
                }
                span {
                    font-size: 16px;
                    font-family: "VTB Group Light", sans-serif;
                }

            }
        }
        .chart {
            background: gray;
            height: 350px;
            @media (max-width: 700px) {
                display: none;
            }
        }
    }
}

.get_help {
    width: 1024px;
    margin: 0 auto 80px auto;
    padding: 44px 44px 20px 44px;
    background: linear-gradient(to right, #5141C2 0%, #00AAFF 71%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    @media (max-width: 700px) {
        width: 100%;
        flex-direction: column;
        padding: 30px;
        margin-bottom: 50px;
    }
    .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        @media (max-width: 700px) {
            text-align: center;
        }
        h2 {
            font-size: 24px;
            color: #fff;
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 10px;
            @media (max-width: 700px) {
                font-size: 22px;
                width: 100%;
            }
        }
        p {
            font-size: 17px;
            color: #fff;
            margin-bottom: 22px;
        }
        .button {
            border-radius: var(--border-radius);
            font-size: 20px;
            padding: 15px 30px;
            @media (max-width: 700px) {
                font-size: 16px;
                align-self: center;
                margin-top: 175px;
            }
        }
    }
    .icon {
        width: 200px;
        height: 200px;
        @media (max-width: 700px) {
            position: absolute;
            bottom: 75px;
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/kreditnyy_kalkulyator.css?175737621616977*/
.top_carousel {
    position: relative;
    .slides {
        display: grid;
        grid-template: 1fr / 1fr;
        height: 350px;
        overflow: clip;
        .slide {
            grid-area: 1 / 1;
            display: flex;
            position: relative;
            &.animating {
                transition: all .5s;
            }
            &.active {
                transform: translateX(0);
                z-index: 2;
                opacity: 1;
            }
            &.next {
                opacity: 0;
                transform: translateX(100%);
            }
            &.prev {
                opacity: 0;
                transform: translateX(-100%);
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    .controls {
        position: relative;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        height: 200px;
        @media (max-width: 700px) {
            justify-content: flex-start;
            overflow: clip;
            padding-inline: 20px;
        }
        .control {
            padding: 20px;
            background: #fff;
            flex-basis: 190px;
            flex-shrink: 0;
            height: 170px;
            position: relative;
            transition: all .5s;
            overflow: hidden;
            &.active {
                border-radius: var(--border-radius);
                box-shadow: var(--box-shadow-light);
                flex-basis: 350px;
                height: 185px;
                z-index: 2;
                @media (max-width: 700px) {
                    flex-basis: 250px;
                }
                .icon {
                    margin-top: -70px;
                    margin-bottom: 20px;
                    opacity: 0;
                }
                .text {
                    h3 {
                        font-size: 18px;
                    }
                    .button {
                        margin-top: auto;
                        display: block;
                    }
                }
            }
            .icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
                margin-top: 0;
                transition: all .5s;
                opacity: 1;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .text {
                display: flex;
                flex-direction: column;
                height: 100%;
                align-items: flex-start;
                h3 {
                    font-size: 14px;
                    font-family: "VTB Group Book", sans-serif;
                    font-weight: 400;
                }
                .button {
                    margin-top: auto;
                    display: none;
                    padding: 14px 47px;
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    @media (max-width: 700px) {
                        padding: 9px 50px;
                    }
                }
            }
        }
    }
}

.calculator {
    width: 1024px;
    margin: 0 auto 60px auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: -50px;
        padding-inline: 25px;
    }
    h1 {
        font-size: 32px;
        color: var(--secondary-text);
        margin: 0 0 44px 0;
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            font-size: 24px;
            margin-bottom: 25px;
        }
    }
    .calculator_container {
        background: #fff;
        padding: 44px 40px;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow-light);
        @media (max-width: 700px) {
            padding: 20px 30px;
        }
        .columns {
            display: flex;
            gap: 60px;
            align-items: flex-start;
            @media (max-width: 700px) {
                display: block;
            }
            .column {
                &:first-child {
                    flex: 1;
                }
                &:last-child {
                    flex-basis: 300px;
                    flex-shrink: 0;
                }
                .details {
                    border: 2px solid var(--primary-blue);
                    padding: 22px 36px;
                    border-radius: var(--border-radius);
                    p {
                        font-size: 12px;
                        margin-bottom: 4px;
                        color: var(--secondary-text);
                        @media (max-width: 700px) {
                            font-size: 14px;
                            margin-bottom: 10px;
                        }
                    }
                    h3 {
                        font-size: 22px;
                        font-family: "VTB Group Demi Bold", sans-serif;
                        margin-bottom: 19px;
                        @media (max-width: 700px) {
                            font-size: 16px;
                            margin-bottom: 15px;
                        }
                    }
                    .button {
                        margin-top: 44px;
                        padding: 13px 10px 13px 30px;
                        border-radius: var(--border-radius);
                        font-size: 16px;
                        gap: 10px;
                        justify-content: space-between;
                        @media (max-width: 700px) {
                            font-size: 14px;
                            margin-top: 20px;
                        }
                        span {
                            transform: translateY(-2px);
                        }
                    }
                }
            }
        }
        .input {
            label {
                display: flex;
                flex-direction: column;
                margin-bottom: 20px;
                @media (max-width: 700px) {
                    margin-bottom: 15px;
                }
                > span {
                    margin-bottom: 10px;
                    font-family: "VTB Group Demi Bold", sans-serif;
                    font-size: 16px;
                    color: var(--secondary-text);
                    @media (max-width: 700px) {
                        font-size: 14px;
                    }
                }
                input:not([type=range]), select {
                    padding: 10px 20px;
                    border: 1px solid var(--secondary-text);
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    outline: none;
                    width: 100%;
                    @media (max-width: 700px) {
                        font-size: 12px;
                        font-family: "VTB Group Book", sans-serif;
                    }
                    &:focus {
                        border-color: var(--primary-blue);
                    }
                }
                input {
                    font-family: "VTB Group Demi Bold", sans-serif;
                }
                select {
                    font-family: "VTB Group Book", sans-serif;
                }
                .detail {
                    margin-top: 5px;
                    font-size: .85em;
                }
                .range {
                    display: flex;
                    flex-direction: column;
                    input[type="range"] {
                        -webkit-appearance: none;
                        appearance: none;
                        width: calc(100% - 10px);
                        background: transparent;
                        --thumb-position: 50%;
                        --fill-color: var(--hover-text);
                        --track-color: var(--placeholder-gray);
                        align-self: center;
                    }
                    input[type="range"]::-webkit-slider-runnable-track {
                        background: linear-gradient(to right,
                        var(--fill-color) 0%,
                        var(--fill-color) var(--thumb-position),
                        var(--track-color) var(--thumb-position),
                        var(--track-color) 100%
                        );
                        border-radius: 4px;
                        height: 4px;
                    }
                    input[type="range"]::-webkit-slider-thumb {
                        -webkit-appearance: none;
                        background: #fff;
                        border: 4px solid var(--hover-text);
                        border-radius: 50%;
                        width: 25px;
                        height: 25px;
                        cursor: pointer;
                        transform: translateY(calc(-50% + 2px));
                    }

                    input[type="range"]::-moz-range-track {
                        background: linear-gradient(to right,
                        var(--fill-color) 0%,
                        var(--fill-color) var(--thumb-position),
                        var(--track-color) var(--thumb-position),
                        var(--track-color) 100%
                        );
                        border-radius: 4px;
                        height: 4px;
                    }
                    input[type="range"]::-moz-range-thumb {
                        background: #fff;
                        border: 4px solid var(--hover-text);
                        border-radius: 50%;
                        width: 25px;
                        height: 25px;
                        cursor: pointer;
                        transform: translateY(calc(-50% + 2px));
                    }
                    .detail {
                        display: flex;
                        justify-content: space-between;
                        span {
                            font-size: 12px;
                        }
                    }
                }
                .select {
                    background: #fff;
                    border: 1px solid var(--secondary-text);
                    border-radius: var(--border-radius);
                    padding: 10px 20px;
                    font-size: 16px;
                    font-family: "VTB Group Book", sans-serif;
                    color: var(--primary-text);
                    position: relative;
                    &.expanded {
                        z-index: 2;
                        .options {
                            border: 1px solid var(--secondary-text);
                            overflow: auto;
                        }
                        .selected {
                            .icon {
                                img {
                                    transform: rotate(180deg);
                                }
                            }
                        }
                    }
                    .selected {
                        display: flex;
                        justify-content: space-between;
                        .icon {
                            display: flex;
                            align-items: center;
                            img {
                                transition: all .5s;
                            }
                        }
                    }
                    .options {
                        overflow: clip;
                        position: absolute;
                        top: calc(100% + 1px);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        background: #fff;
                        z-index: 1;
                        left: 0;
                        width: 100%;
                        max-height: 200px;
                        height: 0;
                        border-radius: var(--border-radius);
                        border: 1px solid transparent;
                        .option {
                            padding: 10px 20px;
                            font-size: 16px;
                            font-family: "VTB Group Book", sans-serif;
                            transition: all .5s;
                            cursor: pointer;
                            &:hover {
                                color: var(--hover-text);
                            }
                        }
                    }
                }
            }
            .checkbox {
                display: flex;
                align-items: center;
                gap: 15px;
                &:has(:checked) {
                    .checkmark {
                        &::before {
                            border-color: var(--hover-text);
                        }
                        &::after {
                            opacity: 1;
                        }
                    }
                }
                .checkmark {
                    width: 20px;
                    height: 20px;
                    position: relative;
                    &::before {
                        content: "";
                        display: block;
                        width: 20px;
                        height: 20px;
                        border: 1px solid var(--secondary-text);
                        border-radius: var(--border-radius);
                        box-sizing: border-box;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 1;
                        transition: all .5s;
                    }
                    &::after {
                        content: "";
                        display: block;
                        width: 14px;
                        height: 14px;
                        opacity: 0;
                        position: absolute;
                        inset: 0;
                        margin: auto;
                        z-index: 2;
                        border-radius: var(--border-radius);
                        background: var(--hover-text);
                        transition: all .5s;
                    }
                }
                input {
                    display: none;
                }
                span {
                    font-size: 16px;
                    font-family: "VTB Group Light", sans-serif;
                }

            }
        }
        .chart {
            background: gray;
            height: 350px;
            @media (max-width: 700px) {
                display: none;
            }
        }
    }
}

.get_help {
    width: 1024px;
    margin: 0 auto 80px auto;
    padding: 44px 44px 20px 44px;
    background: linear-gradient(to right, #5141C2 0%, #00AAFF 71%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    @media (max-width: 700px) {
        width: 100%;
        flex-direction: column;
        padding: 30px;
        margin-bottom: 50px;
    }
    .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        @media (max-width: 700px) {
            text-align: center;
        }
        h2 {
            font-size: 24px;
            color: #fff;
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 10px;
            @media (max-width: 700px) {
                font-size: 22px;
                width: 100%;
            }
        }
        p {
            font-size: 17px;
            color: #fff;
            margin-bottom: 22px;
        }
        .button {
            border-radius: var(--border-radius);
            font-size: 20px;
            padding: 15px 30px;
            @media (max-width: 700px) {
                font-size: 16px;
                align-self: center;
                margin-top: 175px;
            }
        }
    }
    .icon {
        width: 200px;
        height: 200px;
        @media (max-width: 700px) {
            position: absolute;
            bottom: 75px;
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/kreditovanie_biznes_klientov.css?175737167614285*/
.top_carousel {
    position: relative;
    .slides {
        display: grid;
        grid-template: 1fr / 1fr;
        height: 350px;
        overflow: clip;
        .slide {
            grid-area: 1 / 1;
            display: flex;
            position: relative;
            &.animating {
                transition: all .5s;
            }
            &.active {
                transform: translateX(0);
                z-index: 2;
                opacity: 1;
            }
            &.next {
                opacity: 0;
                transform: translateX(100%);
            }
            &.prev {
                opacity: 0;
                transform: translateX(-100%);
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    .controls {
        position: relative;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        height: 200px;
        @media (max-width: 700px) {
            justify-content: flex-start;
            overflow: clip;
            padding-inline: 20px;
        }
        .control {
            padding: 20px;
            background: #fff;
            flex-basis: 190px;
            flex-shrink: 0;
            height: 170px;
            position: relative;
            transition: all .5s;
            overflow: hidden;
            &.active {
                border-radius: var(--border-radius);
                box-shadow: var(--box-shadow-light);
                flex-basis: 350px;
                height: 185px;
                z-index: 2;
                @media (max-width: 700px) {
                    flex-basis: 250px;
                }
                .icon {
                    margin-top: -70px;
                    margin-bottom: 20px;
                    opacity: 0;
                }
                .text {
                    h3 {
                        font-size: 18px;
                    }
                    .button {
                        margin-top: auto;
                        display: block;
                    }
                }
            }
            .icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
                margin-top: 0;
                transition: all .5s;
                opacity: 1;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .text {
                display: flex;
                flex-direction: column;
                height: 100%;
                align-items: flex-start;
                h3 {
                    font-size: 14px;
                    font-family: "VTB Group Book", sans-serif;
                    font-weight: 400;
                }
                .button {
                    margin-top: auto;
                    display: none;
                    padding: 14px 47px;
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    @media (max-width: 700px) {
                        padding: 9px 50px;
                    }
                }
            }
        }
    }
}

.products {
    width: 1024px;
    margin: 0 auto 80px auto;
    @media (max-width: 700px) {
        width: 100%;
        padding-inline: 25px;
        margin-top: -50px;
    }
    h2 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 35px;
        @media (max-width: 700px) {
            font-size: 24px;
            margin-bottom: 20px;
        }
    }
    .carousel {
        overflow: clip;
        overflow-clip-margin: 10px;
        .slides {
            display: grid;
            grid-template: 1fr / 1fr;
            margin-bottom: 20px;
            .slide {
                grid-area: 1 / 1;
                position: relative;
                &.animating {
                    transition: all .5s;
                }
                &.active {
                    transform: translateX(0);
                    z-index: 2;
                    opacity: 1;
                }
                &.next {
                    opacity: 0;
                    transform: translateX(calc(100% + 20px));
                }
                &.prev {
                    opacity: 0;
                    transform: translateX(calc(-100% - 20px));
                }
                .grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 20px 50px;
                    justify-content: center;
                    @media (max-width: 700px) {
                        grid-template-columns: 1fr;
                        gap: 10px;
                    }
                    .card {
                        background: #fff;
                        padding: 25px 30px 5px 30px;
                        border-radius: var(--border-radius);
                        box-shadow: var(--box-shadow-light);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        position: relative;
                        overflow: hidden;
                        @media (max-width: 700px) {
                            padding: 20px;
                            &:nth-child(n+2) {
                                display: none;
                            }
                        }
                        &:hover {
                            box-shadow: var(--box-shadow-dark);
                            .link {
                                svg {
                                    path {
                                        fill: var(--hover-text);
                                    }
                                }
                            }
                        }
                        &.big {
                            grid-row: span 2;
                        }
                        h3 {
                            font-size: 20px;
                            margin-bottom: 16px;
                            font-family: "VTB Group Demi Bold", sans-serif;
                            @media (max-width: 700px) {
                                font-size: 18px;
                                margin-bottom: 10px;
                            }
                        }
                        h4 {
                            font-family: "VTB Group Demi Bold", sans-serif;
                            font-size: 14px;
                            margin-bottom: 10px;
                            color: var(--secondary-text);
                            @media (max-width: 700px) {
                                font-size: 12px;
                                color: var(--primary-text);
                                margin-bottom: 5px;
                            }
                        }
                        ul {
                            font-size: 15px;
                            color: var(--secondary-text);
                            margin-bottom: 20px;
                            @media (max-width: 700px) {
                                font-size: 12px;
                                margin-bottom: 5px;
                                li {
                                    margin-bottom: 5px;
                                }
                            }
                        }
                        .icon {
                            width: 200px;
                            height: 200px;
                            position: absolute;
                            bottom: -50px;
                            right: -50px;
                            @media (max-width: 700px) {
                                font-size: 24px;
                                bottom: 0;
                                right: -25px;
                                width: 100px;
                                height: 100px;
                            }
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                object-position: center;
                            }
                        }
                        .link {
                            margin-top: auto;
                            @media (max-width: 700px) {
                                position: absolute;
                                top: 5px;
                                right: 5px;
                            }
                            svg {
                                path {
                                    transition: all .5s;
                                }
                            }
                        }
                    }
                }
            }
        }
        .controls {
            display: flex;
            align-items: center;
            gap: 10px;
            .control {
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background: var(--carousel-dot-gray);
                cursor: pointer;
                transition: all .5s;
                &.active {
                    background: var(--primary-blue);
                    width: 60px;
                }
            }
        }
    }
}

.get_help {
    width: 1024px;
    margin: 0 auto 80px auto;
    padding: 44px 44px 20px 44px;
    background: linear-gradient(to right, #5141C2 0%, #00AAFF 71%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    @media (max-width: 700px) {
        width: 100%;
        flex-direction: column;
        padding: 30px;
        margin-bottom: 50px;
    }
    .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        @media (max-width: 700px) {
            text-align: center;
        }
        h2 {
            font-size: 24px;
            color: #fff;
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 10px;
            @media (max-width: 700px) {
                font-size: 22px;
                width: 100%;
            }
        }
        p {
            font-size: 17px;
            color: #fff;
            margin-bottom: 22px;
        }
        .button {
            border-radius: var(--border-radius);
            font-size: 20px;
            padding: 15px 30px;
            @media (max-width: 700px) {
                font-size: 16px;
                align-self: center;
                margin-top: 175px;
            }
        }
    }
    .icon {
        width: 200px;
        height: 200px;
        @media (max-width: 700px) {
            position: absolute;
            bottom: 75px;
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
    }
}

.advantages {
    margin-bottom: 120px;
    @media (max-width: 700px) {
        padding-inline: 25px;
        margin-bottom: 50px;
    }
    h2 {
        width: 1024px;
        margin: 0 auto 44px auto;
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            width: 100%;
            font-size: 24px;
            margin-bottom: 18px;
        }
    }

    .services {
        display: grid;
        grid-template-columns: repeat(4, 300px);
        gap: 25px 50px;
        margin: 0 auto 100px auto;
        justify-content: center;
        @media (max-width: 700px) {
            grid-template-columns: 1fr;
            gap: 10px;
            margin-bottom: 0;
        }
        .service {
            background: #fff;
            padding: 15px 24px;
            display: grid;
            grid-template-rows: 100px 1fr 30px;
            gap: 5px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow-light);
            transition: all .5s;
            position: relative;
            @media (max-width: 700px) {
                grid-template-rows: 1fr;
                grid-template-columns: min-content 1fr;
                align-items: center;
            }
            &:hover {
                box-shadow: var(--box-shadow-dark);
                .link {
                    svg {
                        path {
                            fill: var(--hover-text);
                        }
                    }
                }
            }
            .icon {
                grid-row: 1;
                text-align: center;
                img {
                    height: 100px;
                    @media (max-width: 700px) {
                        height: 70px;
                    }
                    object-fit: contain;
                    object-position: center;
                }
            }
            .text {
                h3 {
                    margin-bottom: 18px;
                    font-size: 20px;
                    font-family: "VTB Group Demi Bold", sans-serif;
                    @media (max-width: 700px) {
                        font-size: 16px;
                        margin-bottom: 0;
                    }
                }
            }
            .link {
                @media (max-width: 700px) {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                }
                svg {
                    path {
                        transition: all .5s;
                    }
                }
            }
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/kreditovanie_fizikov.css?17611634508970*/
.hero {
    width: 1024px;
    margin: 44px auto 80px auto;
    overflow: clip;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: 30px;
        padding-left: 25px;
        margin-bottom: 40px;
    }
    .columns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        @media (max-width: 700px) {
            .column {
                overflow: clip;
                &:first-child {
                    flex: 1;
                }
                &:last-child {
                    flex-basis: 100px;
                }
            }
        }
        h1 {
            font-size: 32px;
            color: var(--secondary-text);
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 44px;
            @media (max-width: 700px) {
                font-size: 24px;
                margin-bottom: 15px;
            }
        }
        p, ul {
            color: var(--secondary-text);
            font-size: 16px;
            @media (max-width: 700px) {
                font-size: 14px;
                li {
                    margin-bottom: 5px;
                }
            }
        }
        p {
            margin-bottom: 10px;
            @media (max-width: 700px) {
                margin-bottom: 5px;
            }
        }
        .icon {
            width: 400px;
            height: 400px;
            @media (max-width: 700px) {
                width: 100px;
                height: 200px;
                position: absolute;
                transform: translateY(-50%);
                overflow: clip;
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
                @media (max-width: 700px) {
                    width: 200px;
                    height: 200px;
                }
            }
        }
        .button {
            padding: 15px 20px;
            display: inline-block;
            margin-top: 25px;
            border-radius: var(--border-radius);
            @media (max-width: 700px) {
                font-size: 14px;
            }
        }
    }
}

.products {
    width: 1024px;
    margin: 0 auto 120px auto;
    @media (max-width: 700px) {
        width: 100%;
        padding-inline: 25px;
    }
    h2 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 35px;
        @media (max-width: 700px) {
            font-size: 24px;
        }
    }
    .carousel {
        .slides {
            grid-template: 1fr / 1fr;
            margin-bottom: 20px;
            .slide {
                grid-area: 1 / 1;
                position: relative;
                &.animating {
                    transition: all .5s;
                }
                &.active {
                    transform: translateX(0);
                    z-index: 2;
                    opacity: 1;
                }
                &.next {
                    opacity: 0;
                    transform: translateX(calc(100% + 20px));
                }
                &.prev {
                    opacity: 0;
                    transform: translateX(calc(-100% - 20px));
                }
                .grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 20px 50px;
                    justify-content: center;
                    @media (max-width: 700px) {
                        grid-template-columns: 1fr;
                    }
                    .card {
                        background: #fff;
                        padding: 25px 30px 5px 30px;
                        border-radius: var(--border-radius);
                        box-shadow: var(--box-shadow-light);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        position: relative;
                        overflow: hidden;
                        &:hover {
                            box-shadow: var(--box-shadow-dark);
                            .link {
                                svg {
                                    path {
                                        fill: var(--hover-text);
                                    }
                                }
                            }
                        }
                        &.big {
                            grid-row: span 2;
                        }
                        h3 {
                            font-size: 20px;
                            margin-bottom: 16px;
                            font-family: "VTB Group Demi Bold", sans-serif;
                        }
                        h4 {
                            font-family: "VTB Group Demi Bold", sans-serif;
                            font-size: 14px;
                            margin-bottom: 10px;
                            color: var(--secondary-text);
                        }
                        ul {
                            font-size: 15px;
                            color: var(--secondary-text);
                            margin-bottom: 20px;
                        }
                        .icon {
                            width: 200px;
                            height: 200px;
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            @media (max-width: 700px) {
                                width: 100px;
                                height: 100px;
                            }
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                object-position: center;
                            }
                        }
                        .link {
                            margin-top: auto;
                            @media (max-width: 700px) {
                                position: absolute;
                                top: 10px;
                                right: 10px;
                            }
                            svg {
                                path {
                                    transition: all .5s;
                                }
                            }
                        }
                    }
                }
            }
        }
        .controls {
            display: flex;
            align-items: center;
            gap: 10px;
            .control {
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background: var(--carousel-dot-gray);
                cursor: pointer;
                &.active {
                    background: var(--primary-blue);
                    width: 60px;
                }
            }
        }
    }
}

.get_help {
    width: 1024px;
    margin: 0 auto 80px auto;
    padding: 44px 44px 20px 44px;
    background: linear-gradient(to right, #5141C2 0%, #00AAFF 71%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    @media (max-width: 700px) {
        width: 100%;
        flex-direction: column;
        padding: 30px;
        margin-bottom: 50px;
    }
    .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        @media (max-width: 700px) {
            text-align: center;
        }
        h2 {
            font-size: 24px;
            color: #fff;
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 10px;
            @media (max-width: 700px) {
                font-size: 22px;
                width: 100%;
            }
        }
        p {
            font-size: 17px;
            color: #fff;
            margin-bottom: 22px;
        }
        .button {
            border-radius: var(--border-radius);
            font-size: 20px;
            padding: 15px 30px;
            @media (max-width: 700px) {
                font-size: 16px;
                align-self: center;
                margin-top: 175px;
            }
        }
    }
    .icon {
        width: 200px;
        height: 200px;
        @media (max-width: 700px) {
            position: absolute;
            bottom: 75px;
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/malyy_i_sredniy_biznes.css?175736644412979*/
.top_carousel {
    position: relative;
    .slides {
        display: grid;
        grid-template: 1fr / 1fr;
        height: 350px;
        overflow: clip;
        .slide {
            grid-area: 1 / 1;
            display: flex;
            position: relative;
            &.animating {
                transition: all .5s;
            }
            &.active {
                transform: translateX(0);
                z-index: 2;
                opacity: 1;
            }
            &.next {
                opacity: 0;
                transform: translateX(100%);
            }
            &.prev {
                opacity: 0;
                transform: translateX(-100%);
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    .controls {
        position: relative;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        height: 200px;
        @media (max-width: 700px) {
            justify-content: flex-start;
            overflow: clip;
            padding-inline: 20px;
        }
        .control {
            padding: 20px;
            background: #fff;
            flex-basis: 190px;
            height: 170px;
            flex-shrink: 0;
            position: relative;
            transition: all .5s;
            overflow: hidden;
            &.active {
                border-radius: var(--border-radius);
                box-shadow: var(--box-shadow-light);
                flex-basis: 350px;
                height: 185px;
                z-index: 2;
                @media (max-width: 700px) {
                    flex-basis: 250px;
                }
                .icon {
                    margin-top: -70px;
                    margin-bottom: 20px;
                    opacity: 0;
                }
                .text {
                    h3 {
                        font-size: 18px;
                    }
                    .button {
                        margin-top: auto;
                        display: block;
                    }
                }
            }
            .icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
                margin-top: 0;
                transition: all .5s;
                opacity: 1;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .text {
                display: flex;
                flex-direction: column;
                height: 100%;
                align-items: flex-start;
                h3 {
                    font-size: 14px;
                    font-family: "VTB Group Book", sans-serif;
                    font-weight: 400;
                }
                .button {
                    margin-top: auto;
                    display: none;
                    padding: 14px 47px;
                    border-radius: var(--border-radius);
                    font-size: 16px;
                    @media (max-width: 700px) {
                        padding: 9px 50px;
                    }
                }
            }
        }
    }
}

.products {
    width: 1024px;
    margin: 0 auto 80px auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: -50px;
        padding-inline: 20px;
        margin-bottom: 45px;
    }
    h2 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 35px;
    }
    .carousel {
        overflow: clip;
        overflow-clip-margin: 10px;
        .slides {
            display: grid;
            grid-template: 1fr / 1fr;
            margin-bottom: 20px;
            .slide {
                grid-area: 1 / 1;
                position: relative;
                &.animating {
                    transition: all .5s;
                }
                &.active {
                    transform: translateX(0);
                    z-index: 2;
                    opacity: 1;
                }
                &.next {
                    opacity: 0;
                    transform: translateX(calc(100% + 20px));
                }
                &.prev {
                    opacity: 0;
                    transform: translateX(calc(-100% - 20px));
                }
                .grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 20px 50px;
                    justify-content: center;
                    @media (max-width: 700px) {
                        grid-template-columns: 1fr;
                        gap: 10px;
                    }
                    .card {
                        background: #fff;
                        padding: 25px 30px 5px 30px;
                        border-radius: var(--border-radius);
                        box-shadow: var(--box-shadow-light);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        position: relative;
                        overflow: hidden;
                        @media (max-width: 700px) {
                            padding: 20px;
                        }
                        &:hover {
                            box-shadow: var(--box-shadow-dark);
                            .link {
                                svg {
                                    path {
                                        fill: var(--hover-text);
                                    }
                                }
                            }
                        }
                        &.big {
                            grid-row: span 2;
                        }
                        h3 {
                            font-size: 20px;
                            margin-bottom: 16px;
                            font-family: "VTB Group Demi Bold", sans-serif;
                            @media (max-width: 700px) {
                                margin-bottom: 10px;
                                font-size: 18px;
                            }
                        }
                        h4 {
                            font-family: "VTB Group Demi Bold", sans-serif;
                            font-size: 14px;
                            margin-bottom: 10px;
                            color: var(--secondary-text);
                            @media (max-width: 700px) {
                                margin-bottom: 0;
                                font-size: 12px;
                            }
                        }
                        ul {
                            font-size: 15px;
                            color: var(--secondary-text);
                            margin-bottom: 20px;
                            @media (max-width: 700px) {
                                margin-bottom: 10px;
                                font-size: 12px;
                            }
                        }
                        .icon {
                            width: 200px;
                            height: 200px;
                            position: absolute;
                            bottom: -50px;
                            right: -50px;
                            @media (max-width: 700px) {
                                display: none;
                            }
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                object-position: center;
                            }
                        }
                        .link {
                            margin-top: auto;
                            @media (max-width: 700px) {
                                position: absolute;
                                top: 5px;
                                right: 5px;
                            }
                            svg {
                                path {
                                    transition: all .5s;
                                }
                            }
                        }
                    }
                }
            }
        }
        .controls {
            display: flex;
            align-items: center;
            gap: 10px;
            .control {
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background: var(--carousel-dot-gray);
                cursor: pointer;
                transition: all .5s;
                &.active {
                    background: var(--primary-blue);
                    width: 60px;
                }
            }
        }
    }
}

.get_help {
    width: 1024px;
    margin: 0 auto 80px auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-bottom: 40px;
    }
    .columns {
        display: flex;
        justify-content: space-between;
        color: var(--secondary-text);
        @media (max-width: 700px) {
            flex-direction: column;
            text-align: center;
            gap: 10px;
        }
        .right {
            text-align: right;
            @media (max-width: 700px) {
                text-align: center;
            }
            a[href^="tel"] {
                color: var(--secondary-text);
                font-size: 20px;
                font-family: "VTB Group Demi Bold", sans-serif;
                &:hover {
                    color: var(--background-darkblue);
                }
            }
        }
    }
}

.advantages {
    margin-bottom: 120px;
    @media (max-width: 700px) {
        margin-bottom: 45px;
    }
    h2 {
        width: 1024px;
        margin: 0 auto 44px auto;
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            width: 100%;
            padding-inline: 25px;
            font-size: 24px;
            margin-bottom: 18px;
        }
    }

    .services {
        display: grid;
        grid-template-columns: repeat(4, 300px);
        gap: 25px 50px;
        margin: 0 auto 100px auto;
        justify-content: center;
        @media (max-width: 700px) {
            grid-template-columns: 1fr;
            margin-inline: 25px;
            gap: 10px;
            margin-bottom: 0;
        }
        .service {
            background: #fff;
            padding: 15px 24px;
            display: grid;
            grid-template-rows: 100px 1fr 30px;
            gap: 5px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow-light);
            transition: all .5s;
            position: relative;
            @media (max-width: 700px) {
                grid-template-rows: 1fr;
                grid-template-columns: min-content 1fr;
                align-items: center;
                padding: 15px;
            }
            &:hover {
                box-shadow: var(--box-shadow-dark);
                .link {
                    svg {
                        path {
                            fill: var(--hover-text);
                        }
                    }
                }
            }
            .icon {
                grid-row: 1;
                text-align: center;
                img {
                    height: 100px;
                    object-fit: contain;
                    object-position: center;
                    @media (max-width: 700px) {
                        height: 70px;
                    }
                }
            }
            .text {
                h3 {
                    margin-bottom: 18px;
                    font-size: 20px;
                    font-family: "VTB Group Demi Bold", sans-serif;
                    @media (max-width: 700px) {
                        font-size: 16px;
                        margin-bottom: 0;
                    }
                }
            }
            .link {
                @media (max-width: 700px) {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                }
                svg {
                    path {
                        transition: all .5s;
                    }
                }
            }
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/msb.css?175737167610279*/
main {
    width: 1024px;
    margin: 60px auto 90px auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: 30px;
        padding-inline: 25px;
    }
    h1, h2 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 20px;
            font-size: 24px;
        }
    }
    .toggle {
        display: flex;
        margin-bottom: 60px;
        @media (max-width: 700px) {
            margin-bottom: 35px;
        }
        .toggle_button {
            padding: 10px 20px;
            font-size: 16px;
            border-top: 1px solid var( --secondary-text);
            border-bottom: 1px solid var( --secondary-text);
            cursor: pointer;
            transition: background-color .5s;
            @media (max-width: 700px) {
                font-size: 12px;
            }
            &:first-child {
                border-left: 1px solid var( --secondary-text);
            }
            &:last-child {
                border-right: 1px solid var( --secondary-text);
            }
            &.active {
                background-color: #fff;
                border: 2px solid var(--primary-blue);
            }
        }
    }

    .products {
        width: 1024px;
        margin: 0 auto 80px auto;
        @media (max-width: 700px) {
            width: 100%;
            margin-bottom: 40px;
        }
        h2 {
            font-size: 32px;
            color: var(--secondary-text);
            font-family: "VTB Group Demi Bold", sans-serif;
            margin-bottom: 35px;
        }
        .toggle_target {
            > * {
                display: none;
                &.active {
                    display: block;
                    animation: show_toggle_target 0.5s forwards;
                }
            }
        }
        .carousel {
            overflow: clip;
            overflow-clip-margin: 10px;
            .slides {
                display: grid;
                grid-template: 1fr / 1fr;
                margin-bottom: 20px;
                .slide {
                    grid-area: 1 / 1;
                    position: relative;
                    &.animating {
                        transition: all .5s;
                    }
                    &.active {
                        transform: translateX(0);
                        z-index: 2;
                        opacity: 1;
                    }
                    &.next {
                        opacity: 0;
                        transform: translateX(calc(100% + 20px));
                    }
                    &.prev {
                        opacity: 0;
                        transform: translateX(calc(-100% - 20px));
                    }
                    .grid {
                        display: grid;
                        grid-template-columns: 1fr 1fr;
                        gap: 20px 50px;
                        justify-content: center;
                        @media (max-width: 700px) {
                            grid-template-columns: 1fr;
                        }
                        .card {
                            background: #fff;
                            padding: 20px;
                            border-radius: var(--border-radius);
                            box-shadow: var(--box-shadow-light);
                            transition: all .5s;
                            display: flex;
                            gap: 20px;
                            position: relative;
                            @media (max-width: 700px) {
                                &:nth-child(n+2) {
                                    display: none;
                                }
                            }
                            &:hover {
                                box-shadow: var(--box-shadow-dark);
                                .link {
                                    svg {
                                        path {
                                            fill: var(--hover-text);
                                        }
                                    }
                                }
                            }
                            &.big {
                                grid-row: span 2;
                            }
                            .text {
                                display: flex;
                                flex-direction: column;
                                flex: 1;
                                h3 {
                                    font-size: 22px;
                                    margin-bottom: 16px;
                                    font-family: "VTB Group Demi Bold", sans-serif;
                                    @media (max-width: 700px) {
                                        font-size: 18px;
                                        margin-bottom: 10px;
                                    }
                                }
                                h4 {
                                    font-family: "VTB Group Demi Bold", sans-serif;
                                    font-size: 14px;
                                    margin-bottom: 10px;
                                    color: var(--secondary-text);
                                    @media (max-width: 700px) {
                                        font-size: 12px;
                                        color: var(--primary-text);
                                        margin-bottom: 5px;
                                    }
                                }
                                p {
                                    font-size: 15px;
                                    color: var(--secondary-text);
                                    margin-bottom: 20px;
                                    @media (max-width: 700px) {
                                        font-size: 12px;
                                        margin-bottom: 5px;
                                    }
                                }
                            }
                            .icon {
                                width: 100px;
                                height: 100px;
                                @media (max-width: 700px) {
                                    align-self: center;
                                }
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: contain;
                                    object-position: center;
                                }
                            }
                            .link {
                                position: absolute;
                                left: 16px;
                                bottom: 5px;
                                @media (max-width: 700px) {
                                    left: unset;
                                    bottom: unset;
                                    top: 5px;
                                    right: 5px;
                                }
                                svg {
                                    path {
                                        transition: all .5s;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .controls {
                display: flex;
                align-items: center;
                gap: 10px;
                .control {
                    width: 10px;
                    height: 10px;
                    border-radius: 10px;
                    background: var(--carousel-dot-gray);
                    cursor: pointer;
                    transition: all .5s;
                    &.active {
                        background: var(--primary-blue);
                        width: 60px;
                    }
                }
            }
        }
    }

    .get_help {
        width: 1024px;
        margin: 0 auto 80px auto;
        padding: 44px 44px 20px 44px;
        background: linear-gradient(to right, #5141C2 0%, #00AAFF 71%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        @media (max-width: 700px) {
            width: 100%;
            flex-direction: column;
            padding: 30px;
            margin-bottom: 50px;
        }
        .text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            @media (max-width: 700px) {
                text-align: center;
            }
            h2 {
                font-size: 24px;
                color: #fff;
                font-family: "VTB Group Demi Bold", sans-serif;
                margin-bottom: 10px;
                @media (max-width: 700px) {
                    font-size: 22px;
                    width: 100%;
                }
            }
            p {
                font-size: 17px;
                color: #fff;
                margin-bottom: 22px;
            }
            .button {
                border-radius: var(--border-radius);
                font-size: 20px;
                padding: 15px 30px;
                @media (max-width: 700px) {
                    font-size: 16px;
                    align-self: center;
                    margin-top: 175px;
                }
            }
        }
        .icon {
            width: 200px;
            height: 200px;
            @media (max-width: 700px) {
                position: absolute;
                bottom: 75px;
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
            }
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/o_banke.css?17611731761198*/
main {
    width: 1024px;
    margin: 60px auto 100px auto;
    @media (max-width: 700px) {
        width: 100%;
        padding-inline: 25px;
        margin-top: 30px;
    }
    h1 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 30px;
        }
    }
    .columns {
        display: flex;
        gap: 10px;
        align-items: center;
        @media (max-width: 700px) {
            flex-direction: column;
            gap: 30px;
            .column {
                &:last-child {
                    order: -1;
                }
            }
        }
    }
    h2 {
        font-size: 20px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin: 60px 0 44px 0;
        @media (max-width: 700px) {
            margin-block: 30px;
        }
    }
    > p, ul {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
        @media (max-width: 700px) {
            font-size: 16px;
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/primer_stranicy_produkta.css?17611731564300*/
main {
    width: 1024px;
    margin: 60px auto 100px auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: 30px;
        padding-inline: 25px;
    }
    h1 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 20px;
            font-size: 24px;
        }
    }
    .summary {
        background: #fff;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow-light);
        padding: 30px 40px 10px 40px;
        display: flex;
        gap: 10px;
        margin-bottom: 80px;
        position: relative;
        @media (max-width: 700px) {
            flex-direction: column;
            overflow: hidden;
            margin-bottom: 50px;
        }
        .text {
            position: relative;
            z-index: 2;
            h3 {
                font-size: 20px;
                color: var(--secondary-text);
                font-family: "VTB Group Demi Bold", sans-serif;
                margin-bottom: 20px;
                @media (max-width: 700px) {
                    font-size: 16px;
                    color: var(--primary-text);
                }
            }
            p {
                font-size: 16px;
                color: var(--secondary-text);
                margin-bottom: 20px;
                @media (max-width: 700px) {
                    font-size: 14px;
                }
            }
            .button {
                display: inline-block;
                padding: 14px 35px;
                border-radius: var(--border-radius);
                @media (max-width: 700px) {
                    font-size: 14px;
                    width: 100%;
                    text-align: center;
                    margin-top: 50px;
                }
            }
        }
        .icon {
            flex-shrink: 0;
            flex-basis: 200px;
            height: 200px;
            @media (max-width: 700px) {
                position: absolute;
                bottom: -75px;
                left: 0;
                right: 0;
                width: 200px;
                margin: auto;
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    h2 {
        font-size: 30px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            font-size: 24px;
        }
    }
    .table {
        display: grid;
        grid-template-columns: repeat(var(--columns, 4), 1fr);
        margin: 60px 0 20px 0;
        @media (max-width: 700px) {
            grid-template-columns: 1fr 1fr;
            grid-auto-flow: column;
            margin-top: 40px;
        }
        &.nbsp {
            * {
                white-space: nowrap;
            }
        }
        .thead, .tcell {
            padding: 20px 20px 20px 0;
            border-bottom: 2px solid var(--placeholder-gray);
        }
        .thead {
            font-family: "VTB Group Demi Bold", sans-serif;
            font-size: 18px;
            @media (max-width: 700px) {
                grid-column-start: 1;
            }
        }
        .tcell {
            font-size: 18px;
            color: var(--secondary-text);
            @media (max-width: 700px) {
                grid-column-start: 2;
            }
            &.col_span_all {
                grid-column: 1 / -1;
            }
        }
        .table {
            margin: -20px 0;
            .tcell {
                border: none;
            }
        }
        span {
            &.lower {
                font-size: 0.75em;
            }
        }
    }
    > p {
        font-size: 16px;
        color: var(--secondary-text);
        margin-bottom: 20px;
        @media (max-width: 700px) {
            /*text-align: center;*/
            font-size: 12px;
        }
        strong {
            color: var(--primary-text);
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/tarify.css?17573720683106*/
main {
    width: 1024px;
    margin: 60px auto 90px auto;
    @media (max-width: 700px) {
        width: 100%;
        padding-inline: 25px;
        margin-top: 30px;
    }

    h1, h2 {
        font-size: 32px;
        color: var(--secondary-text);
        font-family: "VTB Group Demi Bold", sans-serif;
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 12px;
        }
    }

    .toggle {
        display: flex;
        margin-bottom: 60px;
        @media (max-width: 700px) {
            margin-bottom: 35px;
        }

        .toggle_button {
            padding: 10px 20px;
            font-size: 16px;
            border-top: 1px solid var(--secondary-text);
            border-bottom: 1px solid var(--secondary-text);
            cursor: pointer;
            transition: background-color .5s;
            text-align: center;
            @media (max-width: 700px) {
                font-size: 12px;
                display: flex;
                align-items: center;
            }

            &:first-child {
                border-left: 1px solid var(--secondary-text);
            }

            &:last-child {
                border-right: 1px solid var(--secondary-text);
            }

            &.active {
                background-color: #fff;
                border: 2px solid var(--primary-blue);
            }
        }
    }


    .toggle_target {
        > * {
            display: none;
            &.active {
                display: block;
                animation: show_toggle_target 0.5s forwards;
            }
        }
    }

    .files {
        margin-bottom: 100px;

        .file {
            margin-bottom: 20px;

            .title {
                display: flex;
                gap: 20px;
                align-items: center;
                margin-bottom: 10px;

                .icon {
                    width: 40px;
                    height: 40px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                        object-position: center;
                    }
                }

                p {
                    font-size: 16px;
                    color: var(--primary-blue);
                    @media (max-width: 700px) {
                        font-size: 14px;
                    }
                }
            }

            .description {
                font-size: 16px;
                color: var(--secondary-text);
                @media (max-width: 700px) {
                    font-size: 14px;
                }
            }
        }
    }

    .archive {
        .container {
            padding: 30px;
            background: var(--background-darkgray);

            .archive_element {
                color: var(--secondary-text);
                &:not(:last-child) {
                    margin-bottom: 20px;
                }
            }
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/vklady_i_sertifikat.css?17611380748419*/
.hero {
    width: 1024px;
    margin: 75px auto 0 auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: 30px;
        padding-inline: 25px;
    }
    h1 {
        font-size: 42px;
        color: var(--secondary-text);
        margin-bottom: 44px;
        @media (max-width: 700px) {
            font-size: 24px;
        }
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        justify-content: center;
        @media (max-width: 700px) {
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .card {
            background: #fff;
            padding: 25px 18px 6px 18px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow-light);
            transition: all .5s;
            display: flex;
            flex-direction: column;
            position: relative;
            @media (max-width: 700px) {
                padding: 20px 30px;
            }
            &.big {
                grid-row: 1 / span 2;
                grid-column: -2;
                padding-bottom: 20px;
                @media (max-width: 700px) {
                    grid-column: 1 / 1;
                    grid-row: unset;
                }
            }
            .icon {
                width: 200px;
                align-self: center;
                @media (max-width: 700px) {
                    display: none;
                }
                img {
                    width: 100%;
                    object-fit: contain;
                    object-position: center;
                }
            }
            &:hover {
                box-shadow: var(--box-shadow-dark);
                .link {
                    svg {
                        path {
                            fill: var(--hover-text);
                        }
                    }
                }
            }
            .link {
                margin-top: auto;
                @media (max-width: 700px) {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }
                svg {
                    path {
                        transition: all .5s;
                    }
                }
            }
            p {
                margin-top: 18px;
                color: var(--secondary-text);
            }
            h3 {
                margin-bottom: 10px;
            }
            .button {
                padding: 13px 49px;
                border-radius: var(--border-radius);
                align-self: center;
                @media (max-width: 700px) {
                    margin-top: 15px;
                }
            }
        }
    }
}

.products {
    width: 1024px;
    margin: 60px auto 0 auto;
    @media (max-width: 700px) {
        width: 100%;
        margin-top: 44px;
        padding-inline: 25px;
    }
    h2 {
        font-size: 32px;
        color: var(--secondary-text);
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 30px;
            font-size: 24px;
        }
    }
    .carousel {
        overflow: clip;
        overflow-clip-margin: 10px;
        .slides {
            display: grid;
            grid-template: 1fr / 1fr;
            margin-bottom: 20px;
            .slide {
                grid-area: 1 / 1;
                position: relative;
                &.animating {
                    transition: all .5s;
                }
                &.active {
                    transform: translateX(0);
                    z-index: 2;
                    opacity: 1;
                }
                &.next {
                    opacity: 0;
                    transform: translateX(calc(100% + 20px));
                }
                &.prev {
                    opacity: 0;
                    transform: translateX(calc(-100% - 20px));
                }
                .grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 20px 50px;
                    justify-content: center;
                    @media (max-width: 700px) {
                        grid-template-columns: 1fr;
                        gap: 10px;
                    }
                    .card {
                        background: #fff;
                        padding: 25px 30px 5px 30px;
                        border-radius: var(--border-radius);
                        box-shadow: var(--box-shadow-light);
                        transition: all .5s;
                        display: flex;
                        flex-direction: column;
                        position: relative;
                        @media (max-width: 700px) {
                            padding: 20px;
                        }
                        &:hover {
                            box-shadow: var(--box-shadow-dark);
                            .link {
                                svg {
                                    path {
                                        fill: var(--hover-text);
                                    }
                                }
                            }
                        }
                        &.big {
                            grid-row: span 2;
                        }
                        h3 {
                            font-size: 20px;
                            margin-bottom: 16px;
                            font-family: "VTB Group Demi Bold", sans-serif;
                        }
                        ul {
                            font-size: 15px;
                            color: var(--secondary-text);
                        }
                        .icon {
                            width: 135px;
                            height: 150px;
                            position: absolute;
                            bottom: 35px;
                            right: 15px;
                            @media (max-width: 700px) {
                                display: none;
                            }
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                object-position: center;
                            }
                        }
                        .link {
                            margin-top: auto;
                            @media (max-width: 700px) {
                                position: absolute;
                                top: 10px;
                                right: 10px;
                            }
                            svg {
                                path {
                                    transition: all .5s;
                                }
                            }
                        }
                    }
                }
            }
        }
        .controls {
            display: flex;
            align-items: center;
            gap: 10px;
            .control {
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background: var(--carousel-dot-gray);
                cursor: pointer;
                transition: all .5s;
                &.active {
                    background: var(--primary-blue);
                    width: 60px;
                }
            }
        }
    }
}

.kdif {
    width: 1024px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    @media (max-width: 700px) {
        width: 100%;
        flex-direction: column;
        padding-inline: 25px;
        margin-top: 50px;
    }
    .column {
        @media (max-width: 700px) {
            text-align: center;
            font-size: 12px;
        }
        p {
            font-size: 14px;
            margin-bottom: 5px;
            color: var(--secondary-text);
            @media (max-width: 700px) {
                font-size: 12px;
            }
        }
        img {
            height: 90px;
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/zayavka.css?17573767009655*/
.form_container {
    width: 500px;
    margin: 50px auto;
    background: #fff;
    box-shadow: var(--box-shadow-light);
    border-radius: var(--border-radius);
    padding: 45px 40px;
    @media (max-width: 700px) {
        width: calc(100% - 50px);
        padding: 20px 30px;
        margin-block: 20px;
    }
    h1, h2 {
        font-size: 32px;
        font-family: "VTB Group Demi Bold", sans-serif;
        @media (max-width: 700px) {
            text-align: center;
            font-size: 24px;
        }
    }
    h1 {
        margin-bottom: 15px;
    }
    h2 {
        margin-bottom: 44px;
        @media (max-width: 700px) {
            margin-bottom: 25px;
        }
    }
    p {
        font-size: 16px;
        color: var(--secondary-text);
        margin-bottom: 44px;
        @media (max-width: 700px) {
            text-align: center;
            margin-block: 10px;
        }
    }
    .input {
        label {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            @media (max-width: 700px) {
                margin-bottom: 15px;
                font-size: 14px;
            }
            > span {
                margin-bottom: 19px;
                font-family: "VTB Group Demi Bold", sans-serif;
                font-size: 16px;
                color: var(--secondary-text);
                @media (max-width: 700px) {
                    margin-bottom: 10px;
                    font-size: 14px;
                }
            }
            input:not([type=range]), select {
                padding: 10px 20px;
                border: 1px solid var(--secondary-text);
                border-radius: var(--border-radius);
                font-size: 16px;
                outline: none;
                @media (max-width: 700px) {
                    font-size: 12px;
                }
                &:focus {
                    border-color: var(--primary-blue);
                }
            }
            input {
                font-family: "VTB Group Demi Bold", sans-serif;
                @media (max-width: 700px) {
                    font-family: "VTB Group Book", sans-serif;
                }
            }
            select {
                font-family: "VTB Group Book", sans-serif;
            }
            .detail {
                margin-top: 5px;
                font-size: .85em;
            }
            .range {
                display: flex;
                flex-direction: column;
                input[type="range"] {
                    -webkit-appearance: none;
                    appearance: none;
                    width: calc(100% - 10px);
                    background: transparent;
                    --thumb-position: 50%;
                    --fill-color: var(--hover-text);
                    --track-color: var(--placeholder-gray);
                    align-self: center;
                }
                input[type="range"]::-webkit-slider-runnable-track {
                    background: linear-gradient(to right,
                        var(--fill-color) 0%,
                        var(--fill-color) var(--thumb-position),
                        var(--track-color) var(--thumb-position),
                        var(--track-color) 100%
                    );
                    border-radius: 4px;
                    height: 4px;
                }
                input[type="range"]::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    background: #fff;
                    border: 4px solid var(--hover-text);
                    border-radius: 50%;
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                    transform: translateY(calc(-50% + 2px));
                }

                input[type="range"]::-moz-range-track {
                    background: linear-gradient(to right,
                        var(--fill-color) 0%,
                        var(--fill-color) var(--thumb-position),
                        var(--track-color) var(--thumb-position),
                        var(--track-color) 100%
                    );
                    border-radius: 4px;
                    height: 4px;
                }
                input[type="range"]::-moz-range-thumb {
                    background: #fff;
                    border: 4px solid var(--hover-text);
                    border-radius: 50%;
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                    transform: translateY(calc(-50% + 2px));
                }
                .detail {
                    display: flex;
                    justify-content: space-between;
                    span {
                        font-size: 12px;
                    }
                }
            }
            .select {
                background: #fff;
                border: 1px solid var(--secondary-text);
                border-radius: var(--border-radius);
                padding: 10px 20px;
                font-size: 16px;
                font-family: "VTB Group Book", sans-serif;
                color: var(--primary-text);
                position: relative;
                z-index: 1;
                transition: all .5s, z-index 0s .5s;
                &.expanded {
                    z-index: 3;
                    transition: all .5s, z-index 0s;
                    .options {
                        border: 1px solid var(--secondary-text);
                        overflow: auto;
                    }
                    .selected {
                        .icon {
                            img {
                                transform: rotate(180deg);
                            }
                        }
                    }
                }
                .selected {
                    display: flex;
                    justify-content: space-between;
                    .icon {
                        display: flex;
                        align-items: center;
                        img {
                            transition: all .5s;
                        }
                    }
                }
                .options {
                    overflow: clip;
                    position: absolute;
                    top: calc(100% + 1px);
                    transition: all .5s;
                    display: flex;
                    flex-direction: column;
                    background: #fff;
                    z-index: 1;
                    left: 0;
                    width: 100%;
                    max-height: 200px;
                    height: 0;
                    border-radius: var(--border-radius);
                    border: 1px solid transparent;
                    .option {
                        padding: 10px 20px;
                        font-size: 16px;
                        font-family: "VTB Group Book", sans-serif;
                        transition: all .5s;
                        cursor: pointer;
                        &:hover {
                            color: var(--hover-text);
                        }
                    }
                }
            }
        }
        .checkbox {
            display: flex;
            align-items: center;
            gap: 15px;
            &:has(:checked) {
                .checkmark {
                    &::before {
                        border-color: var(--hover-text);
                    }
                    &::after {
                        opacity: 1;
                    }
                }
            }
            .checkmark {
                width: 20px;
                height: 20px;
                position: relative;
                &::before {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 20px;
                    border: 1px solid var(--secondary-text);
                    border-radius: var(--border-radius);
                    box-sizing: border-box;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    transition: all .5s;
                }
                &::after {
                    content: "";
                    display: block;
                    width: 14px;
                    height: 14px;
                    opacity: 0;
                    position: absolute;
                    inset: 0;
                    margin: auto;
                    z-index: 2;
                    border-radius: var(--border-radius);
                    background: var(--hover-text);
                    transition: all .5s;
                }
            }
            input {
                display: none;
            }
            span {
                font-size: 16px;
                font-family: "VTB Group Light", sans-serif;
                @media (max-width: 700px) {
                    font-size: 12px;
                }
            }

        }
    }
    .button {
        display: block;
        padding: 15px;
        width: 100%;
        font-size: 16px;
        border-radius: var(--border-radius);
        font-family: "VTB Group Book", sans-serif;
        @media (max-width: 700px) {
            font-size: 12px;
        }
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/keyframes.css?1757348856581*/
@keyframes header_actions_show_popup_language {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes header_show_popup_menu {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes show_toggle_target {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/animate.css?17573769781358*/
.pre_animate_show {
    opacity: 0
}

.pre_animate_show > * {
    opacity: 0
}

.animate_show.bottom {
    overflow: hidden
}

.animate_show.bottom > * {
    opacity: 0;
    display: inline-block;
    animation: text_show_bottom .75s var(--delay, 0s) ease forwards
}

@keyframes text_show_bottom {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.animate_show.top {
    overflow: hidden
}

.animate_show.top > * {
    opacity: 0;
    display: inline-block;
    animation: text_show_top .75s var(--delay, 0s) ease forwards
}

@keyframes text_show_top {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.animate_show.fade {
    opacity: 0;
    display: inline-block;
    animation: text_show_fade .75s var(--delay, 0s) ease forwards
}

@keyframes text_show_fade {
    to {
        opacity: 1
    }
}

.animate_show.rotate img {
    opacity: 0;
    display: block;
    animation: image_show_rotate 1.75s var(--delay, 0s) ease forwards
}

@keyframes image_show_rotate {
    from {
        transform: rotate(10deg) translateX(10rem) scale(.9)
    }
    to {
        opacity: 1;
        transform: rotate(0) translateX(0) scale(1)
    }
}
/* End */


/* Start:/local/templates/vtb_main/assets//css/globals.css?176117481030487*/
@font-face {
  font-family: "VTB Group Light";
  src: url("/local/templates/vtb_main/assets//css/../fonts/VTB45.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTB Group Book";
  src: url("/local/templates/vtb_main/assets//css/../fonts/VTB55.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTB Group Demi Bold";
  src: url("/local/templates/vtb_main/assets//css/../fonts/VTB65.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-blue: #1E4BD2;
  --primary-private: #D3875F;
  --primary-text: #2F3441;
  --secondary-text: #6B7683;
  --hover-text: #00AAFF;
  --carousel-dot-gray: #ACB6C3;
  --placeholder-gray: #D9D9D9;
  --background-darkblue: #0A2896;
  --background-lightgray: #F3F7FA;
  --background-darkgray: #EAEDF5;
  --box-shadow-light: 0 0 10px rgba(0, 0, 0, 0.1);
  --box-shadow-dark: 0 0 10px rgba(0, 0, 0, 0.3);
  --border-radius: 5px;
  --background-private: #000224;
}
html,
body {
  margin: 0;
  min-height: 100dvh;
  background: var(--background-lightgray);
  color: var(--primary-text);
  font-family: "VTB Group Book", sans-serif;
}
* {
  margin: 0;
  box-sizing: border-box;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: bold;
}
header {
  padding: 10px 22px;
  background: var(--background-lightgray);
  box-shadow: var(--box-shadow-light);
  display: flex;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 700px) {
  header .logo {
    margin-right: auto;
  }
}
header .logo img:last-child {
  display: none;
}
header .nav {
  margin-right: auto;
}
@media (max-width: 700px) {
  header .nav {
    display: none;
  }
}
header .nav .list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
header .nav .list li {
  margin: 0;
}
header .nav .list .link {
  font-family: "VTB Group Demi Bold", sans-serif;
  font-size: 12px;
  transition: all 0.5s;
}
header .nav .list .link:hover {
  color: var(--hover-text);
}
header .nav .popup_menu {
  position: absolute;
  top: 100%;
  left: 30px;
  right: 30px;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  padding: 15px 20px;
  display: none;
}
header .nav .popup_menu.show_popup_menu {
  display: block;
  animation: header_show_popup_menu 0.3s forwards;
}
header .nav .popup_menu .columns {
  display: flex;
  gap: 40px;
}
header .nav .popup_menu .columns .column:first-child {
  flex-shrink: 0;
}
header .nav .popup_menu .columns .column:last-child {
  flex: 1;
}
header .nav .popup_menu .columns .column .left_menu {
  background: var(--background-darkgray);
  padding: 10px 16px;
  border-radius: var(--border-radius);
}
header .nav .popup_menu .columns .column .left_menu ul {
  list-style: none;
  padding: 0;
}
header .nav .popup_menu .columns .column .left_menu ul li {
  font-size: 14px;
}
header .nav .popup_menu .columns .column .left_menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
header .nav .popup_menu .columns .column .left_menu ul li a {
  transition: all 0.5s;
}
header .nav .popup_menu .columns .column .left_menu ul li a:hover {
  color: var(--hover-text);
}
header .nav .popup_menu .columns .column .detail_menus {
  display: grid;
  grid-template: 1fr / 1fr;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu {
  grid-area: 1 / 1 / 1 / 1;
  opacity: 0;
  z-index: -1;
  position: relative;
  transition: all 0.5s;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu.active {
  opacity: 1;
  z-index: 1;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .go_to_category {
  margin-bottom: 15px;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .go_to_category:hover a {
  color: var(--hover-text);
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .go_to_category:hover svg path {
  fill: var(--hover-text);
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .go_to_category a {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  transition: all 0.5s;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .go_to_category a svg path {
  transition: all 0.5s;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details {
  display: flex;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .detail {
  flex: 2;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .detail h2 {
  font-family: "VTB Group Demi Bold", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--secondary-text);
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .detail a {
  font-size: 14px;
  transition: all 0.5s;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .detail a:hover {
  color: var(--hover-text);
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .card {
  flex: 1;
  background: var(--background-darkgray);
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--border-radius);
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .card p {
  font-size: 14px;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .card .icon {
  width: 80px;
  height: 80px;
  margin-block: 20px;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
header .nav .popup_menu .columns .column .detail_menus .detail_menu .details .card .button {
  display: inline-block;
  font-size: 12px;
  padding: 10px 23px;
  border-radius: var(--border-radius);
}
header .actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .actions .action {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}
header .actions .action:hover .popup {
  display: flex;
  animation: header_actions_show_popup_language 0.3s forwards;
}
header .actions .action:hover .popup .text:hover {
  color: var(--hover-text);
}
header .actions .action:hover .icon svg path {
  fill: var(--hover-text) !important;
}
header .actions .action:hover > .text {
  color: var(--hover-text);
}
header .actions .action .icon {
  width: 16px;
  height: 16px;
  display: flex;
}
header .actions .action .icon svg {
  margin: auto;
}
header .actions .action .icon svg path {
  transition: all 0.5s;
}
header .actions .action .text {
  font-size: 12px;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 700px) {
  header .actions .action .text {
    font-size: 16px;
  }
}
header .actions .action .popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--background-lightgray);
  padding: 8px 16px 10px 16px;
  border-radius: var(--border-radius);
  flex-direction: column;
  gap: 10px;
  box-shadow: var(--box-shadow-light);
}
header .actions .action .popup_search {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  padding: 15px 20px;
  display: none;
  cursor: default;
}
header .actions .action .popup_search.active {
  display: block;
  animation: header_actions_show_popup_language 0.3s forwards;
}
header .actions .action .popup_search .input label {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  header .actions .action .popup_search .input label {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
header .actions .action .popup_search .input label > span {
  margin-bottom: 5px;
  font-family: "VTB Group Demi Bold", sans-serif;
  font-size: 16px;
  color: var(--secondary-text);
}
@media (max-width: 700px) {
  header .actions .action .popup_search .input label > span {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
header .actions .action .popup_search .input label input:not([type=range]),
header .actions .action .popup_search .input label select {
  padding: 10px 20px;
  border: 1px solid var(--secondary-text);
  border-radius: var(--border-radius);
  font-size: 16px;
  outline: none;
}
@media (max-width: 700px) {
  header .actions .action .popup_search .input label input:not([type=range]),
  header .actions .action .popup_search .input label select {
    font-size: 12px;
  }
}
header .actions .action .popup_search .input label input:not([type=range]):focus,
header .actions .action .popup_search .input label select:focus {
  border-color: var(--primary-blue);
}
header .actions .action .popup_search .input label input {
  font-family: "VTB Group Book", sans-serif;
}
header .actions .action .popup_search .input label select {
  font-family: "VTB Group Book", sans-serif;
}
header .actions .action .popup_search .input label .detail {
  margin-top: 5px;
  font-size: 0.85em;
}
header .actions .action .popup_search .input label .range {
  display: flex;
  flex-direction: column;
}
header .actions .action .popup_search .input label .range input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 10px);
  background: transparent;
  --thumb-position: 50%;
  --fill-color: var(--hover-text);
  --track-color: var(--placeholder-gray);
  align-self: center;
}
header .actions .action .popup_search .input label .range input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--thumb-position), var(--track-color) var(--thumb-position), var(--track-color) 100%);
  border-radius: 4px;
  height: 4px;
}
header .actions .action .popup_search .input label .range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: 4px solid var(--hover-text);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: translateY(calc(-50% + 2px));
}
header .actions .action .popup_search .input label .range input[type="range"]::-moz-range-track {
  background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--thumb-position), var(--track-color) var(--thumb-position), var(--track-color) 100%);
  border-radius: 4px;
  height: 4px;
}
header .actions .action .popup_search .input label .range input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 4px solid var(--hover-text);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: translateY(calc(-50% + 2px));
}
header .actions .action .popup_search .input label .range .detail {
  display: flex;
  justify-content: space-between;
}
header .actions .action .popup_search .input label .range .detail span {
  font-size: 12px;
}
header .actions .action .popup_search .input .checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .actions .action .popup_search .input .checkbox:has(:checked) .checkmark::before {
  border-color: var(--hover-text);
}
header .actions .action .popup_search .input .checkbox:has(:checked) .checkmark::after {
  opacity: 1;
}
header .actions .action .popup_search .input .checkbox .checkmark {
  width: 20px;
  height: 20px;
  position: relative;
}
header .actions .action .popup_search .input .checkbox .checkmark::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--secondary-text);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}
header .actions .action .popup_search .input .checkbox .checkmark::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  border-radius: var(--border-radius);
  background: var(--hover-text);
  transition: all 0.5s;
}
header .actions .action .popup_search .input .checkbox input {
  display: none;
}
header .actions .action .popup_search .input .checkbox span {
  font-size: 16px;
  font-family: "VTB Group Light", sans-serif;
}
@media (max-width: 700px) {
  header .actions .action .popup_search .input .checkbox span {
    font-size: 12px;
  }
}
.popup_menu_mobile {
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: var(--box-shadow-light);
  z-index: 10;
  left: 0;
  width: 100%;
}
@media (max-width: 700px) {
  .popup_menu_mobile {
    display: block;
  }
}
.popup_menu_mobile .nav .list {
  background: #fff;
  padding: 5px 0 10px 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
.popup_menu_mobile .nav .list li {
  margin: 0;
}
.popup_menu_mobile .nav .list .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "VTB Group Book", sans-serif;
  font-size: 16px;
  color: var(--primary-text);
}
.popup_menu_mobile .popup_menu {
  position: absolute;
  bottom: 100%;
  background: var(--background-lightgray);
  height: calc(100dvh - 150px);
  overflow: auto;
  padding: 20px;
  transform: translateY(100%);
  transition: all 0.5s;
}
.popup_menu_mobile .popup_menu.active {
  transform: translateY(0);
}
.popup_menu_mobile .popup_menu .menu > ul > li {
  margin-bottom: 25px;
}
.popup_menu_mobile .popup_menu .menu > ul > li.expand .icon img {
  transform: rotate(180deg);
}
.popup_menu_mobile .popup_menu .menu > ul > li .icon img {
  transition: all 0.5s;
}
.popup_menu_mobile .popup_menu .menu ul {
  padding: 0;
  list-style: none;
}
.popup_menu_mobile .popup_menu .menu ul p {
  display: flex;
  justify-content: space-between;
}
.popup_menu_mobile .popup_menu .menu ul .input label {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .popup_menu_mobile .popup_menu .menu ul .input label {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.popup_menu_mobile .popup_menu .menu ul .input label > span {
  margin-bottom: 5px;
  font-family: "VTB Group Demi Bold", sans-serif;
  font-size: 16px;
  color: var(--secondary-text);
}
@media (max-width: 700px) {
  .popup_menu_mobile .popup_menu .menu ul .input label > span {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.popup_menu_mobile .popup_menu .menu ul .input label input:not([type=range]),
.popup_menu_mobile .popup_menu .menu ul .input label select {
  padding: 10px 20px;
  border: 1px solid var(--secondary-text);
  border-radius: var(--border-radius);
  font-size: 16px;
  outline: none;
}
@media (max-width: 700px) {
  .popup_menu_mobile .popup_menu .menu ul .input label input:not([type=range]),
  .popup_menu_mobile .popup_menu .menu ul .input label select {
    font-size: 16px;
  }
}
.popup_menu_mobile .popup_menu .menu ul .input label input:not([type=range]):focus,
.popup_menu_mobile .popup_menu .menu ul .input label select:focus {
  border-color: var(--primary-blue);
}
.popup_menu_mobile .popup_menu .menu ul .input label input {
  font-family: "VTB Group Book", sans-serif;
}
.popup_menu_mobile .popup_menu .menu ul .input label select {
  font-family: "VTB Group Book", sans-serif;
}
.popup_menu_mobile .popup_menu .menu ul .input label .detail {
  margin-top: 5px;
  font-size: 0.85em;
}
.popup_menu_mobile .popup_menu .menu ul .input label .range {
  display: flex;
  flex-direction: column;
}
.popup_menu_mobile .popup_menu .menu ul .input label .range input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 10px);
  background: transparent;
  --thumb-position: 50%;
  --fill-color: var(--hover-text);
  --track-color: var(--placeholder-gray);
  align-self: center;
}
.popup_menu_mobile .popup_menu .menu ul .input label .range input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--thumb-position), var(--track-color) var(--thumb-position), var(--track-color) 100%);
  border-radius: 4px;
  height: 4px;
}
.popup_menu_mobile .popup_menu .menu ul .input label .range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: 4px solid var(--hover-text);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: translateY(calc(-50% + 2px));
}
.popup_menu_mobile .popup_menu .menu ul .input label .range input[type="range"]::-moz-range-track {
  background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--thumb-position), var(--track-color) var(--thumb-position), var(--track-color) 100%);
  border-radius: 4px;
  height: 4px;
}
.popup_menu_mobile .popup_menu .menu ul .input label .range input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 4px solid var(--hover-text);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: translateY(calc(-50% + 2px));
}
.popup_menu_mobile .popup_menu .menu ul .input label .range .detail {
  display: flex;
  justify-content: space-between;
}
.popup_menu_mobile .popup_menu .menu ul .input label .range .detail span {
  font-size: 12px;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox:has(:checked) .checkmark::before {
  border-color: var(--hover-text);
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox:has(:checked) .checkmark::after {
  opacity: 1;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox .checkmark {
  width: 20px;
  height: 20px;
  position: relative;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox .checkmark::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--secondary-text);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox .checkmark::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  border-radius: var(--border-radius);
  background: var(--hover-text);
  transition: all 0.5s;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox input {
  display: none;
}
.popup_menu_mobile .popup_menu .menu ul .input .checkbox span {
  font-size: 16px;
  font-family: "VTB Group Light", sans-serif;
}
@media (max-width: 700px) {
  .popup_menu_mobile .popup_menu .menu ul .input .checkbox span {
    font-size: 12px;
  }
}
.popup_menu_mobile .popup_menu .menu ul .submenu {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.popup_menu_mobile .popup_menu .menu ul .submenu ul {
  padding: 20px 0 20px 35px;
}
footer {
  margin-top: 60px;
  background: var(--background-darkblue);
  color: #fff;
}
footer .top {
  padding: 47px 44px 0 44px;
  margin-bottom: 22px;
}
@media (max-width: 700px) {
  footer .top {
    padding: 30px;
  }
}
footer .top .inner_container {
  padding: 0 0 30px 30px;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  footer .top .inner_container {
    padding: 0;
    border: none;
  }
}
@media (max-width: 700px) {
  footer .top .inner_container {
    flex-direction: column;
    gap: 20px;
  }
}
footer .top .inner_container .column h4 {
  font-family: "VTB Group Demi Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  footer .top .inner_container .column h4 {
    margin-bottom: 10px;
  }
}
footer .top .inner_container .column h4 + p {
  margin-top: -20px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  footer .top .inner_container .column h4 + p {
    margin: 0;
  }
}
footer .top .inner_container .column p,
footer .top .inner_container .column ul {
  font-size: 14px;
}
footer .top .inner_container .column a[href^="tel:"] {
  font-size: 20px;
  font-family: "VTB Group Demi Bold", sans-serif;
  display: inline-block;
  margin-bottom: 20px;
}
footer .top .inner_container .column .subcolumns {
  display: flex;
  gap: 45px;
}
@media (max-width: 700px) {
  footer .top .inner_container .column .subcolumns {
    gap: 10px;
  }
}
footer .top .inner_container .column .subcolumns .subcolumn ul {
  list-style: none;
  padding: 0;
}
footer .top .inner_container .column .subcolumns .subcolumn ul a {
  transition: all 0.5s;
}
footer .top .inner_container .column .subcolumns .subcolumn ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .top .inner_container .column .buttons {
  display: grid;
  grid-template-columns: min-content;
  gap: 10px;
}
@media (max-width: 700px) {
  footer .top .inner_container .column .buttons {
    margin-top: 20px;
  }
}
footer .top .inner_container .column .buttons .button {
  padding: 6px 19px;
  font-size: 14px;
  border-radius: var(--border-radius);
  white-space: nowrap;
  text-align: center;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 10px 15px;
}
@media (max-width: 700px) {
  footer .bottom {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 75px;
  }
}
footer .bottom p {
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .socials {
  display: flex;
  gap: 10px;
  align-items: center;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p a:not(.button),
span a:not(.button),
.table a:not(.button) {
  color: var(--hover-text);
  transition: all 0.5s;
}
p a:not(.button):hover,
span a:not(.button):hover,
.table a:not(.button):hover {
  color: var(--primary-blue);
}
.button {
  background: var(--primary-blue);
  color: #fff;
  transition: all 0.5s;
}
.button:hover {
  background: var(--hover-text);
}
.button.white {
  background: #fff;
  color: var(--background-darkblue);
}
.button.white:hover {
  opacity: 0.8;
}
.button.icon {
  display: flex;
  align-items: center;
}
ul {
  list-style: "—  ";
  padding-left: 1.5em;
}
ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  [data-desktop] {
    display: none !important;
  }
}
.breadcrumb-list {
  display: flex;
  list-style: none;
  font-family: VTB Group Book, sans-serif;
  font-size: 14px;
  color: var(--secondary-text);
  padding: 0;
}
@media (max-width: 700px) {
  .breadcrumb-list {
    display: none;
  }
}
.breadcrumb-list .breadcrumb-item:not(:last-child) {
  margin-right: 10px;
  color: var(--hover-text);
}
.breadcrumb-list .breadcrumb-item:not(:last-child)::after {
  content: "»";
  display: inline-block;
  color: var(--secondary-text);
  margin-left: 10px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 3), 1fr);
  gap: 25px;
  justify-content: center;
}
@media (max-width: 700px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.grid .card {
  background: #fff;
  padding: 25px 18px 6px 18px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 700px) {
  .grid .card {
    padding: 20px 30px;
  }
}
.grid .card.big {
  grid-row: 1 / span 2;
  grid-column: -2;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  .grid .card.big {
    grid-column: 1 / 1;
    grid-row: unset;
  }
}
.grid .card.span_col {
  grid-row: 1 / span 2;
}
@media (max-width: 700px) {
  .grid .card.span_col {
    grid-row: unset;
  }
}
.grid .card.span_row {
  grid-column: 1 / span 2;
}
@media (max-width: 700px) {
  .grid .card.span_row {
    grid-column: unset;
  }
}
.grid .card .icon {
  width: 200px;
  align-self: center;
}
@media (max-width: 700px) {
  .grid .card .icon {
    display: none;
  }
}
.grid .card .icon img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.grid .card:hover {
  box-shadow: var(--box-shadow-dark);
}
.grid .card:hover .link svg path {
  fill: var(--hover-text);
}
.grid .card .link {
  margin-top: auto;
}
@media (max-width: 700px) {
  .grid .card .link {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.grid .card .link svg path {
  transition: all 0.5s;
}
.grid .card p {
  margin-top: 18px;
  color: var(--secondary-text);
}
.grid .card .text p {
  margin-top: 0;
}
.grid .card h3 {
  margin-bottom: 10px;
}
.grid .card .button {
  padding: 13px 49px;
  border-radius: var(--border-radius);
  align-self: center;
}
@media (max-width: 700px) {
  .grid .card .button {
    margin-top: 15px;
  }
}
.icon_grid {
  display: grid;
  gap: 25px 50px;
  grid-template-columns: repeat(var(--columns, 4), 300px);
  margin: 0 auto 100px auto;
  justify-content: center;
}
@media (max-width: 700px) {
  .icon_grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: unset;
    grid-template-rows: min-content;
    gap: 25px;
    padding-inline: 20px;
    margin-bottom: 45px;
  }
}
.icon_grid .card {
  background: #fff;
  padding: 10px 24px;
  display: grid;
  grid-template-rows: 100px 1fr 30px;
  gap: 5px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  transition: all 0.5s;
}
@media (max-width: 700px) {
  .icon_grid .card {
    grid-template-rows: 1fr 100px;
    padding: 10px;
  }
}
.icon_grid .card:hover {
  box-shadow: var(--box-shadow-dark);
}
.icon_grid .card:hover .link svg path {
  fill: var(--hover-text);
}
.icon_grid .card.span_3 {
  grid-column: span 3;
  grid-template-rows: 1fr 30px;
  grid-template-columns: 1fr 200px;
}
@media (max-width: 700px) {
  .icon_grid .card.span_3 {
    grid-column: unset;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 100px;
  }
}
.icon_grid .card.span_3 .icon {
  grid-column: 2;
  grid-row: 1 / 3;
}
@media (max-width: 700px) {
  .icon_grid .card.span_3 .icon {
    grid-row: 2 / 2;
    grid-column: 1 / 1;
  }
}
.icon_grid .card.span_3 .icon img {
  height: 200px;
}
@media (max-width: 700px) {
  .icon_grid .card.span_3 .icon img {
    height: 100px;
  }
}
.icon_grid .card.span_3 .text {
  grid-column: 1;
}
.icon_grid .card.span_3 .text h3 {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .icon_grid .card.span_3 .text h3 {
    font-size: 16px;
    margin-top: 0;
  }
}
.icon_grid .card.span_3 .text p,
.icon_grid .card.span_3 .text ul {
  font-size: 18px;
}
@media (max-width: 700px) {
  .icon_grid .card.span_3 .text p,
  .icon_grid .card.span_3 .text ul {
    display: none;
  }
}
.icon_grid .card .icon {
  grid-row: 1;
  text-align: center;
}
@media (max-width: 700px) {
  .icon_grid .card .icon {
    grid-row-start: 2;
  }
}
.icon_grid .card .icon img {
  height: 100px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 700px) {
  .icon_grid .card .text {
    text-align: center;
  }
}
.icon_grid .card .text h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "VTB Group Demi Bold", sans-serif;
}
@media (max-width: 700px) {
  .icon_grid .card .text h3 {
    grid-row-start: 1;
    font-size: 16px;
    font-family: "VTB Group Book", sans-serif;
    margin-bottom: 0;
  }
}
.icon_grid .card .text p,
.icon_grid .card .text ul {
  font-size: 16px;
  color: var(--secondary-text);
}
@media (max-width: 700px) {
  .icon_grid .card .text p,
  .icon_grid .card .text ul {
    display: none;
  }
}
@media (max-width: 700px) {
  .icon_grid .card .link {
    display: none;
  }
}
.icon_grid .card .link svg path {
  transition: all 0.5s;
}
.columns_row {
  width: 1024px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .columns_row {
    width: 100%;
    flex-direction: column;
    padding-inline: 25px;
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .columns_row .column {
    text-align: center;
    font-size: 12px;
  }
}
.columns_row .column p,
.columns_row .column ul,
.columns_row .column ol {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--secondary-text);
}
@media (max-width: 700px) {
  .columns_row .column p,
  .columns_row .column ul,
  .columns_row .column ol {
    font-size: 12px;
  }
}
.table {
  display: grid;
  grid-template-columns: repeat(var(--columns, 4), 1fr);
  margin: 60px 0 20px 0;
}
@media (max-width: 700px) {
  .table {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    margin-top: 40px;
  }
}
.table.nbsp * {
  white-space: nowrap;
}
.table .thead,
.table .tcell {
  padding: 20px 20px 20px 0;
  border-bottom: 2px solid var(--placeholder-gray);
}
.table .thead {
  font-family: "VTB Group Demi Bold", sans-serif;
  font-size: 18px;
  position: sticky;
  top: 3rem;
}
@media (max-width: 700px) {
  .table .thead {
    grid-column-start: 1;
    position: static;
  }
}
.table .tcell {
  font-size: 18px;
  color: var(--secondary-text);
}
@media (max-width: 700px) {
  .table .tcell {
    grid-column-start: 2;
  }
}
.table .tcell.col_span_all {
  grid-column: 1 / -1;
}
.table .table {
  margin: -20px 0;
}
.table .table .tcell {
  border: none;
}
.table span.lower {
  font-size: 0.75em;
}
main p,
main > ul,
main > ol,
main > ul li,
main > ol li {
  font-size: 16px;
  color: var(--primary-text);
}
@media (max-width: 700px) {
  main p,
  main > ul,
  main > ol,
  main > ul li,
  main > ol li {
    font-size: 12px;
  }
}
main h3 {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  main img {
    float: unset !important;
    max-width: 100%;
  }
}
main > p {
  margin-bottom: 20px;
}
main strong {
  color: var(--primary-text);
}
main a.button {
  display: inline-block;
  padding: 13px 49px;
  border-radius: var(--border-radius);
  align-self: center;
  margin-block: 10px;
}
@media (max-width: 700px) {
  main a.button {
    margin-top: 15px;
  }
}
.files {
  margin-bottom: 100px;
}
.files .file {
  margin-bottom: 20px;
}
.files .file .title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.files .file .title .icon {
  width: 40px;
  height: 40px;
}
.files .file .title .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.files .file .title p {
  font-size: 16px;
  color: var(--primary-blue);
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .files .file .title p {
    font-size: 14px;
  }
}
.files .file .description {
  font-size: 16px;
  color: var(--secondary-text);
}
@media (max-width: 700px) {
  .files .file .description {
    font-size: 14px;
  }
}
/*# sourceMappingURL=globals.css.map */
/* End */
/* /local/templates/vtb_main/assets//css/index.css?176114633622676 */
/* /local/templates/vtb_main/assets//css/otdeleniya_i_bankomaty.css?175736790416804 */
/* /local/templates/vtb_main/assets//css/deposit_kalkulyator.css?175737609616943 */
/* /local/templates/vtb_main/assets//css/kreditnyy_kalkulyator.css?175737621616977 */
/* /local/templates/vtb_main/assets//css/kreditovanie_biznes_klientov.css?175737167614285 */
/* /local/templates/vtb_main/assets//css/kreditovanie_fizikov.css?17611634508970 */
/* /local/templates/vtb_main/assets//css/malyy_i_sredniy_biznes.css?175736644412979 */
/* /local/templates/vtb_main/assets//css/msb.css?175737167610279 */
/* /local/templates/vtb_main/assets//css/o_banke.css?17611731761198 */
/* /local/templates/vtb_main/assets//css/primer_stranicy_produkta.css?17611731564300 */
/* /local/templates/vtb_main/assets//css/tarify.css?17573720683106 */
/* /local/templates/vtb_main/assets//css/vklady_i_sertifikat.css?17611380748419 */
/* /local/templates/vtb_main/assets//css/zayavka.css?17573767009655 */
/* /local/templates/vtb_main/assets//css/keyframes.css?1757348856581 */
/* /local/templates/vtb_main/assets//css/animate.css?17573769781358 */
/* /local/templates/vtb_main/assets//css/globals.css?176117481030487 */
