.breadcrumbs{
    margin: 16px 0px;
}

.info-hero__image {
    border-radius: 20px;
    overflow: hidden;
}

.info-hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-head__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.info-head__list li {
    display: block;
}

.info-head__list li::before {
    content: "·";
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    position: relative;
    bottom: -6px;
    left: -2px;
    color: #0e0e0e;
}

.info-layout {
    margin-top: 40px;
    margin-bottom: 120px;
}

.info-layout__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.info-layout__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.info-layout__head h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1666666667;
}

.info-layout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.info-layout__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 246px;
    flex: 0 0 246px;
    position: sticky;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 132px;
}

.info-layout__nav .swiper {
    background-color: #fff;
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.info-layout__nav .swiper .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.info-layout__nav .swiper .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.info-layout__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}
.info-layout__nav .swiper .swiper-slide a:hover{
    color: #0e0e0e;
}
.info-layout__nav .swiper .swiper-slide a:hover.active{
    color: #fff;
}
.info-layout__nav ul a {
    cursor: pointer;
    background-color: #f5f5f7;
    border: 1px solid #f5f5f7;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px 8px 20px;
    color: #0e0e0e;
    font-size: 14px;
    line-height: 1.4285714286;
}

.info-layout__nav ul a:hover {
    background-color: #e1e1e3;
}

.info-layout__nav ul a.active {
    border-color: #e1e1e3;
    background-color: #fff;
}

.info-layout__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
}

.info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.info-section__default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

.info-section a {
    color: #2a65c5;
}
.info-section a:hover {
    color: #0e0e0e;
}

.info-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.info-section__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1428571429;
    margin: 0px;
}

.info-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: #0e0e0e;
}

.info-section__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.info-section__list li.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-section__list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.info-section__list li .index {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background-color: #0e0e0e;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-section__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.info-section__card {
    padding: 32px;
    border-radius: 20px;
    background-color: #f5f5f7;
    color: #0e0e0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.info-section__card h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.info-section__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.info-banks__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 30px;
}

.info-banks__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #999999;
}

.info-bank__image {
    max-width: 163px;
}

.info-bank__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-page {
    padding-bottom: 226px;
}

.faq-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.faq-page__title {
    padding: 0 calc((100vw - 1514px) / 2);
}

