* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Inter";
}

.no-scroll {
  overflow: hidden;
}
.stop-scroll {
  overflow: hidden; /* Запрещаем скролл */
}
.container {
  max-width: 1632px;
  margin: 0 auto;
  padding: 0px 32px;
}

.header {
  background: #221a13;
  position: relative;
  z-index: 2;
}

.header__mobile {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #221a13;
  position: absolute;
}

.header__mobile.open {
  display: flex;
  width: 100%;
  height: 100%;
}

.header__mobile-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.header__mobile-left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 65px;
  background: url("../img/mob_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.header__mobile-right {
  background: url("../img/mob__right.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.header__mobile-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 145px;
}

.header__mobile-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 145px;
}

.header__mobile-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
}

.header__mobile-menu ul li {
  list-style: none;
}

.header__mobile-menu ul li a {
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  text-align: right;
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  font-family: "Spectral";
  transition: 0.1s ease;
}

.header__mobile-menu ul li a:hover {
  opacity: 1;
  transition: 0.1s ease;
}

.header__mobile-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.mobile-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.mobile-info__item span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
}

.mobile-info__item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
}

.header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  width: 100%;
}

.header__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.header__contact-vk a {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__contact-tg a {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__contact-phone {
  display: flex;
  flex-direction: column;
}

.header__contact-phone p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 8px;
}

.header__contact-phone a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}

.header__center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 84px;
}
.header__logo {
  position: relative;
}
.header__logo::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  height: 25px;
  width: 2px;
  right: -45px;
  top: 20px;
}
.header__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.header__popup a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.header__popup a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}
.header__burger-btn {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  align-items: center;
  background: transparent;
  border: none;
}

.header__burger-btn:hover {
  cursor: pointer;
}

.header__burger-btn span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.header__burger-btn:hover span {
  background: #fff;
}

.header__burger-btn:hover span svg path {
  stroke: #000;
}

.about {
  background: url("../img/about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  margin-top: -90px;
  position: relative;
}

.about__container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60%;
  width: 40%;
}

.about__container h1 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-family: "Spectral";
  color: #fff;
}

.about__container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.mains {
  background: url("../img/main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  margin-top: -90px;
}
.mains__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 800px;
  background: url("../img/1942.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mains__title {
  font-family: "Spectral";
  font-weight: 600;
  font-size: 100px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.maps {
  background: linear-gradient(180deg, #221a13 0%, rgba(34, 26, 19, 0.9) 61%);
  padding: 81px 0px 0px 0px;
  /* margin-top: -90px; */
}

.maps__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 81px;
}

.maps__top-title {
  font-family: "Spectral";
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  width: 70%;
  display: block;
}

.maps__top-right {
  width: 30%;
}

.maps__top-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  opacity: 0.6;
}

.maps__top-right a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 270px;
  margin-top: 42px;
}
.maps__top-right a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.infos {
  padding: 140px 0px 140px 0px;
  background: url("../img/info-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 463px;
}

.infos__tops {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 24px;
}

.infos__tops h3 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Spectral";
}

.infos__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 130px;
}

.infos__links a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.infos__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  width: 24%;
  display: block;
}

.events {
  padding: 140px 0px 140px 0px;
  background: #f7f7f7;
}

.events__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.filters__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
}

.filters__item {
  width: auto;
  display: flex;
  flex-direction: column;
}

.filters__item .filters__item-span {
  font-weight: 600;
font-size: 12px;
line-height: 120%;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #000;
opacity: 0.6;
}

.filters__item select {
  width: 100%;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  background: #f7f7f7;
  overflow: hidden;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  height: 41px;
  font-weight: 600;
font-size: 12px;
line-height: 120%;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #000;
  background: #f7f7f7;
  border: none;
  padding: 0px 6px;
  width: 100%;
}

.select2-results__option[aria-selected] {
  height: 41px;
 font-weight: 600;
font-size: 12px;
line-height: 120%;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #000;
  padding: 0px 6px;
  background: #f7f7f7;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
}

.select2-container--open .select2-dropdown {
  width: max-content !important;
}

.filters__item .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
  background: #f7f7f7;
  padding: 0px 16px 0px 0px;
  height: 36px;
  width: 100%;
}

.filters__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../img/drop.svg");
  width: 18px;
  height: 16px;
  right: 20px;
  top: 6px;
}

.filters__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 36px;
  display: flex;
  align-items: center;
}

