@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

* {
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-family: serif;
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: all .3s linear;
}

html,
body {
    background: #fffaef;
}

a:hover {
    color: #426FEE !important;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    background: #435877;

    img {
        filter: brightness(10);
    }
}

.icon-border {
    background: none;
    border: 1px solid #C4C4C4;

    img {
        filter: none;
    }
}

.icon img {
    width: 32px;
}

.icon:hover {
    background: #426fee;
    border-color: transparent;
}

.icon:hover img {
    filter: brightness(100);
}

a:hover .icon {
    background: #426fee;
    border-color: transparent;
}

a:hover .icon img {
    filter: brightness(100);
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 48px !important;
    text-decoration: none;
}

.btn.round-0 {
    border-radius: 0 !important;
}

.btn[disabled="disabled"],
.btn[disabled] {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

.btn-primary {
    background: #426fee;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.btn-primary:hover {
    background: #234cc1 !important;
    color: #fff !important;
}

.btn-secondary {
    background: #435877;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.btn-secondary:hover {
    background: #21334D !important;
    color: #fff !important;
}

.btn-red {
    background: #C73549;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.btn-red:hover {
    background: #A31B2E !important;
    color: #fff !important;
}

.btn-gray {
    background: #e5e5e5;
    color: #363C46 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.btn-gray:hover {
    background: #dfdfdf !important;
    color: #363C46 !important;
}

.btn-outline {
    background: none;
    border: 1px solid #c4c4c4;
    color: #363C46 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.btn-outline:hover {
    color: #363C46 !important;
    border: 1px solid #363C46;
}

.text-wrap {
    white-space: wrap !important;
}

header {
    position: relative;
    z-index: 9;
}

header img {
    max-width: 100%;
}

.header {
    padding: 32px 0 0;
}

header .notify {
    background: #c73549;
    padding: 10px 0;
}

header .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
}

header .links a,
header .links div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #41416E;
    position: relative;
}

header .links .icon {
    width: 42px;
    height: 42px;
    margin: 0 12px 0 0;
    flex: 0 0 42px;
}

header .links .icon img {
    width: 20px;
}

.links-dropdown {
    position: absolute;
    padding: 28px;
    background: #fff;
    border-radius: 10px;
    top: 99%;
    left: 0;
    z-index: 3;
    display: none;

    .time {
        flex-direction: column;
        min-width: 500px;
    }

    .time-block:first-of-type {
        padding-top: 0;
    }
}

header .links>div:hover .links-dropdown {
    display: inline-block;
}

header .contacts {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

header .contacts p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

header .contacts p+a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
    white-space: nowrap;
}

header .search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #41416E;
}

header .search .icon {
    width: 42px;
    height: 42px;
    margin: 0 12px 0 0;
    flex: 0 0 42px;
}

header .search .icon img {
    width: 20px;
}

header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #e5e5e5;
}

header .nav li {
    flex: 0 1 100%;
    text-align: center;
    position: relative;
}

header .nav li:hover a {}

header .nav li:hover ul {
    display: inline-block;
}

header .nav li:has(ul):hover a {
    border-radius: 10px 10px 0 0;
    background: #fff;
}

header .nav li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #41416E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border-radius: 10px;
    width: 90%;
    transition: unset;
}

header .nav li:has(ul) a:after {
    content: url('../images/dd.svg');
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 6px;
}

header .nav li:hover a:after {
    transform: rotate(180deg) !important;
}

header .nav li.extend a:after {
    display: none;
}

header .nav li.extend:hover>a {
    background: #234cc1 !important;
}

header .nav li.extend ul {
    top: 100%;
    left: inherit;
    right: 0;
    width: 240px;
    padding: 10px 0;
    border-radius: 10px;

    li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    li:last-of-type {
        border-bottom: none;
    }

    li,
    a {
        line-height: 1.4;
    }
}

header .nav li ul {
    padding: 10px 0 20px;
    position: absolute;
    left: 0;
    min-width: 90%;
    width: max-content;
    display: none;
    list-style-type: none;
    background: #fff;
    margin: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    z-index: 100000;
}

