@charset "UTF-8";
/* NORMALIZE */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

li {
  letter-spacing: 0px;
  list-style: none;
}

body,
blockquote,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

textarea {
  resize: none;
}

input,
textarea,
select,
button {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: inherit;
}

button {
  cursor: pointer;
}

/* input:hover,
input:focus-visible,
input:active,
textarea:hover,
textarea:focus-visible,
textarea:active {
    opacity: 0.5;
} */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Golos", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  font-weight: 500;
  overflow-x: hidden;
  color: #283A4E;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0px;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

input, textarea, select {
  outline: none;
  border: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  width: -webkit-fill-available;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.adminBlock {
  position: fixed;
  top: 10px;
  left: 5px;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.adminBlock .adminEdit, .adminBlock .adminSeo {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0px 15px;
  background: #E7411D;
  color: #fff;
  border: 1px solid #E7411D;
  border-radius: 5px;
}
.adminBlock .adminEdit:hover, .adminBlock .adminSeo:hover {
  background: #fff;
  color: #E7411D;
}

/* Базовые стили для плавной прокрутки якорных ссылок*/
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Отступ для фиксированного меню */
  }
  /* Для браузеров, которые не поддерживают scroll-padding-top */
  :target {
    scroll-margin-top: 100px;
  }
}
/* место под скролл */
html {
  scrollbar-gutter: stable;
}

/* FONTS */
@font-face {
  font-family: "Golos";
  font-weight: 400;
  font-style: normal;
  src: url("/public/src/fonts/GolosText-Regular.woff2") format("woff2"), url("/public/src/fonts/GolosText-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  font-weight: 500;
  font-style: normal;
  src: url("/public/src/fonts/GolosText-Medium.woff2") format("woff2"), url("/public/src/fonts/GolosText-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  font-weight: 600;
  font-style: normal;
  src: url("/public/src/fonts/GolosText-SemiBold.woff2") format("woff2"), url("/public/src/fonts/GolosText-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  src: url("/public/src/fonts/Onest-Medium.woff2") format("woff2"), url("/public/src/fonts/Onest-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  src: url("/public/src/fonts/Onest-Bold.woff2") format("woff2"), url("/public/src/fonts/Onest-Bold.woff") format("woff");
  font-display: swap;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a {
  color: #2B2E3A;
}

main {
  width: -webkit-fill-available;
  height: 100%;
  overflow: hidden;
}

.title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 30px;
  line-height: 100%;
}

.title-small {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.block-max-width {
  max-width: 1380px;
  width: -webkit-fill-available;
  margin: 0 auto;
}

.footer {
  width: -webkit-fill-available;
  padding: 88px 0 100px;
  background: #2e3b46;
}

.footer__wrapper-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo span {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}

.footer__logo span:hover {
  opacity: 0.8;
}

.footer__item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 330%;
  color: #fff;
}

.footer__btn-link:hover svg path {
  fill: #667685;
}

.footer__item a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #e62e56;
}

.footer__wrapper-block {
  width: 50%;
  position: relative;
}

.footer__wrapper-block--left::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 445px;
  height: 65px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/public/src/images/icons/decor-footer.svg) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.footer__wrapper-block--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 269%;
  color: #fff;
  opacity: 0.3;
}

.footer__text:hover {
  opacity: 1;
}

.footer__phone {
  font-weight: 500;
  font-size: 37px;
  line-height: 111%;
  letter-spacing: -0.04em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__phone:hover {
  border-bottom: 2px solid #e62e56;
  margin-bottom: 13px;
}

.footer__address {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #fff;
  font-style: normal;
}

.footer__mail {
  font-weight: 500;
  font-size: 25px;
  line-height: 124%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__mail:hover {
  border-bottom: 2px solid #e62e56;
  margin-bottom: 18px;
}

.footer__position-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__position-block-info {
  width: 74%;
}

.footer__position-block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body:has(.main.main-hero) .header {
  border: none;
}

.hero {
  margin-bottom: 80px;
  margin-top: 130px;
}

.hero__title-big {
  font-weight: 700;
  font-size: 42px;
  line-height: 119%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
  font-family: "Onest", sans-serif;
}

.hero__wrapper-links {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.hero__btn-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  padding: 21px 35px;
  height: 107px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #2a2b2b;
  background: #f6f6f8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 323px;
}

.hero__btn-links:hover {
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  color: #ffffff;
}

.hero__btn-links::after {
  position: absolute;
  content: "";
  bottom: 19px;
  right: 23px;
  width: 31px;
  height: 31px;
  background: url(/public/src/images/icons/arrow-bg.svg) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.hero__wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}

.hero__wrapper-img-block {
  position: relative;
  top: -123px;
  border-radius: 5px;
  margin-top: 183px;
}

.hero__text-img-block-wrap {
  width: 545px;
  position: absolute;
  right: 145px;
  bottom: 36px;
  border-radius: 5px;
  padding: 15px 13px;
  backdrop-filter: blur(100px);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.05) -9.31%, rgba(255, 255, 255, 0) 112.76%);
}

h1 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 76px;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero__text-img-block {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  padding: 29px 27px 29px 34px;
  background: #fff;
}

.hero__wrapper-big-block {
  height: 577px;
  background: linear-gradient(304.52deg, #4b7ced 32.84%, #1f366b 105.11%);
}

.events__time-text {
  font-weight: 600;
  font-size: 9px;
  line-height: 278%;
  color: #fff;
  border-radius: 100px;
  background: #e62e43;
  height: 17px;
  padding: 0px 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.hero__wrapper-list-block {
  position: relative;
  bottom: 80px;
}

.hero__sum-item-block {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 100px;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 100%;
}

.hero__text-item-block {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #fff;
}

.hero__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__wrapper-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}

.hero__item-block {
  max-width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__percent-item-block {
  position: relative;
  top: -32px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 69%;
  letter-spacing: -0.06em;
  text-transform: capitalize;
  color: #fff;
}

.hero__item-block.hero__item-block--width {
  width: 50%;
  max-width: 100%;
}

.hero__wrapper-big-block {
  padding-bottom: 45px;
}

.membership-opportunities {
  margin-bottom: 90px;
}

.membership-opportunities__number {
  position: relative;
  top: 0px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #5C5E60;
  opacity: 0.2;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.membership-opportunities__number.set {
  color: #fff;
  opacity: 1;
}

.membership-opportunities__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 14px;
}

.membership-opportunities__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #fff;
  max-width: 450px;
}

.membership-opportunities__wrapper-block {
  border-radius: 5px;
  padding: 35px;
}

.membership-opportunities__wrapper-block--bg {
  background: #e62e43;
  width: 50%;
}

.membership-opportunities__wrapper-block--bg img {
  margin-top: 39px;
  border-radius: 5px;
}

.membership-opportunities__wrapper-mini-blocks {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.membership-opportunities__wrapper-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.membership-opportunities__wrapper-block--bg-alt {
  background: rgb(244, 247, 253);
  position: relative;
  height: 50%;
}

.membership-opportunities__wrapper-block--bg-alt img {
  position: absolute;
}

.membership-opportunities__img-block2 {
  width: 193px;
  height: 186px;
  right: 25px;
  bottom: 32px;
}

.membership-opportunities__img-block3 {
  width: 280px;
  height: 254px;
  top: 0;
  right: 0;
}

.membership-opportunities__wrapper-mini-blocks .membership-opportunities__title {
  color: #2a2b2b;
}

.membership-opportunities__wrapper-mini-blocks .membership-opportunities__text {
  color: #667685;
  max-width: 54%;
}

.purpose h2 {
  color: #ffffff !important;
}

.purpose {
  position: relative;
  margin-bottom: 80px;
  background: linear-gradient(124.52deg, #4b7ced 26.63%, #1f366b 112.21%);
  padding: 38px 32px 32px;
  border-radius: 5px;
}

.purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}

.purpose__item {
  width: 33%;
  padding: 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 29px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
}

.purpose__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.purpose__item img {
  width: 70px;
  height: 70px;
  position: relative;
  left: -10px;
}

.purpose__btn {
  position: absolute;
  bottom: 36px;
  right: 36px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 50px 15px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #fff;
}

.white-bg:hover {
  background: rgb(255, 255, 255);
  color: rgb(42, 43, 43);
}

.white-bg:hover::after {
  background: url(/public/src/images/icons/arrow-dark.svg) no-repeat right top;
  background-size: 100% 100%;
}

.white-bg::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/public/src/images/icons/arrow.svg) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.partners {
  background: rgb(246, 246, 248);
  margin-bottom: 58px;
  padding: 60px 0 85px;
}

.partners__item {
  width: 233px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 30px 37px;
  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;
}

.partners__item img {
  height: 91px;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  height: 139px;
  margin-top: -65px;
}

.partners__wrap {
  position: relative;
}

.partners__swiper {
  margin-top: 30px;
  overflow: visible;
}

.swiper-button-prev.swiper-button-prev-dark,
.swiper-button-next.swiper-button-next-dark {
  background: #fff;
  border-radius: 5px;
}

.swiper-button-prev.swiper-button-prev-castom {
  top: 22px;
  right: 57px;
  left: auto;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 18px;
}

.swiper-button-next.swiper-button-next-castom {
  top: 22px;
  right: 0;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 18px;
}

.swiper-button-prev.swiper-button-prev-castom:hover,
.swiper-button-next.swiper-button-next-castom:hover {
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
}

.swiper-button-prev.swiper-button-prev-castom:hover svg path,
.swiper-button-next.swiper-button-next-castom:hover svg path {
  stroke: #ffffff;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.events {
  position: relative;
  margin-bottom: 74px;
}

.events__wrapper-text img {
  display: none;
  width: 119px;
  height: 84px;
  border-radius: 5px;
  margin-left: auto;
}

.events__link {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 15px 14px 15px 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
  border: 2px solid #f6f6f8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.events__link span {
  display: none;
}

.events__link:hover {
  color: rgb(230, 46, 67);
  border: 2px solid rgb(230, 46, 67);
}

.events__link:hover svg path {
  stroke: rgb(230, 46, 67);
}

.events__date {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 76%;
  color: #2a2b2b;
}

.events__date--alt {
  color: rgb(230, 46, 67);
}

.events__monts {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #667685;
}

.events__time {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
}

.events__text {
  display: inline;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-right: 10px;
}

.events__nameplate {
  font-weight: 600;
  font-size: 9px;
  line-height: 100%;
  color: #fff;
  border-radius: 100px;
  background: #e62e43;
  padding: 4px 7px;
}

.events__wrapper-date {
  width: 420px;
  border-radius: 5px;
  padding: 30px 33px;
  border: 2px solid rgb(246, 246, 248);
  margin-right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 13px 33px;
  border: 2px solid rgb(246, 246, 248);
  border-radius: 5px;
  width: -webkit-fill-available;
}

.events__wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
}
.events__wrapper-block .events__wrapper-date .events__date span {
  margin-right: 15px;
}