.filters__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.filters__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 30%;
}

.filters__date {
  display: flex;
flex-direction: row;
align-items: flex-end;
}

.filters__date span {
  border: 1px solid #000;
border-radius: 100px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}

.filters__blocks p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
}

.filters__date label {
  font-weight: 600;
font-size: 12px;
line-height: 120%;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #000;
opacity: 0.6;
}

.filters__date input {
  outline: none;
  border: none;
  background: #f7f7f7;
}

.section__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.section__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.events__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
  gap: 20px; /* Отступы между слайдами */
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.events__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4); /* 4 элемента в строке, 3 отступа по 20px */
  height: 390px; /* Можно изменить при необходимости */
}

.events__item-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  font-family: "Spectral";
  margin-bottom: 12px;
  display: block;
  margin-top: 20px;
}

.events__item-online {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ca0000;
  margin-top: 16px;
}

.events__item-link button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
  border: none;
}

.events__item-link-disabled a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 0px 22px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
  opacity: 0.4;
}

.events__item-link button span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.events__item-top {
  height: 200px;
  position: relative;
}

.events__item-props {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.events__item-image {
  height: 100%;
}

.events__item-image {
  height: 200px;
  display: block;
  overflow: hidden;
}

.events__item-image img {
  max-width: 100%;
  display: block;
  height: 100%;
  transform: scale(1);
  transition: 0.2s ease;
}

.events__item:hover .events__item-image img {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.events__item-prop {
  display: flex;
  flex-direction: row;
}

.events__item-prop-label {
  background: #ca0000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.events__item-prop-value {
  background: #a20000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.events__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 84px;
  margin-top: 49px;
}

.events__load {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
  position: relative;
}

.events__load::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background: rgba(0, 0, 0, 0.15);
  top: 10px;
  right: -44px;
}

.events__all {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
}

.nums {
  background: #670000;
  padding: 42px 0px;
  position: relative;
  margin-top: -1px;
}

.nums::before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 42px;
  background: url("../img/num-before.png");
  background-repeat: no-repeat;
}

.nums__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nums__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 33%;
}

.nums__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 168px;
  background: rgba(255, 255, 255, 0.15);
  right: -8px;
  top: -20px;
}

.nums__item:last-child::before {
  display: none;
}

.nums__item-num {
  font-weight: 600;
  font-family: "Spectral";
  font-size: 100px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.nums__item-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.6;
}

.erpage {
  background: #221a13 url("/img/erpage-pc.png");
  background-position: right;
  background-repeat: none;
  background-size: cover;
  min-height: 900;
}

.erpage__container {
  display: flex;
  flex-direction: column;
  min-height: 900px;
  width: 100%;
  justify-content: center;
}

.erpage__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  gap: 32px;
  position: absolute;
}

.erpage__block h1 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Spectral";
}

.erpage__block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.erpage__link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  justify-content: space-between;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 254px;
  margin-top: 16px;
}

.erpage__link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.route {
  background: url("/img/bigslider.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  padding: 82px 0px;
}

.route__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 62px;
}

.route__top h2 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Spectral";
}

.route__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Отступы между слайдами */
  padding-top: 62px;
}

.route__item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: calc((100% - 40px) / 3); /* 4 элемента в строке, 3 отступа по 20px */
  height: 160px; /* Можно изменить при необходимости */
}

.route__item-title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  font-family: "Spectral";
  margin-bottom: 12px;
  display: block;
}

.route__item-adres {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  opacity: 0.6;
}

.route__item-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 154px;
  margin-top: 16px;
}

.route__item-link a span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.route__item-top {
  height: 160px;
  position: relative;
  width: 50%;
}

.route__item-props {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
}

.route__item-content {
  width: 50%;
}

.route__item-image {
  display: block;
  height: 160px;
}

.route__item-image img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.route__item-prop {
  display: flex;
  flex-direction: row;
}

.route__item-prop-label {
  background: #ca0000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.route__item-prop-value {
  background: #a20000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.routes {
  padding: 140px 0px 140px 0px;
  background: #f7f7f7;
}

.routes__slider {

}

.routes-slide__tag {
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #fff;
background: #ca0000;
padding: 0px 8px;
width: 60px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}

.routes-slide__title {
  font-weight: 400;
font-size: 62px;
line-height: 110%;
letter-spacing: -0.02em;
color: #fff;
margin-top: 32px;
margin-bottom: 32px;
}

