 
ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  list-style-type: none;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
 
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  font-family: "Inter", sans-serif;
  border: 1px solid #666;
  background: #fff;
  color: var(--color-black);
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="submit"],
button {
  margin: 0;
  -webkit-appearance: none;
  font-family: "Cera Pro", sans-serif;
  color: var(--color-black);
  outline: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
}
button {
  margin: 0;
  -webkit-appearance: none;
  font-family: "Cera Pro", sans-serif;
  color: var(--color-black);
  outline: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
}
:root {
  --color-black: #050e22;
  --color-mnp: #fc0;
  --color-warm-grey: #f7f6f6;
}
.inner {
  min-width: 280px;
  max-width: 1160px;
  margin: 0 auto;
}
 
a:hover {
  text-decoration: none;
}
.slick-slide {
  outline: none !important;
}
/*svg {
  max-width: 100%;
  height: auto;
  fill: var(--color-black);
}*/
:invalid {
  box-shadow: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
details summary::-webkit-details-marker {
  display: none;
}
:focus-visible {
  outline: 1px solid transparent;
}

.searchform input:focus-visible + span,
.searchform__close:focus-visible:after,
.button:focus-visible:after,
.slick-arrow:focus-visible:after,
.play:focus-visible:after,
.section-service__item:focus-visible:after,
.slick-dots:focus-visible:after,
.post-item:focus-visible:after,
.section-want__item:focus-visible::after,
.section-show__item:focus-visible::after,
.plan-item__fulllink:focus-visible::after,
.tooltip__button:focus-visible::after,
.comm-explore__item:focus-visible::after,
.catalog-sort__handler:focus-visible::after,
.vacancy-item:focus-visible::after,
.header-expander__handler:focus-visible::after,
.mobile-panel__expander:focus-visible::after,
.mobile-expander__close:focus-visible::after,
.section-card__tab input:focus-visible + span:after,
.sidebar-tabs__tab:focus-visible:after,
.block-item:focus-visible:after,
.form-checkbox label input:focus-visible + span:after,
.contact-special__question:focus-visible:after,
.filter__head:focus-visible:after,
.post-share__item:focus-visible:after,
.mobile-panel__close:focus-visible:after,
.timeline__year button:focus-visible span:after,
.touch-menu:focus-visible:after,
.connect-locations__title:focus-visible:after,
.site-footer__title:focus-visible:after,
.prom-item:focus-visible:after,
.table-fee__handler:focus-visible:after,
.tooltip__close:focus-visible:after,
.table-mobile-text__dot:focus-visible:after,
.focus-decor:focus-visible:after,
.form-input input:focus-visible + .form-input__focus,
.form-radio label input:focus-visible + span:after {
  content: "";
  display: block;
  border: 2px solid var(--color-mnp);
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
}
.focus-decor {
  position: relative;
}
.focus-decor:focus-visible:after {
  inset: 1px;
}



.title-desktop-h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #0b1a30;
}
.title-desktop-h3 {
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0b1a30;
}
.title-desktop-h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.title-desktop-h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.title-desktop-h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
.text-body {
  font-family: "Inter";
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #626a75;
}
.text-body p:not(:last-child),
.text-body ul:not(:last-child) {
  margin-bottom: 19px;
}
.text-body ul {
  list-style: disc;
  margin: 0 0 0 27px;
}
.text-body li:not(:last-child) {
  margin-bottom: 8px;
}
.text-body_m {
  font-size: 16px;
}
.text-body_m p:not(:last-child) {
  margin-bottom: 0;
}
.text-body_m ul:not(:last-child) {
  margin-bottom: 0;
}
.text-body_m ul {
  list-style: disc inside;
  margin: 0;
}
.text-body_m li:not(:last-child) {
  margin-bottom: 0;
}
.text-body a {
  position: relative;
}
.text-body a.focus-decor:focus-visible:after {
  inset: 0;
}
.text-body a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 5px;
}
.link {
  font-weight: 500;
  line-height: 120%;
}
.link_desktop-s {
  font-size: 15px;
}
.link_desktop-m {
  font-size: 16px;
}
.link_desktop-l {
  font-size: 18px;
}
.link_desktop-xl {
  font-size: 20px;
  line-height: 110%;
}
.link a,
.link span {
  display: inline-block;
  position: relative;
  text-decoration: underline !important;
  color: var(--color-mnp);
  transition: all 0.3s;
}
.link a:hover {
  color: var(--color-black);
}
.link a.focus-decor:focus-visible:after {
  inset: -8px -4px -11px;
}
.link a i,
.link span i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.link a i svg,
.link span i svg {
  fill: var(--color-mnp);
}
.link a:hover i svg {
  fill: var(--color-black);
}
.link_black a,
.link_black span {
  color: var(--color-black);
}
.link_black a i svg,
.link_black span i svg {
  fill: var(--color-black);
}
.link_black a:hover {
  color: var(--color-mnp);
}
.link_black a:hover i svg {
  fill: var(--color-mnp);
}
.link_black a.focus-decor:focus-visible {
  color: var(--color-black);
}
.link_black a.focus-decor:focus-visible i svg {
  fill: var(--color-black);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
.button i svg {
  transition: all 0.2s;
}
.button:focus-visible:after {
  inset: -6px;
  border-radius: 50px;
}
.button_l {
  height: 54px;
  padding: 10px 22px;
  font-size: 18px;
}
.button_s {
  height: 42px;
  padding: 10px 14px;
  font-size: 15px;
}
.button.button_s i {
  margin: 0 2px 0 7px;
}
.button_m {
  height: 40px;
  padding: 10px 14px;
  font-size: 15px;
}
.button.button_m i {
  margin: 2px 2px 0 7px;
}
.button_primary {
  background: var(--color-mnp);
  border-color: var(--color-mnp);
  color: #fff;
}
.button_primary i svg {
  fill: #fff;
}
.button_primary:hover {
  background: #fff;
  border-color: var(--color-mnp);
  color: var(--color-mnp);
}
.button_primary:hover i svg {
  fill: var(--color-mnp);
}
.button_secondary {
  border-color: var(--color-mnp);
  color: var(--color-mnp);
}
.button_secondary i svg {
  fill: var(--color-mnp);
}
.button_secondary:hover {
  background: var(--color-mnp);
  color: #fff;
}
.button_secondary:hover i svg {
  fill: #fff;
}
.button_secondary:focus-visible {
  background: rgba(0, 106, 204, 0.04);
}
.button_tertiary {
  background: #fff;
  border-color: #fff;
  color: var(--color-black);
}
.button_tertiary:hover {
  background: var(--color-black);
  border-color: var(--color-black);
  color: #fff;
}
.button_tertiary:hover i svg {
  fill: #fff;
}
.button_tertiary:focus-visible:after {
  border-color: #fff;
}
.button i {
  display: inline-block;
  margin: 2px 5px 0 14px;
  line-height: 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 41px;
}
.section-head .section-title {
  margin-bottom: 0;
}
.section-title {
  margin-bottom: 41px;
}
.section-title span {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0;
}
.section-desc {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin: -11px 0 39px;
}
.section-head .section-link {
  flex-shrink: 0;
  margin-left: 20px;
}
.slider-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: none;
  border: 1px solid #8a8a91;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slick-arrow:focus-visible:after {
  inset: -4px;
}
.slick-arrow svg {
  fill: #8a8a91;
}
.slick-arrow:hover {
  border-color: var(--color-mnp);
}
.slick-arrow:hover svg {
  fill: var(--color-mnp);
}
.slick-arrow.slick-prev {
  transform: scaleX(-1);
}
.slider-control__dots {
  margin-right: 50px;
}
.slider-control__arrows {
  display: flex;
  align-items: center;
}
.slider-control__arrows .slick-arrow {
  margin-left: 7px;
}
.slick-dots {
  display: flex;
  align-items: flex-start;
  line-height: 0;
  position: relative;
}
.slick-dots li {
  margin-right: 8px;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 5px;
  padding: 0;
  line-height: 0;
  background: #cae3fa;
  border: none;
  border-radius: 80px;
  font-size: 0;
  position: static;
}
.slick-dots button.focus-decor:focus-visible::after {
  inset: -4px;
}
.slick-dots .slick-active button {
  width: 32px;
  background: var(--color-mnp);
  color: #fff !important;
}
.section-perks_hasnav .slick-dots .slick-active button {
  color: #000 !important;
}
.play {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #006acc;
  border-radius: 50px;
  background: none;
  position: relative;
  cursor: pointer;
}
.play:focus-visible:after {
  inset: -5px;
}
.play__play,
.play__pause {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play__play {
  display: none;
}
.play.paused .play__play {
  display: flex;
}
.play.paused .play__pause {
  display: none;
}
.play svg {
  fill: var(--color-mnp);
}
.tabs__block {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s, opacity 0.3s;
}
.tabs__block.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
}
.touch-menu {
  display: none;
}