.events__wrapper-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events__wrapper-block:hover {
  background: rgb(246, 246, 248);
  border-radius: 5px;
}

.events__wrapper-block:hover .events__wrapper-text img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  position: relative;
  background: linear-gradient(193deg, #FFFFFF -19%, #385384 158%);
  margin-bottom: 100px;
  padding: 56px 82px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/decore-bg-light.png) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.banner__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
  background: #e62e56;
  border-radius: 5px;
  padding: 14px 55px;
}

.banner__button:hover {
  background: rgb(194, 32, 50);
}

.banner__title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.02em;
  color: #fff;
  width: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 45px;
  position: relative;
  z-index: 2;
}

.banner__wrapper-button {
  position: relative;
  left: -10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 9px;
  backdrop-filter: blur(100px);
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.2) 0.55%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px;
}

.banner__wrapper-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.banner__text {
  width: 73%;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 17px;
  margin-top: 7px;
}

.news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  background: rgb(246, 246, 248);
  border-radius: 5px;
  padding: 53px 33px 0;
}

.news__link {
  position: absolute;
  left: 150px;
  bottom: 0;
  z-index: 2;
  border: 2px solid rgb(255, 255, 255);
  padding: 13px 14px 14px 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  gap: 4px;
  margin-left: 20px;
  margin-bottom: 55px;
}

.news__link span {
  display: none;
}

.news__link span {
  display: none;
}

.news__link:hover {
  color: rgb(230, 46, 67);
  border: 2px solid rgb(230, 46, 67);
}

.news__link:hover svg path {
  stroke: rgb(230, 46, 67);
}

.news__wrapper-left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.news__swiper {
  width: 1540px;
  left: -170px;
  position: relative;
  left: 130px;
  padding-left: 20px;
  padding-bottom: 55px;
  overflow: clip;
}

.news__wrapper-swiper-btn {
  position: absolute;
  width: 113px;
  height: 56px;
  bottom: 55px;
  left: 0;
}

.news__wrapper-text {
  padding: 36px 18px 22px 23px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__item {
  -webkit-box-shadow: 0 10px 11px 6px rgba(112, 119, 138, 0.05);
  box-shadow: 0 10px 11px 6px rgba(112, 119, 138, 0.05);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.news__item:hover {
  -webkit-box-shadow: 0px 10px 11px 6px rgba(50, 124, 192, 0.12);
  box-shadow: 0px 10px 11px 6px rgba(50, 124, 192, 0.12);
}

.swiper-pagination {
  display: none;
}

.news__item img {
  height: 223px;
  width: -webkit-fill-available;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__text {
  margin-left: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.news__data {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
  padding: 8px 15px;
  border-radius: 3px;
  background: #f6f6f8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 34px;
  border-bottom: 2px solid rgb(242, 242, 246);
}

.header__button-burger {
  display: none;
}

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

/* .header__item:hover {
  border-bottom: 3px solid rgba(230, 46, 67, 1);
  margin-bottom: -3px;
}
 */
.header__item.active {
  border-bottom: 3px solid rgb(230, 46, 67);
  margin-bottom: -3px;
}

.header__item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #2a2b2b;
}
.header__item a:hover {
  color: #e62e43;
}

.header__button {
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #fff;
  padding: 12px 28px;
  background: rgb(230, 46, 67);
  border-radius: 4px;
}

.header__button:hover {
  background: rgb(194, 32, 50);
}

.header__wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.header__logo {
  font-family: "Onest", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #2a2b2b;
  margin-right: 94px;
}

.header__wrapper-block--alt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiper-pagination.swiper-pagination-partners {
  display: none;
}

.membership-opportunities__pagination {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
}

.membership-opportunities__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(53, 92, 181, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.membership-opportunities__dot.active {
  background: rgb(53, 92, 181);
  width: 6px;
  border-radius: 100%;
}

.news-card {
  margin-bottom: 70px;
}

.interesting {
  position: relative;
}

.interesting h2 {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  font-family: "Onest", sans-serif;
  margin-bottom: 41px;
}

.interesting .news__swiper {
  left: 0;
  position: relative;
  padding: 0;
  overflow: clip;
  width: auto;
}

.interesting .news__wrapper-swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}

.interesting .news__wrapper-swiper-btn {
  position: absolute;
  width: 113px;
  height: 56px;
  top: -31px;
  left: auto;
  right: 0;
}

.interesting .news__data {
  background: rgb(255, 255, 255);
}

.interesting .news__text {
  margin: 0;
}

.interesting .news__wrapper-text {
  padding: 31px 38px 37px;
}

.interesting .swiper-button-next.swiper-button-next-castom,
.interesting .swiper-button-prev.swiper-button-prev-castom {
  background: rgb(246, 246, 248);
  border-radius: 5px;
}

.interesting .swiper-button-next.swiper-button-next-castom:hover,
.interesting .swiper-button-prev.swiper-button-prev-castom:hover {
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
}

.interesting .news__item img {
  margin: 37px 37px 0;
  height: 252px;
  border-radius: 5px;
}

.interesting .news__list {
  padding-bottom: 105px;
}

.interesting .news__item {
  background: rgb(246, 246, 248);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news__item {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.05);
  box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.05);
}

.news-card h1 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 102%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 35px;
  text-transform: none;
}

.news-card h2 {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 27px;
}

.news-card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
  margin-bottom: 30px;
}

.news-card__wrapper-block span {
  font-weight: 400;
  font-size: 13px;
  line-height: 300%;
  color: #667685;
  margin-bottom: 26px;
  display: block;
}

.news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  padding: 11px;
}

.news-card .news-card__wrapper-block ul {
  margin-bottom: 50px;
  width: 50%;
}

.news-card .news-card__wrapper-block ol li {
  list-style: auto;
}

.news-card .news-card__wrapper-block ol li::marker {
  font-weight: 500;
  font-size: 18px;
  line-height: 217%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.news-card .news-card__wrapper-block li {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 260%;
  color: #2a2b2b;
  padding-left: 10px;
}

.news-card .news-card__wrapper-block ul li::after {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 100%;
  background: rgb(76, 125, 237);
}

.news-card.news-card--article {
  margin-bottom: 0;
}

.news-card.new-card--article .catalog-card__swiper {
  padding-bottom: 75px;
}

.news-card.news-card--article {
  margin-bottom: 0;
}

.news-card__wrapper-block-img {
  position: relative;
  background: rgb(243, 243, 243);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.news-card__wrapper-block-img img {
  width: 910px;
}

.news-card__data {
  position: absolute;
  top: 25px;
  background: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
  border-radius: 5px;
  left: 23px;
  padding: 8px 15px;
}

.news-card__category {
  position: absolute;
  top: 79px;
  background: rgb(255, 255, 255);
  padding: 8px 15px;
  border-radius: 5px;
  left: 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
}

.news-card__wrapper-block {
  width: 910px;
  margin: 0 auto 40px;
}

.breadcrumbs__wrapper {
  margin: 25px 0 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: translateZ(0);
}

.breadcrumbs {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #949da7;
}

.breadcrumbs span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: rgba(102, 118, 133, 0.5);
}

.breadcrumbs a {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: rgba(102, 118, 133, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.breadcrumbs:not(:last-child)::after {
  position: absolute;
  content: "—";
  top: -1px;
  right: -13px;
  width: 1px;
  height: 1px;
  background: rgba(102, 118, 133, 0.5);
}

.news-card__wrapper-block-img-height {
  width: -webkit-fill-available;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  height: 466px;
}

.news-card__wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
}

.news-card__wrapper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(247, 248, 249);
  padding: 21px 34px 19px;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 910px;
  margin: 0 auto 77px;
}

.news-card__wrapper-links span {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
}

.news-card__wrapper-links div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.news-card__wrapper-links button {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: rgb(255, 255, 255);
  padding: 11px;
  border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  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;
}

.events-page__wrapper-info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  border-radius: 5px;
  margin-bottom: 63px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-page__wrapper-info-block,
.events-page__wrapper-img-block {
  width: 50%;
  max-width: 675px;
}

.events-page__wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.events-page__wrapper-block h1 {
  font-weight: 700;
  font-family: "Onest", sans-serif;
  font-size: 76px;
  line-height: 66%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
  margin-top: 33px;
}

.events-page__wrapper-info-block {
  padding: 37px 36px;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.events-page__time-info {
  position: absolute;
  top: 37px;
  right: 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 173%;
  letter-spacing: -0.05em;
  color: #fff;
  background: #e62e43;
  border-radius: 100px;
  padding: 0 12px;
}

.events-page__title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 21px;
  max-width: 500px;
}

.events-page__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #fff;
  width: 78%;
  margin-bottom: 10px;
}