.routes-slide__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1632px;
  margin: 0 auto;
  padding-top: 300px;
}

.routes-slide__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.routes-slide__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide__item-value--icon {
  width: 128px;
height: 80px;
background: #221a13;
display: flex;
align-items: center;
justify-content: center;
}

.slide__item-value--one {
padding: 0px 8px;
width: max-content;
height: 33px;
width: 112px;
background: #ca0000;
font-weight: 500;
font-size: 16px;
line-height: 130%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.slide__item-value--two {
padding: 0px 8px;
width: 112px;
height: 33px;
background: #a20000;
font-weight: 500;
font-size: 16px;
line-height: 130%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.routes__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}



.section__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.routes__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
  gap: 20px; /* Отступы между слайдами */
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.routes__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4); /* 4 элемента в строке, 3 отступа по 20px */
  height: 390px; /* Можно изменить при необходимости */
}

.routes__item-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  font-family: "Spectral";
  margin-bottom: 12px;
  display: block;
  margin-top: 20px;
}

.routes__item-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
  margin-bottom: 12px;
  display: block;
}

.routes__item-adres {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
}

.routes__item-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 154px;
  margin-top: 16px;
}

.routes__item-link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.routes__item-top {
  height: 200px;
  position: relative;
}

.routes__item-props {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
}

.routes__item-image {
  height: 200px;
  display: block;
  overflow: hidden;
}

.routes__item-image img {
  max-width: 100%;
  display: block;
  height: 100%;
  transform: scale(1);
  transition: 0.2s ease;
}

.routes__item:hover .routes__item-image img {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.routes__item-prop {
  display: flex;
  flex-direction: row;
  z-index: 1;
}

.routes__item-prop-label {
  background: #ca0000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.routes__item-prop-value {
  background: #a20000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.routes__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 84px;
  margin-top: 49px;
}

.routes__load {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
  position: relative;
}

.routes__load::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background: rgba(0, 0, 0, 0.15);
  top: 10px;
  right: -44px;
}

.routes__all {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
}

.parthners {
  padding: 100px 0px 140px 0px;
}

.parthners__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.parthners__top h2 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.parthners__container {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    #fff 100%
  );
  margin-top: 42px;
  position: relative;
}

.parthners__container {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
/* .parthners__swiper {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: grid;
} */

/* .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 10px;
  height: 180px;
  transition: transform 0.3s ease;
}


/* Смещение верхнего ряда */
/* .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 20px;
} */

/* .swiper-slide:nth-child(-n+6) {
  transform: translateX(60px);
} */

.parthners__swiper {
  width: 100%;
  height: 400px; /* если нужен */
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

/* стили слайда (подогнай под размеры логотипов) */
.parthners-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px; /* фикс или авто */
  height: 120px;
  background: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.parthners-slider img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}

/* УБРАЛИ display:grid у .swiper-wrapper — пусть Swiper сам расположит слайды */

/* Смещаем второй ряд вправо на 40px.
   Предполагаем slidesPerView: 6 -> второй ряд начинается с 7-го слайда */
.parthners__swiper .parthners-slider:nth-child(n + 7) {
  transform: translateX(40px);
  /* Чтобы transform не мешал движению wrapper, добавим will-change */
  will-change: transform;
}

.histories__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.histories-slide {
}

.histories-slide__container {
  max-width: 1632px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 120px;
  height: 800px;
}

.histories-slide__content {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 32px 0px;
}

.histories-slide__title {
  font-family: "Spectral";
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
}

.histories-slide__text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.histories-slide__link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 243px;
  margin-top: 16px;
}

.histories-slide__link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.histories-slide__btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  gap: 20px;
  margin-right: 200px;
}

.reliz {
  padding: 100px 0px 82px 0px;
  background: #f7f7f7;
}

.reliz__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.reliz__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
  gap: 42px 24px; /* Отступы между слайдами */
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.reliz__item {
  display: flex;
  flex-direction: row;
  width: calc((100% - 48px) / 3); /* 4 элемента в строке, 3 отступа по 20px */
  height: 244px; /* Можно изменить при необходимости */
}

.reliz__item-image {
  width: 50%;
  height: 244px;
  display: block;
}

.reliz__item-image img {
  max-width: 100%;
  display: block;
  height: 244px;
  object-fit: cover;
}

.reliz__item-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 24px 24px;
  gap: 14px;
}

.reliz__item-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
}