header .nav li ul a {
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    color: #41416E;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

header .nav li ul a:after {
    display: none;
}

header .nav .btn {
    width: 100%;
}

.search-form {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fffaef;
    gap: 12px;
    width: 100%;
    display: none;
}

.search-form input {
    height: 46px;
    width: 100%;
    max-height: 500px;
}

.search-form a {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    img {
        width: 24px;
    }
}

body.overflow {
    height: 100vh;
    overflow: hidden;
}

.js-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -20.49%, rgba(252, 235, 206, 0.7) 77.83%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    z-index: 99;
    padding: 40px 0;
}

.js-nav {
    display: none;
}

.js-nav strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 28px;
}

.js-nav strong span,
.js-nav strong a {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #41416E;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

.js-nav strong:after {
    content: '';
    flex: 0 1 100%;
    height: 1px;
    background: #e5e5e5;
}

.js-nav ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
}

.js-nav ul li {
    margin: 0 0 4px;
}

.js-nav ul a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #41416E;
}

.js-nav .contact {
    margin: 0 0 20px;
    padding-left: 20px;
    position: relative;
}

.js-nav .contact img {
    position: absolute;
    top: 4px;
    left: -5px;
}

.js-nav .contact p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

.js-nav .contact a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
    white-space: nowrap;
    letter-spacing: -.5px;
}

.js-close {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.js-close img {
    width: 24px;
}

.swiper-slide>* {
    width: 100%;
}

.swiper-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 0;
}

.swiper-button-next {
    position: static;
    margin: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #c4c4c4;
    border-radius: 32px;
}

.swiper-button-next:hover {
    border-color: #426fee;
}

.swiper-button-next:hover:after {
    /*filter: brightness(10);*/
}

.swiper-button-next:after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/arrow.svg') center no-repeat;
    filter: brightness(0.5);
}

.swiper-pagination {
    position: static;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #d5d5d5;
}

.swiper-pagination-bullet-active {
    background: #426fee;
}

.swiper-button-prev {
    position: static;
    margin: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #c4c4c4;
    border-radius: 32px;
}

.swiper-button-prev:hover {
    border-color: #426fee;
}

.swiper-button-prev:hover:after {
    /*filter: brightness(10);*/
}

.swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/arrow.svg') center no-repeat;
    filter: brightness(0.5);
    transform: rotate(180deg);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: fit-content;
}

.pagination li {
    margin: 0 6px;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #c4c4c4;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    color: #435877;
}

.pagination .prev:hover img {
    filter: brightness(100);
}

.pagination .next:hover img {
    filter: brightness(100);
}

.pagination .active {
    background: #435877;
    color: #fff;
}

.pagination a:hover {
    border-color: transparent;
    background: #426fee;
    color: #fff !important;
}

.pers-item {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin: 0 0 28px;
}

.pers-item img {
    width: 100%;
    max-height: 430px;
    border-radius: 0 30px 0 30px;
    margin: 0 0 36px;
    object-fit: cover;
    aspect-ratio: 17 / 20;
}

.pers-item p {
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #363C46;
}

.pers-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3E587A !important;
}

.pers-item:hover p {
    color: #c73549;
}

.card-item {
    border-radius: 0 30px 30px 30px;
    padding: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-item-border {
    background: transparent;
    border: 1px solid #e5e5e5;
}

.card-item__image {
    aspect-ratio: 18 / 25;
    max-height: 256px;
    margin: 0 40px 0 0;
}

.card-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
}

.card-item__content .title {
    margin: 0 0 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #363C46;
}

.card-item__content p {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3E587A;
}

.card-item__contact {
    margin: 0 0 20px;
    padding-left: 20px;
    position: relative;
}

.card-item__contact p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

.card-item__contact a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
    white-space: nowrap;
    letter-spacing: -.5px;
}

.card-item__contact img {
    position: absolute;
    top: 4px;
    left: -5px;
}

.article-item {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.swiper .article-item img{
    max-height: 180px;
}

.article-item__image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;

    margin: 0 0 28px;
}

.article-item .badge {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 10px 0 0;
}