.events__place {
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  width: 72%;
  color: #667685;
}

.events__text-info {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
}

.events-page__title-monts {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 18px;
}

.events__place--mob {
  display: none;
}

.events__wrapper-block.events__wrapper-block--alt .events__wrapper-date {
  row-gap: 12px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 33px 33px 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.events__wrapper-text.events__wrapper-text--alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
}

.events-page__wrapper-img-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  aspect-ratio: 675/453;
  height: 100%;
}

.events-page__place {
  font-weight: 600;
  font-size: 15px;
  line-height: 153%;
  color: #fff;
  margin-bottom: 17px;
  display: block;
}

.events-page__time {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
}

.events-page__monts {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #667685;
}

.events-page__date {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 76%;
  color: #2a2b2b;
}

.events-page__wrapper-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 13px 35px 13px 18px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 25px;
}

.events-page__wrapper-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-page__wrapper-events {
  margin-bottom: 50px;
}

.pagination__btn-pagination {
  background: #f6f6f8;
  padding: 18px;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  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;
}

.pagination__wrapper-pagination div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.pagination__wrapper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin-bottom: 79px;
}

.pagination__btn-pagination:hover {
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  color: #ffffff;
}

.pagination__btn-pagination:hover svg path {
  stroke: #ffffff;
}

.pagination__btn-pagination.active {
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  color: #ffffff;
}

.pagination__btn-pagination.active svg path {
  stroke: #ffffff;
}

.pagination__btn-pagination.disabled {
  pointer-events: none;
  cursor: auto;
}

.pagination__btn-pagination.disabled svg {
  opacity: 0.2;
}

.pagination__btn-pagination.disabled:hover {
  background: #f6f6f8;
}

.news-page__wrapper-info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(246, 246, 248);
  border-radius: 5px;
  margin-bottom: 67px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-page h1 {
  font-family: "Onest", sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 76px;
  line-height: 66%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
  margin-top: 54px;
}

.news-page__wrapper-info-block,
.news-page__wrapper-img-block {
  width: 50%;
  max-width: 675px;
}

.news-page__title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 20px;
}

.news-page__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
}

.news-page__data {
  border-radius: 3px;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
  padding: 8px 15px;
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.news-page__wrapper-info-block {
  padding: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-page__button-info {
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #e62e43;
  padding: 12px 25px;
  border: 2px solid rgb(230, 46, 67);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.news-page__button-info:hover {
  background: #e62e43;
  color: #fff;
}
.news-page__button-info:hover svg {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) brightness(200%);
  filter: brightness(0) saturate(100%) invert(100%) brightness(200%);
}

.news-page .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 53px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-bottom: 55px;
}

.news-page .news__item {
  width: calc(33.3% - 20px);
  background: rgb(246, 246, 248);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-page .news__item img {
  height: 252px;
  border-radius: 5px;
  overflow: hidden;
}

.news-page__wrapper-img {
  padding: 37px 37px 0;
}

.news-page .news__item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 11px 6px rgba(50, 124, 192, 0.12);
  box-shadow: 0px 10px 11px 6px rgba(50, 124, 192, 0.12);
}

.news-page__wrapper-button-sort {
  padding: 15px 19px;
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 42px;
  margin-top: 32px;
}

.news-page__button-sort {
  font-weight: 500;
  border-radius: 5px;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 9px 17px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0);
}
.news-page__button-sort:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.news-page__button-sort.active {
  border: 2px solid rgb(255, 255, 255);
  background: none;
}

.news-page__wrapper-img-block img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 675/453;
}

.news-page__buttons-filter {
  display: none;
}

.structure h1 {
  margin-top: 54px;
  margin-bottom: 26px;
}

.structure__wrapper-union-nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
  border-radius: 5px;
  width: 323px;
  background: linear-gradient(124.52deg, #4b7ced 8.96%, #1f366b 132.41%);
}

.structure__nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 6px 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.structure__nav-link br {
  display: none;
}

.structure__nav-link:hover,
.structure__nav-link.active {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
}

.structure__union-nav {
  width: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  padding: 43px 33px 48px;
}

.structure__union-nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.structure__position-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.structure__wrapper-union-section {
  margin-bottom: 35px;
  width: -webkit-fill-available;
  max-width: 1027px;
}

.structure__union-section-title.structure__union-section-title--alt {
  margin-bottom: 43px;
}

.structure__union-section--banner {
  background: rgb(242, 242, 246);
  height: 501px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.structure__union-section {
  margin-bottom: 69px;
}

.structure__wrapper-banner-text {
  width: 399px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 45px;
  right: 45px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 49px 41px;
}

.structure__banner-name {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 10px;
}

.structure__banner-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #667685;
}

.structure__wrapper-union-wrapper-img {
  width: 514px;
  height: 471px;
  position: absolute;
  bottom: 0;
}

.structure__wrapper-union-wrapper-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.structure__union-section-title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 28px;
}

.structure__name-card-union-board {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  border-bottom: 1px solid #2a2b2b;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.structure__text-card-union-board {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
}

.structure__wrapper-img-union-board {
  aspect-ratio: 322/353;
  margin-bottom: 28px;
  border-radius: 5px;
  overflow: hidden;
}

.structure__wrapper-img-union-board img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.structure__wrapper-card-union-board {
  width: calc(33% - 17px);
}

.structure__wrapper-cards-union-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 59px;
}

.structure__union-members {
  background: rgb(246, 246, 248);
  border-radius: 5px;
  padding: 42px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.structure__swiper {
  margin: 0;
}

.structure__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 27px;
}

.structure__item {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 5px;
  width: calc(25% - 20px);
  height: 130px;
}

.structure__item img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.structure__union-members h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 16px;
}

.structure__union-members-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #667685;
  padding: 15px 17px 15px 35px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.structure__union-members-link:hover {
  color: #e62e43;
  border-color: #e62e43;
  -webkit-filter: sepia(100%) saturate(10000%) hue-rotate(340deg);
  filter: sepia(100%) saturate(10000%) hue-rotate(340deg);
}

.structure__wrapper-union-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 56px;
  margin-bottom: 103px;
}

.structure__union-wrapper-directorate {
  width: calc(25% - 24px);
}

.structure__union-name-directorate {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2a2b2b;
}

.structure__union-category-directorate {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
}

.structure__union-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.structure__union-btn {
  position: relative;
  width: calc(33% - 17px);
  padding: 93px 35px 35px 35px;
  background: rgb(246, 246, 248);
  border-radius: 5px;
  height: 185px;
}

.structure__union-btn::after {
  position: absolute;
  top: 25px;
  left: 15px;
  content: "";
  width: 70px;
  height: 70px;
  background: url(/public/src/images/icons/doc.svg) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.mod {
  display: none;
}

.mod.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  padding: 0 67px;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 766px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.black.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 52, 109, 0.2);
  backdrop-filter: blur(10px);
  z-index: 99;
}

.mod.active .close {
  position: absolute;
  top: 18px;
  right: 21px;
}

.mod__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 119%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
  font-family: "Onest", sans-serif;
  margin-bottom: 44px;
}

.mod__text-info {
  font-weight: 400;
  font-size: 15px;
  line-height: 193%;
  color: #667685;
  margin-bottom: 20px;
  display: block;
}

.mod__item-number {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 60px;
  background: #f6f6f8;
  height: 60px;
  min-width: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
}

.mod__item-text strong {
  font-weight: 700;
}

.mod__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.mod__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}

.mod__info {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
}

.mod__info a {
  color: #2a2b2b;
}
.mod__info a:hover {
  color: #e62e56;
}

.mod__link-write-letter {
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 37px;
}
.mod__link-write-letter:hover span {
  opacity: 0.75;
}

.mod__link-write-letter span {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid transparent;
}

.mod__btn-downland {
  /*
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
  padding: 27px 20px  27px 84px ;
  border: 3px solid rgba(246, 246, 248, 1);
  border-radius: 3px;
  &:hover {
    border-color: #e62e56;
  }
  */
}

/*
.mod__btn-downland span {
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
  opacity: 0.5;
}

.mod__btn-downland::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 7px;
  content: "";
  width: 63px;
  height: 63px;
  background: url(/public/src/images/icons/doc.svg) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}
*/
.no-scroll {
  overflow: hidden;
}

.members-page__wrapper-button-sort {
  padding: 15px 19px;
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 42px;
  margin-top: 32px;
}

.members-page__buttons-filter {
  display: none;
  gap: 5px;
}
.members-page__buttons-filter .activeValue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}

.members-page__number-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 173%;
  letter-spacing: -0.05em;
  color: #fff;
  background: #fff;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  min-width: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.members-page__button-sort.active {
  border: 2px solid rgb(255, 255, 255);
  background: none;
}

.members-page__button-sort.active .members-page__number-sort {
  background: rgb(255, 255, 255);
  color: rgb(42, 43, 43);
}

.members-page__button-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  border-radius: 5px;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 9px 17px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.members-page__button-sort:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.members-page__number-sort.members-page__number-sort--alt {
  color: rgb(42, 43, 43);
  background: rgb(246, 246, 248);
  margin: 0;
}

.members-page__wrapper-block-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 11px;
  margin-bottom: 22px;
}

.members-page__wrapper-block-name h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.members-page__wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f6f6f8;
  border-radius: 5px;
  padding: 41px 54px 41px 65px;
  margin-bottom: 37px;
}