.reliz__item-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
  overflow: hidden;
  display: block;
  line-height: 1.4;
  max-height: calc(1.4em * 4); /* 4 строки */
  word-break: break-word;
}

.reliz__item-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
}

.reliz__item-link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.reliz__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 84px;
  margin-top: 49px;
}

.reliz__load {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
  position: relative;
}

.reliz__load:hover svg {
}

.volonter {
  padding: 100px 0px 82px 0px;
  background: #f7f7f7;
}

.volonter__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.volonter__top h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
  width: 70%;
}

.filters__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 30%;
}

.filters__blocks p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
}

.volonter__list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0px;
  margin-top: 82px;
}

.volonter__item {
  position: relative;
}

.volonter__item-image {
  width: 204px;
  height: 204px;
  display: block;
}

.volonter__item:hover {
  background: #ca0000;
}

.volonter__item:hover .volonter__item-image {
  width: 204px;
  height: 204px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}

.volonter__item-title {
  display: none;
}

.volonter__item:hover .volonter__item-title {
  background: #ca0000;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.arybej {
  background: #221a13 url("/img/about-rybej.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 82px 0px;
}

.arybej__top h2 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 42px;
  font-family: "Spectral";
}

.arybej .events__item-title a {
  color: #fff;
}

.arybej .events__item-link-disabled a {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  opacity: 0.4;
}

.years {
  position: relative;
  padding: 100px 0px 82px 0px;
  background: #f7f7f7;
}

.years__top h2 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
  border-left: 2px solid #a20000;
  padding: 0px 0px 0px 24px;
  margin-bottom: 25px;
  width: 30%;
  position: absolute;
  top: 0;
}

.years__slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.years__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.slide-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  width: 238px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.slide-right span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.yearslide-counter {
  font-size: 16px;
  color: #fff;
  padding: 0px 8px;
  z-index: 10;
  display: flex;
  gap: 0px 86px;
  flex-direction: row;
  width: 100px;
}

.years__nav .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 52px;
  background: #fff;
  position: absolute;
  height: 3px;
  top: 25px;
  left: 100px;
}

.yearslide__content {
  padding-top: 300px;
}

.yearslide__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 204px;
  position: relative;
}

.yearslide__fio {
  font-weight: 400;
  font-size: 82px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.yearslide__image img {
  max-width: 100%;
}

.yearslide__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-top: 32px;
}

.teams {
  position: relative;
  padding: 100px 0px 82px 0px;
}

.teams__top h2 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
  border-left: 2px solid #a20000;
  padding: 0px 0px 0px 24px;
  margin-bottom: 25px;
}

.teams__slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-slider.swiper-slide-active .teamslide__content {
  display: block;
}
.teamslide__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 204px;
}

.teamslide__image img {
  max-width: 100%;
}

.teamslide__content {
  display: none;
}

.teamslide__fio {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16px;
}

.teamslide__dol {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.teamslide__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #000;
  margin-top: 42px;
}

.teamslide__vk {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ca0000;
}

.teamslide__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
}

.team__link {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
  position: relative;
}

.team__link span {
  border: 1px solid #000;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anons {
  padding: 100px 0px 82px 0px;
}

.anons__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.anons__top h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
  width: 70%;
}

.filters__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 30%;
}

.filters__blocks p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
}

.section__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.anons__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
  gap: 42px 24px; /* Отступы между слайдами */
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.anons__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 72px) / 4); /* 4 элемента в строке, 3 отступа по 20px */
  height: 390px; /* Можно изменить при необходимости */
}

.anons__item-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  font-family: "Spectral";
  margin-bottom: 12px;
  display: block;
  margin-top: 20px;
}

.anons__item-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
}

.anons__item-link-disabled a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 0px 22px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
  opacity: 0.4;
}

.anons__item-link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.anons__item-top {
  height: 200px;
  position: relative;
}

.anons__item-props {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
}

.anons__item-image img {
  max-width: 100%;
  display: block;
  height: 100%;
}

.anons__item-prop {
  display: flex;
  flex-direction: row;
}

.anons__item-prop-label {
  background: #ca0000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.anons__item-prop-value {
  background: #a20000;
  height: 25px;
  padding: 0px 8px;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter";
}

.anons__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 84px;
  margin-top: 49px;
}

.anons__load {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
  position: relative;
}