.article-item .date {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px 24px;
    border-radius: 10px 0 0 0;
    background: #426fee;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}

.article-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.article-item .more {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3E587A;
}

.article-item .more img {
    width: 32px;
    height: 32px;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 32px;
    margin: 0 0 0 16px;
    filter: brightness(.5);
}

.article-item:hover .more {
    color: #426fee;
}

.article-item:hover .more img {
    border-color: #426FEE;
    filter: none;
}

.article-item p {
    height: 100px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #363C46;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.accordion-item {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background: #fff;
    margin: 0 0 24px;
}

.accordion-item__title {
    padding: 12px 12px 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363C46;
    cursor: pointer;
}

.accordion-item__title:hover {
    color: #c73549;
}

.accordion-item__title img {
    padding: 12px;
    border-radius: 44px;
    border: 1px solid #fff;
    filter: brightness(.5);
}

.accordion-item__content {
    padding: 12px 32px 24px;
    display: none;
    width: 100%;
}

.accordion-item.open .accordion-item__title img {
    background-color: #426FEE;
    border-color: #426FEE;
    transform: rotate(45deg);
    filter: none;
}

.accordion-item.open .accordion-item__content {
    display: inline-block;
}

.contact-item {
    margin: 0 0 20px;
    padding-left: 20px;
    position: relative;
}

.contact-icon {
    position: absolute;
    top: 4px;
    left: -5px;
}

.contact-item p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

.contact-item a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
    white-space: nowrap;
    letter-spacing: -.5px;
}

.contact-item span {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
    /*white-space: nowrap;*/
    letter-spacing: -.5px;
}

.doc-item {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin: 0 0 16px;

    .d-flex {
        align-items: center;
    }

    img {
        margin: 0 20px 0 0;
    }

    p {
        margin: 0 10px 0 0;
        width: fit-content;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #363C46;
        text-overflow: ellipsis;
    }

    i {
        color: #c4c4c4;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
}

.doc-item:hover {
    border-color: #426FEE;

    p {
        color: #426fee;
    }
}

.partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 168px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.badge {
    padding: 12px 24px;
    border-radius: 0 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
}

.badge:hover {
    opacity: 0.8;
}

.badge-blue {
    background: #CFEDFD;
    color: #435877;
}

.badge-yellow {
    background: #FCEBCE;
    color: #F68E1E;
}

.badge-gray {
    background: #C4C4C4;
    color: #303E58;
}

.badge-navy {
    background: #CFE0F9;
    color: #363C46;
}

.badge-green {
    background: #E4FFDE;
    color: #21B254;
}

.badge-purple {
    background: #F7EAF8;
    color: #981BA3;
}

.badge-red {
    background: #FBE3E3;
    color: #C73549;
}

.text-center {
    text-align: center;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.w-100 {
    width: 100%;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 1.5rem;
}

.gap-3 {
    gap: 2rem;
}

.gap-4 {
    gap: 3rem;
}

main {}

main.inner {
    padding: 36px 0 80px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 28px;
    list-style-type: none;
    padding: 0;
}

.breadcrumbs li:last-of-type:after {
    display: none;
}

.breadcrumbs li:after {
    content: '/';
    margin: 0 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #C4C4C4;
}

.breadcrumbs li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #C4C4C4;
}

.breadcrumbs li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #3E587A;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

h1,
.h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #363C46;
    margin: 0 0 28px;
}

h2,
.h2 {
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #363C46;
}

h3,
.h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #363C46;
}

h4,
.h4 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #363C46;
}

p,
.text {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #363C46;
}

blockquote,
.blockquote {
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #363C46;
    padding-left: 20px;
    border-left: 2px solid #950A2A;
}

ol,
ul {
    padding: 0;
    margin: 0 0 16px;

    li {
        font-weight: 400;
        font-size: 16px;
        color: #363C46;
        list-style-position: inside;
    }
}

li::marker {
    color: #435877;
}

ol {
    counter-reset: custom-counter;
}

ol li {
    list-style: none;
    counter-increment: custom-counter;
}

ol li::before {
    content: counter(custom-counter) ") ";
    margin-right: 0.2em;
    color: #435877;
}

table {
    width: 100%;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

table thead {}

table thead tr {
    background: #41426b;
}

table thead th {
    padding: 12px 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

table tbody {
    background: #fff;
}

table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

table tbody tr:last-of-type td {
    border-bottom: none;
}

table tbody td {
    padding: 16px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #363C46;
    border-bottom: 1px solid #e5e5e5;

    a {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #363C46;
    }
}

table tbody tr:hover {
    background: #fbfbfb;
}

table thead th:first-of-type {
    border-radius: 12px 0 0 0;
}

table thead th:last-of-type {
    border-radius: 0 12px 0 0;
}

table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 12px;
}

table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 12px 0;
}