.members-page__wrap-img {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 28px 0;
  width: 286px;
  height: 171px;
}
.members-page__wrap-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 120px);
  margin: auto;
}

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

.members-page__gap {
  margin-bottom: 63px;
}

.members-page__btn-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #e62e43;
  padding: 11px 24px;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.members-page__btn-link:hover {
  background: #e62e43;
  color: #ffffff;
}

.members-page__btn-link:hover svg path {
  stroke: #ffffff;
}

.members-page__name-text {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  font-family: "Onest", sans-serif;
  margin-top: 25px;
  margin-bottom: 21px;
  display: block;
}

.members-page__wrapper-blocks {
  margin-bottom: 56px;
}

.members-page__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}

.members-page__tel,
.members-page__mail {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
}

.members-page__wrap-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  margin-top: 18px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.members-page__address {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #2a2b2b;
  font-style: normal;
}

.members-page__right-block {
  width: 71%;
}

.about h1 {
  margin-top: 54px;
  margin-bottom: 51px;
}

.about__title {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 119%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
}

.about__title--wrapper {
  margin-bottom: 51px;
  max-width: 753px;
  display: block;
}

.about__wrapper-union-wrapper-img {
  position: relative;
  top: 30px;
  left: 39px;
  width: 50%;
  z-index: 1;
}

.about__wrapper-text {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.about__banner-name {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 10px;
}

.about__banner-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #667685;
}

.about__union-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(242, 242, 246);
  position: relative;
  height: 501px;
  margin-bottom: 44px;
  border-radius: 5px;
}

.about__wrapper-union-wrapper-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 514px;
  height: 471px;
}

.about__union-section::after {
  position: absolute;
  content: "";
  top: 72px;
  right: 0;
  width: 825px;
  height: 373px;
  background: url(/public/src/images/map.png) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.about__wrapper-banner-text {
  width: 399px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 49px 41px;
  z-index: 2;
}

.about__wrapper-block {
  position: absolute;
  bottom: 45px;
  left: 0;
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.052) -8.95%, rgba(255, 255, 255, 0.0013) 114%);
  backdrop-filter: blur(100px);
  padding: 17px 19px 22px 14px;
  border-radius: 5px;
}

.about__wrapper-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(230, 46, 67);
  border-radius: 5px;
  padding: 72px 107px 60px 62px;
}

.about__title--alt::after {
  position: absolute;
  content: "";
  top: 89px;
  left: 0;
  width: 87px;
  height: 87px;
  background: url(/public/src/images/quotes.png) no-repeat right top;
  background-size: 100% 100%;
  z-index: 0;
}

.about__title--alt {
  position: relative;
  width: 50%;
  color: #ffffff;
}

.about__text-mission {
  width: 50%;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #fff;
}

.about__wrapper-block-info-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.about__text-info-mission {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-top: 19px;
}

.about__wrapper-block-info-mission--alt {
  gap: 48px;
}

.about__text-mission--alt {
  color: #2a2b2b;
}

.about__wrapper-block-img-mission {
  padding: 48px;
  width: 50%;
  background: rgb(246, 246, 248);
}

.about__wrapper-block-info-mission--radius {
  border-radius: 5px;
  overflow: hidden;
}

.about__wrapper-img-mission {
  background: #ffffff;
  height: 100%;
  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;
}

.about__wrapper-img-mission img {
  max-width: 305px;
}

.about__wrapper-block-img-mission--radius {
  border-radius: 5px;
  overflow: hidden;
}

.about__wrapper-text-info-mission--alt {
  border-radius: 5px;
}

.about__wrapper-text-info-mission {
  padding: 48px 62px;
  width: 50%;
  background: rgb(246, 246, 248);
}

.about__wrapper-blocks {
  margin-top: -100px;
  margin-bottom: -100px;
  position: relative;
  z-index: -1;
  padding-top: 140px;
  padding-bottom: 108px;
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
}

.about__wrapper-img-block {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 92px;
}

.about__text-img-block {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  padding: 29px 27px 29px 34px;
  background: #fff;
}

.about__wrapper-img-block-wrap {
  width: 418px;
  position: absolute;
  top: 28px;
  left: 51px;
  border-radius: 5px;
  padding: 19px 21px 27px 15px;
  backdrop-filter: blur(100px);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.05) -9.31%, rgba(255, 255, 255, 0) 112.76%);
}

.road-map__title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.road-map__wrapper-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  margin-top: -51px;
  margin-bottom: 60px;
}

.road-map__wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgb(42, 43, 43);
  border-radius: 0 0 5px 5px;
  background: #f6f6f8;
  padding: 48px 32px 0 36px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.road-map__year {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #667685;
  margin-bottom: 19px;
}

.road-map__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.road-map__wrapper-block img {
  position: relative;
  width: 149px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 87px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}

.road-map__wrapper-block:nth-child(2) img {
  height: 139px;
}

.road-map__wrapper-block:nth-child(3) img {
  height: 239px;
}

.road-map__wrapper-block:nth-child(4) img {
  height: 320px;
}

.requisites {
  background: rgb(246, 246, 248);
  padding: 73px 73px 97px;
}

.requisites__block {
  margin-bottom: 84px;
}

.requisites .banner {
  margin-bottom: 0;
}

.requisites__title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
  margin-bottom: 22px;
}

.requisites__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
  background: #ffffff;
  padding: 36px 35px 54px;
  border-radius: 5px;
}

.requisite__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
  margin-bottom: 9px;
  display: block;
}

.requisite__value {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.requisite__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.requisite__copy-all-btn {
  position: absolute;
  top: 24px;
  right: 23px;
}

/* Кнопка копирования для отдельных полей (опционально) */
.requisites__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.copy-field-btn {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* Уведомление */
.notification,
.copy-notification {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1f2937;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 1000;
}

.notification.active,
.copy-notification.active {
  display: block;
}

.burger.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.burger.active .header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.burger {
  display: none;
  position: fixed;
  width: -webkit-fill-available;
  top: 0;
  left: 82px;
  height: 100vh;
  background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
  padding: 48px 39px 48px 35px;
  z-index: 99;
}

.burger__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.burger__item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 250%;
  letter-spacing: -0.04em;
  color: #fff;
}

.burger__btn-close {
  position: absolute;
  top: 6px;
  right: 10px;
  background: none;
}

.contacts {
  margin-bottom: 66px;
}

.contacts h1 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 76px;
  line-height: 66%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
  margin-top: 54px;
  margin-bottom: 29px;
}

.contacts__text {
  width: 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #667685;
}

.contacts__wrapper-text-info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 43px;
}

.contacts__phone {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #2a2b2b;
}

.contacts__mail {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.contacts__wrapper-address address {
  padding: 28px 22px 34px 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  border-radius: 5px;
  color: #2a2b2b;
  background: #ffffff;
  font-style: normal;
}

.contacts__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__map {
  height: 474px;
}

.contacts__wrapper-map {
  position: relative;
  width: 100%;
  height: 474px;
  background: rgb(246, 246, 248);
  border-radius: 5px;
  overflow: hidden;
}

.contacts__wrapper-address {
  position: absolute;
  top: 36px;
  left: 76px;
  z-index: 10;
  border-radius: 5px;
  backdrop-filter: blur(100px);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.05) -9.12%, rgba(255, 255, 255, 0) 113.41%);
  padding: 16px 16px 18px;
  width: 336px;
}

.details {
  position: relative;
  margin-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.details h2 {
  width: 50%;
}

.details p {
  width: 50%;
  font-weight: 400;
  font-size: 15px;
  line-height: 193%;
  color: #667685;
}

.details__copy-all-btn {
  position: absolute;
  top: 0;
  right: 66px;
  cursor: pointer;
}

.form {
  padding-top: 56px;
  padding-bottom: 71px;
  background: rgb(246, 246, 248);
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__group {
  position: relative;
  width: 50%;
  max-width: 323px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  color: rgb(42, 43, 43);
  border-bottom: 1px solid rgb(42, 43, 43);
}

.form__group-text::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: rgb(42, 43, 43);
}

.form__group-text::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: rgb(42, 43, 43);
}

.form__group-text:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: rgb(42, 43, 43);
}

.form__group-text::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: rgb(42, 43, 43);
}

.form__group-text::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: rgb(42, 43, 43);
}

.form__group-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: rgb(42, 43, 43);
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 46px;
}

.form__checkbox-group input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  margin-right: 17px;
  border-radius: 5px;
}

.form__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  background: #e62e56;
  border-radius: 5px;
  padding: 14px 80px 15px 80px;
  color: #fff;
}
.form__button:hover {
  background: rgb(194, 32, 50);
}
.form__button.set {
  background: #1f2937;
}

.form__checkbox-group input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e62e56;
  border-radius: 2px;
}

.form__checkbox-group-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #667685;
  display: block;
}

.form__checkbox-group-text a {
  color: #2a2b2b;
}

.form__wrapper-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__wrapper-position h2 {
  width: 50%;
}

.form__group-text-comment {
  min-height: 130px;
  width: 100%;
  width: -webkit-fill-available;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.04em;
  color: #2a2b2b;
}