.rybej__detail {
  background: url("/img/history-detail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 738px;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  align-items: flex-end;
  justify-content: flex-end;
}

.rybej__detail-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  width: 35%;
  gap: 32px;
}

.rybej__detail-main h1 {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Spectral";
}

.rybej__detail-main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.rybej__containers {
  padding: 62px 0px 180px 0px;
  background: url("/img/detail-bottom.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.rybej__contents {
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rybej__contents h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #000;
  font-family: "Spectral";
}

.rybej__contents h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #000;
  font-family: "Spectral";
}

.rybej__contents h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.rybej__contents p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}

.rybeji {
  padding: 100px 0px 82px 0px;
}

.rybeji__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.section__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.rybeji__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
  gap: 42px 24px; /* Отступы между слайдами */
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 42px;
}

.rybeji__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 72px) / 4); /* 4 элемента в строке, 3 отступа по 20px */
  height: 390px; /* Можно изменить при необходимости */
}

.rybeji__item-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  font-family: "Spectral";
  margin-bottom: 12px;
  display: block;
  margin-top: 20px;
}

.rybeji__item-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
  overflow: hidden;
  display: block;
  line-height: 1.4;
  max-height: calc(14px * 4); /* 4 строки */
  word-break: break-word;
}

.rybeji__item-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
}

.rybeji__item-link-disabled a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 0px 22px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  width: max-content;
  margin-top: 16px;
  opacity: 0.4;
}

.rybeji__item-link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.rybeji__item-top {
  height: 200px;
  position: relative;
}

.rybeji__item-props {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
}

.rybeji__item-image img {
  max-width: 100%;
  display: block;
  height: 100%;
}

.rybeji__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 84px;
  margin-top: 49px;
}

.rybeji__load {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter";
  position: relative;
}

.rybeji__load::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background: rgba(0, 0, 0, 0.15);
  top: 10px;
  right: -44px;
}

.lectori {
  padding-top: 140px;
}

.lectori__container {
  display: flex;
  flex-direction: row;
  position: relative;
}

.lectori__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}

.lectorii__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 80px;
  font-family: "Spectral";
}

.lectorii__title span {
  color: #ca0000;
}

.lectorii__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  opacity: 0.6;
  width: 60%;
}

.lectori__image {
  width: 50%;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 4%;
}

.lectori__image img {
  max-width: 100%;
}

.form__callbacks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 62px;
}

.form__group {
  width: 30%;
}

.form__control {
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 18px 22px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  width: 90%;
}

.form__control::placeholder {
  opacity: 0.6;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
}

.callbacks__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Spectral";
}

.callbacks {
  background: #f7f7f7;
  padding: 42px 0px;
}

.callbacks__container {
  display: flex;
  flex-direction: column;
}

.politik__callbacks {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  opacity: 0.6;
  width: 25%;
}

.btn__callbacks {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: max-content;
  border: none;
  cursor: pointer;
}

.btn__callbacks span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.sliders_anons {
  background: url("../img/anons_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
  position: relative;
}

.slider_anons {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.anonslide__container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.slide-left {
  width: 48px;
  background: #ca0000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.anons__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.slide-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  width: 238px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.slide-right span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.anonslide-counter {
  font-size: 16px;
  color: #fff;
  padding: 0px 8px;
  z-index: 10;
  display: flex;
  gap: 0px 86px;
  flex-direction: row;
  width: 100px;
}

.anons__nav .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 52px;
  background: #fff;
  position: absolute;
  height: 3px;
  top: 25px;
  left: 100px;
}

.anonslide {
  background: transparent;
  padding-top: 100px;
}

.anonslide__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 32px;
}

.anonslide__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.anonslide__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.anonslide__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.anonslide__siker {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  padding: 2px 8px;
  background: #ca0000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.anonslide__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  opacity: 0.6;
}

.anonslide__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.anonslide__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Spectral";
  width: 80%;
}

.anonslide__image {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

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

.anonslide__link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 0px 12px;
  height: 50px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 168px;
  border: none;
  cursor: pointer;
  margin-top: 32px;
}