.form-label {
    width: 100%;

    span {
        display: inline-block;
        margin: 0 0 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #435877;
        width: 100%;
    }

    i {
        font-style: normal;
        color: #e22;
    }
}

.form-control {
    width: 100%;
    padding: 10px 24px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 40px;
}

.form-control:hover {
    border-color: #b7b7b7;
}

.form-control:focus,
.form-control:focus-visible,
.form-control:active {
    outline: 3px solid rgba(5, 54, 125, 0.1);
}

.form-control.has-error {
    border-color: #aa3b55;
    outline: 3px solid rgba(199, 53, 73, 0.1);
}

input::-webkit-input-placeholder {
    color: #c4c4c4;
}

textarea.form-control {
    padding: 16px 24px;
    resize: none;
    min-height: 200px;
    field-sizing: content;
    border-radius: 20px;
}

select.form-control {
    appearance: none;
    background: #fff url('../images/dd.svg') center right 16px no-repeat;
}

select.form-control:open {
    background: #fff url('../images/du.svg') center right 16px no-repeat;
}

.form-label [type="checkbox"] {
    display: none;
}

.form-label [type="checkbox"][disabled]+p {
    cursor: default;
    opacity: 0.6;
}

.form-label [type="checkbox"]+p {
    padding-left: 36px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #435877;
    background: url('../images/checkbox.svg') left center no-repeat;

    i {
        font-style: normal;
        color: #e22;
    }
}

.form-label [type="checkbox"]:checked+p {
    background: url('../images/checkbox-active.svg') left center no-repeat;
}

.form-label [type="radio"] {
    display: none;
}

.form-label [type="radio"][disabled]+p {
    cursor: default;
    opacity: 0.6;
}

.form-label [type="radio"]+p {
    padding-left: 36px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #435877;
    background: url('../images/radio.svg') left center no-repeat;

    i {
        font-style: normal;
        color: #e22;
    }
}

.form-label [type="radio"]:checked+p {
    background: url('../images/radio-active.svg') left center no-repeat;
}

::file-selector-button,
::-webkit-file-upload-button {
    display: none;
}

input[type="file"i] {
    color: #363c46;
}

.form-file {
    display: flex;
    align-items: stretch;

    input {
        border-radius: 40px 0 0 40px;
    }

    span {
        background: #435877;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        border-radius: 0 40px 40px 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        width: fit-content;
        cursor: pointer;
    }
}

.bg-black {
    background: #363C46;
}

.bg-dark {
    background: #435877;
}

.bg-blue {
    background: #426FEE;
}

.bg-navy {
    background: #41426B;
}

.bg-gray {
    background: #7A7A97;
}

.bg-beige {
    background: #FBFBFB;
}

.bg-white {
    background: #fff;
}

.bg-tint-blue {
    background: #CFEDFD;
}

.bg-tint-orange {
    background: #FCEBCE;
}

.bg-tint-pink {
    background: #FBE3E3;
}

.bg-tint-navy {
    background: #C7DCFC;
}

.bg-tint-cian {
    background: #D3FCFE;
}

.bg-tint-green {
    background: #E4FFDE;
}

.color-black {
    color: #363C46;
}

.color-dark {
    color: #435877;
}

.color-blue {
    color: #426FEE;
}

.color-navy {
    color: #41426B;
}

.color-gray {
    color: #7A7A97;
}

.color-beige {
    color: #FBFBFB;
}

.color-white {
    color: #fff;
}

.color-tint-blue {
    colo: #CFEDFD;
}

.color-tint-orange {
    colo: #FCEBCE;
}

.color-tint-pink {
    colo: #FBE3E3;
}

.color-tint-navy {
    colo: #C7DCFC;
}

.color-tint-cian {
    colo: #D3FCFE;
}

.color-tint-green {
    colo: #E4FFDE;
}

.aside-block {
    margin: 0 0 28px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.aside-block .title {
    background: #426fee;
    padding: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.aside-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 4px;
}

.aside-block ul li {
    padding: 0 24px;
}

.aside-block ul li a {
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #41416E;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.aside-block ul li:last-of-type a {
    border-bottom: none;
}

.aside-link {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    width: calc(100% - 48px);
    margin: 0 24px;
    position: relative;
}

.aside-link:last-of-type {
    border-bottom: none;
}

.aside-link.open {}

.aside-link.open a:after {
    transform: rotate(180deg);
}

.aside-link ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.aside-link.open ul {
    display: inline-block;
    padding: 12px 0 0;
}

.aside-link img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #e5e5e5;
    margin: 0 12px 0 0;
}

