/* Common */
/* Media */
/* Content */
/* Blocks */
.main__content { min-height: 58.98438vw; }

.main__bg, .main picture { position: absolute; bottom: 0; right: -2.60417vw; -o-object-fit: contain; object-fit: contain; height: auto; width: 61.19792vw; }

.main__box { margin-top: 5.20833vw; display: flex; flex-direction: column; gap: 2.60417vw; }

.main__title { font-size: 4.6875vw; letter-spacing: -0.01em; font-weight: 600; line-height: 1; max-width: 56.51042vw; }

.main__subtitle { font-size: 2.60417vw; line-height: 130%; letter-spacing: -0.01em; font-weight: 500; }

.main__desc { font-size: 3.38542vw; letter-spacing: -0.02em; max-width: 66.40625vw; font-weight: 500; line-height: 4.6875vw; }

.main__desc--accent { color: #203C89; }

.main__desc-accent { font-size: 2.86458vw; font-weight: 500; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 2.60417vw; }

.main__button { width: 100%; height: 8.59375vw; font-size: 2.86458vw; border-radius: 1.04167vw; }

.main__button-wrap { max-width: 33.59375vw; margin-bottom: 5.20833vw; }

.about { padding-top: 6.25vw; }

.about__content { display: flex; gap: 1.5625vw; }

.about__left, .about__right { flex: 1; display: flex; flex-direction: column; }

.about__title { margin-bottom: 1.04167vw; }

.about__subtitle { font-size: 2.34375vw; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 3.125vw; line-height: 1.2; }

.about__img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.about__img-wrap { flex: 1; position: relative; border-radius: 1.5625vw; overflow: hidden; min-height: 47.13542vw; }

.about__desc { font-size: 2.08333vw; font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 1.5625vw; }

.about__desc-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 2.08333vw; border: 1px solid #D6D6D6; border-radius: 1.5625vw; }

.about__desc--small { font-size: 1.82292vw; line-height: 1.4; margin-bottom: 0; }

.about__desc--accent { color: #203C89; }

.about__button { width: 100%; font-size: 2.08333vw; height: 6.64063vw; }

.about__button-wrap { margin-top: 5.20833vw; }

.why { padding-top: 6.25vw; }

.why__content { display: flex; gap: 1.5625vw; }

.why__left, .why__right { flex: 1; display: flex; flex-direction: column; overflow: hidden; }

.why__subtitle { font-size: 3.38542vw; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 4.16667vw; line-height: 1.2; }

.why__desc-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 2.08333vw; border: 1px solid #D6D6D6; border-radius: 1.5625vw; }

.why__list { padding: 0; margin: 0; list-style-type: none; display: flex; flex-direction: column; gap: 1.04167vw; }

.why__list-item { position: relative; font-size: 2.08333vw; font-weight: 500; letter-spacing: -0.02em; line-height: 1.4; padding-left: 1.82292vw; }

.why__list-item:before { content: ''; position: absolute; top: 0.91146vw; left: 0; width: 1.04167vw; height: 1.04167vw; background: #203C89; border-radius: 50%; }

.why__button { width: 100%; font-size: 2.08333vw; height: 6.64063vw; }

.why__button-wrap { margin-top: 5.20833vw; }

.why__slider { height: 100%; }

.why__slider:before { content: ''; position: absolute; bottom: -2.60417vw; left: 0; right: 0; width: 100%; height: 18.48958vw; background: linear-gradient(180deg, rgba(28, 28, 28, 0) 28%, #1c1c1c 100%); z-index: 5; }

.why__slider-wrap { position: relative; flex: 1; border-radius: 1.5625vw; overflow: hidden; }

.why__slider-wrap .why__slider-pagination { bottom: 3.25521vw; height: 1.30208vw; display: flex; align-items: center; justify-content: center; gap: 1.04167vw; }

.why__slider-wrap .why__slider-pagination .swiper-pagination-bullet { width: 1.04167vw; min-width: 1.04167vw; height: 1.04167vw; background: transparent; border: 1px solid #fff; margin: 0; opacity: 1; transition: all .15s ease-in-out; border-radius: 50%; backdrop-filter: blur(1.04167vw); }

.why__slider-wrap .why__slider-pagination .swiper-pagination-bullet-active { background: #fff; box-shadow: 0 0 0 1px #fff; }

.why__slider-item { position: relative; }

.why__slider-item-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.why__slider-arrows { position: absolute; bottom: 2.08333vw; left: 0; right: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 2.08333vw; z-index: 12; }

.why__slider-arrows-prev, .why__slider-arrows-next { display: flex; align-items: center; justify-content: center; width: 10.41667vw; height: 3.64583vw; border-radius: 0.78125vw; border: 1px solid #fff; backdrop-filter: blur(1.04167vw); }

.why__slider-arrows-prev-icon, .why__slider-arrows-next-icon { position: relative; width: 5.46875vw; height: 1.04167vw; }

.why__slider-arrows-prev-icon { left: -1px; }

.why__slider-arrows-next-icon { right: -1px; }

.advantages { padding-top: 6.25vw; }

.advantages__content { padding: 0 3.90625vw; margin-left: -3.90625vw; margin-right: -3.90625vw; display: flex; gap: 1.5625vw; overflow-x: scroll; -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }

.advantages__content::-webkit-scrollbar { display: none; }

.advantages__item { flex: 1; min-width: 36.97917vw; display: flex; flex-direction: column; }

.advantages__item-inner { padding: 2.08333vw; border-radius: 1.5625vw; background: #F6F7FA; display: flex; flex-direction: column; justify-content: space-between; min-height: 23.56771vw; }

.advantages__item-title { font-size: 2.86458vw; font-weight: 600; line-height: 1; letter-spacing: -0.02em; }

.advantages__item-title-wrap { margin-bottom: 3.25521vw; display: flex; justify-content: space-between; gap: 2.60417vw; }

.advantages__item-icon { width: 3.125vw; min-width: 3.125vw; height: 3.125vw; }

.advantages__item-desc { font-size: 1.82292vw; font-weight: 500; line-height: 1.4; letter-spacing: -0.02em; }

.advantages__item-list { flex: 1; margin: 1.04167vw 0 0; padding: 2.08333vw; display: flex; flex-direction: column; gap: 1.04167vw; list-style-type: none; border-radius: 1.5625vw; border: 1px solid #D6D6D6; }

.advantages__item-list-item { position: relative; font-size: 1.82292vw; font-weight: 500; letter-spacing: -0.02em; line-height: 1.4; padding-left: 1.5625vw; }

.advantages__item-list-item:before { content: ''; position: absolute; top: 0.91146vw; left: 0; width: 0.78125vw; height: 0.78125vw; border-radius: 50%; background: #203C89; }

.reviews { margin-top: 6.25vw; padding: 5.20833vw 0; background: rgba(32, 60, 137, 0.04); box-shadow: 0 0.52083vw 1.95313vw rgba(28, 28, 28, 0.08); }

.reviews .swiper-scrollbar-horizontal { position: relative; margin-top: 3.125vw; height: 0.52083vw; width: 100%; bottom: 0; border-radius: 1.30208vw; background: #EDEFF5; left: 0; right: 0; z-index: 20; }

.reviews .swiper-scrollbar-drag { cursor: pointer; background: #203C89; }

.reviews__title { margin-bottom: 0; }

.reviews__title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.60417vw; }

.reviews__slider { margin: 0 -0.78125vw; overflow: visible; }

.reviews__slider-item { display: flex; flex-direction: column; }

.reviews__slider-arrows { display: none; }

.reviews__item { flex: 1; background: #fff; border-radius: 1.5625vw; padding: 2.08333vw; margin: 0 0.78125vw; }

.reviews__item-icon { width: 2.08333vw; min-width: 2.08333vw; height: 2.08333vw; }

.reviews__item-person { display: flex; align-items: center; gap: 1.04167vw; }

.reviews__item-person-wrap { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 2.08333vw; }

.reviews__item-person-img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.reviews__item-person-img-wrap { position: relative; width: 5.98958vw; min-width: 5.98958vw; height: 5.98958vw; overflow: hidden; border-radius: 1.04167vw; }

.reviews__item-person-date { font-size: 1.5625vw; line-height: 1.4; letter-spacing: -0.01em; font-weight: 500; color: rgba(28, 28, 28, 0.5); margin-bottom: 0.52083vw; }

.reviews__item-person-name { font-size: 2.60417vw; line-height: 1.2; letter-spacing: -0.02em; font-weight: 600; }

.reviews__item-desc { font-weight: 500; font-size: 1.82292vw; line-height: 1.4; }

.news { padding-top: 6.25vw; }

.news .swiper-scrollbar-horizontal { position: relative; margin-top: 3.125vw; height: 0.52083vw; width: 100%; bottom: 0; border-radius: 1.30208vw; background: #EDEFF5; left: 0; right: 0; z-index: 20; }

.news .swiper-scrollbar-drag { cursor: pointer; background: #203C89; }

.news__title { margin-bottom: 0; }

.news__title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3.125vw; }

.news__slider { margin: 0 -0.78125vw; overflow: visible; }

.news__slider-item { display: flex; flex-direction: column; }

.news__slider-arrows { display: none; }

.news__item { flex: 1; display: flex; flex-direction: column; background: #fff; border-radius: 1.5625vw; padding: 2.08333vw; margin: 0 0.78125vw; border: 1px solid #D6D6D6; }

.news__item-img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.news__item-img-wrap { position: relative; width: 100%; height: 20.18229vw; overflow: hidden; border-radius: 1.04167vw; margin-bottom: 1.5625vw; }

.news__item-subtitle { font-size: 1.5625vw; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em; color: rgba(28, 28, 28, 0.5); }

.news__item-date { font-size: 1.5625vw; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em; color: rgba(28, 28, 28, 0.5); }

.news__item-date-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.52083vw; }

.news__item-title { font-size: 2.86458vw; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 2.08333vw; color: #203C89; }

.news__item-desc { font-size: 2.08333vw; line-height: 1.2; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 3.125vw; }

.news__item-button-wrap { flex: 1; display: flex; align-items: flex-end; }

.message { padding-top: 6.25vw; }

.message__content { display: flex; gap: 2.60417vw; position: relative; padding: 3.90625vw; margin: 0 -3.90625vw; background: #F6F7FA; box-shadow: 0 0.52083vw 1.95313vw rgba(28, 28, 28, 0.08); border-radius: 3.125vw; overflow: hidden; }

.message__bg { position: absolute; right: 0; bottom: 0; width: 84.11458vw; height: 72.39583vw; }

.message__title { font-size: 4.6875vw; line-height: 1; letter-spacing: -0.02em; max-width: 33.59375vw; }

.message__title--accent { color: #203C89; }

.message__title-wrap { flex: 1; max-width: 33.59375vw; display: flex; flex-direction: column; justify-content: space-between; }

.message__button { width: 100%; font-size: 2.08333vw; height: 6.64063vw; position: relative; z-index: 2; }

.message__button--desktop { display: flex; }

.message__button--mobile { display: none; }

.message__person-content { position: relative; z-index: 2; flex: 1; background: #fff; padding: 2.08333vw; border-radius: 1.5625vw; }

.message__person-wrap { display: flex; flex-direction: column; align-items: center; gap: 1.5625vw; margin-bottom: 2.08333vw; }

.message__person-img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.message__person-img-wrap { position: relative; width: 13.54167vw; min-width: 13.54167vw; height: 13.54167vw; border-radius: 1.17188vw; overflow: hidden; }

.message__person-name { font-size: 2.86458vw; letter-spacing: -0.02em; line-height: 1; font-weight: 600; margin-bottom: 0.52083vw; text-align: center; }

.message__person-job { font-size: 1.5625vw; letter-spacing: -0.02em; line-height: 1.4; font-weight: 500; color: rgba(28, 28, 28, 0.5); text-align: center; }

.message__person-desc { font-size: 2.08333vw; letter-spacing: -0.02em; line-height: 1.2; font-weight: 500; margin-top: 1.30208vw; }

.management { padding-top: 6.25vw; }

.management .swiper-scrollbar-horizontal { position: relative; margin-top: 3.125vw; height: 0.52083vw; width: 100%; bottom: 0; border-radius: 1.30208vw; background: #EDEFF5; left: 0; right: 0; z-index: 20; display: block; }

.management .swiper-wrapper { justify-content: center; }

.management .swiper-scrollbar-drag { cursor: pointer; background: #203C89; }

.management__title { max-width: 71.61458vw; margin-bottom: 0; }

.management__title--accent { color: #203C89; }

.management__title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3.125vw; }

.management__slider { margin: 0 -0.78125vw; overflow: visible; }

.management__slider .swiper-slide { width: 100%; }

.management__slider-item { display: flex; flex-direction: column; }

.management__slider-arrows { display: none; }

.management__item { padding: 2.08333vw; margin: 0 0.78125vw; border: 1px solid #D6D6D6; border-radius: 1.5625vw; width: unset; }

.management__item-person { display: flex; align-items: center; gap: 1.04167vw; margin-bottom: 2.08333vw; }

.management__item-person-img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.management__item-person-img-wrap { width: 7.03125vw; height: 7.03125vw; position: relative; overflow: hidden; border-radius: 1.04167vw; }

.management__item-person-name { font-size: 2.60417vw; line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.26042vw; }

.management__item-person-job { font-size: 1.5625vw; line-height: 1.4; font-weight: 500; letter-spacing: -0.02em; color: rgba(28, 28, 28, 0.5); }

.management__item-desc { font-size: 2.08333vw; line-height: 1.2; font-weight: 500; letter-spacing: -0.02em; }

.management__item-button { width: 100%; margin-top: 2.08333vw; }