.anonslide__link a span {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.bigslider {
  background: url("../img/bigslider.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}

.swiper-counter {
  position: absolute;
  top: 100px;
  left: 180px;
  font-size: 16px;
  color: #fff;
  padding: 0px 8px;
  z-index: 10;
  display: flex;
  gap: 0px 86px;
  flex-direction: row;
  width: 200px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 52px;
  background: #fff;
  position: absolute;
  height: 3px;
  top: 10px;
  left: 30px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ca0000;
  height: 3px;
}

.swiper-pagination {
  bottom: 10px !important; /* прогресс-бар внизу */
}

.swiper-counter span {
  display: block;
}

.big__slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bigslide__container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.bigslide {
  background: transparent;
  padding-top: 100px;
}

.bigslide__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 32px;
}

.bigslide__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.bigslide__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.bigslide__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.bigslide__siker {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  padding: 2px 8px;
  background: #ca0000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.bigslide__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Spectral";
  width: 80%;
}

.bigslide__image {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 500px;
}

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

.bigslide__link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 198px;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bigslide__link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

label {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
  color: #b0bec5;
}
input {
  font-family: "Roboto", sans-serif;
  display: block;
  border: none;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  line-height: 1.5rem;
  padding: 0;
  font-size: 1rem;
  color: #607d8b;
  width: 100%;
  margin-top: 0.5rem;
}
input:focus {
  outline: none;
}
#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546e7a;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #e0f2f1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 62px 0px;
}

.footer__container {
  display: flex;
  flex-direction: row;
}

.footer__col {
  width: 24%;
}

.footer__col:nth-of-type(2) {
  width: 15%;
}
.footer__col:nth-of-type(3) {
  width: 15%;
}
.footer__col:nth-of-type(4) {
  width: 20%;
}
.footer__col:nth-of-type(5) {
  width: 26%;
}

.footer__donat {
  padding: 32px;
  background: #f7f7f7;
}
.footer__donats {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.footer__donats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}

.footer__donats-item {
  padding: 12px;
  width: 48%;
  height: 124px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__donats-item a {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.footer__donats-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #ca0000;
  padding: 0px 0px 0px 22px;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: auto;
  margin-top: 16px;
}

.footer__donats-link a span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.footer__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  opacity: 0.6;
  margin-top: 212px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
}

.footer__contacts span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 32px;
}

.contacts__items {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.contacts__items span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.4;
  display: block;
  margin-bottom: 10px;
}

.contacts__items p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.contacts__items a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.contacts__items a:last-child {
  margin-bottom: 0px;
}

.contacts__items a.contacts__items-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 5px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ca0000 !important;
  width: max-content;
  border-bottom: 1px solid #ca0000;
}

.footer__menus {
  display: flex;
  flex-direction: column;
}

.footer__menus span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 32px;
}

.footer__menus ul {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}

.footer__menus ul li {
  list-style: none;
}

.footer__menus ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
}

/* Модалка */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
}
.modal.is-open {
  display: flex;
}

.modal__dialog {
  width: min(750px, calc(100% - 62px));
  background: #221a13;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  animation: show 0.16s ease-out forwards;
}
@keyframes show {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal__header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 140px 60px 16px 60px;
}

.modal__title {
  text-align: left;
 font-weight: 400;
font-size: 62px;
line-height: 110%;
letter-spacing: -0.02em;
color: #fff;
font-family: "Spectral";
}
.modal__header p {
 font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #fff;
opacity: 0.6;
  text-align: left;

}
.modal__close {
  border: 0;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  left: 62px;
  top: 62px;
  border: 1px solid #fff;
border-radius: 100px;
width: 48px;
height: 48px;
}
.modal__close:hover {
  background: #f2f2f2;
}
.modal__body {
  padding: 20px 60px 60px 60px;
  line-height: 1.6;
}

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

.form__modal-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.form__modal-row label {
  width: 50%;
}
.popup__modal-btn {
 display: flex;
flex-direction: row;
align-items: center;
background: #ca0000;
padding: 0px 0px 0px 22px;
height: 48px;
font-weight: 600;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #fff;
text-decoration: none;
width: max-content;
border: none;
}

.popup__modal-btn span {
  width: 48px;
height: 48px;
background: rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
margin-left: 22px;
}

.form__group-modal label {
  font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #fff;
}

.form__group-modal .form__control {
  border: none;
  outline: none;
  padding: 0px 20px;
  height: 46px;
  text-transform: unset;
  background: rgba(255, 255, 255, 0.07);
  outline: none;
   font-weight: 400;
font-size: 18px;
line-height: 140%;
  color: #fff;
}

.form__group-modal .form__control::placeholder{
  font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #fff;
opacity: 0.6;
}

.popup__modal-btn:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}