.aside-link a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #41416E;
}

.aside-link:has(ul) a:after {
    content: url('../images/dd.svg');
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}

.aside-link ul li {
    padding: 0;
}

.aside-link ul li a {
    padding-right: 28px;
}

.aside-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;

    .d-flex {
        gap: 12px;
        width: 100%;
    }
}

.aside-tags a.btn {
    font-size: 14px !important;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.box {
    background: #fff;
    border-radius: 32px;
    padding: 32px 32px 16px;
}

.hero {
    position: relative;
    z-index: 2;
    padding: 32px 0;
    background: #FCEBCE url('../images/hero.jpg') center top / 100% auto no-repeat;
}

.hero .row {
    /*align-items: flex-end;*/

    p {
        padding-left: 30px;
    }
}

.hero-wrapper {
    height: 533px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.category-item {
    position: relative;
    text-align: center;
    margin: 0 0 60px;
    display: block;
    text-decoration: none;
}

.category-item:hover p {
    color: #426FEE;
}

.category-item img {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.category-item-static {
    margin: 0 0 40px;
}

.category-item-static img {
    max-width: 100px;
    max-height: 100px;
    position: static;
    transform: none;
}

.category-item span {
    width: 100%;
    height: 300px;
    display: block;
    margin: 0 0 48px;
    margin-top: 20px;
    position: relative;
}

.category-item-static span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 240px;
    flex-direction: column;

    p {

        margin: 0;
    }
}

.category-item p {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #41416E;
}

.products {
    background: linear-gradient(180deg, #fffaef 0, rgba(252, 235, 206, 0.7) 77.83%);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    position: relative;
}

.products-grid:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 284px;
    height: 284px;
    border-radius: 284px;
    background: rgba(252, 235, 206, 0.3);
    margin-left: -142px;
    margin-top: -142px;
    display: block;
}

.products-grid:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 194px;
    height: 194px;
    border-radius: 194px;
    background: #FCEBCE;
    margin-left: -97px;
    margin-top: -97px;
    display: block;
}

.products-item {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    text-decoration: none;

    span {
        display: flex;
        width: 130px;
        height: 130px;
        border-radius: 130px;
        background: #fef5e8;
        align-items: center;
        justify-content: center;
        margin: 0 0 12px;
        transition: unset;
    }

    p {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: #41416E;
        margin: 0;
        transition: unset;
    }

    img {

        transition: unset;
    }
}

.products-item:hover {
    background: #3e587a;

    span {
        background: #fff;
    }

    p {
        color: #fff;
    }

    img {
        filter: hue-rotate(190deg) brightness(0.4);
    }
}

.products-item:nth-of-type(1) {
    border-radius: 0 100px 100px 100px;
}

.products-item:nth-of-type(2) {
    border-radius: 100px 0 100px 100px;
}

.products-item:nth-of-type(3) {
    border-radius: 100px 100px 100px 0;
}

.products-item:nth-of-type(4) {
    border-radius: 100px 100px 0 100px;
}

.map-wrapper {
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.map-wrapper .image {
    overflow: auto;
    margin: 0 0 40px;
}

.map-wrapper .list {
    columns: 4;
    column-gap: 28px;
}

.map-wrapper .list ul {
    margin: 0 0 40px;
    text-align: left;
    list-style-type: none;
    padding: 0;
    break-inside: avoid;
}

.map-wrapper .list ul li {
    margin: 0 0 8px;
}

.map-wrapper .list ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #363C46;
    display: inline-block;
}

.map-wrapper .list ul li strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 20px;
}

.map-wrapper .list ul li strong span {
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #41416E;
}

.map-wrapper .list ul li strong:after {
    content: '';
    flex: 0 1 100%;
    height: 1px;
    background: #e5e5e5;
}

.hoverable-wrapper {}

.hoverable-item {
    display: none;
}

.hoverable-item.active {
    display: inline-block;
}

