:root {
  --size-width-main: 1px;
}
body:has(#bx-panel) {
  position: relative;
  padding-top: 147px;
}

body:has(#bx-panel.bx-panel-folded) {
  padding-top: 39px;
}

body:has(#bx-panel) .site-header {
  top: 147px;
}

body:has(#bx-panel.bx-panel-folded) .site-header {
  top: 39px;
}

#bx-panel {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#bx-panel .adm-warning-block {
  display: none !important;
}
#bx-panel #bx-panel-pin {
  display: none !important;
}
.competition-cards--grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1209px) {
  .competition-cards--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 800px) {
  .competition-cards--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.competition-cards--grid .competition-card-box {
  margin-right: 0 !important;
  max-width: none;
}

.contests-list--collapse-padding {
  padding-top: 0;
}
.c-popup__inner {
  max-width: 1312px;
}
.c-popup__inner--small-width {
  max-width: 680px;
}
.c-popup__inner p {
  margin: 16px 0;
}
.c-popup__inner ul {
  list-style: disc;
}
.c-popup__inner ol {
  list-style: decimal;
}
.c-popup__inner ul, .c-popup__inner ol {
  list-style-position: inside;
}
.c-popup__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.c-container {
  --space: 64px;
  width: 100%;
  max-width: calc(var(--container-max-width) + var(--space) * 2);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--space);
}
@media screen and (max-width: 1199px) {
  .c-container {
    --space: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .c-container {
    --space: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-container {
    --space: 20px;
  }
}

.c-link {
  text-decoration: underline;
  transition: 0.2s;
}
.c-link--dashed {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.c-link:hover {
  color: #1F428E;
}

body > div[style="display: block; height: 0px; width: 0px;"] {
  z-index: 1051;
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  min-height: 48px;
  border-radius: var(--radius-full);
  background: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.2s;
  text-decoration: none;
  border: 1px solid transparent;
}
.c-btn:hover {
  opacity: 0.85;
}
.c-btn--white {
  background: var(--color-text-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.c-btn--center {
  display: flex;
  margin: 0 auto;
}
.c-fancybox {
  --fancybox-backdrop-bg: rgba(24, 24, 27, .80);
}
.c-fancybox .fancybox__slide .f-html {
  border-radius: 24px;
}
.swiper-theme-main {
  padding-bottom: 40px !important;
  --swiper-navigation-sides-offset: -70px;
  overflow: hidden;
  user-select: none;
  gap: 0;
}

.swiper-theme-main .swiper-slide {
  height: auto;
}

.swiper-theme-main .swiper-button-prev,
.swiper-theme-main .swiper-button-next {
  user-select: none;
  transition: background-image 0.2s;
}

@media (max-width: 1500px) {
  .swiper-theme-main .swiper-button-prev,
  .swiper-theme-main .swiper-button-next {
    display: none;
  }
}
.swiper-theme-main .swiper-button-prev:hover,
.swiper-theme-main .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-theme-main .swiper-pagination-bullet {
  transition: 0.2s;
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
  background-color: #d0d1d6;
  opacity: 1;
}

@media (max-width: 1500px) {
  .swiper-theme-main .swiper-pagination-bullet {
    margin: 0 3px !important;
    width: 8px;
    height: 8px;
  }
}
.swiper-theme-main .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #b5b5b5;
}

.swiper-theme-main .swiper-pagination-bullet-active {
  background: #1f428e;
}

.swiper-theme-main .swiper-button-prev svg,
.swiper-theme-main .swiper-button-next svg {
  display: none;
}

.swiper-theme-main .swiper-button-prev,
.swiper-theme-main .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3e%3crect width='38' height='38' x='1' y='1' stroke='%23193572' stroke-width='2' rx='19'/%3e%3cpath fill='%23193572' d='M29 21a1 1 0 1 0 0-2v2ZM9.293 19.293a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L11.414 20l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM29 20v-1H10v2h19v-1Z'/%3e%3cpath fill='black' fill-opacity='.2' d='M29 21a1 1 0 1 0 0-2v2ZM9.293 19.293a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L11.414 20l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM29 20v-1H10v2h19v-1Z'/%3e%3c/svg%3e");
}

.swiper-theme-main .swiper-button-prev.swiper-button-disabled,
.swiper-theme-main .swiper-button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3e%3crect width='38' height='38' x='1' y='1' stroke='%23D0D1D6' stroke-width='2' rx='19'/%3e%3cpath fill='%23D0D1D6' d='M29 21a1 1 0 1 0 0-2v2ZM9.293 19.293a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L11.414 20l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM29 20v-1H10v2h19v-1Z'/%3e%3cpath fill='black' fill-opacity='.2' d='M29 21a1 1 0 1 0 0-2v2ZM9.293 19.293a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L11.414 20l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM29 20v-1H10v2h19v-1Z'/%3e%3c/svg%3e");
}

.swiper-theme-main .swiper-button-next {
  transform: rotate(180deg);
}

.c-swiper-wrapper {
  position: relative;
}

.c-swiper-wrapper .swiper {
  position: static;
}

.swiper-collapse-container--width-auto {
  width: auto;
}

.swiper-theme-main .swiper-pagination {
  color: #b2b2b5;
  font-size: 14px;
}

@media (max-width: 1439px) {
  .swiper.swiper-collapse-container {
    margin: 0 -64px;
    padding: 0 64px;
  }
}
@media (max-width: 1199px) {
  .swiper.swiper-collapse-container {
    margin: 0 -48px;
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .swiper.swiper-collapse-container {
    margin: 0 -32px;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .swiper.swiper-collapse-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.c-tippy {
  display: none;
}

.tippy-content .c-tippy {
  display: block;
}
/*# sourceMappingURL=styles.min.css.map */