@media (max-width: 1180px) {
  .header__contact {
    display: none;
  }
  .header__cubok {
    display: none;
  }
  .header__logo::before {
    display: none;
  }
  .header__mobile-container {
    flex-direction: column;
  }
  .header__mobile-left {
    width: auto;
  }
  .header__mobile-top {
    padding: 32px 32px;
  }
  .header__mobile-menu ul li a {
    font-size: 32px;
  }
  .header__mobile-content {
    padding: 32px 32px;
  }
  .header__mobile-right {
    width: auto;
    flex-direction: row;
    background: url("../img/tab__right.png");
    background-position: center;
  }
  .events__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 2);
    height: 390px;
  }
  .mains {
    height: 700px;
  }
  .maps__top {
    justify-content: space-between;
    align-items: flex-end;
  }
  .mains__title {
    font-size: 82px;
  }
  .maps__top-right {
    width: 40%;
  }
  .maps__top-title {
    font-size: 42px;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 36px;
  }
  .infos {
    padding: 140px 0px 40px 0px;
  }
  .nums::before {
    background-size: contain;
  }
  .section__title {
    font-size: 42px;
  }
  .infos__tops h3 {
    font-size: 42px;
  }
  .infos__container {
    margin-top: 104px;
  }
  .infos__descr {
    width: 44%;
  }
  .nums__item-num {
    font-size: 62px;
  }
  .events__item-image img {
    width: 100%;
  }
  .routes__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .routes__item-image {
    height: 200px;
  }
  .routes__item {
    width: 100%;
  }
  .routes__item-image img {
    width: 100%;
  }
  .histories-slide {
    background-position: center;
  }
  .histories-slide__btn {
    position: absolute;
    bottom: 140px;
    left: 30px;
  }
  .histories-slide__link a {
    margin-top: 136px;
  }
  .years__top h2 {
    position: relative;
    font-size: 42px;
    width: 65%;
  }
  .histories-slide {
    background-position: center !important;
  }
  .histories-slide__container {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .rybeji__lists {
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .rybeji__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 390px;
  }
  .yearslide__container {
    display: flex;
    flex-direction: column-reverse;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
    position: relative;
  }
  .lectori__content {
    width: auto;
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding-bottom: 180px;
  }
  .lectorii__text {
    width: auto;
  }
  .lectorii__title {
    font-size: 42px;
  }
  .routes {
    padding: 70px 0px 70px 0px;
    background: #f7f7f7;
  }
  .years {
    padding: 70px 0px 82px 0px;
  }
  .yearslide__content {
    padding-top: 100px;
    text-align: center;
  }
  .bigslider {
    min-height: 700px;
  }
  .bigslide__title {
    font-size: 42px;
  }
  .bigslide__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .rybej__detail-main {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rybej__detail-main h1 {
    font-size: 42px;
  }
  .route {
    height: 320px;
  }
  .route__top h2 {
    font-size: 42px;
  }
  .route__top {
    margin-bottom: 0px;
  }
  .route__list {
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-top: 42px;
  }
  .route__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 160px;
  }
  .route__item:nth-of-type(3) {
    display: none;
  }
  .footer__container {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer__descr {
    margin-top: 24px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col:nth-of-type(2) {
    width: 30%;
  }

  .footer__col:nth-of-type(3) {
    width: 30%;
  }

  .footer__col:nth-of-type(4) {
    width: 30%;
  }

  .footer__col:nth-of-type(5) {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .header__mobile {
    z-index: 99999;
  }

  .header__mobile-container {
    flex-direction: column;
  }

  .header__mobile-top {
    padding: 16px 12px;
  }

  .header__mobile-left {
    width: 100%;
  }

  .header__mobile-content {
    padding: 24px 12px;
  }

  .header__mobile-menu ul {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header__mobile-menu ul li a {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
  }

  .header__mobile-right {
    flex-direction: row;
  }

  .header__mobile-right {
    width: 100%;
  }

  .header__mobile-info {
    display: none;
  }

  .container {
    padding: 0px 12px;
  }

  .section__title {
    font-size: 32px;
  }

  .header__contact {
    display: none;
  }

  .header__cubok {
    display: none;
  }

  .header__popup {
    display: none;
  }

  .mains__title {
    font-size: 42px;
  }

  .maps__top-right {
    width: 100%;
  }

  .maps__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .maps__top-title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 24px;
  }

  .infos {
    padding: 140px 0px 74px 0px;
  }

  .infos__tops h3 {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .infos__container {
    flex-direction: column-reverse;
    margin-top: 24px;
    align-items: flex-start;
  }

  .infos__descr {
    width: 100%;
  }

  .infos__links {
    margin-top: 24px;
  }

  .nums__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .nums__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 24px;
  }

  .nums__item:last-child {
    border-bottom: 0px;
  }

  .nums__item-num {
    font-weight: 600;
    font-size: 42px;
    line-height: 90%;
    letter-spacing: -0.02em;
  }

  .rybeji__lists {
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .rybeji__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 390px;
  }

  .routes {
    padding: 82px 0px 82px 0px;
    background: #f7f7f7;
  }

  .routes__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 0px) / 1);
    height: 390px;
  }

  .routes__item-image img {
    width: 100%;
  }

  .routes__navs {
    flex-direction: column;
    gap: 24px;
  }

  .routes__load::before {
    display: none;
  }

  .events__navs {
    flex-direction: column;
    gap: 24px;
  }

  .events__navs::before {
    display: none;
  }

  .parthners__top h2 {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .histories-slide {
    margin-right: 0px;
    background-size: cover;
    background-position: right;
  }

  .histories-slide__content {
    margin-top: 300px;
    padding: 0px 12px;
  }

  .histories-slide__container {
    height: 700px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 0px;
  }

  .histories-slide__btn a {
    margin-right: 0px;
  }

  .histories-slide__title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .histories-slide__btn {
    position: absolute;
    bottom: 160px;
    left: 12px;
  }

  .histories-slide__link a {
    margin-top: 66px;
  }

  .anons {
    padding: 62px 0px 62px 0px;
  }

  .anonslide__container {
    flex-direction: column-reverse;
    gap: 42px;
  }

  .anonslide__content {
    width: 100%;
  }

  .anonslide__title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .anons__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .anons__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 0px) / 1);
    height: 390px;
  }

  .anons__item-image img {
    width: 100%;
  }

  .reliz__item {
    display: flex;
    flex-direction: row;
    width: calc((100% - 0px) / 1);
    height: 244px;
  }

  .reliz__item-content {
    padding: 16px 16px;
  }

  .reliz__item-title a {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .filters__blocks {
    width: 100%;
  }

  .erpage {
    background: #221a13;
  }

  .erpage__container {
    min-height: 700px;
  }

  .erpage .container {
    padding: 0;
  }

  .error__mobile-image img {
    max-width: 100%;
  }

  .erpage__block {
    width: 100%;
    position: absolute;
  }

  .erpage__block h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
  }

  .erpage__block p {
    text-align: center;
  }

  .erpage__link a {
    margin: 0 auto;
  }

  .bigslide__container {
    flex-direction: column-reverse;
    gap: 42px;
  }

  .bigslide__content {
    width: 100%;
    padding-bottom: 100px;
  }

  .swiper-counter {
    top: 59%;
  }

  .bigslide__title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .bigslide__items {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bigslide__link a {
    bottom: 62px;
  }

  .bigslide__image {
    width: 100%;
  }

  .route {
    height: auto;
  }

  .route__list {
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
    padding-top: 42px;
  }
  .route__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 160px;
  }
  .route__item:nth-of-type(3) {
    display: flex;
  }

  .events {
    padding: 82px 0px 82px 0px;
  }

  .events__lists {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }

  .events__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 390px;
  }

  .events__item-image img {
    width: 100%;
  }

  .lectori__container {
    flex-direction: column-reverse;
    gap: 42px;
  }

  .lectori__image {
    width: 100%;
    position: relative;
  }

  .lectori__content {
    width: 100%;
  }

  .lectorii__title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-bottom: 42px;
  }

  .lectorii__text {
    width: 100%;
  }

  .form__callbacks {
    flex-direction: column;
    gap: 24px;
  }

  .form__group {
    width: 100%;
  }

  .btn__callbacks {
    width: 100%;
    justify-content: space-between;
  }

  .politik__callbacks {
    width: 100%;
  }

  .footer__container {
    flex-direction: column;
  }

  .footer__descr {
    margin-top: 24px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col:nth-of-type(2) {
    width: 100%;
  }

  .footer__col:nth-of-type(3) {
    width: 100%;
  }

  .footer__col:nth-of-type(4) {
    width: 100%;
  }

  .footer__col:nth-of-type(5) {
    width: 100%;
  }
}