.swiper-resource .swiper-slide a {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        max-height: 100%;
        max-width: 100%;
    }
}

.src-card {
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    box-shadow: 0 10px 20px rgba(63, 104, 205, 0.1);

    .btn {
        width: fit-content;
    }

    img {
        max-width: 100px;
    }
}

.depart-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    gap: 20px;

    img {
        width: 160px;
        height: 120px;
        border-radius: 20px;
        object-fit: cover;
    }

    p {
        margin: 0 0 4px;
        font-weight: 500;
        font-size: 18px;
    }

    span {
        color: #3e587a;
        font-size: 16px;
    }
}

.depart-card:hover p {
    color: #426FEE;
}

.help-wrapper {
    padding: 60px 100px 60px;
    background: #FFF7ED;
    border-radius: 40px 0 40px 40px;
}

.help-wrapper .h1 {
    text-align: center;
    padding: 0 10%;
}

.help-title {
    position: relative;
    border-radius: 40px 0 40px 40px;
    background: #FFE7C6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    margin: 0 0 60px;
}

.help-title img {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.help-title p {
    color: #41416E;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    height: 167px;
    align-items: center;
    display: flex;
    line-height: 1.2;
    opacity: 0.4;
}

.help-form {
    position: relative;
}

.help-form .btn {
    width: fit-content;
    white-space: nowrap;
}

.help-result-block {
    padding: 40px;
    border-radius: 0 40px 40px 40px;
    background: #fff;
    margin: 0 0 20px;
}

.help-result-block .contact-item a {
    white-space: wrap;
}

.about-banner {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 40px;
}

.about-banner img {
    position: relative;
    z-index: 3;
}

.about-bg {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.about-bg1 {
    width: 530px;
    height: 508px;
    background: linear-gradient(323.41deg, #FFE49D 13.95%, rgba(255, 237, 172, 0) 88.43%);
    opacity: 0.5;
}

.about-bg2 {
    width: 409px;
    height: 410px;
    background: linear-gradient(323.41deg, #FFE19E 13.95%, rgba(255, 226, 204, 0) 88.43%);
}

.history-block {
    position: relative;
}

.history-block:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #376df6;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.history-block:first-of-type:after {
    height: 50%;
    top: 50%;
}

.history-block:last-of-type:after {
    height: 50%;
}

.history-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.history-dot .dot {
    width: 38px;
    height: 38px;
    border: 1px solid #376DF6;
    padding: 12px;
    border-radius: 34px;
    position: relative;
    background: #fff;
    z-index: 2;
    transition: all .4s linear;
}

.history-dot .dot:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #376df6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    transition: all .4s linear;
}

.history-block.active .date {
    transform: scale(1.4);
    color: #376df6;
}

.history-block.active .dot {
    background: #376df6;
}

.history-block.active .dot:before {
    background: #fff;
}

.history-item {
    display: flex;
    align-items: center;
    gap: 48px;
    height: 250px;
}

.history-item .date {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: rgba(55, 109, 246, 0.4);
}

.history-item .text {
    width: 360px;
}

.history-item p {
    margin: 16px 0 0;
}

.history-item .image {
    width: 380px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(65, 65, 110, 0.4);
}

.history-item .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

footer {
    padding: 50px 0 25px;
    background: linear-gradient(90deg, #F9FDFF 0%, #E8F7FE 100%);
}

footer .logo {
    display: inline-block;
    margin: 0 0 32px;
}

footer .logo img {
    display: block;
    max-width: 100%;
}

footer .policy {
    margin: 0 0 80px;
}

footer .policy li {
    margin: 0 0 4px;
}

footer .policy a {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #41416E;
}

footer .social {
    margin: 0 0 60px;
}

footer .social p {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #41416E;
}

footer .social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

footer span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #9BA5BA;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin: 0 0 12px;
}

footer ul a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #41416E;
    text-decoration: none;
}

footer hr {
    width: 90%;
    border-color: #e5e5e5;
    background: #e5e5e5;
}

footer .time {
    padding-right: 20px;
    margin: 10px 0 0;
    display: inline-block;
}

footer .time-header {
    margin: 0 0 0px;
    padding-left: 20px;
    position: relative;
}

footer .time-header p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

footer .time-header img {
    position: absolute;
    top: 4px;
    left: -5px;
}

footer .time-block {
    display: grid;
    grid-template-columns: 42% 58%;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    gap: 40px;
    width: calc(100% - 25px);
    margin-left: 25px;
}

footer .time-block:last-of-type {
    border: none;
    padding-bottom: 0;
}

footer .time-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #41416E;
}

