

/* Start:/local/templates/modern2026/components/bitrix/news.list/banners/style.css?1785231616346*/
.banners {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: inherit;
	font-weight: inherit;
}

.banners__list {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.banners__link {
	color: inherit;
	font-weight: inherit;
	display: flex;
	font-size: 1rem;
	text-decoration: none;
}

.banners__img {
	width: 2rem;
	aspect-ratio: 1/1;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/clubs/style.css?17852316161607*/
.clubs-dropdown {
  position: relative;
}

.clubs-dropdown__btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

.clubs-dropdown__arrow {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.25s ease;
}

.clubs-dropdown:hover .clubs-dropdown__arrow {
  transform: rotate(180deg);
}

.clubs-dropdown__menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--bg-content);
  border-radius: 0.25rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
  z-index: 200;
  white-space: nowrap;
}

.clubs-dropdown:hover .clubs-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.clubs-dropdown__col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.clubs-dropdown__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem;
  color: var(--bg-dark-grey);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}

.clubs-dropdown__link:hover {
  background-color: var(--bg-active);
}

.clubs-dropdown__logo {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.clubs-dropdown__name {
  line-height: 1.2;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/socials/style.css?1785231616340*/
.socials {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.socials__title {
	display: flex;
	text-decoration: none;
}

.socials__list {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.socials__link {
	color: inherit;
	display: flex;
	text-decoration: none;
}

.socials__svg {
	color: inherit;
	width: 1.5rem;
	height: 1.5rem;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/links/style.css?1785231616334*/
.links {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: inherit;
	font-weight: inherit;
}

.links__list {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.links__link {
	color: inherit;
	font-weight: inherit;
	display: flex;
	text-decoration: none;
}

.links__svg {
	color: inherit;
	width: 1.5rem;
	height: 1.5rem;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/menu/top_menu/style.css?1785231616810*/
.menu-top__list {
	display: flex;
	align-items: center;
	color: inherit;
	font-weight: inherit;
	gap: 0.6rem;
	height: 100%;
}

.menu-top__item {
	position: relative;
	padding: 0 0.5rem;
	height: 100%;
	display: flex;
	align-items: center;
}

.menu-top__item-link {
	display: flex;
	gap: 0;
	align-items: flex-start;
	color: inherit;
	font-weight: inherit;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
}

.menu-top__list-level2 {
	display: none;
	flex-direction: column;
	gap: 0.8rem;
	position: absolute;
	top: 43px;
	left: -1rem;
	background-color: var(--bg-content);
	z-index: 1;
	padding: 1rem;
	width: 200px;
}

.menu-top__item:hover .menu-top__list-level2 {
	display: flex;
}

.menu-top__item-link-lev2 {
	text-decoration: none;
}

/* End */


/* Start:/local/components/buldenkov/sale.link/templates/.default/style.css?1785231616303*/
.sale {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background-color: var(--accent);
  height: 100%;
  padding: 0 1rem;
  color: var(--text-on-dark);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__sale {
  padding: 1rem;
}

/* End */


/* Start:/local/components/online/link/templates/.default/style.css?1785231616404*/
.online {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background-color: #ffd700;
  height: 100%;
  padding: 0 1rem;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.footer__sale {
  padding: 1rem;
}

@media (width <= 789px) {
  .navigate__buttons .online__text {
    display: none;
  }
}
/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/slider/style.css?17853114402738*/
.hero .swiper {
  position: relative;
  display: flex;
  overflow: hidden;
}

.hero__wrapper {
  gap: 0 !important;
}

.hero__slider .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

@media (width <= 800px) {
  .hero__slider .swiper-slide {
    margin-right: 0 !important;
  }
}

.hero .hero__image {
  width: 100%;
  height: 750px;
  object-fit: cover;
     object-fit: cover;
  object-position: center bottom;
     object-position: center bottom;

  @media (width <= 767px) {
    height: 300px;
  }
}

.hero .hero__pagination.swiper-pagination {
  position: absolute;
  left: auto;
  right: 1.5rem;
  bottom: 1rem;
  display: flex;
  justify-content: right;
  gap: 0.25rem;
  z-index: 10;

  @media (width <= 800px) {
    justify-content: center;
  }
}

.hero .hero__pagination .swiper-pagination-bullet {
  width: 50px;
  height: 8px;
  display: flex;
  background: rgb(255 255 255 / 80%);
  opacity: 1;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  transform: skewX(-17deg);

  @media (width <= 800px) {
    width: 30px;
    height: 6px;
  }
}

.hero .hero__pagination .swiper-pagination-bullet:hover {
  background: rgb(255 255 255 / 100%);
}

.hero .hero__pagination .swiper-pagination-bullet-active {
  background: rgb(255 255 255 / 40%);
}

.hero .hero__pagination .swiper-pagination-progress {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--accent);
  transition: none;
}

.hero .hero__buttons.slider__buttons {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: end;

  @media (width <= 800px) {
    display: none;
  }
}

.hero .hero__buttons.slider__buttons .hero_button.swiper-button-prev,
.hero .hero__buttons.slider__buttons .hero_button.swiper-button-next {
  position: relative;
  width: auto;
  height: auto;
  color: var(--text-on-dark);
  border: 1px solid var(--text-on-dark);
  transform: skewX(-17deg);
  transition: all 0.25s ease;
}

.hero .hero__buttons.slider__buttons .hero_button.swiper-button-prev {
  padding: 0.5rem 1rem;
}

.hero .hero__buttons.slider__buttons .hero_button.swiper-button-next {
  padding: 0.8rem 1.2rem;
}

.hero .hero__buttons.slider__buttons .hero_button.swiper-button-prev:hover,
.hero .hero__buttons.slider__buttons .hero_button.swiper-button-next:hover {
  background-color: var(--accent);
  border: 1px solid var(--accent);
}

.hero .hero__buttons.slider__buttons .hero_button.swiper-button-next svg,
.hero .hero__buttons.slider__buttons .hero_button.swiper-button-prev svg {
  width: 1.4rem;
  height: 1.4rem;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/news/style.css?17852316163315*/
.slider--news .news-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;

  @media (width > 768px) and (width <= 1280px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (width <= 768px) {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
  }
}

.slider--news .news-card {
  position: relative;

  @media (width <= 768px) {
    max-width: 300px;
  }
}

.slider--news .news-card:first-child {
  @media (width > 768px) {
    grid-column: span 2;
  }
}

.news-card__link {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-decoration: none;
}

.news-card__image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.slider--news .news-card:first-child .news-card__image-wrapper {
  @media (width > 768px) {
    height: 450px;
  }
}

.slider--news .news-card:first-child .news-card__image-wrapper::after {
  @media (width > 768px) {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgb(0 0 0 / 80%));
    pointer-events: none;
    z-index: 1;
  }
}

.news-card__counter-image {
  width: 1.5rem;
  height: 1.5rem;
}

.news-card__counter-text {
  color: var(--text-on-dark);
  font-size: 1rem;
}

.news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
     object-fit: cover;
  object-position: center center;
     object-position: center center;
  transition: all 1s ease;
}

.news-card__link:hover .news-card__image {
  transform: scale(1.1);
}

.news-card__title {
  color: var(--text-black);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;

  @media (width <= 1024px) {
    font-size: 1.2rem;
  }
}

.news-card__date {
  color: var(--text-news);
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.4;
  text-transform: uppercase;
}

.slider--news .news-card:first-child .news-card__link {
  @media (width > 768px) {
    position: relative;
    overflow: hidden;
  }
}

.slider--news .news-card:first-child .news-card__title {
  @media (width > 768px) {
    position: absolute;
    bottom: 3rem;
    left: 1rem;
    color: var(--text-on-dark);
    font-size: 2rem;
    z-index: 2;
  }
}

.slider--news .news-card:first-child .news-card__date {
  @media (width > 768px) {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: var(--text-secondary);
    z-index: 2;
    opacity: 1;
  }
}

.slider--news .slider__container {
  @media (width > 768px) and (width <= 1280px) {
    overflow: visible !important;
    cursor: auto;
    scrollbar-width: auto;
    width: auto;
    margin-left: 0;
  }

  @media (width <= 768px) {
    width: 100vw;
    margin-left: -2rem;
    overflow: visible;
  }

  @media (width <= 768px) {
    margin-left: -1rem;
  }
}

.slider--news .swiper-wrapper {
  @media (width <= 768px) {
    padding-left: 2rem;
  }

  @media (width <= 768px) {
    padding-left: 1rem;
  }
}

.slider--news .swiper-slide {
  @media (width <= 768px) {
    width: 300px;
    flex-shrink: 0;
  }
}

.slider--news-secondary .news-list {
  @media (width > 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.slider--news-secondary .slider__container {
  @media (width > 768px) {
    overflow: visible !important;
    cursor: auto;
    scrollbar-width: auto;
    width: auto;
    margin-left: 0;
  }
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.detail/tournament/style.css?17853077866545*/
.tournaments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem 2rem 1rem;

  @media (width <= 789px) {
    flex-direction: column;
    align-items: start;
    padding: 1rem;
  }
}

.tournaments__title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tournaments-help {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-secondary);
  border: none;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
     user-select: none;
  user-select: none;
}

.tournaments-help:hover {
  opacity: 0.8;
}

.tournaments-help__icon {
  width: 1rem;
  aspect-ratio: 1;
}

.tournaments-help__text {
  text-decoration: underline;
  font-weight: 500;
}

.tournaments-info {
  margin: 0 1rem;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 0;
  gap: 0;
  background-color: var(--bg-page);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition:
    grid-template-rows 0.3s ease,
    opacity 0.3s ease,
    height 0.3s ease,
    gap 0.3s ease;

  @media (width <= 770px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tournaments-info--open {
  grid-template-rows: 1fr;
  gap: 2rem;
  padding: 1rem;
  opacity: 1;
  height: 100%;
}

.tournaments-info__card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.tournaments-info__card--lose_in_extra,
.tournaments-info__card--lose_in_bullits,
.tournaments-info__card--lose {
  @media (width <= 1280px) {
    display: none;
  }
}

.tournaments-info__card--wins,
.tournaments-info__card--procent,
.tournaments-info__card--wins_in_extra,
.tournaments-info__card--wins_in_bullits,
.tournaments-info__card--goals {
  @media (width <= 770px) {
    display: none;
  }
}

.tournaments-info__card-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--text-black);
  text-transform: uppercase;
}

.tournaments-info__card-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: var(--text-secondary);
}

.tournaments-table {
  width: 100%;
  border-collapse: collapse;
}

.tournaments-table th {
  text-align: left;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--bg-active);
  white-space: nowrap;
}

.tournaments-table th:first-child {
  padding-left: 2rem;

  @media (width <= 770px) {
    padding-left: 1rem;
  }
}

.tournaments-table td {
  padding-block: 0.5rem;
  font-weight: 500;
  padding-right: 2rem;
  border-bottom: 1px solid var(--bg-active);

  @media (width <= 770px) {
    padding-right: 1rem;
  }
}

.tournaments-table td:not(:nth-child(2)) {
  white-space: nowrap;
  width: 1px;
}

.tournaments-table tr td:first-of-type {
  padding-inline: 2rem;
}

.tournaments-table__goals {
  padding-left: 4rem;

  @media (width <= 1280px) {
    padding-left: 0;
  }
}

.tournaments-table__points {
  color: var(--accent);
}

.tournaments-table__separator-cell {
  padding-block: 0;
  height: 0.3rem;
  line-height: 0;
  border-bottom: none;
}

.tournaments-table__lose_in_extra,
.tournaments-table__lose_in_bullits,
.tournaments-table__lose {
  @media (width <= 1280px) {
    display: none;
  }
}

.tournaments-table__wins,
.tournaments-table__procent,
.tournaments-table__wins_in_extra,
.tournaments-table__wins_in_bullits,
.tournaments-table__goals {
  @media (width <= 770px) {
    display: none;
  }
}

.tournaments-table__team {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.tournaments-table__team-logo {
  width: 100%;
  max-width: 50px;
}

.tournaments-table__team-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.tournaments-table__team-title {
  font-weight: 600;
  line-height: 1;
  color: var(--text-dark);
}

.tournaments-table__team-city {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  color: var(--text-secondary);
}

.tournaments-table th[data-sortable] {
  cursor: pointer;
  user-select: none;
     user-select: none;
          user-select: none;
}

.tournaments-table th[data-sortable]:hover {
  opacity: 0.7;
}

.tournaments-table th[data-sortable]::after {
  content: '▲\A▼';
  white-space: pre;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  line-height: 0.7rem;
  margin-left: 0.1rem;
  opacity: 0.3;
  text-align: center;
}

.tournaments-table th[data-sortable][data-active][data-dir='asc']::after {
  content: '▲';
  opacity: 1;
  color: var(--accent);
}

.tournaments-table th[data-sortable][data-active][data-dir='desc']::after {
  content: '▼';
  opacity: 1;
  color: var(--accent);
}

.tournaments.tournaments--small {
  padding: 2rem 2rem 1rem;

  @media (width <= 789px) {
    padding: 1rem;
    flex-direction: row !important;
    align-items: center;
  }
}

.tournaments--small .tournaments__title {
  font-size: 2rem;
}

.tournaments--small .tournaments-link {
  display: flex;
  align-items: center;
  color: var(--text-black);
  text-decoration: none;
  transition: opacity 0.2s;
}

.tournaments--small .tournaments-link:hover {
  opacity: 0.7;
}

.tournaments--small .tournaments-link__icon {
  width: 3rem;
  aspect-ratio: 1;
}

.tournaments--small .tournaments-table__wins,
.tournaments--small .tournaments-table__procent,
.tournaments--small .tournaments-table__wins_in_extra,
.tournaments--small .tournaments-table__wins_in_bullits,
.tournaments--small .tournaments-table__lose_in_extra,
.tournaments--small .tournaments-table__lose_in_bullits,
.tournaments--small .tournaments-table__lose {
  display: none;
}

.tournaments--small .tournaments-table th {
  color: var(--text-news);
  font-size: 1rem;
}

.tournaments-table th:first-of-type {
  padding-inline: 2rem;
}

.tournaments--small .tournaments-table__games,
.tournaments--small .tournaments-table__goals {
  width: 100px;
}

.tournaments--small .tournaments-table__goals {
  padding-left: 0;
}

@media (width <= 575px) {
  .tournaments-table th {
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tournaments-table th:first-child {
    padding-left: 0.75rem;
  }

  .tournaments-table td {
    padding-block: 0.3rem;
    padding-right: 0.5rem;
  }

  .tournaments-table tr td:first-of-type {
    padding-inline: 0.75rem;
  }

  .tournaments-table tr th:first-of-type {
    padding-inline: 0.75rem;
  }

  .tournaments--small .tournaments-table__games,
  .tournaments--small .tournaments-table__goals {
    width: auto;
  }
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/next-games/style.css?17852316162444*/
.next-games__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem !important;

  @media (width <= 1280px) {
    display: flex !important;
    flex-wrap: no-wrap;
  }
}

.next-games__item {
  @media (width <= 1280px) {
    min-width: 400px;
    width: 400px;
  }

  @media (width <= 789px) {
    min-width: 340px;
    width: 340px;
  }
}

.slider--next-games .slider__container {
  @media (width <= 1280px) {
    width: 100vw;
    margin-left: -2rem;
    overflow: visible;
  }

  @media (width <= 789px) {
    margin-left: -1rem;
  }
}

.slider--next-games .swiper-wrapper {
  @media (width <= 1280px) {
    padding-left: 2rem;
  }

  @media (width <= 789px) {
    padding-left: 1rem;
  }
}

.slider--next-games .swiper-slide {
  @media (width <= 1280px) {
    width: 400px;
    min-width: 400px;
    flex-shrink: 0;
  }

  @media (width <= 789px) {
    width: 340px;
    min-width: 340px;
  }
}

.next-games__item .game-detail__team-logo {
  width: 55px;
  height: 55px;
}

.next-games__item .game-detail__team-name {
  font-size: 0.8rem;
}

.next-games__item .game-detail__team-city {
  font-size: 0.7rem;
}

.next-games__item .game-detail__card {
  padding: 1rem 0.75rem;
}

.next-games__item .game-detail__time {
  width: 130px;
  height: 130px;
}

.next-games__item .game-detail__date {
  font-size: 0.8rem;
}

.next-games__item .game-detail__time-value {
  font-size: 2rem;
}

.next-games__item .game-detail__score-detail {
  font-size: 0.7rem;
}

.next-games__item .game-detail__header {
  padding: 0.75rem 1rem;
}

.next-games__item .game-detail__title {
  font-size: 0.85rem;
}

.next-games__item .game-detail__header .sale {
  font-size: 0.8rem;
}

.next-games__item .game-detail__footer {
  padding: 0.6rem 1rem;
  font-size: 0.75rem;
}

@media (width <= 789px) {
  .next-games__item .game-detail__team-logo {
    width: 36px;
    height: 36px;
  }

  .next-games__item .game-detail__team-name {
    font-size: 0.65rem;
  }

  .next-games__item .game-detail__team-city {
    font-size: 0.6rem;
  }

  .next-games__item .game-detail__card {
    padding: 0.75rem 0.5rem;
    gap: 0.25rem;
  }

  .next-games__item .game-detail__time {
    width: 100px;
    height: 100px;
  }

  .next-games__item .game-detail__date {
    font-size: 0.65rem;
  }

  .next-games__item .game-detail__time-value {
    font-size: 1.6rem;
  }

  .next-games__item .game-detail__score-detail {
    font-size: 0.6rem;
  }
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/videos/style.css?17852316161502*/
.slider--video .slider__container {
	width: 100vw;
	margin-left: -2rem;
	overflow: visible;

	@media (width <= 768px) {
		margin-left: -1rem;
	}
}

.slider--video .slider__wrapper {
	padding-left: 2rem;

	@media (width <= 768px) {
		padding-left: 1rem;
	}
}

.slider--video .slider__slide {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 600px;
	flex-shrink: 0;
	overflow: hidden;

	@media (width <= 700px) {
		width: 300px;
	}
}

.slider--video .slider__slide .slider__link {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-decoration: none;
	height: 100%;
	cursor: pointer;
}

.slider--video .slider__slide .slider__iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.fancybox-video .fancybox-content iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
}

.slider--video .slider__slide .slider__iframe iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.slider--video .slider__slide .slider__title {
	color: var(--text-on-dark);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;

	@media (width <= 1024px) {
		font-size: 1.2rem;
	}
}

.fancybox-video .fancybox-slide > * {
	padding: 0;
	width: 90vw;
	max-height: 80vh;
	aspect-ratio: 16 / 9;
}

.fancybox-video .fancybox-content {
	width: 100%;
	background: #000;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	overflow: hidden;
	line-height: 0;
}

.fancybox-video .fancybox-close-small {
	color: var(--text-on-dark) !important;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/photos/style.css?17852316161892*/
.photo-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem !important;

  @media (width <= 1280px) {
    display: flex !important;
    flex-wrap: no-wrap;
  }
}

.photo-card {
  position: relative;

  @media (width <= 1280px) {
    max-width: 300px;
  }
}

.photo-card__link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
}

.photo-card__counter {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background-color: var(--accent);
  color: var(--text-on-dark);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.25rem 1rem;
  transform: skewX(-17deg);
  z-index: 10;
}

.photo-card__image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.photo-card__counter-image {
  width: 1.5rem;
  height: 1.5rem;
}

.photo-card__counter-text {
  color: var(--text-on-dark);
  font-size: 1rem;
}

.photo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  object-position: center center;
  object-position: center center;
  transition: all 1s ease;
}

.photo-card__link:hover .photo-card__image {
  transform: scale(1.1);
}

.photo-card__title {
  color: var(--text-on-dark);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;

  @media (width <= 1024px) {
    font-size: 1.2rem;
  }
}

.photo-card__date {
  color: var(--text-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.4;
}

.slider--media .slider__container {
  @media (width <= 1280px) {
    width: 100vw;
    margin-left: -2rem;
    overflow: visible;
  }

  @media (width <= 768px) {
    margin-left: -1rem;
  }
}

.slider--media .swiper-wrapper {
  @media (width <= 1280px) {
    padding-left: 2rem;
  }

  @media (width <= 768px) {
    padding-left: 1rem;
  }
}

.slider--media .swiper-slide {
  @media (width <= 1280px) {
    width: 300px;
    flex-shrink: 0;
  }
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/news.list/partners/style.css?17853254981504*/
.partners__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;

	@media (width <= 500px) {
		flex-direction: column;
		align-items: end;
	}
}

.partners__title {
	font-size: 1rem;
}

.slider--partners .slider__container {
	@media (width <= 1280px) {
		width: 100vw;
		margin-left: -2rem;
		overflow: visible;
	}

	@media (width <= 768px) {
		margin-left: -1rem;
	}
}

.slider--partners .slider__wrapper {
	@media (width <= 1280px) {
		padding-left: 2rem;
	}

	@media (width <= 768px) {
		padding-left: 1rem;
	}
}

.slider--partners .slider__slide {
	display: flex;
	align-items: center;
	justify-content: center;

	@media (width <= 1280px) {
		width: 200px;
		flex-shrink: 0;
	}
}

.slider--partners .slider__slide .slider__image {
	height: 80px;
	width: 100%;
	object-fit: contain;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.slider--partners .slider__slide:hover .slider__image {
	filter: grayscale(0%);
}

.slider--partners .slider__slide .slider__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-decoration: none;
}

.slider--partners .slider__slide .slider__name {
	color: var(--text-grey);
	font-size: 1.1rem;
	letter-spacing: 0.03rem;
	padding-inline: 15%;
	text-align: center;
	line-height: 1.1;
}

.slider--partners .swiper-button-prev,
.slider--partners .swiper-button-next {
	@media (width <= 1280px) {
		display: none;
	}
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/menu/footer-menu/style.css?1785231616324*/
.footer-menu__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-menu__item {
	margin-bottom: 0.4rem;
}

.footer-menu__title {
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
}

.footer-menu__link {
	text-decoration: none;
	font-weight: 600;
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/menu/mobile_menu/style.css?17852316162047*/
.mobile-dialog__menu {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.mm-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.mm-item__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.6rem 0;
	color: inherit;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
}

.mm-item--parent {
	cursor: pointer;
	background: none;
	border: none;
	color: inherit;
	text-align: left;
}

.mm-item--parent:active {
	background-color: var(--bg-active);
}

.mm-item__chevron {
	flex-shrink: 0;
	margin-left: 0.5rem;
}

.mm-item--active > .mm-item__link {
	color: var(--accent, #011f4c);
}

/* Submenu */
.mm-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: var(--bg-content);
	z-index: 1;
	display: flex;
	flex-direction: column;
	transition: left 0.3s ease;
}

.mm-submenu--active {
	left: 0;
}

.mm-submenu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	background-color: var(--bg-page);
	flex-shrink: 0;
}

.mm-submenu__back {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0;
	flex-shrink: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: inherit;
	font: inherit;
	font-weight: 600;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
}

.mm-submenu__back:active {
	background-color: var(--bg-submenu-active);
}

.mm-submenu__title {
	font-size: 1rem;
	font-weight: bold;
	color: var(--accent);
	text-transform: uppercase;
}

.mm-submenu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mm-submenu__link {
	display: block;
	padding: 0.6rem 1rem;
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.mm-submenu__link:active {
	background-color: var(--bg-active);
}

.mm-submenu__item--active .mm-submenu__link {
	color: var(--accent, #011f4c);
}

/* End */


/* Start:/local/templates/modern2026/template_styles.css?178603296527683*/
@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Light.eot');
  src:
    local('TT Firs Neue Light'),
    local('TTFirsNeue-Light'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Light.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Light.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Regular.eot');
  src:
    local('TT Firs Neue Regular'),
    local('TTFirsNeue-Regular'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Regular.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Regular.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-BoldItalic.eot');
  src:
    local('TT Firs Neue Bold Italic'),
    local('TTFirsNeue-BoldItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BoldItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BoldItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBoldItalic.eot');
  src:
    local('TT Firs Neue DemiBold Italic'),
    local('TTFirsNeue-DemiBoldItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBoldItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBoldItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLight.eot');
  src:
    local('TT Firs Neue ExtraLight'),
    local('TTFirsNeue-ExtraLight'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLight.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLight.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-ThinItalic.eot');
  src:
    local('TT Firs Neue Thin Italic'),
    local('TTFirsNeue-ThinItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ThinItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ThinItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-MediumItalic.eot');
  src:
    local('TT Firs Neue Medium Italic'),
    local('TTFirsNeue-MediumItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-MediumItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-MediumItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBold.eot');
  src:
    local('TT Firs Neue DemiBold'),
    local('TTFirsNeue-DemiBold'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBold.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBold.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-BlackItalic.eot');
  src:
    local('TT Firs Neue Black Italic'),
    local('TTFirsNeue-BlackItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BlackItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BlackItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-LightItalic.eot');
  src:
    local('TT Firs Neue Light Italic'),
    local('TTFirsNeue-LightItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-LightItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-LightItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLightItalic.eot');
  src:
    local('TT Firs Neue ExtraLight Italic'),
    local('TTFirsNeue-ExtraLightItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLightItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLightItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Bold.eot');
  src:
    local('TT Firs Neue Bold'),
    local('TTFirsNeue-Bold'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Bold.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Bold.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBold.eot');
  src:
    local('TT Firs Neue ExtraBold'),
    local('TTFirsNeue-ExtraBold'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBold.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBold.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Medium.eot');
  src:
    local('TT Firs Neue Medium'),
    local('TTFirsNeue-Medium'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Medium.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Medium.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Thin.eot');
  src:
    local('TT Firs Neue Thin'),
    local('TTFirsNeue-Thin'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Thin.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Thin.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBoldItalic.eot');
  src:
    local('TT Firs Neue ExtraBold Italic'),
    local('TTFirsNeue-ExtraBoldItalic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBoldItalic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBoldItalic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Black.eot');
  src:
    local('TT Firs Neue Black'),
    local('TTFirsNeue-Black'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Black.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Black.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('/local/templates/modern2026/./fonts/TTFirsNeue-Italic.eot');
  src:
    local('TT Firs Neue Italic'),
    local('TTFirsNeue-Italic'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Italic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Italic.woff2') format('woff2'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Italic.woff') format('woff'),
    url('/local/templates/modern2026/./fonts/TTFirsNeue-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

:root {
  --left-offset: 7.5%;

  /* Brand */
  --accent: #011f4c;
  --yellow: #ff0;

  /* Text */
  --text-black: #000;
  --text-grey: #555a63;
  --text-secondary: #adb5bd;
  --text-on-dark: #fff;
  --text-pagination: #444;
  --text-pagination-dots: #aab1b4;
  --text-video-detail: #333;
  --text-news: #16171b;

  /* Backgrounds */
  --bg-page: #e9ecef;
  --bg-dark-grey: #16171b;
  --bg-content: #f9fafa;
  --bg-club-card: #1d1e22;
  --bg-active: #f5f5f5;
  --bg-submenu-active: #d3d8de;

  /* Borders / Separators */
  --border-footer: #1b1c20;
  --border-club: #292b33;
  --separator-breadcrumb: #999;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(ul[class]) {
  list-style: none;
}

a {
  color: var(--accent);
}

a:hover {
  opacity: 0.7;
}

a.footer-link {
  color: var(--text-on-dark);
}

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

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
  background-color: var(--bg-page);
  font-family: 'TT Firs Neue', sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
}

svg *[fill] {
  fill: currentcolor;
}

svg *[stroke] {
  stroke: currentcolor;
}

svg * {
  transition-property: fill, stroke;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 var(--left-offset);
  overflow: hidden;

  @media (width <= 1600px) {
    padding: 0 2rem;
  }

  @media (width <= 768px) {
    padding: 0;
  }
}

.container--breadcrumbs {
  padding-block: 2rem;

  @media (width <= 768px) {
    padding-inline: 1rem;
  }
}

.container--news {
  padding-top: 4rem;
  padding-bottom: 4rem;

  @media (width <= 1280px) {
    padding: 4rem 2rem;
    overflow: visible;
  }

  @media (width <= 768px) {
    padding: 2rem 1rem;
    overflow: visible;
  }
}

.container--news-champ {
  padding-top: 0;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;

  @media (width <= 1280px) {
    padding: 4rem 2rem;
    overflow: visible;
    gap: 4rem;
    grid-template-columns: 1fr;
  }

  @media (width <= 768px) {
    padding: 2rem 1rem;
    overflow: visible;
  }
}

.container--news-champ > * {
  min-width: 0;
}

.container.container--next-games {
  padding-top: 4rem;
  padding-bottom: 4rem;

  @media (width <= 1280px) {
    padding: 4rem 2rem;
    overflow: visible;
  }

  @media (width <= 768px) {
    padding: 2rem 1rem;
    overflow: visible;
  }
}

.next-games__sale-wrapper {
  margin-top: 2rem;
  width: 100%;
}

.next-games__sale-link.sale {
  height: auto;
  padding: 1.25rem 1rem;
  font-size: 1.1rem;
}

.container--content {
  padding-bottom: 2rem;
  overflow: visible;

  @media (width <= 768px) {
    padding-inline: 1rem;
  }
}

.container.container--person {
  padding: 0;
}

.catalog--fullwidth .container.container--person {
  padding: 1rem var(--left-offset) 0;

  @media (width <= 768px) {
    padding: 1rem 2rem 0;
  }
}

.container--video {
  overflow: visible;

  @media (width <= 1600px) {
    padding: 0 2rem;
  }

  @media (width <= 768px) {
    padding: 0 1rem;
  }
}

.container--foto {
  @media (width <= 1280px) {
    padding: 0 2rem;
    overflow: visible;
  }

  @media (width <= 768px) {
    padding: 0 1rem;
    overflow: visible;
  }
}

.container--partners {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--bg-content);

  @media (width <= 1280px) {
    padding: 4rem 2rem;
    overflow: visible;
  }

  @media (width <= 768px) {
    padding: 2rem 1rem;
    overflow: visible;
  }
}

.table-champ-home {
  background-color: var(--bg-content);
}

.title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;

  @media (width <= 1280px) {
    font-size: 2rem;
  }
}

.title--white {
  color: var(--text-on-dark);
}

.section--media {
  position: relative;
  color: var(--text-on-dark);
  background-color: var(--bg-dark-grey);
  padding-block: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;

  @media (width <= 1024px) {
    padding-block: 3.5rem;
    gap: 4rem;
  }

  @media (width <= 768px) {
    padding-block: 3rem;
    gap: 4rem;
  }
}

.section--media::before {
  background: url('/local/templates/modern2026/./images/bg-media.png');
  background-size: 4.5rem 4.5rem;
  background-repeat: repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.05;
  position: absolute;
  top: 0;
  width: 100%;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  line-height: 1;
  margin-bottom: 2rem;

  @media (width <= 768px) {
    flex-direction: column;
    align-items: start;
    gap: 0.4rem;
    margin-bottom: 1rem;
  }
}

.section__title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.11rem;
  margin-bottom: 1rem;

  @media (width <= 768px) {
    font-size: 2rem;
  }
}

.section__title--news {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;

  @media (width <= 768px) {
    font-size: 2rem;
  }
}

.section__title--media {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;

  @media (width <= 1280px) {
    font-size: 2rem;
  }
}

.section__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-on-dark);
  font-weight: 600;
  font-size: 1.5rem;

  @media (width <= 1280px) {
    font-size: 1rem;
  }
}

.vhl {
  padding: 0.5rem 0;
  background-color: var(--bg-dark-grey);
  transition:
    height 0.3s ease,
    opacity 0.3s ease;

  @media (width <= 1280px) {
    display: none;
  }
}

.vhl--scrolled {
  height: 0;
  opacity: 0;
}

.vhl__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  overflow: visible;
}

.vhl__left {
  display: flex;
  align-items: center;
}

.vhl__banners {
  padding-right: 2rem;
  border-right: 2px solid #e9ecef33;
}

.vhl__links {
  color: var(--text-secondary);
}

.vhl__clubs {
  color: var(--text-secondary);
}

.header {
  position: relative;
}

.navigate {
  position: absolute;
  z-index: 100;
  color: var(--text-on-dark);
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  display: flex;
  border-bottom: 1px solid #e9ecef33;
  transition:
    height 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;

  @media (width <= 1280px) {
    height: 4rem;
  }
}

.navigate--page {
  position: relative;
  border-bottom: 1px solid #e9ecef33;
  background-color: var(--bg-content);
}

.navigate__logo {
  flex-shrink: 0;
  width: var(--left-offset);
  height: 100%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #e9ecef33;
  transition: height 0.3s ease;

  @media (width <= 1280px) {
    border-right: none;
    min-width: 70px;
    width: 70px;
    flex-shrink: 0;
  }
}

.navigate--page .navigate__logo {
  border-right: 2px solid var(--bg-page);
}

.logo {
  height: 100%;
  padding: 0.5rem;
}

.navigate__info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--text-secondary);
}

.navigate__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  padding: 0 1.5rem;
  border-bottom: 1px solid #e9ecef33;
  transition:
    height 0.3s ease,
    opacity 0.3s ease;

  @media (width <= 1280px) {
    display: none;
  }
}

.navigate--page .navigate__top {
  border-bottom: 2px solid var(--bg-page);
}

.navigate__socials {
  font-weight: 400;
}

.navigate__links {
  font-weight: 600;
}

.navigate__menu-wrapper {
  height: 100%;
}

.navigate__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  padding: 0 0 0 1rem;
  color: var(--text-on-dark);
  font-weight: 500;
  transition: height 0.3s ease;

  @media (width <= 1280px) {
    height: 100%;
  }
}

.navigate__buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  height: 100%;
}

.navigate--page .navigate__menu {
  color: var(--bg-dark-grey);
}

.navigate--scrolled {
  position: fixed;
  background-color: var(--bg-content);
  height: 4rem;
  color: var(--bg-dark-grey);
  border-bottom: none;
}

.navigate--scrolled .navigate__logo {
  border-right: 3px solid var(--bg-page);

  @media (width <= 1280px) {
    border-right: none !important;
  }
}

.navigate--scrolled .navigate__top {
  height: 0;
  opacity: 0;
  overflow: hidden;
  border: none;
}

.navigate--scrolled .navigate__menu {
  height: 100%;
  color: var(--bg-dark-grey);
}

.navigate--scrolled .navigate__menu a:not(.sale):hover,
.navigate--scrolled .navigate__menu span:hover {
  color: var(--accent);
}

.menu-top {
  display: flex;
  height: 100%;

  @media (width <= 1280px) {
    display: none;
  }
}

.burger {
  flex-shrink: 0;
  width: 4rem;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  border-right: 2px solid #e9ecef33;

  @media (width <= 1280px) {
    display: flex;
  }
}

.navigate--scrolled .burger,
.navigate--page .burger {
  background-color: var(--bg-dark-grey);
  border-right: none;
}

.burger__line {
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: var(--text-on-dark);
  border-radius: 1px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.burger__line + .burger__line {
  margin-top: 0.375rem;
}

.burger:hover {
  background-color: var(--accent);
}

.burger--active {
  background-color: var(--accent);
}

.navigate--scrolled .burger__line {
  background-color: var(--text-on-dark);
}

.burger--active .burger__line:first-child {
  transform: translateY(calc(2px / 2 + 0.375rem / 2)) rotate(45deg);
}

.burger--active .burger__line:last-child {
  transform: translateY(calc(-2px / 2 - 0.375rem / 2)) rotate(-45deg);
}

.navigate--scrolled .burger--active .burger__line,
.navigate--scrolled .burger:hover .burger__line {
  background-color: var(--text-on-dark);
}

.mobile-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 62px 0 0;
  border: none;
  background: var(--bg-content);
  color: var(--bg-dark-grey);
  z-index: 99;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.mobile-dialog:not([open]) {
  display: block !important;
}

.mobile-dialog[open] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-dialog__menu {
  flex-grow: 1;
  padding: 1rem;
}

.mobile-dialog__links {
  flex-shrink: 0;
  color: var(--text-secondary);
  font-weight: 500;
  border-top: 2px solid #adb5bd33;
  padding: 1rem;
}

/* stylelint-disable-next-line no-descending-specificity */
.mobile-dialog__links a:hover {
  color: var(--accent);
}

.mobile-dialog__socials {
  flex-shrink: 0;
  color: var(--text-secondary);
  font-weight: 500;
  border-top: 2px solid #adb5bd33;
  padding: 1rem;
}

/* stylelint-disable-next-line no-descending-specificity */
.mobile-dialog__socials a:hover {
  color: var(--accent);
}

.main--club {
  background-color: var(--bg-dark-grey);
  color: var(--text-on-dark);
}

.hero {
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, transparent 0%, transparent 50%, rgb(0 0 0 / 100%) 100%);
  pointer-events: none;
  z-index: 2;
}

.partners {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--bg-content);
}

.partners__title {
  color: var(--text-grey);
}

.footer {
  display: flex;
  gap: 2rem;
  color: var(--text-on-dark);
  background-color: var(--bg-dark-grey);
  background-image: url('/local/templates/modern2026/./images/bg-footer.svg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 65%;
  padding: 0 2rem 0 0;

  @media (width <= 700px) {
    padding: 0 1rem;
  }
}

.footer__content {
  padding: 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer__slogan {
  width: var(--left-offset);
  background-color: var(--accent);
  color: var(--yellow);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;

  @media (width <= 1280px) {
    width: 100px;
  }

  @media (width <= 700px) {
    display: none;
  }
}

.footer__slogan-text {
  transform: skewY(17deg);
  display: inline-block;
}

.footer__about-wrapper {
  flex-grow: 1;
}

.footer__about {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.footer__about-div1 {
  grid-area: 1 / 1 / 3 / 1;
  display: flex;
}

.footer__about-div2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

.footer__about-div3 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

.footer__about-div4 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

.footer__about-div6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

.footer__about-div7 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

.footer__about-div8 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: stretch;
  height: 100%;
}

.footer__buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  height: 100%;
}

@media (width <= 1280px) {
  .footer__about {
    grid-template:
      'logo  menu2  div8' auto
      'logo  menu2  div3' auto
      'logo  menu6  div4' auto
      'logo  menu6  .' auto
      / 1fr 2fr 1fr;
  }

  .footer__about-div1 {
    grid-area: logo;
  }

  .footer__about-div2 {
    grid-area: menu2;
  }

  .footer__about-div3 {
    grid-area: div3;
  }

  .footer__about-div4 {
    grid-area: div4;
  }

  .footer__about-div6 {
    grid-area: menu6;
  }

  .footer__about-div7 {
    display: none;
  }

  .footer__about-div8 {
    grid-area: div8;
  }
}

@media (width <= 800px) {
  .footer__about {
    grid-template:
      'logo  div8' auto
      'logo  menu2' auto
      'menu6 div3' auto
      'menu6 div4' auto
      / 1fr 1fr;
  }

  .footer__about-div1 {
    grid-area: logo;
  }

  .footer__about-div2 {
    grid-area: menu2;
  }

  .footer__about-div3 {
    grid-area: div3;
  }

  .footer__about-div4 {
    grid-area: div4;
  }

  .footer__about-div6 {
    grid-area: menu6;
  }

  .footer__about-div7 {
    display: none;
  }

  .footer__about-div8 {
    grid-area: div8;
  }
}

@media (width <= 550px) {
  .footer__about {
    grid-template-columns: 1fr;
    grid-template-areas:
      'logo'
      'div8'
      'menu2'
      'div3'
      'div4'
      'menu6';
  }

  .footer__about-div1 {
    grid-area: logo;
  }

  .footer__about-div2 {
    grid-area: menu2;
  }

  .footer__about-div3 {
    grid-area: div3;
  }

  .footer__about-div4 {
    grid-area: div4;
  }

  .footer__about-div6 {
    grid-area: menu6;
  }

  .footer__about-div7 {
    display: none;
  }

  .footer__about-div8 {
    grid-area: div8;
  }
}

.footer__about-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-on-dark);
  transition: all 0.25s ease-in-out;
}

.footer__about-link:hover {
  opacity: 0.7;
}

.footer__about-logo {
  max-width: 170px;
  width: 100%;
  margin-bottom: 1rem;
}

.footer__about-subtext {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.footer__about-text {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.footer__links {
  width: 100%;
  padding: 1rem 0;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 0.2rem solid var(--border-footer);
  border-bottom: 0.2rem solid var(--border-footer);
  font-size: 0.9rem;

  @media (width <= 800px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__urls {
  color: var(--text-on-dark);
  font-weight: 600;
}

.footer__socials {
  color: var(--text-on-dark);
  font-weight: 600;
}

.footer__info {
  flex: 0 0 auto;
  font-size: 0.8rem;
}

.hidden {
  display: none !important;
}

/* SLIDERS */

.slider .slider__container {
  @media (width <= 1280px) {
    overflow: scroll hidden !important;
    cursor: grab;
    scrollbar-width: none;
  }
}

.slider .slider__wrapper {
  @media (width <= 1280px) {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible !important;
    gap: 16px;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
    width: max-content;
  }
}

.slider .slider__buttons {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;

  @media (width <= 1280px) {
    display: none;
  }
}

.slider .slider__buttons .swiper-button-prev,
.slider .slider__buttons .swiper-button-next {
  position: relative;
  width: auto;
  height: auto;
  color: var(--text-grey);
  border: 1px solid var(--text-grey);
  transform: skewX(-17deg);
  transition: all 0.25s ease;
}

.slider .slider__buttons .swiper-button-prev {
  padding: 0.5rem 1rem;
}

.slider .slider__buttons .swiper-button-next {
  padding: 0.8rem 1.2rem;
}

.slider .slider__buttons .swiper-button-prev:hover,
.slider .slider__buttons .swiper-button-next:hover {
  background-color: var(--accent);
  border: 1px solid var(--accent);
}

.slider .slider__buttons .swiper-button-next svg,
.slider .slider__buttons .swiper-button-prev svg {
  width: 1.4rem;
  height: 1.4rem;
}

.slider__container.is-dragging {
  cursor: grabbing !important;
  user-select: none !important;
  user-select: none !important;
  user-select: none !important;
}

.slider__container.is-dragging .slider__slide {
  pointer-events: none !important;
}

.table-wrapper {
  overflow-x: scroll;
  font-size: 1rem;
}

.table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* End */
/* /local/templates/modern2026/components/bitrix/news.list/banners/style.css?1785231616346 */
/* /local/templates/modern2026/components/bitrix/news.list/clubs/style.css?17852316161607 */
/* /local/templates/modern2026/components/bitrix/news.list/socials/style.css?1785231616340 */
/* /local/templates/modern2026/components/bitrix/news.list/links/style.css?1785231616334 */
/* /local/templates/modern2026/components/bitrix/menu/top_menu/style.css?1785231616810 */
/* /local/components/buldenkov/sale.link/templates/.default/style.css?1785231616303 */
/* /local/components/online/link/templates/.default/style.css?1785231616404 */
/* /local/templates/modern2026/components/bitrix/news.list/slider/style.css?17853114402738 */
/* /local/templates/modern2026/components/bitrix/news.list/news/style.css?17852316163315 */
/* /local/templates/modern2026/components/bitrix/news.detail/tournament/style.css?17853077866545 */
/* /local/templates/modern2026/components/bitrix/news.list/next-games/style.css?17852316162444 */
/* /local/templates/modern2026/components/bitrix/news.list/videos/style.css?17852316161502 */
/* /local/templates/modern2026/components/bitrix/news.list/photos/style.css?17852316161892 */
/* /local/templates/modern2026/components/bitrix/news.list/partners/style.css?17853254981504 */
/* /local/templates/modern2026/components/bitrix/menu/footer-menu/style.css?1785231616324 */
/* /local/templates/modern2026/components/bitrix/menu/mobile_menu/style.css?17852316162047 */
/* /local/templates/modern2026/template_styles.css?178603296527683 */
