:root {
  --white-2: #fafafd;
  --tomato: #f84f39;
  --dark: #1b1a27;
  --white: white;
  --blue: #6b66da;
  --yellow-green: #98e000;
  --turquoise: #4ae5ef;
}

#content {
  max-width: 1920px;
  margin: 0 auto;
}

.hero-section {
  /* height: 120vh; */
  height: 799px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.hero-wrapper {
  width: 100%;
  height: 100%;
  background: #005396;
  /* background: linear-gradient(270deg, #204CBC 0%, #003A83 100%); */
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  padding: 100px 70px 84px 70px;
}

.hero-wrapper.cc-orange {
  background: #eff1f8;
  color: var(--black);
}

.container-hero-title {
  width: 100%;
  /* max-width: 800px; */
  text-align: left;
  flex: 1;
  margin-bottom: -50px;
  /* margin-left: auto;
    margin-right: auto; */
  /* padding-left: 25px;
    padding-right: 25px; */
}

.g-display-inline-text {
  display: inline;
}

.g-display-inline-block {
  display: inline-block;
}

.hero-clipping-wrapper {
  width: 100%;
  height: 799px;
  /* height: 120vh; */
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.handwritten-text-wrapper {
  width: 310px;
  height: 199px;
  float: right;
  margin-top: -40px;
  margin-left: -44px;
  display: inline-block;
}

.hero-line-embed {
  width: 310px;
  display: none;
}

.hero-cards_collection-list-wrapper {
  flex: none;
  align-self: flex-start;
}

.hero-cards_collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.hero-cards_collection-item {
  height: 50vh;
  max-height: 488px;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  max-height: 100%;
  max-width: none;
}

.hero-collections_wrapper {
  height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.changes-title .text_gradient {
  background: linear-gradient(#0093e6, #00bcb4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.element-animation {
  opacity: 0;
}

.element-animation.element-show {
  opacity: 1;
  transition: all 2s;
}

.quality-item:hover .quality_col_img svg path:first-of-type {
  fill: white;
}
.quality-item:hover .quality_col_img svg path {
  fill: #0094ae;
}

.header-show {
  top: 0;
  right: 0;
  width: 600px;
  height: 100vh;
}

.header-show-container {
  padding: 100px;
  padding-top: 160px;
}

.header-show.overlay-header::after {
  content: "";
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 25, 44, 0.4);
}

.overlay-header .header-menu-text {
  display: none;
}

.header-show-container {
  height: 100%;
  position: relative;
  z-index: 9;
  background: white;
}

.header-vision,
.header-menu,
.header-lang {
  z-index: 10;
}

.header-show .menu-item a {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  letter-spacing: -0.72px;
}

.q-block__swiper {
  padding-bottom: 74px;
}

.q-block__swiper .swiper-pagination-bullet {
  background: #fff;
}

.q-block__swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.q-block__img img {
  max-width: 422px;
  height: auto;
}

.one-block .slider__text .st a {
  margin-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #0094ae;
  text-decoration: none;
}

.quality a {
  color: #0094ae;
}
.quality .quality-item:not(.quality-item-last):hover a {
  color: #fff;
}

.hero-block-mobile {
  display: none;
}

.handlebar_wrapper {
  position: absolute;
  top: 50%;
}
.handlebar_wrapper .handlebar_image {
  position: absolute;
  left: -39px;
}

.support-elements .swiper-pagination-bullet {
  background: #fff;
}

img.ranepa {
  height: 72px;
  object-fit: contain;
}

.afbf_mess_ok .mess {
  font-size: 20px;
}
.afbf_close_container .modal_close_ok {
  background: #005396;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff;
}
.tooltip.show {
  opacity: 1;
  max-width: 236px;
}

.tooltip-inner {
  padding: 20px;
  max-width: 236px;
  background: #fff;
  border-radius: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

span.text-tooltip {
  text-decoration-line: underline;
  cursor: pointer;
}
a.text-tooltip {
  text-decoration-line: underline;
  cursor: pointer;
  color: #fff;
}
button.text-tooltip {
  text-decoration-line: underline;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 0;
}

.header-lang-icon a {
  color: #171b26;
  text-decoration: none;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  border: 1px solid #b8bdcc;
}

.footer-cop {
  order: 10;
}

.footer-menu-mobile,
.footer-cop-mobile {
  display: none;
}

.privacy-policy {
  text-decoration: underline;
}

.support-elements-slider__item a {
  color: #fff;
}

@media (min-width: 1420px) and (max-width: 1919px) {
  .slider__title {
    margin-top: 150px;
  }
  .one-block {
    padding-bottom: 88px;
  }
  .slider__img img {
    bottom: -88px;
  }
  .two-block {
    margin-top: 0;
  }
  .slider__text-slider__slider-container {
    margin-bottom: 0;
  }
  .slider__img {
    border: none;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.96px;
  }
  .one-block {
    padding-bottom: 60px;
  }
  .slider__text-slider__slider-container {
    margin-bottom: 0;
  }
  .slider__left {
    margin: 0 16px;
  }
  .icon {
    margin-right: 16px;
  }
  .slider__title,
  .slider__text-slider__slider-container,
  .achiv {
    padding: 0;
  }
  .bg-gray {
    margin: 0;
  }
  .news-title-nav-mobile {
    display: none;
  }
  .two-block {
    margin-bottom: 60px;
  }

  .about-project .mission__text-block {
    padding-top: 0;
  }
  .mission-title {
    margin-bottom: 20px;
  }
  .mission-desc {
    margin-top: 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.52px;
  }
  .q-block__img::before {
    width: 86px;
    height: 86px;
    position: absolute;
    right: -16px;
    bottom: -40px;
    top: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .q-block__img {
    margin-right: 20%;
    margin-bottom: 57px;
  }
  .q-block__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
  .q-block__name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }
  .q-block__descdesc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .bureaucracy-col .row {
    flex-direction: column;
    gap: 16px;
  }
  .card-flip {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
  .card-flip__side {
    padding: 20px;
  }
  .card-flip__side,
  .card-flip {
    height: 210px;
  }
  .quality-item {
    padding: 16px;
    min-height: 120px;
  }
  .quality-item_name {
    gap: 20px;
  }
  .quality_col_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }
  .quality_col_desc {
    padding-left: 85px;
  }
  .quality-item:first-of-type {
    border-bottom: 1px solid var(--border);
  }
  /* .block-p {
  padding: 60px 16px;
} */
  .footer-logo {
    margin-bottom: 30px;
  }
  .feedback-form #form_id_FID1 {
    width: 100%;
  }
  .footer-col {
    padding: 0;
  }
  .menu-row .footer-col:last-of-type {
    padding-left: 20px;
  }
  .slider__img {
    display: block;
  }
}

@media (max-width: 747px) {
  .q-block__img::before {
    width: 86px;
    height: 86px;
    position: absolute;
    right: -16px;
    bottom: -40px;
    top: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-show {
    width: 100%;
  }
  .header-show-container {
    padding: 24px;
    padding-top: 100px;
  }
  .bureaucracy .row {
    flex-direction: column;
    gap: 16px;
  }
  .hero-block {
    display: none;
  }
  .hero-block-mobile {
    display: block;
    background: #005396;
    padding: 60px 70px;
  }
  .hero-block-mobile .nav-tabs {
    flex-wrap: nowrap;
    border: 0;
    margin-bottom: 34px;
    gap: 20px;
  }
  .hero-block-mobile .changes-title {
    margin-bottom: 30px;
    color: #fff;
  }
  .hero-block-mobile .changes-title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.72px;
  }
  .hero-block-mobile h3 {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: -0.48px;
  }
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-item:hover,
  .nav-tabs .nav-item,
  .nav-tabs .nav-link {
    border: 0;
  }
  .nav-item .nav-link svg path {
    fill: #73a1c5;
  }
  .nav-item:hover {
    color: #73a1c5;
  }
  .nav-tabs .nav-link {
    color: #73a1c5;
    padding: 0;
    text-align: left;
  }
  .nav-tabs .nav-link.active {
    background: none;
    color: #fff;
    border: 0;
  }
  .nav-tabs .nav-link.active svg path {
    fill: #fff;
  }
  .changes__before-after_block {
    padding: 20px;
    height: 100%;
    justify-content: start;
    gap: 30px;
  }
  .hero-block-mobile .changes__before-after_block-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: -0.6px;
  }
  .hero-block-mobile .changes__before-after_block-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .hero-block-mobile #secondgos .changes__before-after_block {
    color: #fff;
    background: #0094ae;
  }
  .hero-block-mobile #secondgos .changes__before-after_block-title,
  .hero-block-mobile #secondgos .changes__before-after_block-desc {
    color: #fff;
  }
  .hero-block-mobile .swiper-slide {
    height: auto;
  }
  .hero-block-mobile .swiper-pagination-bullet {
    background: #fff;
  }
  .hero-block-mobile .swiper-pagination-bullet-active {
    background: #fff;
  }
  .hero-block-mobile .swiper-pagination__hero-block-mobile {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .bureaucracy-desc-block {
    border-bottom: none;
    padding-bottom: 0;
  }
  .bureaucracy-columns__title {
    margin-bottom: 20px;
  }
  .bureaucracy-columns {
    gap: 30px;
  }
  .hero-section {
    height: auto;
    margin-bottom: 0;
  }
  .quality-title {
    padding: 60px 16px 30px 16px;
  }
  .news {
    margin-top: 60px;
  }
  .news-item__button {
    opacity: 1;
  }
  .news-item {
    padding-top: 20px;
  }
  .feedback {
    margin-bottom: 60px;
  }
  .transformation {
    margin-top: 0;
  }
  .quality-row {
    flex-direction: column;
  }
  .quality-item {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }
  .quality-item:first-of-type {
    border-bottom: 1px solid var(--border);
  }
  .support-elements-title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 125% */
    letter-spacing: -0.72px;
  }
  .support-elements-slider__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: -0.6px;
  }
  .transformation-col-title h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }
  .transformation-col-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .support-elements-slider__item__desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: -0.6px;
  }

  .support-elements-slider__item__desc_sup {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .support-elements-slider__nav {
    display: none;
  }

  .support-elements-slider__left {
    flex-direction: column;
    gap: 10px;
  }
  .support-elements-slider {
    flex-direction: column;
    gap: 20px;
  }
  .support-elements hr {
    margin: 30px 0;
  }
  footer .footer-row .menu-row {
    display: none;
  }
  footer .footer-row .menu-row.footer-menu-mobile {
    display: flex;
  }
  .footer-cop {
    display: none !important;
  }
  .footer-cop-mobile {
    display: block !important;
  }
  .footer-cop-mobile .footer-desc {
    padding-bottom: 20px;
  }
  .footer-main-row {
    flex-direction: column;
  }
  .alx_feed_back .afbf_feedback_poles h2 {
    font-size: 36px;
  }
  .slider__img img {
    display: none;
  }
  .slider__text-slider__slider-container .swiper-pagination {
    justify-content: center;
    left: unset;
  }
}