footer .time-block span {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

footer .contact {
    margin: 0 0 20px;
    padding-left: 20px;
    position: relative;
}

footer .contact img {
    position: absolute;
    top: 4px;
    left: -5px;
}

footer .contact p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

footer .contact a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
    white-space: nowrap;
    letter-spacing: -.5px;
}

footer .copyright {
    padding: 25px 0 0;
    margin: 70px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #9BA5BA;
    border-top: 1px solid #e5e5e5;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 28px;
    width: auto;
    border-radius: 10px;
    max-width: 520px;
    margin: 20px auto;
}

.time-block {
    display: grid !important;
    grid-template-columns: 42% 58%;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    gap: 28px;
    width: calc(100%);
}

.time-block:last-of-type {
    border: none;
    padding-bottom: 0;
}

.time-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #41416E;
    width: 100%;
    margin: 0 !important;
}

.swiper-slide img {
    max-width: 100%;
    width: 100%;
}

.swiper-6 .swiper-slide img {
    max-width: 100%;
    width: auto;
}

.time-block span {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #41416E;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

@media(max-width: 1400px) {
    .help-title img {
        left: -40px;
    }
    .help-wrapper .h1 {
        padding: 0 170px;
    }

    header .nav li a,
    header .nav .btn {
        font-size: 14px !important;
    }

    header .links a {
        font-size: 12px;
    }

    header .search {
        font-size: 12px;
    }
}

@media(max-width: 1200px) {
    .help-title img {
        left: -40px;
        max-width: 320px;
    }
    header .contacts {
        padding-left: 24px;
    }

    header .contacts p {
        font-size: 13px;
        line-height: 1.4;
    }

    header .contacts p+a {
        font-size: 14px;
    }

    .products-grid {
        margin: 0 0 40px;
    }

    .box.mx-4 {
        margin-left: 0;
        margin-right: 0;
    }

    .category .row {
        overflow: auto;
        flex-wrap: nowrap;
    }

    .category .row>div {
        min-width: 370px;
        flex: 0 0 370px;
        margin-top: 40px;
    }

    .category .row>.col-12 {
        min-width: 100%;
        flex: 0 0 100%;
    }

    .category-item {
        margin: 0 0 40px;
    }

    footer .contact a {
        white-space: normal;
    }

    footer .time-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        padding: 18px 0 0;
    }

    nav {
        padding-top: 80px !important;
        height: 100vh;
        overflow: auto;
    }

    .history-block {}

    .history-block:after {
        left: 29px;
        height: 100% !important;
        top: 0 !important;
    }

    .history-block .col-1 {
        order: 1;
    }

    .history-block .col {
        order: 2;
    }

    .history-block .col:empty {
        display: none !important;
    }

    .history-item {
        justify-content: flex-start !important;
        padding-left: 40px;
        gap: 60px;
        height: auto;
        align-items: flex-start;
        padding-bottom: 40px;
    }

    .history-item .date {
        order: 1;
    }

    .history-item .text {
        order: 2;
    }

    .history-dot {
        align-items: flex-start;
    }

    .article-item p {
        font-size: 18px;
        line-height: 1.3;
        height: auto;
    }
}