.form__group--alt {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.china_block {
  border-radius: 5px;
  background: url("/public/src/images/icons/china.png") right center no-repeat #F6F6F8;
  background-size: contain;
  margin-bottom: 70px;
  padding: 48px 36px;
}
.china_block .china_title {
  color: #2A2B2B;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Golos";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.7px;
}
.china_block .china_text {
  color: #667685;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.6px;
  margin-top: 5px;
}
@media (max-width: 980px) {
  .china_block {
    background: url(/public/src/images/icons/china.png) right bottom no-repeat #F6F6F8;
    background-size: unset;
    padding: 48px 36px 120px;
  }
}

.custom-marker {
  cursor: pointer;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.marker-pin {
  display: block;
  width: 80px;
  height: 88px;
  background: url(/public/src/images/marker.svg) bottom center no-repeat;
  background-size: contain;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* Скрытие копирайта */
.ymaps3-copyright {
  opacity: 0.3 !important;
  font-size: 8px !important;
}

/* Убираем лишние отступы */
#map {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #map {
    border-radius: 0px;
    height: 380px;
  }
}

.ymaps3--controls.ymaps3--controls_bottom.ymaps3--controls_left.ymaps3--controls_horizontal,
.ymaps3--map-copyrights {
  display: none !important;
}

.newsVideo {
  margin: 50px 0px;
}
.newsVideo .wrapper {
  position: relative;
  cursor: pointer;
}
.newsVideo .wrapper video {
  height: 500px;
  width: 100%;
  border-radius: 15px;
  background: #f3f3f3;
  display: block;
}
.newsVideo .wrapper .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 3L19 12L5 21V3Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.newsVideo .wrapper .video-btn.is-playing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none'%3E%3Crect x='6' y='4' width='4' height='16' fill='white'/%3E%3Crect x='14' y='4' width='4' height='16' fill='white'/%3E%3C/svg%3E");
}
.newsVideo .wrapper .video-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.newsVideo .wrapper .video-btn:active {
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  -ms-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
}

@media (max-width: 1279px) {
  .newsVideo {
    margin: 40px 0px;
  }
  .newsVideo .wrapper video {
    height: 350px;
  }
  .newsVideo .wrapper .video-btn {
    width: 50px;
    height: 50px;
    background-size: 24px;
  }
}
@media (max-width: 979px) {
  .newsVideo {
    margin: 30px 0px;
  }
  .newsVideo .wrapper video {
    height: 200px;
    border-radius: 8px;
  }
  .newsVideo .wrapper .video-btn {
    width: 44px;
    height: 44px;
    background-size: 20px;
  }
}
.h1 {
  line-height: 1 !important;
}

.form_files_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
}
.form_files_block .mod__wrapper-btns-downland {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: calc(50% - 7px);
  border-radius: 5px;
  border: 3px solid #F6F6F8;
  padding: 27px 20px;
}
.form_files_block .mod__wrapper-btns-downland h2 {
  color: #2A2B2B;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Golos";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.7px;
  margin: 0px 0px 10px;
}
.form_files_block .mod__wrapper-btns-downland .mod__btn-downland {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-left: -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form_files_block .mod__wrapper-btns-downland .mod__btn-downland .filename {
  font-weight: 500;
  font-size: 15px;
  line-height: 1%;
  color: #2a2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.form_files_block .mod__wrapper-btns-downland .mod__btn-downland .filename span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #2a2b2b;
  opacity: 0.5;
}
.form_files_block .mod__wrapper-btns-downland .mod__btn-downland::after {
  display: none;
}
.form_files_block .mod__wrapper-btns-downland .mod__btn-downland::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(/public/src/images/icons/doc.svg) no-repeat right top;
  background-size: 100% 100%;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.form_files_block .mod__wrapper-btns-downland .mod__btn-downland:hover .filename {
  color: #e62e56;
}
@media (max-width: 765px) {
  .form_files_block {
    margin: 0px 18px;
  }
  .form_files_block .mod__wrapper-btns-downland {
    margin: 0px;
    padding: 20px 20px;
  }
  .form_files_block .mod__wrapper-btns-downland .mod__btn-downland {
    padding: 0px;
  }
  .form_files_block .mod__wrapper-btns-downland .mod__btn-downland .filename {
    width: calc(100% - 47px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 14px 65px;
}
.pagination .page_number.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3C4640;
  gap: 20px;
  cursor: pointer;
}
.pagination .page_number.arrow.arrow_left:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #faf9f9;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-20' y='-20' width='83' height='83'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(10px)%3Bclip-path:url(%23bgblur_0_1447_60380_clip_path)%3Bheight:100%25%3Bwidth:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='20'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3C/g%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' stroke='%235D6D63' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_1447_60380_clip_path' transform='translate(20 20)'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page_number.arrow.arrow_right:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #faf9f9;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-20' y='-20' width='83' height='83'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(10px)%3Bclip-path:url(%23bgblur_0_1447_60380_clip_path)%3Bheight:100%25%3Bwidth:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='20'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3C/g%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' stroke='%235D6D63' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_1447_60380_clip_path' transform='translate(20 20)'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination .page_number.arrow:hover {
  opacity: 0.5;
}
.pagination .page_number.arrow.disabled {
  opacity: 0.5;
  cursor: auto;
}
.pagination .page_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #efefef;
  border-radius: 8px;
}
.pagination .page_numbers .page_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3C4640;
  width: 42px;
  height: 42px;
}
.pagination .page_numbers .page_number:not(:last-child) {
  border-right: 2px solid #efefef;
}
.pagination .page_numbers .page_number:hover {
  opacity: 0.5;
}
.pagination .page_numbers .page_number.active {
  background: #f5f5f5;
  opacity: 1;
}