.prom-item {
  min-height: 400px;
  display: flex;
  background: #f7f6f6;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.prom-item:focus-visible:after {
  inset: 0;
  border-radius: 32px;
}
.prom-item__picture {
  width: 48.7%;
  position: relative;
  line-height: 0;
}
.prom-item__image span {
  display: block;
  padding-top: 70.8%;
  position: relative;
}
.prom-item__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
.prom-item__date {
  padding: 10px 18px 15px 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
}
.prom-item__date::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff6734;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: 17px;
}
.prom-item__content {
  width: 51.3%;
  padding: 37px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.prom-item__top {
  position: relative;
}
.prom-item__title {
  margin: 0 110px 27px 0;
}
.prom-item__title a {
  text-decoration: none;
}
.prom-item__text {
  font-family: "Inter";
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #626a75;
  margin: 0 110px 27px 0;
}
.prom-item__decor {
  position: absolute;
  top: 3px;
  right: 0;
}
.section-hr {
  width: 1160px;
  max-width: calc(100vw - 40px);
  height: 1px;
  background: #d4d4df;
  border: none;
  margin: 0 auto;
}

.section-perks {
  padding: 117px 0 120px;
  overflow: hidden;
}
.section-table + .section-perks {
  padding: 0 0 120px;
}
.section-perks_blue {
  //background: #eff4fd;
}
.section-perks_blue .prom-item,
.section-perks_blue .perks-nav__inner {
  background: #FFF5D6;
background: radial-gradient(circle,rgba(255, 245, 214, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(255, 242, 143, 1) 100%);
}
.section-perks_hasnav {
  padding: 101px 0 80px;
  --count: 0%;
}
.section-perks__arrows-desktop {
  position: relative;
}
.section-perks .slick-arrow {
  position: absolute;
  bottom: 44px;
  z-index: 1;
}
.section-perks .slick-arrow.slick-prev {
  right: 89px;
}
.section-perks .slick-arrow.slick-next {
  right: 42px;
}
.section-perks:not(.section-perks_hasnav) .slider-control {
  display: none;
}
.section-perks .consult-block {
  margin-top: 100px;
}
.section-perks__slide {
  display: none;
}
.section-perks__slide:first-child {
  display: block;
}
.perks-nav__slider:not(.slick-initialized) {
  visibility: hidden;
  height: 0;
}
.perks-nav {
  margin-top: 30px;
}
.perks-nav__slider {
  margin: 0 -10px;
}
.perks-nav__slider .slick-list {
  overflow: visible;
}
.perks-nav__slide {
  padding: 0 10px;
}
.perks-nav__item {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.slick-slide:not(.slick-current) .perks-nav__item:hover:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid #8a8a91;
  border-radius: 20px;
}
.perks-nav__item:focus-visible:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 2px solid var(--color-mnp);
  border-radius: 20px;
}
:root {
  --count: 0%;
}
.slick-current .perks-nav__item:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: transparent;
  background-image: conic-gradient(
    transparent,
    var(--color-mnp) var(--count),
    transparent var(--count)
  );
  border-radius: 21.5px;
  transition: all 0.2s;
}
.perks-nav__inner {
  background: #f7f6f6;
  border-radius: 20px;
  padding: 10px 10px 11px;
  position: relative;
}
.perks-nav__image {
  width: 50px;
  height: 50px;
  line-height: 0;
  position: relative;
  margin-bottom: 11px;
}
.perks-nav__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  inset: 0;
}
.perks-nav__text {
  height: 36px;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-perks .slick-dots .slick-active button {
  width: 54px;
  background: #cae3fa;
  overflow: hidden;
}
.section-perks .slick-dots .slick-active button:before {
  content: "";
  display: block;
  width: var(--count);
  height: 54px;
  background: var(--color-mnp);
}
.section-perks__foot {
  display: none;
}
.section-service {
  padding: 116px 0 121px;
}
.section-service__container {
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 18px;
}
.section-service__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #d4d4df;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.section-service__picture {
  padding-top: 75%;
  background: #f7f6f6;
  position: relative;
  overflow: hidden;
}
.section-service__bg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
  background: #005bae;
  transition: all 0.2s;
}
.section-service__item:hover .section-service__bg {
  visibility: visible;
  opacity: 1;
}
.section-service__item:hover .section-service__title {
  text-decoration: underline;
}
.section-service__item:focus-visible:after {
  inset: 0;
  border-radius: 20px;
}
.section-service__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-service__image {
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 130px);
  width: 260px;
  height: 220px;
}
.section-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.section-service__content {
  padding: 15px 15px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-service__top {
  min-height: 77px;
  margin-bottom: 20px;
}
.section-service__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.section-service__text {
  font-family: "Inter";
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #626a75;
}
.section-matter {
  padding: 120px 0 119px;
  background: #eff4fd;
  position: relative;
}
.section-matter .section-title {
  text-align: center;
}
.section-matter__container {
  margin: -7px 0 36px;
  position: relative;
}
.section-matter__bg {
  line-height: 0;
}
.section-matter__items {
  position: absolute;
  inset: 0;
}
.section-matter__items li {
  position: absolute;
}
.section-matter__items li:nth-child(1) {
  width: 5.15%;
  top: 28.8%;
  left: 54.25%;
}
.section-matter__items li:nth-child(2) {
  width: 4.3%;
  top: 43.1%;
  left: 31.05%;
}
.section-matter__items li:nth-child(3) {
  width: 5.15%;
  top: 59.7%;
  left: 54.25%;
}
.section-matter__items li:nth-child(4) {
  width: 5.25%;
  top: 59.6%;
  left: 40.45%;
}
.section-matter__items li:nth-child(5) {
  width: 5.25%;
  top: 28.8%;
  left: 40.45%;
}
.section-matter__items li:nth-child(6) {
  width: 2.45%;
  top: 78%;
  left: 62.5%;
}
.section-matter__items li:nth-child(7) {
  width: 2.35%;
  top: 47.3%;
  left: 14.25%;
}
.section-matter__items li:nth-child(8) {
  width: 4.3%;
  top: 43.1%;
  left: 65.45%;
}
.section-matter__items li:nth-child(9) {
  width: 2.35%;
  top: 8.9%;
  left: 48.7%;
}
.section-matter__items li:nth-child(10) {
  width: 2.35%;
  top: 85.9%;
  left: 48.7%;
}
.section-matter__items li:nth-child(11) {
  width: 2.45%;
  top: 78%;
  left: 34.9%;
}
.section-matter__items li:nth-child(12) {
  width: 2.45%;
  top: 16.5%;
  left: 34.9%;
}
.section-matter__items li:nth-child(13) {
  width: 2.45%;
  top: 16.5%;
  left: 62.5%;
}
.section-matter__items li:nth-child(14) {
  width: 1.75%;
  top: 24.95%;
  left: 24.9%;
}
.section-matter__items li:nth-child(15) {
  width: 1.75%;
  top: 71.1%;
  left: 24.9%;
}
.section-matter__items li:nth-child(16) {
  width: 1.75%;
  top: 24.95%;
  left: 73.2%;
}
.section-matter__items li:nth-child(17) {
  width: 1.75%;
  top: 71.1%;
  left: 73.2%;
}
.section-matter__items li:nth-child(18) {
  width: 2.35%;
  top: 47.3%;
  left: 83.25%;
}
.section-matter__items li:nth-child(19) {
  width: 0.9%;
  top: 10.5%;
  left: 8.15%;
}
.section-matter__items li:nth-child(20) {
  width: 0.9%;
  top: 49.05%;
  left: 1.2%;
}
.section-matter__items li:nth-child(21) {
  width: 0.9%;
  top: 87.5%;
  left: 8.15%;
}
.section-matter__items li:nth-child(22) {
  width: 0.9%;
  top: 18.4%;
  left: 18.85%;
}
.section-matter__items li:nth-child(23) {
  width: 0.9%;
  top: 79.4%;
  left: 18.85%;
}
.section-matter__items li:nth-child(24) {
  width: 0.9%;
  top: 3.05%;
  left: 28.85%;
}
.section-matter__items li:nth-child(25) {
  width: 0.9%;
  top: 95.05%;
  left: 28.85%;
}
.section-matter__items li:nth-child(26) {
  width: 0.9%;
  top: 3.15%;
  left: 46.1%;
}
.section-matter__items li:nth-child(27) {
  width: 0.9%;
  top: 95.05%;
  left: 46.1%;
}
.section-matter__items li:nth-child(28) {
  width: 0.9%;
  top: 95.05%;
  left: 52.9%;
}
.section-matter__items li:nth-child(29) {
  width: 0.9%;
  top: 3.15%;
  left: 52.9%;
}
.section-matter__items li:nth-child(30) {
  width: 0.9%;
  top: 3.05%;
  left: 70.1%;
}
.section-matter__items li:nth-child(31) {
  width: 0.9%;
  top: 95.05%;
  left: 70.1%;
}
.section-matter__items li:nth-child(32) {
  width: 0.9%;
  top: 18.4%;
  left: 80.4%;
}
.section-matter__items li:nth-child(33) {
  width: 0.9%;
  top: 79.4%;
  left: 80.4%;
}
.section-matter__items li:nth-child(34) {
  width: 0.9%;
  top: 10.5%;
  left: 90.85%;
}
.section-matter__items li:nth-child(35) {
  width: 0.9%;
  top: 49.05%;
  left: 97.75%;
}
.section-matter__items li:nth-child(36) {
  width: 0.9%;
  top: 87.5%;
  left: 90.85%;
}
.section-matter__image {
  padding-top: 100%;
  position: relative;
  transition: transform 0.2s;
}
.has-comment.show .section-matter__image {
  transform: scale(1.2);
}
.section-matter__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
.section-matter__content {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  width: 350px;
  padding: 20px 24px 20px 48px;
  background: #fff;
  box-shadow: 0 122px 49px rgba(124, 142, 177, 0.01),
    0 69px 41px rgba(124, 142, 177, 0.04), 0 31px 31px rgba(124, 142, 177, 0.07),
    0 8px 17px rgba(124, 142, 177, 0.08);
  border-radius: 30px 30px 30px 0;
  position: absolute;
  bottom: 82%;
  left: 64%;
  z-index: 1;
}
.section-matter__items li.show .section-matter__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.section-matter__content_right {
  left: auto;
  right: 69%;
  bottom: 79%;
  border-radius: 30px 30px 0 30px;
}
.section-matter__content:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff6734;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 27px;
}
.section-matter__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 9px;
}
.section-matter__info {
  font-family: "Inter";
  font-size: 13px;
  line-height: 120%;
  color: #626a75;
}
.section-matter__play {
  text-align: right;
}
.matter-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin: 105px -30px 0;
}
.matter-stats__item {
  width: 25%;
  padding: 0 30px;
}
.matter-stats__value {
  margin-bottom: 11px;
}
.section-exp {
  padding: 117px 0;
}
.section-need + .section-exp,
.section-table + .section-exp,
.section-rate + .section-exp,
.section-exchange + .section-exp,
.section-plan + .section-exp,
.section-fee + .section-exp {
  padding-top: 0;
}
.section-exp__container {
  padding: 20px 0 0;
}
.section-exp__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 78px;
}
.section-exp__item:last-child {
  margin-bottom: 0;
}
.section-exp__content {
  width: 560px;
  max-width: calc(100% - 472px);
  padding: 0 50px 5px 0;
}
.section-exp__textblocks {
  margin: 27px 0 0;
}
.section-exp__textblock {
  padding-left: 40px;
  position: relative;
  margin-bottom: 17px;
}
.section-exp__textblock:last-child {
  margin-bottom: 0;
}
.section-exp__textblock i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section-exp__title {
  margin-bottom: 22px;
}
.section-exp__image,
.section-exp__video {
  width: 472px;
  position: relative;
}
.section-exp__image > span,
.section-exp__video > span {
  display: block;
  padding-top: 66.66%;
  position: relative;
}
.section-exp__image img,
.section-exp__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: 32px;
}
.section-exp__video .play {
  background: #eff4fd;
  border: 1px solid #d4d4df;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.section-exp .become {
  margin-top: 120px;
}
.become {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 330px;
  padding: 20px 200px 26px;
  background: #005bae;
  border-radius: 32px;
  position: relative;
  text-align: center;
  color: #fff;
}
.become__decor {
  position: absolute;
}
.become__decor_1 {
  top: 24px;
  left: 24px;
}
.become__decor_2 {
  bottom: 24px;
  left: 24px;
  transform: rotate(-90deg);
}
.become__decor_3 {
  top: 24px;
  right: 24px;
  transform: rotate(90deg);
}
.become__decor_4 {
  bottom: 24px;
  right: 24px;
  transform: rotate(180deg);
}
.become__content {
  position: relative;
}
.become__content .section-title {
  color: #fff;
}
.become__btn {
  margin-top: -16px;
}
.become__link {
  margin-top: 24px;
}
.become__link a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.become__link a.focus-decor:focus-visible:after {
  border-color: #fff;
  inset: -5px -5px -8px;
}
.become__link a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 10px;
}
.become__link a i svg {
  fill: #fff;
}
.section-discover {
  padding: 120px 0;
  background: #f7f6f6;
}
.section-discover .become {
  margin-bottom: 160px;
}
.section-discover__container {
  display: flex;
  margin-top: 64px;
}
.section-discover__image {
  width: 472px;
}
.section-discover__image span {
  display: block;
  padding-top: 93%;
  position: relative;
}
.section-discover__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
.section-discover__content {
  width: calc(100% - 472px);
  padding: 0 0 0 118px;
}
.section-discover__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -64px;
}
.section-discover__item {
  width: 50%;
  padding: 0 10px 64px;
}
.section-discover__item i {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.section-discover_icon-static .section-discover__item i {
  width: 24px;
  height: 24px;
}
.section-discover__link {
  margin-top: 48px;
}
.section-impact {
  padding: 120px 0 122px;
}
.section-exp + .section-impact {
  padding: 3px 0 122px;
}
.section-impact__nav {
  display: flex;
  margin: -1px 0 32px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-impact__nav::-webkit-scrollbar {
  display: none;
}
.section-impact__nav li button {
  height: 38px;
  padding: 0 16px;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  margin-right: 13px;
}
.section-impact__nav li button:hover {
  color: var(--color-mnp);
}
.section-impact__nav li button.active {
  color: var(--color-mnp);
  border-color: var(--color-mnp);
  cursor: default;
}
.section-impact__nav li button.focus-decor:focus-visible:after {
  inset: 0 0 -1px;
}
.section-impact__slider {
  margin: 0 0 33px;
}
.section-impact__block {
  display: flex;
  background: #f7f6f6;
  border-radius: 32px;
  position: relative;
}
.section-impact__content {
  width: 50.95%;
  padding: 120px 50px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-impact__decor {
  position: absolute;
  top: 40px;
  left: 40px;
}
.section-impact__title {
  margin-bottom: 18px;
}
.section-impact__image {
  width: 49.05%;
}
.section-impact__image span {
  display: block;
  height: 100%;
  min-height: 400px;
  position: relative;
}
.section-impact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  position: absolute;
  inset: 0;
}



@media only screen and (min-width: 768px) {
  .perks-nav__slider_noslide .slick-track {
    transform: translate3d(0, 0, 0) !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-perks{
    padding: 75px 0
  }
   .section-perks .section-head .section-link {
    display: none;
  }
  .section-perks__slide {
    border-radius: 20px;
  }
  .prom-item {
    min-height: auto;
    flex-direction: column;
    border-radius: 20px;
  }
  .prom-item__decor {
    display: none;
  }
  .prom-item__picture {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 16px 16px 0;
  }
  .prom-item__image {
    width: 100%;
  }
  .prom-item__image img {
    border-radius: 12px;
  
    //min-width: 100% !important; height: auto;
  }
  .prom-item__date {
    position: relative;
    inset: auto;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #d4d4df;
    padding: 7px 9px 7px 27px;
    border-radius: 40px;
    font-size: 14px;
    color: #626a75;
  }
  .prom-item__date:before {
    width: 8px;
    height: 8px;
    left: 11px;
  }
  .prom-item__content {
    width: 100%;
    padding: 16px 16px 16px;
  }
  .prom-item__title {
    margin: 0 10px 8px 0;
  }
  .prom-item__text {
    margin: 0 10px 32px 0;
  }
  .section-perks__arrows {
    display: flex;
  }
  .section-perks__arrows .slick-arrow {
    margin-left: 9px;
  }
  .section-perks__decor {
    display: none;
  }
  .section-perks__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 29px;
  }
  .section-perks__foot .slick-arrow {
    position: static;
  }
  .section-perks .section-link {
    font-size: 16px;
  }
  .section-perks:not(.section-perks_hasnav) .slider-control {
    display: flex;
  }
  .section-perks:not(.section-perks_hasnav) .slider-control .slick-arrow {
    position: static;
  }
  .section-perks .consult-block {
    margin-top: 40px;
  }
  .section-perks_blue + .section-blog::before,
  .section-impact + .section-connect:before {
    width: calc(100vw - 40px);
    left: 20px;
  }
}

@media only screen and (max-width: 767px){
  .section-perks_blue + .section-blog::before,
  .section-impact + .section-connect:before {
    width: calc(100vw - 40px);
    left: 20px;
  }
}