@media(max-width: 992px) {
    .header {
        padding-top: 0;
    }

    header {
        width: 100%;
        overflow: hidden;
    }

    header .logo {
        padding: 16px 0 26px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .logo img {
        display: inline-block;
        width: 240px;
    }

    header .links {
        font-size: 0;
        text-indent: -99999px;
        padding-left: 12px;
        padding-right: 12px;
    }

    header .links span {
        margin: 0 !important;
    }

    .js-nav-open {
        order: 2;
    }

    .hero {
        max-height: unset;
        padding-top: 270px;
        background: #FCEBCE url('../images/hero.jpg') top right / 992px auto no-repeat;
    }

    .category-item span {
        margin: 0 0 24px;
    }

    .map-wrapper .list {
        columns: 2;
        column-gap: 28px;
    }

    .article-item p {
        height: 74px;
        margin: 0 0 20px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }

    .category .row>div {
        min-width: 320px;
        flex: 0 0 320px;
        margin-top: 40px;
    }

    footer ul li {
        line-height: 1.4;
    }

    footer .policy {
        margin: 0 0 20px;
        width: 100%;
    }

    footer .social {
        margin: 0 0 20px;
    }

    footer span {
        margin: 0 0 40px;
        display: inline-block;
    }

    footer .container .container {
        padding: 0;
    }

    footer ul {
        width: 50%;
        float: left;
    }

    footer hr {
        display: none;
    }

    footer .contact {
        margin: 40px 0 0 5px;
    }

    footer .contact+.contact {
        margin: 30px 0 0 5px;
    }

    footer .time {
        margin-left: 5px;
    }

    footer .copyright {
        font-size: 12px;
        line-height: 1.4;
    }

    .time-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;

        p {
            margin: 0;
        }

        br {
            display: none;
        }
    }

    .order-lg-2 {
        order: 2;
    }

    .aside-spoiler {
        margin: 32px 0 16px;

        .title {
            position: relative;
        }

        .title:before {
            content: '';
            display: block;
            width: 42px;
            height: 42px;
            border: 1px solid #fff;
            border-radius: 42px;
            background: url('../images/menu.svg') center no-repeat;
            filter: brightness(10);
            position: absolute;
            top: 50%;
            margin-top: -21px;
            right: 24px;
        }

        ul {
            display: none;
        }
    }

    .aside-spoiler.show ul {
        display: block;
    }

    .help-wrapper {
        padding: 40px 60px;
    }

    .help-title {
        flex-direction: column;

        img {
            position: static;
        }
    }

    .doc-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;

        i {
            white-space: nowrap;
        }

        .btn {
            width: 100%;
        }

        .d-flex {
            gap: 6px;
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .history-block:after {
        left: 47px;
        height: 100% !important;
        top: 0 !important;
    }

    .history-block .col-1 {
        flex: 0 0 16%;
        width: 16%;
    }

    .history-block .col {
        flex: 0 0 84%;
        width: 84%;
    }

    .history-item {
        flex-direction: column;
        padding-left: 16px;
        gap: 16px;
    }

    .history-block .row {
        flex-wrap: nowrap;
    }

    .history-item .date {
        font-size: 24px;
    }

    .history-item .text {
        width: 100%;
    }

    .history-item .image {
        width: 100%;
    }

    .history-dot .dot {
        width: 32px;
        height: 32px;
    }

    .card-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 28px;
        margin: 0 0 28px;
    }
    .help-form {
        flex-direction: column;

        .btn {
            width: 100%;
        }
    }
}

@media(max-width: 768px) {
    .accordion-item__content {
        padding: 12px;
    }
    .pers-item img {
        margin: 0 0 16px;
    }
    .help-wrapper {
        padding: 28px;
    }
    .breadcrumbs li:last-of-type {
        display: none;
    }

    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .products-grid:before {
        display: none;
    }

    .products-grid:after {
        display: none;
    }

    .products-item {
        height: 250px;
    }

    .map-wrapper {
        padding: 28px;
    }

    .map-wrapper .list {
        columns: 1;

        ul {
            margin: 0 0 20px;
        }
    }

    .map-wrapper .list ul.show li {
        display: block;
    }

    .map-wrapper .list ul li {
        display: none;
        width: 100%;
    }

    .map-wrapper .list ul li:first-of-type {
        display: block;
    }

    .js-nav strong {
        margin: 0 0 24px;
    }

    .js-nav ul {
        display: none;
    }

    .js-nav ul.show {
        display: block;
    }

    .history-block:after {
        left: 32px;
        height: 100% !important;
        top: 0 !important;
    }
}

@media(max-width: 576px) {
    .history-block:after {
        left: 5.6%;
        height: 100% !important;
        top: 0 !important;
    }
    .help-wrapper .h1 {
        font-size: 24px;
        padding: 0;
    }
    .help-title p {
        font-size: 21px;
        height: 90px;
    }
    .accordion-item__title {
        padding: 12px;
        line-height: 1.2;
    }
    .help-result-block {
        padding: 28px;
    }
    .about-banner {
        overflow: hidden;
    }
    .about-bg1 {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .about-bg2 {
        width: 80%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .about-banner img {
        width: 100%;
    }
}