.faq-page__list {
    padding: 0 calc((100vw - 1514px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
}
.faq-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-radius: 12px;
    border: 1px solid #f5f5f7;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.faq-item:active {
    border-color: #0e0e0e;
}

.faq-item:active .faq-item__header {
    background-color: transparent;
}

.faq-item__header {
    gap: 8px;
    cursor: pointer;
    padding: 0 32px;
    padding-top: 20px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq-item__header svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.faq-item__header.active {
    background-color: transparent;
    padding-bottom: 12px;
}

.faq-item__header.active .vertical {
    rotate: 90deg;
}

.faq-item__header .vertical {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.faq-item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #0e0e0e;
}

.faq-item__content {
    max-width: 820px;
    padding-left: 32px;
    padding-right: 32px;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
    padding-bottom: 20px;
}
.faq-navigation {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq-navigation.sticky {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 24px 0px #00000024;
    box-shadow: 0px 0px 24px 0px #00000024;
}

.faq-navigation.sticky + .faq-page__list {
    padding-top: 76px;
}

.faq-navigation .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.faq-navigation__wrapper {
    overflow: hidden;
}

.faq-navigation__link {
    white-space: nowrap;
    padding: 0 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #f5f5f7;
    color: #0e0e0e;
    font-size: 14px;
    line-height: 1.4285714286;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq-navigation__link:active {
    background-color: #e1e1e3;
}

.faq-navigation__link.active, .faq-navigation__link:hover.active {
    background-color: #0e0e0e;
    color: #fff;
}

.faq-navigation__link.active:active {
    background-color: #0e0e0e;
    color: #fff;
}

.collapse:not(.collapse_show){
    display: none;
}

@media (max-width: 1608px) {
    .faq-page__title {
        padding: 0 47px;
    }

    .faq-page__list {
        padding: 0 47px;
    }
}

@media (max-width: 1440px) {
    .info-banks__list li {
        font-size: 0.9722222222vw;
    }
}

@media (max-width: 1024px) {
    .info-hero__image {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
    }

    .info-layout__nav {
        top: 120px;
    }

    .info-layout__row {
        gap: 15px;
    }

    .info-layout__nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 231px;
        flex: 0 0 231px;
    }

    .info-section__list li {
        gap: 12px;
    }

    .info-banks__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .info-banks__list li {
        font-size: 1.3671875vw;
    }

    .faq-wrapper {
        margin-top: 16px;
    }

    .faq-page__wrapper {
        gap: 24px;
    }

    .faq-page__title {
        padding: 0 20px;
    }

    .faq-page__list {
        padding: 0 20px;
    }
    .faq-navigation.sticky + .faq-page__list {
        padding-top: 72px;
    }

    .faq-navigation {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .faq-navigation.sticky {
        top: 96px;
    }
}

@media (max-width: 768px) {
    .info-head__list {
        font-size: 14px;
        line-height: 1.4285714286;
        gap: 8px;
    }

    .info-layout {
        margin-bottom: 80px;
    }

    .info-layout__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }

    .info-layout__nav {
        top: 0px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .info-layout__nav ul {
        display: none;
    }

    .info-layout__nav .swiper {
        display: block;
    }

    .info-layout__head h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .info-section {
        gap: 20px;
    }

    .info-section__header {
        gap: 8px;
    }

    .info-section__header p {
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .info-section__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .info-section__list {
        gap: 12px;
    }

    .info-section__list li svg {
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    }

    .info-section__list li .index {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.3333333333;
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    }

    .info-section__list li div {
        gap: 4px;
    }

    .info-section__subtitle {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .info-section__cards {
        gap: 20px;
    }

    .info-section__card {
        gap: 8px;
        padding: 20px;
    }

    .info-section__card h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .info-banks__list li {
        font-size: 12px;
        line-height: 1.3333333333;
    }

    .faq-wrapper {
        margin-top: 10px;
    }

    .faq-page__wrapper {
        gap: 12px;
    }

    .faq-page__list {
        gap: 40px;
    }

    .faq-section__list {
        gap: 8px;
    }

    .faq-item__header {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-item__header.active {
        padding-bottom: 12px;
    }

    .faq-item__title {
        font-size: 14px;
    }

    .faq-item__content {
        padding-left: 20px;
        padding-right: 52px;
        font-size: 14px;
        gap: 8px;
        padding-bottom: 18px;
    }
    .faq-navigation.sticky + .faq-page__list {
        padding-top: 60px;
    }

    .faq-navigation.sticky {
        top: 106px;
    }
}

@media (max-width: 568px) {
    .info-hero__image {
        margin-left: -12px;
        margin-right: -12px;
    }

    .info-layout {
        margin-bottom: 42px;
    }

    .info-layout__nav .swiper {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .info-section__cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .info-section__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .info-banks__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 28px;
    }

    .faq-wrapper {
        margin-top: 8px;
    }

    .faq-page__title {
        padding: 0 12px;
    }

    .faq-page__list {
        padding: 0 12px;
        gap: 32px;
    }
    .faq-item__header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .faq-item__header.active {
        padding-bottom: 12px;
    }

    .faq-item__content {
        padding-bottom: 16px;
    }
    .faq-navigation.sticky {
        top: 104px;
    }
}
@media (hover: hover) {
    .faq-item:hover {
        border-color: #0e0e0e;
    }

    .faq-item:hover .faq-item__header {
        background-color: transparent;
    }
    .faq-navigation__link:hover {
        background-color: #e1e1e3;
        color:#e1e1e3;
    }

    .faq-navigation__link.active:hover {
        background-color: #0e0e0e;
        color: #fff;
    }
}