@media (min-width: 600px) and (max-width: 1900px) {
  .card-flip {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
}

@media (min-width: 1201px) and (max-width: 1900px) {
  .slider__img img {
    max-width: 365px;
    height: auto;
  }
  .block-p {
    padding: 0 50px;
  }
}

.news-title-nav-mobile {
  display: none;
}

/* NEW START HERE */

.button {
  padding: 15px 60px;
  background-color: var(--m-blue);
  color: white;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 300ms ease-out;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.button_big {
  padding: 30px 60px;
  border-radius: 60px;
}

.button_white {
  background-color: white;
  color: var(--m-blue);
  border: 1px solid var(--m-blue);
}

.button_aqua {
  background-color: var(--m-aqua);
  color: white;
}

.button svg path {
  stroke: currentColor;
}

.button_disabled,
.button_disabled:hover {
  cursor: not-allowed;
  background-color: #f2f2f7 !important;
  border: 1px solid #b8bdcc !important;
  color: #545967 !important;
}

.button_active {
  background-color: var(--m-turc);
  cursor: default;
}

.button:hover {
  background-color: var(--m-turc);
  color: white;
}

.button_active {
  background-color: var(--m-turc);
}

.bg-blue .button {
  border: 1px solid var(--m-turc);
}

.section {
  padding: 60px 20px 0;
}

.section:not(:has(div.content)) {
  padding-top: 0;
  /* padding-bottom: 0; */
}

.section-breadcrumbs {
  padding: 14px 16px 0;
}

.section-line {
  width: 100%;
  height: 1px;
  line-height: 0;
  background-color: var(--l-gray);
  margin-top: 60px;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.section__buttons {
  display: flex;
  gap: 10px;
}

.bg-blue {
  background-color: var(--m-blue);
  color: white;
}

.content {
  max-width: 1780px;
}

.section:has(.content-wide) {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wide {
  margin-left: -45px;
  margin-right: -45px;
  background-color: var(--bg-gray);
  border-radius: 30px;
  padding: 80px 45px;
  max-width: 1870px;
}

.content_grid {
  display: grid;
  grid-template-columns: auto 988px;
  gap: 300px;
}

.content_gray {
  padding: 100px 45px;
  margin-left: -45px;
  margin-right: -45px;
  max-width: 1870px;
  background-color: var(--bg-gray);
}

.content_narrow {
  max-width: 875px;
  margin: 0 auto;
}

h1 span,
h2 span {
  color: var(--m-aqua);
}

@media screen and (min-width: 748px) {
  .section {
    padding: 80px 70px 0;
  }
  .section-breadcrumbs {
    padding: 14px 70px 0;
  }
  .section-line {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1900px) {
  .section {
    padding: 100px 70px 0;
  }
  .section-breadcrumbs {
    padding: 24px 70px 0;
  }
  .section-line {
    margin-top: 100px;
  }
}

.tools {
  display: grid;
  margin-top: 40px;
  gap: 24px;
}

.tools__item {
  background-color: var(--m-blue);
  color: white;
  text-decoration: none;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  min-height: 200px;
}

.tools__item:hover {
  color: white;
  background-color: var(--m-turc);
}

@media screen and (min-width: 1024px) {
  .tools {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .tools {
    margin-top: 80px;
    gap: 40px;
  }
}

.forum {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.forum__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.forum__wrapper::before {
  content: "";
  width: 574px;
  height: 574px;
  border-radius: 50%;
  background-color: #0082a0;
  position: absolute;
  right: -70px;
  bottom: -235px;
}
.forum__wrapper::after {
  content: "";
  width: 574px;
  height: 574px;
  border-radius: 50%;
  background-color: #0094ae;
  position: absolute;
  left: -124px;
  top: -145px;
}

.forum::before {
  content: "";
  width: 1115px;
  height: 1115px;
  border-radius: 50%;
  background-color: #00568e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.forum__content {
  position: relative;
  z-index: 2;
}

.forum h1 {
  max-width: 888px;
  margin: 40px auto 0;
}

.forum__event-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.forum__event-container p span {
  font-weight: 600;
}

.forum__sub-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
  opacity: 0.7;
}

.forum__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.forum-section {
  display: grid;
  grid-template-columns: 365px auto;
  gap: 90px;
}

.forum-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.forum-section__lead {
  color: var(--m-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.forum-section__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.forum-section__desc span {
  font-weight: 600;
}

.forum-section__lead,
.forum-section__desc {
  max-width: 888px;
}

.status .section__title {
  display: flex;
  flex-direction: column;
}

.status__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.status__lead {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: var(--m-blue);
}

.status__total .section-line {
  margin: 40px auto;
}

.status__img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  margin-top: 40px;
}

.status__chips {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  background-color: var(--m-aqua);
  border: 1px solid var(--m-aqua);
  border-radius: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.status__chips_type_name {
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--l-gray);
}

.status__desc {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.status .forum-section__content {
  max-width: 1000px;
}

.status__button {
  margin-top: 40px;
  width: max-content;
}

.section__buttons .swiper-button-next,
.section__buttons .swiper-button-prev {
  position: relative;
}

.f-gallery__swiper {
  margin-top: 40px;
}

.f-gallery__picture {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.f-video {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
}

.f-video .section__header {
  justify-content: center;
}

.f-video__content {
  background-color: #1a64a0;
  color: white;
  text-align: center;
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 132px;
  display: flex;
  gap: 60px;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 100px;
}

.f-video__swiper {
  max-width: 1020px;
  margin: 0 auto;
}

.f-video__slide {
  height: 576px;
  border-radius: 30px;
  overflow: hidden;
}

.f-video__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.f-video__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.f-video .swiper-button-prev {
  margin-left: 60px;
}

.f-video .swiper-button-next {
  margin-right: 60px;
}

.f-video .swiper-button-prev::after {
  background-color: #005396;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22L6 12L16 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.f-video .swiper-button-next::after {
  background-color: #005396;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 22L18 12L8 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.f-video .swiper-button-prev:hover,
.f-video .swiper-button-next:hover {
  opacity: 0.8;
}

.f-video .f-video__pagination {
  top: unset;
  bottom: 60px;
}

.f-video__pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  transition: all 300ms ease-out;
}

.f-video__pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}

.f-video__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.fancybox__content {
  padding: 0 !important;
  background: var(--black);
}

.f-contacts__content {
  display: grid;
  grid-template-columns: auto 1100px;
  gap: 80px;
}

.f-contacts__texts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.f-contacts__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: var(--m-blue);
}

.f-contacts__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}

.f-contacts__map {
  height: 600px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1899px) {
  .f-contacts__content {
    grid-template-columns: auto 55.56vw;
  }
  .f-contacts__map {
    height: 520px;
  }
  .f-contacts__texts {
    gap: 40px;
  }
}

.footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button-feedback {
  display: flex;
  width: 430px;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 30px;
  background: #0094ae;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.icon-text-btn {
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.icon-btn {
  padding: 0;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-text-btn_white,
.icon-btn_white {
  background-color: white;
  color: var(--black);
  border: 1px solid var(--l-gray);
}

.icon-text-btn_white:hover,
.icon-btn_white:hover {
  background-color: var(--l-gray);
  color: var(--black);
}

.header-menu-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.fed-project {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background-color: var(--light-gray);
  color: var(--black);
  padding: 10px 15px;
  border-radius: 60px;
  text-align: center;
  text-wrap: nowrap;
}

.fed-project[href="#"] {
  pointer-events: none;
}

/* .two-block__wrapper .swiper-slide:nth-child(2n) .realization-item {
  padding-left: 128px;
} */

.two-block .carousel {
  padding-bottom: 80px;
}

.transformation-col-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.transformation-col-title svg {
  min-width: 33px;
  min-height: 31px;
}

.support-elements {
  border-radius: 40px;
}

.tools-block__title {
  max-width: 1110px;
  color: white;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
}

.tools-block__container {
  margin: 83px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  list-style-type: none;
}

.tools-block__container li {
  display: flex;
}

.tools-block__container li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 133px 40px 50px;
}

.tools-block__container li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 133px 40px 50px;
}

.tools-block__container li:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 66px 133px 0 50px;
}

.tools-block__container li:nth-child(4) {
  padding: 66px 133px 0 50px;
}

.tools-block__item {
  color: white;
  text-decoration: none;
  transition: all 300ms ease-out;
  display: flex;
  gap: 40px;
}

.tools-block__item:hover {
  color: white;
}

.tools-block__item-title,
.tools-block__item-number {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
}

.tools-block__item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tools-block__item:hover .tools-block__item-title {
  text-decoration: underline;
}

.tools-block__item-number {
  opacity: 0.5;
  transition: all 300ms ease-out;
}

.tools-block__item-link {
  opacity: 0.8;
  transition: all 300ms ease-out;
}

.tools-block__item:hover .tools-block__item-number,
.tools-block__item:hover .tools-block__item-link {
  opacity: 1;
}

.tools-block__item-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.news-page {
  margin-top: 20px;
}

.news-item__pic,
.news-page__pic {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.news-item,
.news-page__item {
  padding: 0;
  border: 0;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.news-item:hover,
.news-page__item:hover {
  color: var(--m-blue);
}

.news-item__title,
.news-page__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 84px;
}

.news-page__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-item__tag,
.news-page__tag {
  background-color: var(--light-gray);
  color: var(--m-blue);
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 60px;
  width: fit-content;
}

.news-item__date,
.news-page__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #545967;
}

.news-item:hover .news-item__date,
.news-page__item:hover .news-page__date {
  color: var(--m-blue);
}

.news-page__container {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.news-page__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-library__content {
  margin-left: -45px;
  margin-right: -45px;
  padding: 100px 45px;
  background-color: var(--bg-gray);
  position: relative;
  overflow: hidden;
  max-width: 1870px;
}

.main-library__content::before {
  content: "";
  width: 63.177vw;
  height: 63.177vw;
  background-color: #0094ae;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  min-width: 351px;
  min-height: 351px;
  max-width: 1213px;
  max-height: 1213px;
}

.main-library__content::after {
  content: "";
  width: 30.2083vw;
  height: 30.2083vw;
  background-color: #0094ae;
  border-radius: 50%;
  position: absolute;
  top: 110px;
  right: 0;
  min-width: 250px;
  min-height: 250px;
}

.main-library__block {
  position: relative;
  z-index: 2;
}

.main-library__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13.646vw;
  z-index: 2;
}

.main-library__block .button {
  margin-top: 40px;
}

footer {
  margin-top: 150px;
}

.support-info {
  background-color: white;
  border-radius: 35px;
  padding: 10px 10px 20px;
  transform: translateY(-10px);
}

.support-info__link {
  background-color: var(--m-aqua);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: white;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
}

.support-info__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #545967;
  margin-top: 15px;
  padding-left: 10px;
}

footer .icon-text-btn_white {
  min-width: 234px;
  background-color: transparent;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 120px;
  padding: 66px 25px;
  margin: 0 auto;
  max-width: 1830px;
}

.footer__menu-area {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.footer__socials {
  margin-top: 100px;
}

.footer__socials p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #545967;
}

.socials {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.socials a:hover {
  opacity: 0.8;
}

.footer__copy-area {
  display: flex;
  align-items: flex-end;
}

.footer__copy-area .support-info {
  display: none;
}

.footer .fed-project {
  background-color: white;
}

.footer .fed-project:hover {
  background-color: var(--m-blue);
}

.footer .logo {
  display: flex;
  gap: 40px;
}

.modal-message {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.modal-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.popup-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.popup-form__wrapper {
  min-width: 320px;
  max-width: 65.52vw;
  min-height: 200px;
  max-height: 90vh;
  width: 100%;
  /* overflow-y: auto; */
  background-color: white;
  -webkit-box-shadow: 0px 4px 30px 0px #86878d14;
  box-shadow: 0px 4px 30px 0px #86878d14;
  border-radius: 30px;
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

.popup-form__body {
  overflow-y: auto;
  padding: 0 10px;
}

.popup-form__body::-webkit-scrollbar,
html .popup-form__body::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.popup-form__body::-webkit-scrollbar-track,
html .popup-form__body::-webkit-scrollbar-track {
  background: transparent;
}
.popup-form__body::-webkit-scrollbar-thumb,
html .popup-form__body::-webkit-scrollbar-thumb {
  background-color: var(--m-aqua);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid white;
}

.popup-form__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.03em;
}

.popup-form__close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  transition: all 300ms ease-out;
  border-radius: 50%;
  background-color: white;
}

.modal-message__close-icon:hover {
  opacity: 0.8;
}

.popup-form__close-icon svg {
  pointer-events: none;
}

.modal-message_active,
.popup-form_active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal-message__container {
  min-width: 320px;
  max-width: 65.52vw;
  min-height: 200px;
  max-height: 90vh;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  -webkit-box-shadow: 0px 4px 30px 0px #86878d14;
  box-shadow: 0px 4px 30px 0px #86878d14;
  border-radius: 30px;
  padding: 100px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

.modal-message__close-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  transition: all 300ms ease-out;
  border-radius: 50%;
  background-color: white;
}

.modal-message__close-icon:hover {
  opacity: 0.8;
}

.modal-message__icon {
  background-image: url(./assets/img/modal_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 326px;
  height: 274px;
}

.modal-message__close-icon svg {
  pointer-events: none;
}

.modal-message__title {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
  text-align: center;
}

.modal-message__title span {
  color: var(--m-aqua);
}

.modal-message__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-message__button {
  background-color: var(--m-aqua);
}

body:has(.top-circle) #content {
  overflow: hidden;
  position: relative;
}

body:has(.top-circle) #content::before {
  content: "";
  width: 827px;
  height: 844px;
  background-image: url(./assets/img/top_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -292px;
  top: -258px;
  z-index: -1;
}

.section__about {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
  max-width: 1160px;
  margin-top: 100px;
}

.section__about span {
  color: var(--m-aqua);
}

.section__about *:nth-child(n + 2) {
  margin-top: calc(1em * 1.4);
}

.about__targets-block {
  margin-top: 150px;
  display: grid;
  grid-template-columns: auto 665px;
  max-width: 1460px;
  gap: 195px;
}

.about__targets p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.about__targets p:nth-child(n + 2) {
  margin-top: 20px;
}

.about__targets p span {
  color: var(--m-blue);
}

.about__slogan {
  background-color: var(--light-gray);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.03em;
  padding: 40px 50px;
  border-radius: 30px;
}

.about__slogan span {
  color: var(--m-blue);
}

.about__mission {
  max-width: 710px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.about__subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
  margin-top: 20px;
  color: var(--m-blue);
}

.about-footer {
  background-color: var(--bg-gray);
  position: relative;
  padding: 120px;
}

.about-footer__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 358px;
  height: 306px;
  object-fit: contain;
  object-position: right bottom;
}

.about-footer__text {
  max-width: 905px;
}

.about-footer__text * {
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.03em;
}

.about-footer__text * span {
  color: var(--m-aqua);
}

.about-footer__text *:nth-child(n + 2) {
  margin-top: 1em;
}

.about-footer__text *:nth-child(even) {
  color: var(--m-blue);
}

.filter {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}

.filter__link {
  padding: 12px 30px;
  width: fit-content;
  border-radius: 60px;
  border: 1px solid var(--m-blue);
  color: var(--black);
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}

.filter__link:hover {
  background-color: var(--m-blue);
  color: white;
}

.filter__link_selected {
  background-color: var(--m-blue);
  color: white;
}

.filter__link_alone {
  background-color: var(--m-blue);
  color: white;
  user-select: none;
  pointer-events: none;
}

.federal__filter {
  margin-top: 30px;
}

.life .filter__link_selected {
  padding-right: 54px;
  position: relative;
}

.life .filter__link_selected::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.06341 8.06365C8.41488 7.71218 8.98473 7.71218 9.3362 8.06365L11.9998 10.7273L14.6634 8.06365C15.0149 7.71218 15.5847 7.71218 15.9362 8.06365C16.2877 8.41512 16.2877 8.98497 15.9362 9.33644L13.2726 12L15.9362 14.6637C16.2877 15.0151 16.2877 15.585 15.9362 15.9364C15.5847 16.2879 15.0149 16.2879 14.6634 15.9364L11.9998 13.2728L9.3362 15.9364C8.98473 16.2879 8.41488 16.2879 8.06341 15.9364C7.71194 15.585 7.71194 15.0151 8.06341 14.6637L10.727 12L8.06341 9.33644C7.71194 8.98497 7.71194 8.41512 8.06341 8.06365Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.news-detail h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.03em;
  margin-top: 20px;
}

.news-detail__picture {
  width: 100%;
  min-height: 230px;
  max-height: 476px;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.news-detail__section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.news-detail__chips {
  background-color: var(--bg-gray);
  color: var(--m-blue);
  padding: 5px 15px;
  border-radius: 30px;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.news-detail__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #545967;
}

.news-detail__text {
  margin-top: 40px;
}

.news-detail__text,
.news-detail__text * {
  font-size: 18px;
  line-height: 26px;
}

.news-detail__footer {
  margin-top: 40px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.news-detail__back-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #545967;
  padding: 10px 30px;
  background-color: var(--bg-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 60px;
  text-decoration: none;
  transition: all 300ms ease-out;
}

.news-detail__back-btn:hover {
  color: var(--black);
  background-color: var(--l-gray);
}

.news-detail__btn-icon svg path {
  fill: currentColor;
}

.news-detail__video {
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}

.ya-share2__link_more {
  min-width: 50px;
  min-height: 50px;
  background-color: var(--bg-gray) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-out;
}

.ya-share2__link_more:hover {
  background-color: var(--l-gray) !important;
}

.news-detail .swiper-button-prev,
.news-detail .swiper-button-next {
  transition: all 300ms ease-out;
}

.news-detail .swiper-button-next {
  opacity: 0.8;
  margin-right: 20px;
}

.news-detail .swiper-button-prev {
  opacity: 0.8;
  margin-left: 20px;
}

.news-detail .swiper-button-disabled {
  opacity: 0.1;
}

.file-download-link {
  color: var(--m-blue);
  opacity: 0.5;
  transition: all 300ms ease-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.file-download-link:hover {
  opacity: 1;
}

.file-download-link__icon {
  font-size: 0;
  line-height: 0;
}

.file-download-link__icon svg path {
  fill: currentColor;
}

.docs__section {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
  color: #545967;
}

.docs__container {
  margin-top: 80px;
}

.docs__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 40px 0 0;
  padding: 0;
}

.docs__list-item {
  display: grid;
  grid-template-columns: 600px auto;
  justify-content: space-between;
  gap: 170px;
  align-items: flex-start;
}

.docs__name-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
  text-decoration: none;
}

.docs__name-link:hover {
  color: var(--m-blue);
}

.docs__content .docs__list {
  gap: 40px;
  margin-top: 40px;
}

.docs__content .docs__list-item:nth-child(n + 2) {
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.swiper-button_blue {
  color: white;
  min-width: 56px;
  min-height: 56px;
  position: relative;
}

.swiper-button_blue:hover {
  color: white;
}

.swiper-button_blue::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--m-blue);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms ease-out;
}

.js-swiper-prev.swiper-button_blue::after,
.js-gallery-swiper-prev.swiper-button_blue::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22L6 12L16 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.js-swiper-next.swiper-button_blue::after,
.js-gallery-swiper-next.swiper-button_blue::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 22L18 12L8 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.swiper-button_blue:hover::after {
  background-color: #0b5c9d;
}

.swiper-button_blue.swiper-button-disabled {
  pointer-events: none;
}

.swiper-button_blue.swiper-button-disabled::after {
  background-color: var(--sec-gray);
  opacity: 0.2;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-next::after,
.swiper-button-prev::after {
  transition: all 300ms ease-out;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.forum-finished__content {
  margin-left: -45px;
  margin-right: -45px;
  max-width: 1870px;
  padding: 70px 45px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.forum-finished__button {
  pointer-events: none;
  background-color: transparent;
}

#content:has(.top-circle) h1 {
  max-width: 1160px;
}

.b-quote {
  max-width: 1572px;
  margin: 0 auto;
}

.pagination:has(.show-more-btn) {
  justify-content: center;
}

.video-play {
  position: relative;
}

.video-play::after {
  content: "";
  background-color: var(--m-aqua);
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='46' viewBox='0 0 35 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 23L0.500002 45.5167L0.500004 0.483338L35 23Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  left: 0;
  right: 00;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  margin: auto;
}

.section:has(.circles),
.section_gray {
  background-color: var(--bg-gray);
  padding-top: 0;
  margin-top: 100px;
}

.section:has(.circles) {
  overflow: hidden;
}

.circles {
  margin-left: -45px;
  margin-right: -45px;
  padding: 100px 45px;
  background-color: var(--bg-gray);
  position: relative;
  max-width: 1870px;
}

.circles::before {
  content: "";
  width: 84.177vw;
  height: 84.177vw;
  max-width: 1213px;
  max-height: 1213px;
  background-color: #0094ae;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  min-width: 400px;
  min-height: 400px;
}

.part-vote {
  text-align: center;
}

.part-vote__link {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: var(--m-blue);
  margin-top: 60px;
  display: inline-block;
}

.part-vote__link span {
  text-decoration: underline;
}

.part-vote__link-desc {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
}

.part-vote__text {
  text-align: left;
  max-width: 670px;
  margin: 0 auto;
}

.part-vote__circles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.part-vote__circles::before {
  content: "";
  position: absolute;
  right: -25px;
  top: -304px;
  background-color: #0094ae;
  width: 515px;
  height: 515px;
  border-radius: 50%;
}
.part-vote__circles::after {
  content: "";
  position: absolute;
  left: 105px;
  bottom: -140px;
  background-color: #2ab5af;
  width: 272px;
  height: 272px;
  border-radius: 50%;
}

.part-vote__text {
  position: relative;
  z-index: 2;
}

.part-vote__text .part-vote__link,
.part-vote__text .part-vote__link-desc {
  margin: 0;
}

.transformation-col-title,
.transformation-col-title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.changes__before-after_col_title,
.changes__before-after_col_title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.standard__numbers-desc-container {
  max-width: 1555px;
  padding: 60px 212px;
  background-color: var(--light-gray);
  border-radius: 30px;
  margin: 100px auto 0;
}

.standard__numbers-info {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
}

.standard__numbers-info span {
  color: var(--m-aqua);
}

.standard__numbers-desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-top: 20px;
}

.life .accordion {
  max-width: unset;
}

.life .accordion-item {
  border: none;
}

.life .accordion-button {
  padding: 0;
}

.life .accordion-button h2 {
  pointer-events: none;
}

.life .accordion-button::after {
  margin-left: 20px;
  width: 64px;
  height: 64px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 8L12 18L2 8' stroke='%23005396' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: var(--light-gray);
}

.top-circle ~ .section.pt-0 {
  min-height: 440px;
}

.feedback__content {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 60px;
}

.section.feedback-polls {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feedback-polls .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__menu-area .footer__socials {
  display: none;
}

.header-block {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.header-block .feedback-btn-small {
  display: none;
}

.header-menu {
  display: none;
}

.carousel_desc img {
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.survey__footer {
  padding: 50px 0;
  background-color: var(--bg-gray);
  margin-left: calc(50% - 50vw + 30px);
  margin-right: calc(50% - 50vw + 30px);
}

.survey__footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 875px;
  margin: 0 auto;
  gap: 30px;
  /* padding: 0 16px; */
}

.survey__button,
.feedback__button {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 422px;
}

.top-circle ~ .section.pt-0.section.search {
  min-height: 500px;
}

.docs__section {
  font-size: 32px;
  line-height: 1.4;
}

@media screen and (max-width: 425px) {
  .carousel_desc img {
    max-width: 80.8vw;
  }
}

@media screen and (max-width: 1899px) {
  .section:has(.content_gray),
  .section:has(.circles),
  .section:has(.forum-finished__content),
  .section:has(.main-library__content),
  .section:has(.content-wide) {
    padding-left: 0;
    padding-right: 0;
  }

  .circles,
  .content_gray,
  .forum-finished__content,
  .main-library__content,
  .content-wide {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
  .content_gray {
    padding: 100px 70px;
  }
  .header-menu-text {
    gap: 20px;
  }
  .f-video {
    padding: 0;
  }
  .content_grid {
    gap: 13.16vw;
  }
  .tools-block__title {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1699px) {
  .footer__menu-area {
    display: grid;
    grid-template-columns: auto auto;
  }
  .support-info {
    display: none;
  }
  .footer__copy-area .support-info {
    display: block;
  }
  .footer__copy-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer__socials {
    margin-top: 78px;
  }
  .footer .feedback-btn {
    margin-left: auto;
  }
  .support-info__link {
    max-width: 420px;
    margin: 0 auto;
    display: block;
  }
  .footer__docs-area {
    margin-top: auto;
  }
  .footer__wrapper {
    grid-template-columns: 426px auto;
    justify-content: space-between;
    gap: 65px 26vw;
    padding: 50px 70px;
  }
  .forum h1 {
    max-width: 630px;
  }
  .forum-partners__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .forum-partners__item img {
    max-width: 330px;
  }
  #content:has(.top-circle) h1,
  .section__about {
    max-width: 900px;
  }
}

@media screen and (max-width: 1599px) {
  .header-block .feedback-btn-small {
    display: flex;
  }
  .header-block .feedback-btn {
    display: none;
  }
  .forum__wrapper::before,
  .forum__wrapper::after {
    width: 454px;
    height: 454px;
  }
  .forum::before {
    width: 76.389vw;
    height: 76.389vw;
  }
  .news-page__container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
    gap: 80px 30px;
  }
  .news-page__pic {
    /* height: 230px; */
	height: 100%;
  }
  .f-gallery__picture {
    height: 280px;
  }
  #content:has(.top-circle) h1,
  .section__about {
    max-width: 800px;
  }
  .about__targets-block {
    gap: 8.34vw;
  }
  .about-footer__text {
    max-width: 805px;
  }
  .survey__footer {
    margin-left: calc(50% - 50vw + 20px);
    margin-right: calc(50% - 50vw + 20px);
  }
}

@media screen and (max-width: 1419px) {
  .content_gray {
    padding: 80px 70px;
  }
  .header-block .feedback-btn-small {
    display: none;
  }
  .header-block .header-lang {
    display: none;
  }
  .header-block .fed-project {
    display: none;
  }
  .header-menu {
    display: flex;
  }
  .footer__wrapper {
    gap: 65px 21.48vw;
  }
  .forum-section {
    gap: 60px;
  }
  .f-contacts__text {
    font-size: 16px;
    line-height: 1.4;
  }
  .f-contacts__texts {
    gap: 30px;
  }
  .f-video {
    margin-left: 0;
    margin-right: 0;
  }
  .f-video__swiper {
    max-width: 800px;
  }
  .f-video__slide {
    height: 476px;
  }
  .f-video__content {
    gap: 40px;
    padding-bottom: 100px;
  }
  .f-video .f-video__pagination {
    bottom: 50px;
  }
  .status__img {
    height: 450px;
  }
  footer {
    margin-top: 120px;
  }
  .tools-block__container {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .tools-block__container li:nth-child(n) {
    padding: 40px 0;
  }
  .tools-block__container li:nth-child(1),
  .tools-block__container li:nth-child(2),
  .tools-block__container li:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .tools-block__container li:nth-child(4) {
    padding-bottom: 0;
  }
  .support-elements {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body:has(.top-circle) #content::before {
    width: 34.18vw;
    height: 34.18vw;
    right: -14.65vw;
    top: -4.88vw;
  }
  .content_grid {
    gap: 100px;
  }
  .changes__before-after_block {
    padding: 30px;
  }
  .changes__before-after_block-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .about-footer__text {
    max-width: unset;
  }
  .about-footer {
    padding: 100px 100px 220px;
  }
  .about-footer__icon {
    height: 200px;
  }
  .tools-block__title {
    font-size: 48px;
  }
  .modal-message__title {
    font-size: 50px;
    line-height: 1.4;
  }
  .modal-message__icon {
    height: 190px;
  }
  .part-vote__circles::before {
    top: -15vw;
    width: 30vw;
    height: 30vw;
  }
  .part-vote__circles::after {
    left: -5vw;
    bottom: -8vw;
    width: 20vw;
    height: 20vw;
  }
}

@media screen and (max-width: 1279px) {
  .footer__wrapper {
    gap: 65px 60px;
  }
  .header-menu-text {
    gap: 16px;
  }
  .header-menu-text a {
    font-size: 16px;
    line-height: 26px;
  }
  .forum__wrapper::before,
  .forum__wrapper::after {
    width: 254px;
    height: 254px;
  }
  .forum__wrapper::before {
    bottom: -65px;
  }
  .forum__wrapper::after {
    left: -64px;
    top: -85px;
  }
  .forum-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .status .section__title {
    display: block;
  }
  .f-contacts__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .f-video .swiper-button-next {
    margin-right: 30px;
  }
  .f-video .swiper-button-prev {
    margin-left: 30px;
  }
  footer {
    margin-top: 100px;
  }
  .top-circle ~ .section.pt-0 {
    min-height: unset;
  }
  #content:has(.top-circle) h1,
  .section__about {
    max-width: 70vw;
  }
  .section__about {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 60px;
  }
  .about__targets-block {
    grid-template-columns: auto 48.84vw;
    gap: 60px;
    margin-top: 80px;
  }
  .about__slogan {
    font-size: 34px;
    line-height: 1.2;
  }
  .content_grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .changes__before-after_col-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .changes__before-after_block {
    height: 200px;
  }
  .changes__before-after_col_title {
    margin-top: 20px;
  }
  .tools-block__title {
    font-size: 32px;
  }
  .modal-message__title {
    font-size: 42px;
    line-height: 1.4;
  }
  .part-vote__text .part-vote__link,
  .part-vote__text .part-vote__link-desc {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.03em;
    text-align: center;
    display: block;
  }
  .feedback__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .footer__wrapper {
    gap: 65px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px 130px;
  }
  .footer__socials {
    margin-top: 40px;
  }
  .footer .menu {
    line-height: 24px;
  }
  .footer .menu {
    gap: 16px;
  }
  .footer__docs-area {
    order: 3;
  }
  .footer__copy-area {
    order: 4;
  }
  .footer__copy-area .support-info {
    display: none;
  }
  .footer__menu-area .support-info {
    display: block;
    grid-column: 1/3;
  }
  .header-menu-text {
    display: none;
  }
  .f-video__swiper {
    max-width: 80%;
  }
  .f-video__slide {
    height: 43vw;
  }
  .f-video .swiper-button-next {
    transform: scale(0.8);
    margin-top: 0;
  }
  .f-video .swiper-button-prev {
    transform: scale(0.8);
    margin-top: 0;
  }
  .video-play::after {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-size: 24px;
  }
  .f-video__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .forum-partners__item img {
    max-width: 280px;
  }
  .swiper-button_blue {
    transform: scale(0.8);
  }
  .status__img {
    height: 380px;
  }
  .f-contacts__map {
    height: 85.33vw;
    max-height: 520px;
  }
  footer {
    margin-top: 80px;
  }
  body:has(.top-circle) #content::before {
    content: unset;
  }
  #content:has(.top-circle) h1,
  .section__about {
    max-width: unset;
  }
  .section__about {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.03em;
    margin-top: 40px;
  }
  .about__targets-block {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .about__targets {
    padding: 20px;
  }
  .about__slogan {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.03em;
  }
  .news-page__container {
    grid-template-columns: 1fr 1fr;
  }
  .support-elements {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .transformation-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .transformation-col-title,
  .transformation-col-desc {
    width: unset;
  }
  .main-library__content::after {
    top: 135px;
  }
  .main-library__content {
    padding: 80px 45px;
  }
  .hero-section {
    height: 930px;
  }
  .hero-clipping-wrapper {
    height: 100%;
  }
  .hero-collections_wrapper {
    height: unset;
  }
  .changes__before-after_col-block {
    margin-top: 30px;
  }
  .changes__before-after_block {
    height: 260px;
  }
  .about-footer {
    padding: 60px 40px 150px;
  }
  .about-footer__icon {
    height: 130px;
  }
  .about-footer__text * {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
  .docs__list-item {
    grid-template-columns: auto auto;
  }
  .docs__container {
    margin-top: 60px;
  }
  .modal-message__title {
    font-size: 36px;
  }
  .modal-message__icon {
    height: 150px;
    width: 200px;
  }
  .modal-message__container {
    padding: 50px 30px;
  }
  .modal-message__close-icon {
    top: 30px;
    right: 30px;
  }
  .survey__footer-wrapper {
    padding: 0 50px;
  }
  .status__chips {
    font-size: 20px;
    line-height: 1.4;
  }
  .docs__section {
    font-size: 26px;
    line-height: 30px;
  }
  .circles::before {
    width: 90vw;
    height: 90vw;
  }
  .f-gallery__picture {
    height: 164px;
  }
}

@media screen and (min-width: 748px) and (max-width: 1023px) {
  .footer__menu-area {
    grid-template-columns: 1fr 1fr;
  }
  .footer .feedback-btn {
    position: absolute;
    right: 0;
    top: -96px;
  }
  .footer__menu-area .support-info {
    grid-column: 2;
    grid-row: 1;
  }
  .footer .feedback-btn {
    padding: 15px 60px;
  }
}

@media screen and (max-width: 747px) {
  .footer__menu-area .footer__socials {
    display: block;
    margin: 0 auto;
  }
  .footer__logo-area .footer__socials {
    display: none;
  }
  .footer__socials p {
    text-align: center;
    margin: 0 auto;
  }
  .footer .logo {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer__menu-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .footer__menu-area > * {
    order: 2;
  }
  .footer .menu {
    text-align: center;
  }
  .footer .feedback-btn {
    order: 1;
    margin: 0 auto;
  }
  .support-info {
    margin-top: 10px;
  }
  .support-elements {
    margin: 0 16px;
    padding: 40px;
  }
  .support-elements_tools {
    padding: 60px 26px;
  }
  .forum::before {
    width: 650px;
    height: 650px;
  }
  .forum__event-container {
    flex-direction: column;
  }
  .forum__event-container svg {
    width: 30px;
    height: 30px;
  }
  .forum__wrapper::before {
    content: unset;
  }
  .forum__wrapper::after {
    width: 150px;
    height: 150px;
    top: -70px;
  }
  .forum h1 {
    max-width: 430px;
    font-size: 28px;
    line-height: 32px;
  }
  .button_big {
    padding: 20px 40px;
  }
  .forum__buttons {
    gap: 20px;
  }
  .forum__event-container p {
    display: flex;
    flex-direction: column;
  }
  .status__header {
    flex-wrap: wrap;
    gap: 20px;
  }
  .status__desc {
    font-size: 18px;
    line-height: 26px;
  }
  .content-wide,
  .content_gray {
    padding: 60px 20px;
  }
  .f-video__swiper {
    max-width: 94vw;
  }
  .f-video__slide {
    height: 220px;
  }
  .f-video .swiper-button-next,
  .f-video .swiper-button-prev {
    display: none;
  }
  .f-video__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .status__img {
    height: 250px;
  }
  .status__lead {
    font-size: 18px;
    line-height: 26px;
  }
  footer {
    margin-top: 60px;
  }
  .filter {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .filter__link {
    padding: 4px 24px;
    font-size: 18px;
    line-height: 26px;
  }
  .federal__filter {
    flex-wrap: unset;
  }
  .transformation-col {
    display: flex;
    flex-direction: column;
  }
  .transformation-col-title {
    flex-direction: column;
    text-align: center;
  }
  .transformation-col-title svg {
    min-width: 25px;
    min-height: 23px;
    transform: rotate(90deg);
  }
  .tools-block__item {
    gap: 30px;
  }
  .tools-block__item-title {
    font-size: 24px;
    line-height: 30px;
  }
  .button {
    padding: 15px 25px;
  }
  .icon-btn {
    padding: 0;
    min-width: 46px;
    min-height: 46px;
  }
  .main-library__content::after {
    content: unset;
  }
  .main-library__content {
    padding: 105px 45px;
  }
  .hero-block-mobile {
    padding: 60px 16px;
  }
  .hero-section {
    height: auto;
    margin-top: 60px;
  }
  .changes__before-after_block {
    height: 300px;
  }
  .accordion-body {
    font-size: 20px;
    line-height: 28px;
  }
  .about__subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
  }
  .tools-block__title {
    font-size: 26px;
  }
  .docs__list-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .docs__list {
    gap: 40px;
  }
  .part-vote__circles::before {
    content: unset;
  }
  .part-vote__circles::after {
    content: unset;
  }
  .part-vote__text {
    max-width: 320px;
  }
  .section.feedback-polls {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .feedback-polls .polls__btn {
    margin-top: 30px;
  }
  .feedback-polls .content {
    align-items: flex-start;
  }
  .popup-form__wrapper {
    padding: 30px 16px;
  }
  .form__label.survey__field-title,
  .survey__field-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .survey__field-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .survey__footer {
    padding: 30px 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .survey__footer-wrapper {
    padding: 0 16px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about__targets .about__targets-desc {
    font-size: 18px;
    line-height: 22px;
  }
  .main-library__block .button {
    margin-top: 24px;
  }
  .life .accordion-button::after {
    width: 50px;
    height: 50px;
  }
  .f-video__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .circles::before {
    width: 150vw;
    height: 150vw;
    max-width: 550px;
    max-height: 550px;
  }
  .section.life:has(.circles) {
    padding: 35px 0;
  }
  .news-detail h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .news-detail__footer {
    flex-direction: column;
  }

  .news-detail__back-btn {
    width: 100%;
    max-width: 320px;
  }
  .news-detail__footer .ya-share2,
  .news-detail__footer .ya-share2__link,
  .news-detail__footer .ya-share2__list,
  .news-detail__footer .ya-share2__item {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 629px) {
  .popup-form__wrapper {
    min-width: 320px;
    max-width: 100%;
    padding-right: 5px;
  }

  .popup-form__close-icon {
    width: 30px;
    height: 30px;
  }
  .popup-form__close-icon svg {
    width: 18px;
    height: 18px;
  }
  .news-page__container {
    grid-template-columns: 1fr;
  }
}

.lab-survey h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.03em;
}

.lab-survey .form {
  max-width: 875px;
  margin: 100px auto 0;
}

/* PRIVACY */

.privacy {
  background: #daeef5;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 0 16px;
}

.privacy.hidden {
  display: none;
}

.privacy__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px 0;
  margin: 0 auto;
  max-width: 1190px;
}

.privacy__content p,
.privacy__content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
}

.privacy__content .button {
  padding: 16px 45px;
}

.privacy__content a {
  color: var(--m-blue);
}

.privacy__content a:hover {
  color: var(--m-aqua);
}

@media screen and (min-width: 1024px) {
  .privacy__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 0;
  }
  .privacy__content p,
  .privacy__content a {
    font-size: 16px;
    line-height: 20px;
  }
}

body:has(.not-found) .footer {
  margin-top: 0;
}

.not-found {
  padding-top: 120px;
  padding-bottom: 60px;
}

.not-found h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
  margin: 64px auto 0;
}

.not-found .button {
  margin-top: 32px;
}

@media screen and (max-width: 1279px) {
  .not-found {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .not-found h1 {
    margin-top: 40px;
    font-size: 60px;
    line-height: 1.4;
  }
  .not-found__img {
    width: 60.27vw;
    max-width: 714px;
  }
}

@media screen and (max-width: 1023px) {
  .not-found h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 747px) {
  .not-found {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .not-found h1 {
    font-size: 32px;
    max-width: 190px;
  }
}

.news-detail__footer
  .ya-share2__list.ya-share2__list_direction_horizontal
  > .ya-share2__item {
  margin: 0;
}

.news-detail__footer
  .ya-share2__container_size_m
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__link_more {
  padding: 10px 30px;
  font-family: Aeroport, Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.news-detail__footer
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__link_more {
  border: none;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 10%;
  flex-direction: row-reverse;
}

.news-detail__footer
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__icon_more {
  display: none;
}

.news-detail__footer
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__badge_more {
  min-width: 24px;
  min-height: 24px;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58984 13.51L15.4198 17.49M15.4098 6.51001L8.58984 10.49M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5ZM9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z' stroke='%23545967' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-radius: unset;
}

/* LABS SERVICES */

.d-none {
  display: none !important;
}
.content-wrapper {
  max-width: 1780px;
  margin: 0 auto;
}
.factoids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

h2 + .content .factoids {
  margin-top: 64px;
}
.factoid {
  border-radius: 20px;
  background: #f2f7fd;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.factoid:hover {
  background: #daeef5;
}
.factoid__value {
  color: var(--3, #2ab5af);
  font-family: Aeroport;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -1.44px;
}
.factoid__bottom {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}
.factoid__text {
  color: var(--1, #005396);
  font-family: Aeroport;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.72px;
  max-width: 80%;
}
.factoid__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.factoid_active,
.factoid_active:hover {
  background: var(--3, #2ab5af);
  color: white;
}
.factoid_active .factoid__value,
.factoid_active .factoid__text {
  color: white;
}
.factoid__value_alert {
  color: var(--Red, #ff7575);
}
.labs-filters {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.labs-filters .form {
  max-width: unset;
}
.labs-filters__form {
  display: flex;
  gap: 10px;
}
.labs-filters__form:has(#simple-search-input) {
  width: 100%;
}
.labs-filter-panel {
  min-height: 60px;
  padding: 0 18px;
  display: flex;
  border-radius: 16px;
  border: 2px solid #2ab5af;
  background: var(--White, #fff);
}
.labs-filters__checkboxes {
  display: flex;
  gap: 16px;
  align-items: center;
}
.labs-filters__checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.labs-filters__checkbox svg {
  visibility: hidden;
}
.labs-filters__checkbox_active svg {
  visibility: visible;
}
.labs-filters__checkbox_mob {
  display: none;
}
.labs-filters__checkbox-indicator {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid var(--3, #2ab5af);
  background: var(--White, #fff);
}
.labs-filters__checkbox-text {
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.labs-filters__checkbox-text_a,
.labs-filters__checkbox-text_a-mob {
  color: var(--3, #2ab5af);
}
.labs-filters__checkbox-text_b,
.labs-filters__checkbox-text_b-mob {
  color: #004e8b;
}
.labs-filters__checkbox-text_v {
  color: #ffba77;
}
.labs-filters__checkbox-text_g {
  color: var(--Red, #ff7575);
}
.labs-year-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 144px;
  position: relative;
  cursor: pointer;
}
.labs-year-select__text {
  color: #a3a3a3;
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.54px;
}
.labs-year-select__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  background-color: white;
  z-index: 10;
  padding: 18px;
}
.labs-filters__button {
  color: var(--White, #fff);
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  height: 60px;
  padding: 15px 45px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 16px;
  background: var(--1, #005396);
}
.labs-filters__input-wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.labs-filters__input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 18px;
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.54px;
  color: var(--Gray-2, #545967);
}
.labs-filters__input::placeholder {
  color: #a3a3a3;
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.54px;
}
.labs-filters__input-icon {
  position: absolute;
  top: 18px;
  right: 18px;
}
.labs-table {
  margin-top: 30px;
}
.table-grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  column-gap: 30px;
}

.labs-table__header {
  margin-bottom: 32px;
}
.labs-table__header p {
  color: var(--Gray-2, #545967);
  font-family: Aeroport;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
}
.labs-table__row-service {
  grid-column: 1 / span 6;
}
.labs-table__row-department {
  grid-column: 7 / span 4;
}
.labs-table__row-rating {
  grid-column: 11 / span 2;
}
.labs-table__row-year {
  grid-column: 13 / span 1;
}
.labs-table__row-link-icon {
  grid-column: 16 / -1;
  display: flex;
  justify-content: flex-end;
}
.labs-table__rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.labs-table__row {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.labs-table__row-text {
  color: var(--Black, #171b26);
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.labs-table__row-title {
  display: none;
}
.labs-table__row-text_rating {
  color: var(--m-aqua);
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.labs-table__row-text_rating_blue {
  color: var(--m-blue);
}
.labs-table__row-text_rating_orange {
  color: #ffba77;
}
.labs-table__row-text_rating_red {
  color: #ff7575;
}

.labs-table__row-text_year {
  color: var(--Black, #171b26);
  font-family: Aeroport;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.labs-pagination {
  margin-top: 32px;
  margin-bottom: 130px;
  display: flex;
  justify-content: space-between;
}
.labs-pagination__items {
  display: flex;
  gap: 10px;
}
.labs-pagination__item {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--Light-gray, #f2f2f7);
  color: var(--1, #005396);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.labs-pagination__item_current {
  border: 1px solid var(--1, #005396);
  cursor: default;
}
.labs-pagination__controls {
  display: flex;
  gap: 10px;
}
.labs-pagination__nav-btn {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--1, #005396);
  cursor: pointer;
}
/* Перебиваем стандартные стили полей формы */
.labs-filters {
  .field-select {
    min-width: 144px;
    border: 2px solid var(--m-aqua);
    border-radius: 16px;
    background: var(--White, #fff);
    padding: 0 18px;
    font-family: Aeroport;
    font-size: 18px;
    font-style: normal;
    height: 60px;
  }
  .field-select::placeholder {
    color: #a3a3a3;
  }

  .form__input-self-wrapper::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .form__select_active .form__input-self-wrapper::before {
    transform: translateY(-50%) rotate(180deg);
  }

  .form__select:has(.form__input-self-wrapper) .form__options-block {
    top: calc(100% + 5px);
  }

  .form__options-block {
    border: 2px solid var(--m-aqua);
    border-radius: 16px;
    background: var(--White, #fff);
  }

  .form__options {
    font-family: Aeroport;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.54px;
  }

  .form__checkbox-label {
    padding: 0;
  }
  .check {
    padding-left: 38px;
    color: var(--m-aqua);
    font-family: Aeroport;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .check__box {
    margin-left: -38px;
    border-radius: 8px;
  }
  .check__box::before {
    background-color: var(--m-aqua);
  }
  .check__input:checked + .check__box {
    border-color: var(--m-aqua);
  }
  .check_blue {
    color: var(--m-blue);
  }
  .check_orange {
    color: #ffba77;
  }
  .check_red {
    color: #ff7575;
  }
  .form__input-wrapper:has(.js-fake-check) {
    display: none;
  }
  .form__input-wrapper:has(.check_type_mh) {
    display: flex;
  }
}

body:has(div[id^="wait_comp"]) {
  .labs-filters {
    pointer-events: none !important;
  }
  .labs-table {
    opacity: 0.5;
  }
}

/* BREAKPOINTS */

@media (max-width: 1919px) {
  .content-wrapper {
    padding: 0 70px;
    max-width: 100%;
  }
}
@media (max-width: 1439px) {
  .content-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 1279px) {
  .content-wrapper {
    padding: 0 20px;
  }
  .factoid {
    padding: 30px;
  }
  .factoid__value {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.96px;
  }
  .factoid__text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.54px;
    max-width: 60%;
  }
  .factoid__icon {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .factoids {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .labs-filters {
    flex-direction: column;
    margin-top: 40px;
  }
  .labs-filter-panel {
    min-height: 50px;
  }
  .labs-filters__button {
    display: none;
  }
  .labs-filters__checkboxes {
    justify-content: space-between;
    min-height: 50px;
    gap: 12px;
  }
  .labs-filters__checkboxes .form__input-wrapper {
    width: auto;
  }
  .labs-filters__form:has(.labs-filters__checkboxes) {
    flex-direction: column;
  }
  .labs-filters__checkbox_mob {
    display: flex;
    white-space: nowrap;
  }
  .labs-filters__checkbox_dt {
    display: none;
  }
  .labs-year-select {
    width: 100%;
  }
  .labs-table {
    max-width: 100%;
    overflow-x: auto;
  }
  .table-grid {
    /* grid-template-columns: 230px 230px 100px 100px 100px;
    column-gap: 20px; */
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .labs-table__row-service {
    grid-column: auto;
  }
  .labs-table__row-department {
    grid-column: auto;
  }
  .labs-table__row-rating {
    grid-column: auto;
  }
  .labs-table__row-year {
    grid-column: auto;
  }
  .labs-table__row-link-icon {
    grid-column: auto;
  }
  .labs-table__row-title {
    display: block;
    color: #545967;
    font-size: 16px;
  }
  .labs-table__row-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .labs-table__header {
    display: none;
  }
  .labs-pagination__item,
  .labs-pagination__nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .labs-pagination__item_mob-hidden {
    display: none;
  }
  .labs-pagination__items,
  .labs-pagination__controls {
    gap: 6px;
  }
  .labs-filters .field-select {
    height: 50px;
  }
  .labs-filters__input-icon {
    top: 13px;
  }
  .labs-filters .check__box {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 490px) {
  .labs-filters {
    .form__input-wrapper:has(.js-fake-check) {
      display: flex;
    }
    .form__input-wrapper:has(.check_type_mh) {
      display: none;
    }
  }
  .labs-filters__checkboxes {
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.labs__survey-participation {
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 24px;
  flex-direction: column;
}

.about .labs__survey-participation {
  margin-top: 60px;
}

@media screen and (min-width: 748px) {
  .about .labs__survey-participation {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1900px) {
  .about .labs__survey-participation {
    margin-top: 100px;
  }
}

body:has(.overlay-header) {
  overflow: hidden;
  max-height: 100vh;
}