@media (max-width: 959px) {
  .pagination .page_number.arrow span {
    display: none;
  }
}
@media (max-width: 639px) {
  .pagination .page_number {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px;
    line-height: 1;
  }
  .pagination .page_number.arrow {
    width: 32px !important;
    height: 32px !important;
  }
  .pagination .page_number.arrow:before, .pagination .page_number.arrow:after {
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #efefef;
    border-radius: 8px !important;
  }
}
@media (max-width: 1440px) {
  .header,
  .hero__wrapper-title,
  .hero__wrapper-list-block,
  .membership-opportunities,
  .partners h2,
  .events h2,
  .banner {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
  .swiper-button-next.swiper-button-next-castom {
    right: 20px;
  }
  .swiper-button-prev.swiper-button-prev-castom {
    right: 88px;
  }
  .events__link {
    margin-right: 20px;
  }
  .news__wrapper-swiper-btn {
    left: 20px;
  }
  .footer {
    padding: 80px 20px 100px;
  }
  .news-card.news-card--article .breadcrumbs__wrapper,
  .news-card h1 {
    margin-left: 20px;
  }
  .events-page .breadcrumbs__wrapper,
  .structure .breadcrumbs__wrapper {
    margin-left: 20px;
  }
  .events-page__wrapper-block,
  .pagination__wrapper-pagination,
  .news-page .breadcrumbs__wrapper,
  .news-page h1,
  .news-page__wrapper-button-sort,
  .news-page .news__list,
  .news-page__wrapper-info-blocks,
  .structure {
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-fill-available;
  }
  .structure__position-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
  .structure__wrapper-union-section {
    max-width: -webkit-fill-available;
  }
  .structure__wrapper-union-nav {
    width: auto;
    background: linear-gradient(183.52deg, #4B7CED 10.62%, #1F366B 112.79%);
  }
  .structure__union-nav {
    width: -webkit-fill-available;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .structure__union-nav div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
  .events-page__title-monts,
  .members-page,
  .about .breadcrumbs__wrapper,
  .about h1,
  .about__title--wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .events-page__wrapper-date {
    margin-bottom: 10px;
  }
  .about__wrapper-block-info-mission--radius {
    margin: 0;
  }
  .about__union-section,
  .about__wrapper-mission,
  .about__wrapper-img-block,
  .purpose {
    border-radius: 0;
  }
  .requisites .banner {
    margin: 0;
  }
  .requisites {
    padding-left: 20px;
    padding-right: 20px;
  }
  .road-map {
    margin-left: 20px;
    margin-right: 20px;
  }
  .about__wrapper-block-info-mission--alt {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about__wrapper-blocks {
    margin: 0;
    padding-top: 54px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .interesting {
    margin: 0 20px;
  }
  .contacts,
  .details {
    margin-left: 20px;
    margin-right: 20px;
  }
  .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form__group {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1380px) {
  .road-map__year {
    line-height: 100%;
  }
  .about__union-section::after {
    display: none;
  }
  .members-page__wrapper-block {
    gap: 20px;
    padding: 30px;
  }
  .news-card__wrapper-block-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 13px;
  }
  .news-card__data,
  .news-card__category {
    position: relative;
    top: 0;
    left: 20px;
    background: rgb(243, 243, 243);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .news-card__wrapper-block-img img {
    position: relative;
    top: 7px;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: -webkit-fill-available;
  }
}
@media (max-width: 1250px) {
  .details__copy-all-btn {
    right: 0;
  }
  .details p {
    width: 40%;
  }
  .about__wrapper-block-info-mission--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__wrapper-text-info-mission,
  .about__title--alt,
  .about__wrapper-block-img-mission--radius {
    width: 100%;
  }
  .about__title--alt::after {
    top: 0;
    right: 0;
    left: auto;
  }
  .about__wrapper-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
  .about__text-mission {
    width: 100%;
  }
  .structure .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-pagination.swiper-pagination-nav {
    top: 95px;
    left: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .structure__position-content {
    position: relative;
    gap: 47px;
  }
  .structure__nav-link {
    text-align: center;
  }
  .footer__wrapper-block--right {
    gap: 50px;
  }
  .structure__union-nav {
    padding: 12px 0 16px;
  }
  .header__logo {
    margin-right: 20px;
  }
  .news-page__wrapper-img {
    padding: 0;
  }
  .news-page .news__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-page .news__item {
    width: calc(49.8% - 20px);
    background: rgb(246, 246, 248);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hero {
    margin-bottom: 40px;
    margin-top: 80px;
  }
  body:has(.main.main-hero) .header {
    padding-bottom: 0;
  }
  .hero__title-big {
    font-size: 35px;
  }
  .hero__wrapper-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .hero__sum-item-block {
    font-size: 60px;
  }
  .hero__percent-item-block {
    top: -20px;
    font-size: 30px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    width: 6px;
    height: 6px;
    background: rgb(53, 92, 181);
  }
}
@media (max-width: 980px) {
  .contacts__wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .details p,
  .form__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__wrapper-position,
  .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-page__wrapper-info-block, .news-page__wrapper-img-block {
    max-width: 100%;
  }
  .events-page__wrapper-info-block, .events-page__wrapper-img-block {
    max-width: 100%;
  }
  .about__wrapper-block-info-mission--radius {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .road-map__wrapper-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .road-map__wrapper-block {
    width: -webkit-fill-available;
    padding-bottom: 34px;
  }
  .about__wrapper-block-img-mission {
    width: -webkit-fill-available;
  }
  .road-map {
    margin-top: 49px;
  }
  .road-map__wrapper-block img {
    display: none;
  }
  .about__wrapper-union-wrapper-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .about__title--wrapper {
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }
  .about__wrapper-union-wrapper-img img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .about__wrapper-block-img-mission .about__wrapper-img-mission {
    min-height: 111px;
  }
  .about__wrapper-text {
    width: -webkit-fill-available;
  }
  .about__wrapper-block-info-mission--alt .about__wrapper-img-mission {
    min-height: 180px;
  }
  .about__union-section {
    height: 100%;
  }
  .about__wrapper-banner-text {
    width: -webkit-fill-available;
  }
  .about__wrapper-block {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin: 20px;
  }
  .about__union-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__wrapper-blocks {
    z-index: 0;
  }
  /* 
    .about__wrapper-block-img-mission {
      padding: 0;
      height: 180px;
    } */
  .members-page__number-sort {
    color: rgb(42, 43, 43);
    font-size: 13px;
    line-height: 200%;
    letter-spacing: -0.05em;
    background: #ffffff;
    margin-right: auto;
    margin-left: 0;
  }
  .members-page__button-sort.active .members-page__number-sort {
    background: rgb(246, 246, 248);
    margin-left: 7px;
  }
  .members-page__button-sort {
    padding: 5px;
    text-align: left;
    width: 100%;
  }
  .members-page__buttons-filter.active ~ .members-page__sort-options {
    opacity: 1;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    width: -webkit-fill-available;
    -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
    margin: 17px 20px;
    z-index: 1;
  }
  .members-page__wrapper-sort {
    background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
    padding: 17px 20px;
    border-radius: 5px;
    margin: 5px 20px 22px;
    position: relative;
    /* height: 74px; */
  }
  .members-page__button-sort.active {
    width: -webkit-fill-available;
    text-align: left;
  }
  .members-page__button-sort {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #2a2b2b;
    padding: 7px 10px;
    margin-bottom: 5px;
  }
  .members-page__wrapper-button-sort {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    gap: 0;
    position: relative;
  }
  .members-page__wrapper-button-sort::after {
    position: absolute;
    content: "";
    top: 13px;
    right: 12px;
    width: 12px;
    height: 8px;
    background: url(/public/src/images/icons/arrow-dark-down.svg) no-repeat right top;
    background-size: 100% 100%;
    z-index: 0;
  }
  .members-page__sort-options {
    max-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    background: rgb(255, 255, 255);
    border-radius: 5px;
  }
  .members-page__buttons-filter {
    border-radius: 4px;
    padding: 9px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    width: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .structure__wrapper-union-wrapper-img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 407px;
    width: 444px;
  }
  .structure__union-section--banner {
    height: auto;
    padding-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .structure__wrapper-banner-text {
    position: relative;
    bottom: 0;
    width: -webkit-fill-available;
    margin: 0 20px 0;
    right: 0;
  }
  .structure__union-btn {
    width: calc(49% - 17px);
  }
  .structure .breadcrumbs__wrapper {
    margin-left: 0;
  }
  .events__wrapper-block.events__wrapper-block--alt {
    height: auto;
  }
  .events__place {
    width: 100%;
  }
  .news-page__wrapper-info-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__wrapper-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-page__wrapper-info-block, .news-page__wrapper-img-block {
    width: 100%;
  }
  .events-page__wrapper-block {
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 26px;
  }
  .events-page__wrapper-info-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }
  .events-page__wrapper-info-block, .events-page__wrapper-img-block {
    width: 100%;
  }
  .news-card__wrapper-block {
    margin: 0;
    width: -webkit-fill-available;
  }
  .news-card h2,
  .news-card p,
  .news-card__wrapper-list,
  .news-card__wrapper-block span {
    margin: 0 20px;
    width: -webkit-fill-available;
  }
  .news-card p {
    margin-bottom: 47px;
  }
  .membership-opportunities__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo span {
    margin-top: 3px;
  }
  .events__link {
    position: relative;
    top: 0;
    bottom: 0;
    margin-left: 20px;
    margin-top: 25px;
  }
  .header__list {
    display: none;
  }
  .header__wrapper-block--alt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .hero__btn-links {
    width: 50%;
  }
  .hero__wrapper-links {
    width: 100%;
  }
  .events__date {
    font-size: 45px;
    margin: 0;
  }
  .hero__text-img-block-wrap {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
    backdrop-filter: none;
    padding: 0;
  }
  .banner {
    padding: 36px 20px 20px 20px;
    margin-bottom: 80px;
  }
  .news {
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news h2 {
    padding-left: 20px;
  }
  .events {
    margin-bottom: 37px;
  }
  .partners {
    margin-bottom: 34px;
    padding-top: 49px;
    padding-bottom: 67px;
  }
  .swiper-pagination.swiper-pagination-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -30px;
    gap: 9px;
  }
  .swiper-pagination.swiper-pagination-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 30px;
    gap: 9px;
  }
  .banner__button {
    width: -webkit-fill-available;
  }
  .events__wrapper-block:hover .events__wrapper-text img {
    display: none;
  }
  .purpose {
    margin-bottom: 0;
    padding-top: 49px;
    padding-bottom: 38px;
    background: linear-gradient(-99.48deg, #4b7ced 5.63%, #1f366b 112.21%);
  }
  .membership-opportunities {
    margin-bottom: 55px;
  }
  .hero {
    margin-bottom: 52px;
  }
  .hero__wrapper-title {
    margin-bottom: 27px;
  }
  .events__wrapper-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 31.3%;
    gap: 0;
    border-radius: 0 5px 5px 0;
    border-left: 0;
  }
  .events__wrapper-text {
    padding: 13px 22px;
    border-right: 0;
    border-radius: 5px 0 0 5px;
  }
  .events__link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events__link svg {
    margin-left: auto;
  }
  .news__link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__swiper {
    width: -webkit-fill-available;
    position: relative;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .news__wrapper-text {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 177px;
  }
  .news__text {
    margin: 0;
  }
  .news__wrapper-swiper-btn {
    display: none;
  }
  .news__link svg {
    margin-left: auto;
  }
  .news__link {
    position: relative;
    left: 0;
    bottom: 0;
    width: -webkit-fill-available;
    margin-right: 20px;
    margin-bottom: 34px;
  }
  .footer {
    position: relative;
    padding: 30px 0 60px;
  }
  .footer__wrapper-block--right {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__wrapper-block--left::after {
    display: none;
  }
  .footer__text {
    line-height: 180%;
  }
  .footer__logo {
    padding-left: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
  }
  .footer__wrapper-block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__position-block div {
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
    padding-bottom: 30px;
  }
  .footer__wrapper-block-list {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__list {
    width: 50%;
  }
  .footer__btn-link {
    position: absolute;
    bottom: 30px;
    left: 20px;
  }
  .footer__wrapper-block {
    position: inherit;
    width: 100%;
  }
  .events__text {
    margin: 0;
  }
  .hero__wrapper-img-block img {
    height: 239px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .membership-opportunities__wrapper-blocks {
    overflow-x: scroll !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: -webkit-grab;
    cursor: grab;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transform: translateZ(0);
  }
  .membership-opportunities__wrapper-mini-blocks {
    width: 100%;
  }
  .membership-opportunities__wrapper-block {
    min-width: calc(95vw - 20px);
    padding: 20px;
  }
  .membership-opportunities__wrapper-block--bg img {
    width: -webkit-fill-available;
  }
  .membership-opportunities__wrapper-mini-blocks .membership-opportunities__text {
    max-width: 100%;
  }
  .membership-opportunities__wrapper-mini-blocks {
    background-color: rgb(244, 247, 253);
    border-radius: 5px;
  }
  .membership-opportunities__wrapper-block--bg-alt {
    height: 100%;
  }
  .membership-opportunities__img-block2 {
    width: 165px;
    height: 147px;
    right: 0;
    bottom: 0;
  }
  .membership-opportunities__img-block3 {
    height: 150px;
    width: 181px;
  }
  .membership-opportunities__wrapper-block--bg-alt img {
    position: relative;
    bottom: 0;
    right: -20px;
    margin-left: auto;
  }
  .membership-opportunities__number {
    margin-bottom: 15px;
  }
  .membership-opportunities__title {
    margin-bottom: 9px;
    max-width: 200px;
  }
}
@media (max-width: 765px) {
  .contacts {
    margin: 0;
  }
  .contacts .breadcrumbs__wrapper {
    margin-left: 20px;
  }
  .contacts h1 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #2a2b2b;
    margin: 44px 20px 15px;
  }
  .contacts__text {
    margin: 0 20px;
  }
  .contacts__wrapper-text-info {
    width: 100%;
    margin-bottom: 0;
    margin: 0 20px;
  }
  .form__wrapper-position h2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .form__checkbox-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 27px;
  }
  .form__checkbox-group input[type=checkbox] {
    min-width: 24px;
  }
  .form__group {
    padding-bottom: 13px;
    margin-bottom: 29px;
  }
  .form {
    padding-top: 43px;
    padding-bottom: 54px;
  }
  .details {
    margin-bottom: 40px;
  }
  .contacts__wrapper-address {
    display: none;
    margin: 0 20px;
  }
  .details h2 {
    margin-bottom: 15px;
  }
  .contacts__map,
  .contacts__wrapper-map {
    height: 318px;
    margin-bottom: 41px;
  }
  .contacts__phone {
    font-size: 34px;
    line-height: 147%;
    letter-spacing: -0.04em;
  }
  .contacts__mail {
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
  }
  .contacts__text {
    width: 100%;
    margin-bottom: 24px;
  }
  .interesting h2 {
    font-weight: 500;
    font-size: 31px;
    line-height: 94%;
    letter-spacing: -0.03em;
    color: #2a2b2b;
    margin-bottom: 14px;
  }
  .interesting .news__wrapper-text {
    height: 215px;
  }
  .interesting .news__list {
    padding-bottom: 62px;
  }
  .interesting .news__item img {
    margin: 0;
    height: 232px;
    border-radius: 0;
  }
  .interesting .news__wrapper-text {
    padding: 21px;
  }
  .about h1 {
    font-size: 41px;
    line-height: 78%;
    letter-spacing: -0.03em;
    margin-top: 44px;
    margin-bottom: 38px;
  }
  .about__wrapper-mission {
    padding: 36px 20px 55px;
    gap: 0;
  }
  .about__wrapper-block-img-mission {
    border-radius: 0;
  }
  .about__wrapper-text-info-mission {
    padding: 30px 20px 0;
    border-radius: 0;
  }
  .about__title--alt::after {
    width: 51px;
    height: 51px;
  }
  .about__text-info-mission {
    font-size: 18px;
    line-height: 139%;
    letter-spacing: -0.04em;
  }
  .requisites__block {
    margin-bottom: 52px;
  }
  .structure .structure__union-section.structure__union-section--alt {
    margin-right: 0;
  }
  .requisite__label {
    margin-bottom: 4px;
  }
  .requisite__copy-all-btn {
    right: 19px;
  }
  .road-map__wrapper-blocks {
    margin-bottom: 44px;
  }
  .requisites__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px;
    padding: 38px 20px;
  }
  .requisite__item {
    width: 100%;
  }
  .requisites {
    padding-top: 34px;
  }
  .road-map__year {
    font-size: 31px;
    letter-spacing: -0.04em;
    margin-bottom: 7px;
  }
  .road-map__text {
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.04em;
  }
  .road-map__wrapper-blocks {
    gap: 26px;
  }
  .road-map__wrapper-block {
    padding: 22px 20px 34px;
  }
  .road-map__title {
    font-size: 31px;
    line-height: 94%;
    letter-spacing: -0.03em;
    margin-bottom: 31px;
  }
  .purpose {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__wrapper-img-block {
    height: 543px;
    margin: 0;
  }
  .about__text-img-block {
    padding: 23px 20px;
    font-size: 18px;
    line-height: 139%;
    letter-spacing: -0.04em;
    border-radius: 5px;
  }
  .about__wrapper-img-block-wrap {
    padding: 0;
    top: 50px;
    left: 20px;
    width: -webkit-fill-available;
    margin-right: 20px;
  }
  .about__wrapper-img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .about__wrapper-block-info-mission--alt {
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    background: rgb(246, 246, 248);
  }
  .about__wrapper-block-info-mission--radius {
    background: rgb(246, 246, 248);
  }
  .about__wrapper-block-img-mission {
    padding: 0;
    background: #ffffff;
    border-radius: 3px;
    margin: 20px;
  }
  .about__text-mission {
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
  }
  .about__wrapper-mission .about__text-mission {
    padding: 25px 15px 30px 18px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    color: #2a2b2b;
  }
  .about__wrapper-union-wrapper-img img {
    height: 433px;
  }
  .about__title--alt {
    font-size: 27px;
    line-height: 119%;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
  }
  .about__union-section {
    margin-bottom: 0;
  }
  .about__banner-text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.04em;
  }
  .about__wrapper-block {
    margin: 26px 20px 44px;
    padding: 0;
  }
  .about__banner-name {
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
  }
  .about__wrapper-banner-text {
    padding: 24px 20px;
  }
  .about__title--wrapper {
    font-size: 27px;
    line-height: 119%;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .members-page__wrapper-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 20px;
    position: relative;
    margin-bottom: 28px;
  }
  .members-page .pagination__wrapper-pagination {
    margin-left: 0;
    margin-right: 0;
  }
  .members-page__wrapper-blocks {
    margin-bottom: 46px;
  }
  .members-page__gap {
    margin-bottom: 37px;
  }
  .members-page__btn-link {
    position: absolute;
    bottom: 26px;
    width: -webkit-fill-available;
    left: 0;
    margin: 0 20px;
  }
  .members-page__left-block {
    gap: 27px;
  }
  .members-page__right-block {
    width: 100%;
    margin-bottom: 66px;
  }
  .members-page__name-text {
    margin: 0;
    font-size: 31px;
    line-height: 94%;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  .members-page__wrap-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
    margin-top: 16px;
    margin-bottom: 17px;
  }
  .members-page__text {
    font-size: 15px;
    line-height: 153%;
    padding-bottom: 13px;
  }
  .members-page__wrap-img {
    width: 100%;
    height: 122px;
  }
  .members-page h1 {
    margin-top: 44px;
    margin-bottom: 15px;
    font-size: 41px;
    line-height: 78%;
    letter-spacing: -0.03em;
  }
  .banner__button {
    background: #e62e43;
  }
  .members-page__wrapper-sort {
    margin-left: 0;
    margin-right: 0;
  }
  .events__wrapper-block.events__wrapper-block--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid rgb(246, 246, 248);
    margin-top: -2px;
    gap: 15px;
  }
  .events__wrapper-block.events__wrapper-block--alt .events__wrapper-date {
    width: 100%;
    border: none;
    padding: 30px 20px 0;
    gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events__place--desk {
    display: none;
  }
  .events__wrapper-block.events__wrapper-block--alt .events__wrapper-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    position: relative;
    top: -7px;
  }
  .events__wrapper-block.events__wrapper-block--alt .events__text {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events__place.events__place--mob {
    margin-top: -4px;
    display: block;
  }
  .events__wrapper-text.events__wrapper-text--alt {
    border: none;
    padding: 0 20px 37px 20px;
  }
  .mod.active {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 36px 0 29px;
    overflow-y: scroll;
  }
  .mod__text-info {
    margin-bottom: 28px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .mod__btn-downland {
    padding: 25px 20px 26px 84px;
  }
  .mod__wrapper-btns-downland {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 18px;
    margin-right: 18px;
  }
  .mod__info {
    margin-left: 18px;
    margin-right: 18px;
    padding-bottom: 29px;
    line-height: 23px;
    display: inline-block;
  }
  .mod__list {
    margin-bottom: 24px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .mod.active .close {
    top: 6px;
    right: 11px;
  }
  .mod__link-write-letter {
    margin-top: 28px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    padding: 21px 18px 20px;
  }
  .mod__link-write-letter span {
    gap: 11px;
  }
  .mod__item {
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mod__feedback-form {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 29px;
  }
  .mod__item-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .mod__title {
    font-size: 28px;
    line-height: 114%;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 9px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .structure__wrapper-banner-text {
    padding: 24px 21px;
  }
  .structure__union-members-wrap {
    position: relative;
  }
  .structure__union-section {
    margin-right: 20px;
    margin-bottom: 44px;
  }
  .structure__wrapper-union-blocks {
    margin-left: 20px;
    row-gap: 25px;
    margin-bottom: 84px;
  }
  .structure__union-wrapper-directorate {
    width: calc(49% - 8px);
  }
  .structure__union-name-directorate {
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .structure__wrapper-cards-union-board.structure__wrapper-cards-union-board--alt {
    gap: 39px;
  }
  .structure__union-btn-wrapper {
    margin-left: 20px;
    margin-bottom: 56px;
    margin-top: 30px;
    gap: 18px;
  }
  .structure__wrapper-union-section {
    margin-bottom: 0;
  }
  .structure__union-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 103px;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.04em;
    padding: 0 29px 0 75px;
  }
  .structure__union-btn::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 61px;
    height: 61px;
    left: 5px;
  }
  .structure__union-category-directorate {
    font-size: 15px;
    line-height: 153%;
  }
  .structure__wrapper-img-union-board {
    aspect-ratio: 334/173;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  .structure__wrapper-img-union-board img.cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .structure__union-members-link {
    padding: 15px 17px 15px 20px;
  }
  .structure__wrapper-img-union-board img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
  .structure .swiper-pagination {
    bottom: -25px;
    left: 41%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .structure__union-members {
    padding: 41px 20px 39px;
    gap: 47px;
  }
  .structure__item {
    height: 92px;
  }
  .structure__wrapper-cards-union-board {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    gap: 47px;
  }
  .structure__name-card-union-board {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .structure__name-card-union-board br {
    display: none;
  }
  .structure__union-section-title {
    margin-left: 20px;
    font-size: 31px;
    line-height: 94%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
  .structure__wrapper-card-union-board {
    width: 100%;
  }
  .structure__banner-name {
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
  }
  .structure {
    margin: 0;
  }
  .structure .breadcrumbs__wrapper,
  .structure h1 {
    margin-left: 20px;
  }
  .structure h1 {
    font-size: 41px;
    line-height: 78%;
    letter-spacing: -0.03em;
    margin-top: 44px;
    margin-bottom: 20px;
  }
  .structure__wrapper-union-nav {
    border-radius: 0;
  }
  .structure__nav-link {
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
  .structure__nav-link br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .structure__nav-link.active {
    margin-left: 10px;
    margin-right: -20px;
  }
  .structure__wrapper-union-nav {
    padding-right: 20px; /* 👈 Добавляем отступ справа */
    overflow: hidden; /* Важно для Swiper */
  }
  .structure__union-nav {
    padding: 12px 0 16px;
  }
  .hero__wrapper-big-block {
    height: auto;
  }
  .news-page h1 {
    font-size: 41px;
    line-height: 78%;
    letter-spacing: -0.03em;
    margin-top: 44px;
    margin-bottom: 15px;
  }
  .news-page__wrapper-info-blocks {
    margin: 0;
  }
  .news-page .news__list {
    margin-top: 36px;
    gap: 23px;
    padding-bottom: 45px;
  }
  .news-page .news__item {
    width: 100%;
  }
  .news-page__wrapper-info-block {
    padding: 28px 20px;
  }
  .news-page__button-info {
    margin-top: 27px;
    padding: 12px 20px;
  }
  .news-page__button-info {
    height: 56px;
    width: -webkit-fill-available;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-page__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
    margin-bottom: 11px;
    color: #2a2b2b;
  }
  .news-page__data {
    margin-bottom: 17px;
  }
  .news-page__buttons-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-page__sort-options {
    display: none;
  }
  .news-page__sort-options {
    max-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    background: rgb(255, 255, 255);
    border-radius: 5px;
  }
  .news-page__wrapper-sort {
    background: linear-gradient(124.52deg, #4B7CED 29.62%, #1F366B 108.79%);
    padding: 17px 20px;
    border-radius: 5px;
    margin: 5px 20px 22px;
    position: relative;
    height: 74px;
  }
  .news-page__buttons-filter {
    border-radius: 4px;
    padding: 9px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    width: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-page__buttons-filter.active ~ .news-page__sort-options {
    opacity: 1;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    width: -webkit-fill-available;
    -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
    margin: 17px 20px;
  }
  .news-page__buttons-filter.active .news-page__buttons-open {
    position: relative;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .news-page__buttons-filter.active .news-page__buttons-open path {
    stroke: #2a2b2b;
  }
  .news-page__button-sort {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #2a2b2b;
    padding: 9px 12px;
    margin-bottom: 5px;
  }
  .news-page__button-sort.active {
    width: -webkit-fill-available;
    text-align: left;
  }
  .news-page__wrapper-button-sort {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    gap: 0;
  }
  .events-page__time-info {
    top: 10px;
    right: 23px;
  }
  .events-page__monts {
    color: #2a2b2b;
    line-height: 26px;
  }
  .events-page__time {
    line-height: 25px;
  }
  .events-page__title {
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
  }
  .events-page__button-info {
    padding: 15px 20px;
    width: -webkit-fill-available;
  }
  .events-page__wrapper-info-blocks {
    margin-bottom: 32px;
  }
  .swiper-pagination.swiper-pagination-card-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 39px;
  }
  .events-page__wrapper-img-block img {
    height: 252px;
    aspect-ratio: 375/252;
    -o-object-fit: contain;
    object-fit: contain;
  }
  /* .news-page__wrapper-img-block {
    height: 252px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    object-fit: contain;
  } */
  .news-page__wrapper-img-block img {
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
  .events-page__wrapper-img-block {
    height: 252px;
    width: -webkit-fill-available;
  }
  .hero__wrapper-title {
    gap: 15px;
  }
  .events-page__wrapper-img-block {
    height: 252px;
  }
  .news__wrapper-text {
    gap: 20px;
  }
  .pagination__btn-pagination {
    color: rgb(42, 43, 43);
  }
  .events__wrapper-text {
    padding: 20px 24px;
    display: inline;
  }
  .events__time-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 3px;
  }
  .pagination__wrapper-pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 41px;
  }
  .events-page__wrapper-events {
    margin-bottom: 37px;
  }
  .events__wrapper-date {
    padding: 24px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .events-page__wrapper-date {
    gap: 12px;
    padding: 9px 35px 9px 18px;
  }
  .events-page__date {
    font-size: 45px;
  }
  .events-page__wrapper-info-block {
    padding: 26px 20px 28px;
  }
  .events-page__wrapper-block h1 {
    font-size: 41px;
    line-height: 78%;
    letter-spacing: -0.03em;
  }
  .news {
    padding-top: 36px;
    border-radius: 0;
  }
  .footer__phone {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
  }
  .footer__mail {
    margin-bottom: 13px;
  }
  .footer__position-block div {
    padding-bottom: 18px;
    width: -webkit-fill-available;
  }
  .news h2 {
    margin-bottom: 23px;
  }
  .news-card__wrapper-links {
    width: -webkit-fill-available;
    padding: 20px;
  }
  .news-card__wrapper-links {
    margin-bottom: 45px;
  }
  .news-card p {
    margin-bottom: 32px;
  }
  .news-card__wrapper-block span {
    margin-bottom: 15px;
  }
  .news-card__wrapper-block-img-height {
    height: 195px;
  }
  .news-card h1 {
    font-size: 28px;
    line-height: 107%;
    letter-spacing: -0.03em;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .news-card__wrapper-block-img {
    margin-bottom: 40px;
  }
  .news-card .news-card__wrapper-block li {
    font-size: 15px;
    line-height: 260%;
  }
  .news-card .news-card__wrapper-block ol li::marker {
    font-size: 18px;
    line-height: 217%;
    letter-spacing: -0.04em;
  }
  .news-card h2 {
    font-size: 26px;
    line-height: 119%;
    letter-spacing: -0.04em;
    margin-bottom: 13px;
  }
  .news-card p {
    font-size: 15px;
    line-height: 153%;
  }
  .news-card__wrapper-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
  }
  .news-card .news-card__wrapper-block ul {
    width: 100%;
    margin-bottom: 21px;
  }
  .header__logo img {
    width: 31px;
    height: 34px;
  }
  .header {
    margin-top: 13px;
    padding-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner::after {
    background: url(/public/src/images/decore-bg-light-mob.png) no-repeat right top;
    background-size: 100% 100%;
  }
  .banner__wrapper-button {
    width: calc(100% + 20px);
  }
  .partners__item {
    padding: 0 24px;
    max-height: 92px;
  }
  .partners__item img {
    height: 50px;
  }
  .partners__list {
    height: 92px;
    padding-top: 60px;
  }
  .swiper-button-prev.swiper-button-prev-castom {
    display: none;
  }
  .swiper-button-next.swiper-button-next-castom {
    display: none;
  }
  .membership-opportunities h2 {
    max-width: 295px;
  }
  .purpose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .purpose__item {
    width: 100%;
    gap: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 23px 23px 23px 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .purpose__item img {
    width: 62px;
    height: 62px;
    position: relative;
    left: 0;
  }
  .purpose__text {
    font-size: 15px;
    line-height: 153%;
  }
  .purpose__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .header__button {
    display: none;
  }
  .hero__item-block.hero__item-block--width {
    width: auto;
    max-width: 100px;
  }
  .hero__item-block {
    max-width: 100px;
    width: 50%;
  }
  .hero__list-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 9%;
  }
  .hero__sum-item-block {
    font-size: 54px;
  }
  .hero__percent-item-block {
    top: -20px;
    font-size: 27px;
  }
  .header__button-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero__text-img-block {
    padding: 23px 20px 30px;
    font-size: 18px;
    line-height: 139%;
    letter-spacing: -0.04em;
  }
  .hero__wrapper-list-block {
    bottom: 0;
    padding: 30px 20px;
    margin: 0;
    background: linear-gradient(193.52deg, #4B7CED 15.62%, #1F366B 103.79%);
  }
  .hero__wrapper-big-block {
    padding: 0;
  }
  .hero__text-item-block {
    font-size: 14px;
    line-height: 136%;
    letter-spacing: -0.05em;
  }
  .hero__wrapper-item-block {
    gap: 9%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero__title-big {
    font-size: 28px;
    line-height: 114%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  .hero__wrapper-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
  }
  .hero__btn-links {
    width: 100%;
    padding: 19px;
  }
  .hero__btn-links::after {
    right: 14px;
    bottom: 14px;
  }
  .hero__wrapper-img-block {
    margin-top: 0;
    top: 0;
  }
  .title {
    font-size: 31px;
    line-height: 94%;
    letter-spacing: -0.03em;
  }
  .membership-opportunities__wrapper-mini-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__wrapper-block--left::after {
    display: none;
  }
  .footer__wrapper-blocks,
  .footer__wrapper-block--right,
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin-bottom: 60px; */
  }
  .banner__title {
    font-weight: 500;
    font-size: 31px;
    line-height: 94%;
    letter-spacing: -0.03em;
    color: #fff;
    width: 100%;
    margin-bottom: 17px;
  }
  .banner__text {
    width: 90%;
  }
  .banner__wrapper-text {
    width: 100%;
  }
  .events__wrapper-block.sets {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events__wrapper-block.sets .events__wrapper-date {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    border-bottom: 0px;
    padding-bottom: 15px;
  }
  .events__wrapper-block.sets .events__wrapper-date .events__date {
    line-height: 1.1;
  }
  .events__wrapper-block.sets .events__wrapper-date .events__date span {
    display: inline-block;
    margin-right: 15px;
  }
  .events__wrapper-block.sets .events__wrapper-text {
    border-top: 0px;
    padding-top: 0px;
  }
  .events__wrapper-block .events__wrapper-date .events__date span {
    margin-right: 15px;
  }
  .events__wrapper-block .events__wrapper-text {
    border-top: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 388px) {
  .members-page__buttons-filter span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}