@charset "UTF-8";
/*! ▲▼▲ RESET ▲▼▲ */
* {
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0
}
ol,
ul {
  list-style: none;
  padding: 0
}
ol[role=list],
ul[role=list] {
  list-style: none
}
a {
  text-decoration: none;
  color: inherit
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
img,
picture,
svg {
  max-width: 100%;
  display: block
}
button,
input,
select,
textarea {
  font: inherit
}
input[type=checkbox],
input[type=radio] {
  margin: 0;
  opacity: 0;
  position: absolute
}
button {
  border: none;
  color: inherit;
  background-color: transparent;
  padding: 0;
  cursor: pointer
}
@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }
  * {
    -webkit-animation-duration: 0s!important;
    animation-duration: 0s!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
    transition-duration: 0s!important;
    scroll-behavior: auto!important
  }
  ::after,
  ::before {
    -webkit-animation-duration: 0s!important;
    animation-duration: 0s!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
    transition-duration: 0s!important;
    scroll-behavior: auto!important
  }
}
/*!	▲▼▲ Fonts ▲▼▲ */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat"),url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat"),url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat"),url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat"),url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: Intro;
  font-style: normal;
  font-weight: 700;
  src: local("Intro"),url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-display: swap
}
/*! ▲▼▲ Body & Containers ▲▼▲ */
html:focus-within {
  scroll-behavior: smooth
}
@media (any-hover:hover) {
  html {
    scrollbar-color: #8b8b8b #fff;
    scrollbar-width: thin
  }
  html ::-webkit-scrollbar {
    background-color: #fff;
    width: 8px;
    height: 8px
  }
  html ::-webkit-scrollbar-thumb {
    background-color: #8b8b8b
  }
}
@media (any-hover:hover) and (any-hover:hover) {
  html ::-webkit-scrollbar-thumb:hover {
    background-color: #c2321a
  }
}
html, body {
  min-height: 100%;
}
body {
  text-rendering: optimizeSpeed;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #171717;
  background: #fff
}
body.hidden-scroll,
body.locked {
  overflow: hidden
}
.main-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.zoom-root {
  width: 100%;
  transform-origin: top left;
  min-height: 100%;
  height: 100%;
}
.main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 100%;
}
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 48px
}
@media (max-width:767px) {
  .container {
    padding: 0 30px
  }
}
/*! Btn burger */
.btn-burger {
  padding: 6px 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  background: #c2321a;
  transition: all .3s ease
}
@media (any-hover:hover) {
  .btn-burger:hover {
    background: #174a99
  }
}
.btn-burger.switch-on .icon {
  -webkit-transform: scale(.8);
  transform: scale(.8)
}
.btn-burger.switch-on .icon span {
  -webkit-transform: scale(0);
  transform: scale(0)
}
.btn-burger.switch-on .icon span:first-child,
.btn-burger.switch-on .icon span:last-child {
  top: calc(50% - 1px)
}
.btn-burger.switch-on .icon span:first-child {
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  transform: translate(-50%,0) rotate(-45deg)
}
.btn-burger.switch-on .icon span:last-child {
  -webkit-transform: translate(-50%,0) rotate(45deg);
  transform: translate(-50%,0) rotate(45deg)
}
.btn-burger .icon {
  position: relative;
  display: block;
  width: 42px;
  height: 16px
}
.btn-burger .icon span {
  position: absolute;
  transition: all .3s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff
}
.btn-burger .icon span:first-child {
  top: calc(50% - 7px)
}
.btn-burger .icon span:last-child {
  top: calc(50% + 7px)
}
.btn-burger .text {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 4px;
  transition: all .3s ease
}
.input-btn-check {
  display: inline-flex;
  margin-bottom: 4px;
  cursor: pointer;
  margin-left: 4px
}
@media (any-hover:hover) {
  .input-btn-check:hover input + span {
    border-color: #fff
  }
}
.input-btn-check input + span {
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease
}
.input-btn-check input:checked + span {
  color: #fff;
  background: #c2321a;
  border-color: #c2321a
}
.input-btn-check input:checked + span .icon {
  background: url(../img/icon-ckeck.svg) no-repeat center/contain
}
.input-btn-check .icon {
  margin-left: 8px;
  width: 10px;
  height: 10px;
  background: url(../img/icon-plus.svg) no-repeat center/contain
}
/*!==============
 * ▲▼▲ Header ▲▼▲
 * ============== */
.header__decor {
  display: flex;
  justify-content: center
}
.header__slider {
  position: relative
}
.header__slider::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -3px;
  bottom: 0;
  width: 198px;
  height: 100%;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='198' height='325' viewBox='0 0 198 325' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M131.5 239L0 0V325H166L131.5 239Z' fill='%23F5F5F5'/%3e%3cpath d='M159.5 325L0 0H3L179 325H159.5Z' fill='%23174A99'/%3e%3cpath d='M178.5 325L3 0H6L198 325H178.5Z' fill='%23C2321A'/%3e%3c/svg%3e") no-repeat center/contain
}
@media (max-width:767px) {
  .header__slider::before {
    display: flex;
    width: 150px
  }
}
.field-right {
  padding-bottom: 30px
}
@media (max-width:1024px) {
  .field-right {
    padding-bottom: 20px
  }
}
.field-right .field {
  position: relative;
  margin-bottom: 30px;
  background: #f5f5f5;
  min-height: 325px;
  display: flex
}
@media (max-width:1024px) {
  .field-right .field {
    margin-bottom: 20px
  }
}
@media (max-width:767px) {
  .field-right .field {
    min-height: 244px
  }
}
.field-right .field::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%);
  width: 100%;
  height: 4px;
  background: #fff
}
.field-right .field__wrap {
  display: flex;
  flex-shrink: 0;
  flex-basis: 100%
}
.field-right .field .container {
  position: relative
}
.field-right .field .container .swiper-pagination {
  display: flex;
  justify-content: center;
  right: 48px;
  bottom: 33px
}
@media (max-width:767px) {
  .field-right .field .container .swiper-pagination {
    right: 30px;
    bottom: 12px
  }
}
.field-right .field .container .swiper-pagination-bullet {
  position: relative;
  background: #fff;
  opacity: .3;
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer
}
.field-right .field .container .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid transparent;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .4s ease
}
.field-right .field .container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}
.field-right .field .container .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 14px;
  height: 14px;
  opacity: 1;
  border-color: #fff
}
.field-right .field__narrow {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  width: 34.55%
}
@media (max-width:1024px) {
  .field-right .field__narrow {
    width: 138px
  }
}
@media (max-width:767px) {
  .field-right .field__narrow {
    width: 72px
  }
}
.field-right .field__narrow-body {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -36px
}
@media (max-width:1024px) {
  .field-right .field__narrow-body {
    margin-right: 0
  }
}
@media (max-width:767px) {
  .field-right .field__narrow-body {
    padding-bottom: 12px
  }
}
.field-right .field__narrow-body .logo {
  display: flex;
  align-items: center;
  margin-bottom: 12px
}
@media (max-width:767px) {
  .field-right .field__narrow-body .logo {
    flex-direction: column;
    align-items: flex-start
  }
}
.field-right .field__narrow-body .logo__text {
  width: 100%
}
@media (max-width:1024px) {
  .field-right .field__narrow-body .logo__text .desktop {
    display: none
  }
}
.field-right .field__narrow-body .logo__text .mobile {
  display: none
}
@media (max-width:1024px) {
  .field-right .field__narrow-body .logo__text .mobile {
    display: block
  }
}
@media (max-width:767px) {
  .field-right .field__narrow-body .logo__text .mobile {
    display: none
  }
}
.field-right .field__narrow-body .logo__text .mobile-short {
  display: none
}
@media (max-width:767px) {
  .field-right .field__narrow-body .logo__text .mobile-short {
    display: block;
    width: 100%;
    margin-top: 8px
  }
}
@media (max-width:767px) {
  .field-right .field__narrow-body .logo__text .mobile-short {
    width: 80%
  }
}
@media (max-width:767px) {
  .field-right .field__narrow-body .logo__img {
    order: -1
  }
}
.field-right .field__narrow-body .headline-1 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2
}
@media (max-width:1300px) {
  .field-right .field__narrow-body .headline-1 {
    font-size: calc(18px + 28 * (100vw - 360px)/ 940)
  }
}
@media (max-width:1024px) {
  .field-right .field__narrow-body .headline-1 {
    font-weight: 700;
    font-size: 20px
  }
}
@media (max-width:767px) {
  .field-right .field__narrow-body .headline-1 {
    font-size: 18px
  }
}
.field-right .field__narrow-body .headline-1 br {
  display: none
}
@media (max-width:1024px) {
  .field-right .field__narrow-body .headline-1 br {
    display: block
  }
}
.field-right .field__wide {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0
}
@media (min-width:1025px) {
  .field-right .field__wide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: calc((100vw - 17px) * .6545 - 14.832px)
  }
}
@media (min-width:1300px) {
  .field-right .field__wide {
    width: calc(50vw - 8.5px + 186.018px)
  }
}
@media (max-width:1024px) {
  .field-right .field__wide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: calc((100vw - 17px) * .8653 - 35.0688px)
  }
}
.field-right .field__wide .swiper {
  width: 100%
}
.field-right .field__wide .swiper-slide {
  overflow: hidden
}
.field-right .field__wide .swiper-slide__img {
  background: linear-gradient(278.73deg,rgba(23,74,153,.4) 0,rgba(194,50,26,.4) 59.12%);
  height: 100%;
  position: relative
}
.field-right .field__wide .swiper-slide__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1
}
@media (max-width:576px) {
  .field-right .field__wide .swiper-slide__img .desktop {
    display: none
  }
}
.field-right .field__wide .swiper-slide__img .mobile {
  display: none
}
@media (max-width:576px) {
  .field-right .field__wide .swiper-slide__img .mobile {
    display: block
  }
}
/*! ▲▼▲ page-index content ▲▼▲ */
.dropdown {
  padding-bottom: 120px;
  overflow-y: auto;
  scrollbar-width: thin
}
@media (max-width:1300px) {
  .dropdown {
    padding-bottom: calc(20px + 100 * (100vw - 360px)/ 940)
  }
}
.dropdown__item:not(:last-child) {
  margin-bottom: 20px
}
.dropdown__header {
  display: flex;
  justify-content: space-between
}
@media (max-width:992px) {
  .dropdown__header {
    flex-direction: column;
    align-items: center
  }
}
.dropdown__header .headline-2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  background: linear-gradient(90.17deg,#174a99 0,#c2321a 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 6px;
  margin-right: 16px
}
@media (max-width:992px) {
  .dropdown__header .headline-2 {
    margin-right: 0;
    margin-bottom: 8px;
    background: 0 0;
    color: #171717;
    text-align: center
  }
}
.dropdown__btn {
  flex-shrink: 0;
  background: #c2321a;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  transition: all .4s ease
}
.dropdown__btn.scroll-height-on {
  background: #174a99
}
.dropdown__btn.scroll-height-on .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.dropdown__btn .text {
  margin-right: 6px
}
.dropdown__item-link {
  display: flex
}
@media (any-hover:hover) {
  .dropdown__item-link:hover .col-5 svg {
    width: 11px!important;
    opacity: 1!important;
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }
}
.dropdown__body ul {
  display: flex;
  align-items: center;
  padding: 8px 25px;
  border: 1px solid #ededed;
  width: 100%
}
@media (max-width:767px) {
  .dropdown__body ul {
    padding-left: 20px;
    padding-right: 20px
  }
}
.dropdown__body ul li {
  width: 100%
}
.dropdown__body ul li:not(:last-child) {
  padding-right: 8px
}
.dropdown__body ul .col-1 {
  max-width: 210px
}
.dropdown__body ul .col-2 {
  max-width: 230px
}
.dropdown__body ul .col-3 {
  max-width: 250px
}
.dropdown__body ul .col-4 {
  max-width: 430px
}
.dropdown__body ul .col-5 {
  flex-shrink: 0;
  width: 33px
}
.dropdown__body .inscription {
  color: #a3a3a3;
  background: #ededed;
  font-size: 14px;
  border-radius: 4px 4px 0 0
}
@media (max-width:992px) {
  .dropdown__body .inscription {
    display: none
  }
}
.dropdown__body .desc-competition {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0 0 4px 4px
}
@media (max-width:992px) {
  .dropdown__body .desc-competition {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap
  }
  .dropdown__body .desc-competition:not(:last-child) {
    margin-bottom: 4px
  }
  .dropdown__body .desc-competition:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: #174a99;
    border-radius: 2px
  }
}
.dropdown__body .desc-competition .col-1 {
  font-size: 11px;
  color: #8b8b8b
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-1 {
    max-width: 100%;
    padding-bottom: 10px;
    position: relative
  }
  .dropdown__body .desc-competition .col-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea
  }
}
.dropdown__body .desc-competition .col-1 .text-mobile {
  display: none
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-1 .text-mobile {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px
  }
}
.dropdown__body .desc-competition .col-1 .time {
  font-size: 12px;
  color: #171717
}
.dropdown__body .desc-competition .col-1 .accent {
  color: #c2321a
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-2,
  .dropdown__body .desc-competition .col-3,
  .dropdown__body .desc-competition .col-4 {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none;
    width: auto
  }
  .dropdown__body .desc-competition .col-2::after,
  .dropdown__body .desc-competition .col-3::after,
  .dropdown__body .desc-competition .col-4::after {
    content: ","
  }
}
@media (max-width:767px) {
  .dropdown__body .desc-competition .col-2,
  .dropdown__body .desc-competition .col-3,
  .dropdown__body .desc-competition .col-4 {
    font-size: 12px
  }
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-4::after {
    content: none
  }
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-5 {
    max-width: 100%;
    width: 100%;
    display: flex;
    padding-top: 20px;
    position: relative
  }
  .dropdown__body .desc-competition .col-5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea
  }
}
@media (max-width:767px) {
  .dropdown__body .desc-competition .col-5 {
    justify-content: center
  }
}
.dropdown__body .desc-competition .col-5 .icon {
  padding: 6px 5px;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  background: 0 0;
  border-radius: 2px
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-5 .icon {
    padding: 10px 16px;
    border-radius: 3px;
    border: 1px solid #c2321a;
    height: auto
  }
}
.dropdown__body .desc-competition .col-5 .icon .text-mobile {
  display: none
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-5 .icon .text-mobile {
    display: inline-flex;
    color: #c2321a;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-right: 6px
  }
}
.dropdown__body .desc-competition .col-5 .icon svg {
  display: flex;
  width: 6px;
  opacity: .6;
  transition: all .3s ease
}
@media (max-width:992px) {
  .dropdown__body .desc-competition .col-5 .icon svg {
    width: 11px;
    opacity: 1
  }
}
.dropdown__body-inner {
  padding-top: 10px
}
.header-competition {
  padding: 0 18px;
  display: flex;
  box-shadow: 0 5px 15px -2px rgba(0,0,0,.06)
}
@media (max-width:992px) {
  .header-competition {
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px
  }
}
.header-competition__desc {
  display: flex;
  width: 100%;
  margin-left: -20px
}
@media (max-width:992px) {
  .header-competition__desc {
    display: none
  }
}
.header-competition__desc .decor-1 {
  min-height: 120px;
  display: flex
}
.header-competition__desc .headline-1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px
}
@media (max-width:1300px) {
  .header-competition__desc .headline-1 {
    font-size: calc(16px + 10 * (100vw - 360px)/ 940)
  }
}
.header-competition__desc .subtitle {
  display: flex;
  padding: 4px 6px;
  border-radius: 4px;
  background: #faefed
}
.header-competition__desc .subtitle li {
  position: relative
}
.header-competition__desc .subtitle li:not(:last-child) {
  padding-right: 14px;
  margin-right: 10px
}
.header-competition__desc .subtitle li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c2321a
}
.header-competition__desc .subtitle .date {
  color: #8b8b8b;
  font-size: 14px
}
.header-competition__desc .subtitle .accent {
  color: #c2321a
}
.header-competition__desc-inner {
  padding: 16px 0;
  margin-left: -30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: auto
}
.header-competition__desc-subtitle {
  margin-left: 30px;
  display: flex;
  align-items: center
}
@media (max-width:1300px) {
  .header-competition__desc-subtitle {
    margin-left: calc(0px + 30 * (100vw - 360px)/ 940)
  }
}
.header-competition__desc-subtitle .btn {
  margin-right: 16px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #c2321a;
  color: #c2321a;
  font-size: 12px;
  text-transform: uppercase;
  background: 0 0;
  transition: all .3s ease
}
@media (any-hover:hover) {
  .header-competition__desc-subtitle .btn:hover {
    background: #c2321a;
    color: #fff
  }
  .header-competition__desc-subtitle .btn:hover .icon path {
    fill: #fff
  }
}
.header-competition__desc-subtitle .btn:active {
  background: #174a99;
  color: #fff;
  border-color: #174a99
}
.header-competition__desc-subtitle .icon {
  margin-right: 10px
}
.header-competition__desc-subtitle .icon path {
  transition: all .3s ease
}
.header-competition .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-width: 182px;
  width: 100%;
  padding-top: 32px;
  padding-right: 16px
}
@media (max-width:1300px) {
  .header-competition .logo {
    padding-top: calc(0px + 32 * (100vw - 360px)/ 940)
  }
}
@media (max-width:992px) {
  .header-competition .logo {
    padding-top: 0
  }
}
.header-competition__btn {
  display: none
}
@media (max-width:992px) {
  .header-competition__btn {
    display: flex;
    align-items: center
  }
}
/*! ▲▼▲ page-competition content ▲▼▲ */
.competition-holder {
  display: flex;
  flex-grow: 1;
  background: #f5f5f5;
  overflow: hidden;
  position: relative
}
.competition-holder__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #174a99;
  color: #fff;
  width: 233px;
  flex-shrink: 0
}
@media (max-width:992px) {
  .competition-holder__menu {
    display: none
  }
}
.competition-menu {
  padding-top: 10px;
  width: 72px;
  transition: all .3s ease
}
.competition-menu.switch-on .competition-menu__body {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.competition-menu.switch-on .competition-menu__body-inner {
  opacity: 1
}
.competition-menu__burger {
  padding-left: 10px;
  padding-right: 10px
}
.competition-menu .btn-burger {
  background: #fff
}
.competition-menu .btn-burger.switch-on .text {
  color: #c2321a
}
.competition-menu .btn-burger.switch-on .icon span {
  background-color: #c2321a
}
.competition-menu .btn-burger .text {
  color: #174a99
}
.competition-menu .btn-burger .icon span {
  background-color: #174a99
}
.competition-menu__body {
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  transition: all .3s ease .1s;
  overflow-y: auto
}
.competition-menu__body {
  scrollbar-width: thin;
  scrollbar-color: #8b8b8b #174a99
}
.competition-menu__body::-webkit-scrollbar {
  width: 8px;
  height: 8px
}
.competition-menu__body::-webkit-scrollbar-track {
  background: #fff
}
.competition-menu__body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 4px;
  border: 2px solid #fff
}
.competition-menu__body-inner {
  opacity: 0
}
.competition-menu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
.competition-menu__item:not(:last-child) {
  margin-bottom: 10px
}
.competition-menu__item-header {
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer
}
.competition-menu__item-header.scroll-height-on svg path:nth-of-type(2) {
  display: none
}
.competition-menu__item-header .text {
  text-transform: uppercase;
  flex-shrink: 0;
  line-height: 1
}
.competition-menu__item-header .icon {
  margin-left: 6px
}
.competition-menu__item-body-inner {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}
.competition-content {
  flex-grow: 1;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
@media (max-width:576px) {
  .competition-content {
    overflow: hidden;
    height: 100%;
  }
}
.competition-content__inner {
  scrollbar-width: thin;
  padding: 10px 10px 0px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 6px 20px -6px rgba(0,0,0,.08)
}
@media (max-width:992px) {
  .competition-content__inner {
    padding-bottom: 0
  }
}
@media (max-width:576px) {
  .competition-content__inner {
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.competition-content__tags {
  position: fixed;
  bottom: 10px;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center
}
@media (max-width:992px) {
  .competition-content__tags {
    display: none
  }
}
.competition-content__tags-item {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #171717;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  border-left: 3px solid #c2321a;
  border-right: 3px solid #c2321a
}
@media (max-width:1300px) {
  .competition-content__tags-item {
    font-size: calc(6px + 6 * (100vw - 360px)/ 940)
  }
}
.competition-content__tags-item:not(:last-child) {
  margin-right: 10px
}
.competition-content__wrap {
  height: 100%;
  display: flex;
  flex-direction: column
}
.competition-content__item.full-height{
  margin-bottom: 0 !important;
}
.competition-content__item:first-child {
  margin-bottom: 6px;
}
.competition-content__item {
  margin-right: 10px;
  height: 100%;
  padding: 3px;
  
  background: #fff;

  width: 375px
}
@media (max-width:576px) {
    .competition-content__item {
        margin-right: 0;
        display: none;
        border: 1px solid #e1e1e1;
        padding: 0;
        min-width: 100%;
        margin-bottom: 0;
        will-change: transform, opacity;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        overflow: hidden;
        flex-shrink: 0;
    }
  .competition-content__item.active-item {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: auto;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                         opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    flex-shrink: 0;
  }
  .competition-content__item-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .competition-content__item-body-inner {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .info-list-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.competition-content__item.height-max {
  min-width: 640px
}
.competition-content__item.divided .list-sticky {
  position: sticky;
  background: #fff;
  bottom: 0;
  padding-top: 6px;
  margin-top: 2px
}
.competition-content__item.divided .list-sticky::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg,#c2321a 0,#174a99 100%)
}
.competition-content__item-group {
  display: none
}
@media (max-width:576px) {
  .competition-content__item-group {
    display: flex;
    align-items: center;
    margin-left: 20px
  }
}
.competition-content__item-group .btn-left,
.competition-content__item-group .btn-right {
  cursor: pointer
}
.competition-content__item-group .btn-left {
  margin-right: 10px
}
.competition-content__item-header {
  display: flex;
  align-items: center
}
@media (max-width:576px) {
  .competition-content__item-header {
    padding-top: 8px;
    padding-bottom: 8px
  }
}
.competition-content__item-header-list {
  position: relative;
  display: flex;
  flex-direction: column
}
.competition-content__item-header-list .hidden-list {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 100%
}
@media (max-width:576px) {
  .competition-content__item-header-list .hidden-list {
    display: none
  }
}
.competition-content__item-header-list .hidden-list.visible {
  opacity: 1;
  visibility: visible
}
.competition-content__item-header-list .info-list {
  height: auto;
  min-width: 144px;
  width: 100%;
  background: #c2321a;
  border-radius: 3px;
  padding: 7px 0;
  display: flex;
  flex-direction: column
}
.competition-content__item-header-list .info-item {
  width: 100%;
  font-size: 14px;
  color: rgba(255,255,255,.6);
  padding: 7px 13px;
  cursor: pointer;
  transition: all .3s ease
}
@media (any-hover:hover) {
  .competition-content__item-header-list .info-item:hover {
    color: #fff
  }
}
.competition-content__item-header-list .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}
.competition-content__item-btn-triger {
  background: #c2321a;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 3px
}
@media (max-width:576px) {
  .competition-content__item-btn-triger {
    background: 0 0;
    color: #8b8b8b
  }
}
.competition-content__item-btn-triger.scroll-height-on .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.competition-content__item-btn-triger .text {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase
}
.competition-content__item-btn-triger .icon {
  margin-left: 12px
}
@media (max-width:576px) {
  .competition-content__item-btn-triger .icon {
    display: none
  }
}
.competition-content__item-btn-incr, .competition-content__item-btn-color {
    margin-left: 10px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid rgba(23,74,153,.3)
}
@media (max-width:576px) {
    .competition-content__item-btn-incr, .competition-content__item-btn-color {
        display: none
    }
}
.competition-content__item-btn-close {
  margin-left: auto
}
@media (max-width:576px) {
  .competition-content__item-btn-close {
    margin-right: 10px
  }
}
.competition-content__item-btn-close svg {
  transition: all .3s ease
}
@media (any-hover:hover) {
  .competition-content__item-btn-close:hover svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
  .competition-content__item-btn-close:hover svg path {
    fill: #c2321a
  }
}
.competition-content__item-body {
  height: calc(100% - 40px);
  overflow: hidden
}
@media (max-width:576px) {
  .competition-content__item-body {
    height: calc(100% - 56px)
  }
}
.competition-content__item-body-inner {
  overflow: hidden;
  max-height: 100%;
  height: 100%;
  padding-top: 3px;
  display: flex;
  flex-direction: column
}
.info-list-wrap {
  overflow: auto;
  padding-right: 3px;
  scrollbar-width: thin;
  height: 100%
}
.info-list-wrap__inner {
  height: 100%;
  display: flex;
  flex-direction: column
}
.info-list {
  display: flex;
  align-items: center;
  background: #ecf1f7;
  height: 20px;
  flex-shrink: 0;
  transition: all .3s ease
}
.info-list:not(:last-child) {
  margin-bottom: 3px
}
.info-list.inscription {
  color: #fff;
  background: #8b8b8b;
  height: 28px;
  flex-shrink: 0
}
.info-list.inscription > li {
  font-size: 11px
}
.info-list.inscription > li.s-number {
  background: #8b8b8b
}
.info-list li {
  display: flex;
  line-height: 1;
  white-space: nowrap
}
.info-list.person {
  font-size: 14px;
  cursor: pointer
}
.info-list.person:nth-child(1) .c-result {
  color: #171717
}
.info-list.person:nth-child(2) .c-distance .time {
  color: #171717
}
@media (any-hover:hover) {
  .info-list.person:hover {
    background: #d5deed
  }
  .info-list.person:hover .s-number {
    border-color: #d5deed
  }
}
.info-list.person.click:not(.selected) {
  background: #174a99;
  color: #fff
}
.info-list.person.click:not(.selected) .s-number {
  border-color: #174a99;
  color: #171717
}
.info-list.person.click:not(.selected) .c-result {
  color: #fff
}
.info-list.person.click:not(.selected) .c-distance .time {
  color: #fff
}
.info-list.person.click:not(.selected) .c-distance .number {
  color: #171717
}
.info-list.person.click:not(.selected) .c-mark__number {
  color: #171717
}
.info-list.person.click:not(.selected) .c-mark.numeric {
  background: #174a99
}
.info-list.person.click:not(.selected) .c-mark.numeric > ul li:not(:last-child)::after {
  background: rgba(255,255,255,.3)
}
.info-list.person.selected {
  position: relative;
  background: linear-gradient(90deg,#ecf1f7 0,#f9ebe8 100%);
  border: 2px solid;
  -o-border-image: linear-gradient(-90deg,#c2321a 38%,#174a99 65%);
  border-image: linear-gradient(-90deg,#c2321a 38%,#174a99 65%);
  border-image-slice: 1
}
.info-list.person.selected::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid #c2321a;
  border-bottom: 6px solid transparent
}
.info-list.person.selected .s-time {
  padding-left: 12px;
  padding-right: 12px
}
.info-list.person .s-number {
  border: 1px solid #ecf1f7;
  transition: all .3s ease
}
.info-list.person .a-name {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis
}
.info-list.person .a-region {
  text-transform: uppercase
}
.info-list.person .c-position {
  font-weight: 400
}
.info-list.person .c-sum {
  font-weight: 700;
  height: 100%;
  align-items: center;
  background: #8b8b8b;
  color: #fff
}
.info-list.person .c-sum.no-zero {
  background: #c2321a
}
.info-list.person .c-result {
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
  color: #898989
}
.info-list.person .c-mark {
  height: 100%;
  background: #fff;
  border: 1px solid #c2321a;
  align-items: center;
  justify-content: space-between;
  font-weight: 700
}
.info-list.person .c-mark.numeric {
  border-color: transparent;
  background: #ecf1f7
}
.info-list.person .c-mark.numeric .c-mark__number {
  display: none
}
.info-list.person .c-mark.numeric > ul li {
  width: auto;
  height: auto;
  background: 0 0;
  -webkit-filter: none;
  filter: none;
  border: none;
  position: relative;
  margin: 0;
  font-size: 10px;
  font-weight: 700
}
.info-list.person .c-mark.numeric > ul li:not(:last-child) {
  margin-right: 6px
}
.info-list.person .c-mark.numeric > ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #174a99
}
.info-list.person .c-mark__number {
  width: 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.info-list.person .c-mark__count {
  width: 24px;
  height: 100%;
  background: #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}
.info-list.person .c-mark__count.no-zero {
  background: #c2321a
}
.info-list.person .c-mark > ul {
  display: flex
}
.info-list.person .c-mark > ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 2px;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .12));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .12))
}
.info-list.person .c-mark > ul li.check {
  background: #373737;
  box-shadow: inset 2px 2px 4px #000;
  -webkit-filter: none;
  filter: none
}
.info-list.person .c-distance {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.info-list.person .c-distance .time {
  padding-right: 4px;
  color: #898989
}
.info-list.person .c-distance .number {
  width: 26px;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700
}
.info-list .s-number {
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  background: #fff;
  height: 100%;
  max-width: 26px;
  width: 100%;
  flex-shrink: 0
}
.info-list .a-name {
  max-width: 154px;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  flex-grow: 1
}
.info-list .a-region {
  max-width: 42px;
  width: 100%;
  justify-content: center
}
.info-list .s-time {
  max-width: 105px;
  width: 100%;
  flex-grow: 1;
  justify-content: center
}
.info-list .c-position {
  max-width: 32px;
  width: 100%;
  flex-shrink: 0;
  justify-content: center
}
.info-list .c-sum {
  justify-content: center;
  max-width: 32px;
  width: 100%;
  flex-shrink: 0
}
.info-list .c-result {
  min-width: 64px;
  justify-content: center;
  flex-grow: 1
}
.info-list .c-mark {
  max-width: 128px;
  width: 100%;
  justify-content: center;
  margin-left: auto
}
.info-list .c-distance {
  width: 100px;
  padding-left: 10px;
  justify-content: center
}
@media (max-width:576px) {
    .info-list .c-position {
        max-width: 8.67%;
    }
    .info-list .s-number {
        max-width: 7.05%;
    }
    .info-list .a-name {
        max-width: 41.73%;
    }
    .info-list .a-region {
        max-width: 11.38%;
    }
    .info-list .c-sum {
        max-width: 7.05%;
    }

}
.competition-header-tags {
  padding: 10px;
  padding-bottom: 4px;
  background: #ecf1f7;
  display: none
}
@media (max-width:992px) {
  .competition-header-tags {
    display: flex;
    flex-wrap: wrap
  }
}
.competition-header-tags__item {
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 3px;
  background: 0 0;
  color: #174a99;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 6px;
  border: 1px solid rgba(23,74,153,.2)
}
.competition-header-tags__item:not(:last-child) {
  margin-right: 6px
}
.competition-header-tags__item.active {
  border-color: #c2321a;
  background: #c2321a;
  color: #fff
}
/*!===============
 * ▲▼▲ Mobile menu ▲▼▲
 * =============== */
.m-menu {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 400px;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #174a99;
  color: #fff;
  transition: all .3s ease
}
@media (max-width:576px) {
  .m-menu {
    max-width: none
  }
}
.m-menu.switch-on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible
}
.m-menu__wrap {
  padding: 20px 26px 26px;
  height: 100%;
  overflow-y: auto
}
.m-menu__inner {
  padding: 10px 0 50px
}
.m-menu__close {
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}

.m-menu__header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
@media (any-hover:hover) {
  .m-menu__close-btn:hover path {
    fill: #c2321a
  }
}
.m-menu__close-btn path {
  transition: all .3s ease
}
.m-menu__header .btn {
  margin-top: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #174a99;
  font-size: 12px;
  text-transform: uppercase;
  background: #fff;
  transition: all .3s ease
}
@media (any-hover:hover) {
  .m-menu__header .btn:hover {
    background: #c2321a;
    border-color: #c2321a;
    color: #fff
  }
  .m-menu__header .btn:hover .icon path {
    fill: #fff
  }
}
.m-menu__header .btn .icon {
  margin-right: 10px
}
.m-menu__header .btn .icon path {
  transition: all .3s ease;
  fill: #174a99
}
.m-menu__header .btn .text {
  line-height: 1
}
.m-menu__header-title {
  font-weight: 700
}
.m-menu .competition-menu__body {
  margin-top: 20px;
  padding-right: 0;
  padding-top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.m-menu .competition-menu__body-inner {
  opacity: 1
}
.m-menu .competition-menu__item {
  align-items: flex-start
}
.m-menu .competition-menu__item-body-inner {
  justify-content: flex-start
}

.info-list.color-list {
    min-width: 29px;
    width: 29px;
    padding: 0px;
    margin-top: 28px;
    background-color: transparent;
}
.competition-content__item-btn-color.color-item {
    margin: 0px;
    margin-top: 2px;
    background-color: #ffffff;
}
.competition-content__item-btn-color.color-item:has(:hover) {
    border-width: 2px;
}
    .competition-content__item-btn-color.color-item > span {
        padding: 10px;
        border-radius: 3px;
    }
.competition-content__item-btn-color.color-item-orange > span, .info-list.person.click.color-item-orange {
    background-color: #e66b11;
    }
.competition-content__item-btn-color.color-item-red > span, .info-list.person.click.color-item-red {
    background-color: #ad0f15;
}
.competition-content__item-btn-color.color-item-green > span, .info-list.person.click.color-item-green {
    background-color: #009688;
}
.competition-content__item-btn-color.color-item-yellow > span, .info-list.person.click.color-item-yellow {
    background-color: #fbc02d;
}
.competition-content__item-btn-color.color-item-blue > span, .info-list.person.click.color-item-blue {
    background-color: #174a99;
}
.competition-content__item-btn-color.color-item-gray > span, .info-list.person.click.color-item-gray {
    background-color: #8b8b8b;
}

/* Restore Loader */
.competition-restore-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-in-out;
}

@media (max-width: 576px) {
    .competition-restore-loader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.restore-loader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.restore-loader__spinner {
    position: relative;
    width: 64px;
    height: 64px;
}

.spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    border-top-color: #174a99;
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.spinner-ring:nth-child(1) {
    animation-delay: -0.45s;
    border-top-color: #c2321a;
}

.spinner-ring:nth-child(2) {
    animation-delay: -0.3s;
    border-top-color: #174a99;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.spinner-ring:nth-child(3) {
    animation-delay: -0.15s;
    border-top-color: #c2321a;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.restore-loader__text {
    font-size: 16px;
    font-weight: 500;
    color: #174a99;
    letter-spacing: 0.5px;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* ============================================
   DESIGN VERSION "ORANGE" STYLES
   ============================================
   Стили для версии дизайна "orange".
   Используйте модификатор .design-orange на body для применения.
   Версия "sbr" - это версия по умолчанию (без модификатора).
   Пример:
   .design-orange .header {
       background-color: #new-color;
   }
   ============================================ */

/* CSS переменные для дизайна orange */
.design-orange {
    --orange-primary: #FF520d;
    --orange-black: #253240;
}

/* === ЗАМЕНА #c2321a НА #FF520d ДЛЯ ВЕРСИИ ORANGE === */

/* Scrollbar hover */
@media (any-hover:hover) and (any-hover:hover) {
    .design-orange html ::-webkit-scrollbar-thumb:hover {
        background-color: var(--orange-primary);
    }
}

/* Burger button */
.design-orange .btn-burger {
    background: #ffffff !important;
    color: var(--orange-primary) !important;
}

.design-orange .btn-burger .text {
    color: var(--orange-primary) !important;
}

.design-orange .btn-burger .icon span {
    background: var(--orange-primary) !important;
}

/* Input checkbox checked */
.design-orange .input-btn-check input:checked + span {
    background: var(--orange-primary);
    border-color: var(--orange-primary);
}

/* Dropdown header gradient */
.design-orange .dropdown__header .headline-2 {
    background: linear-gradient(90.17deg, var(--orange-black) 0, var(--orange-primary) 100%);
}

/* Dropdown button */
.design-orange .dropdown__btn {
    background: var(--orange-primary);
}

/* Dropdown accent color */
.design-orange .dropdown__body .desc-competition .col-1 .accent {
    color: var(--orange-primary);
}

/* Dropdown icon border and color - правила перенесены в мобильный медиа-запрос ниже */

/* Header competition subtitle dot */
.design-orange .header-competition__desc .subtitle::before {
    background: var(--orange-primary);
}

/* Header competition subtitle li after */
.design-orange .header-competition__desc .subtitle li:not(:last-child)::after {
    background: var(--orange-primary) !important;
}

/* Header competition accent */
.design-orange .header-competition__desc .subtitle .accent {
    color: var(--orange-primary);
}

/* Header competition subtitle button */
.design-orange .header-competition__desc-subtitle .btn {
    border: 1px solid var(--orange-primary);
    color: var(--orange-primary);
}

/* Header competition subtitle button hover */
@media (any-hover:hover) {
    .design-orange .header-competition__desc-subtitle .btn:hover {
        background: var(--orange-primary);
        color: #ffffff !important;
    }
}

/* Competition menu burger switch-on */
.design-orange .competition-menu .btn-burger.switch-on .text {
    color: var(--orange-primary);
}
.design-orange .competition-menu .btn-burger.switch-on .icon span {
    background-color: var(--orange-primary);
}

/* Competition content tags item border */
.design-orange .competition-content__tags-item {
    border-left: 3px solid var(--orange-primary);
    border-right: 3px solid var(--orange-primary);
}

/* Competition content item active-item gradient */
.design-orange .competition-content__item.active-item::before {
    background: linear-gradient(90deg, var(--orange-primary) 0, var(--orange-black) 100%);
}

/* Competition content item header list */
.design-orange .competition-content__item-header-list .hidden-list {
    background: var(--orange-primary);
}

/* Competition content item button trigger */
.design-orange .competition-content__item-btn-triger {
    background: var(--orange-primary);
}

/* Competition content item button trigger - мобильная версия */
@media (max-width:576px) {
    .design-orange .competition-content__item-btn-triger {
        color: #ffffff !important;
    }
}

/* Competition content item button close hover */
@media (any-hover:hover) {
    .design-orange .competition-content__item-btn-close:hover svg path {
        fill: var(--orange-primary);
    }
}

/* Info list person selected border-image and after */
.design-orange .info-list.person.selected {
    -o-border-image: linear-gradient(-90deg, var(--orange-primary) 38%, var(--orange-black) 65%);
    border-image: linear-gradient(-90deg, var(--orange-primary) 38%, var(--orange-black) 65%);
}
.design-orange .info-list.person.selected::after {
    border-right: 8px solid var(--orange-primary);
}

/* Info list person c-sum no-zero */
.design-orange .info-list.person .c-sum.no-zero {
    background: var(--orange-primary);
}

/* Info list in competition-content__item-header-list */
.design-orange .competition-content__item-header-list .info-list {
    background: var(--orange-primary) !important;
}

/* Info list inscription */
.design-orange .info-list.inscription {
    background: var(--orange-black) !important;
}
.design-orange .info-list.inscription > li.s-number {
    background: var(--orange-black) !important;
}

/* Info list person c-mark border */
.design-orange .info-list.person .c-mark {
border: 1px solid var(--orange-primary);
}

/* Info list person c-mark count no-zero */
.design-orange .info-list.person .c-mark__count.no-zero {
    background: var(--orange-primary);
}

/* Competition header tags item active */
.design-orange .competition-header-tags__item.active {
    border-color: var(--orange-primary);
    background: var(--orange-primary);
    color: #ffffff !important;
}

/* Mobile menu close button hover */
@media (any-hover:hover) {
    .design-orange .m-menu__close-btn:hover path {
        fill: var(--orange-primary);
    }
}

/* Mobile menu header button hover */
@media (any-hover:hover) {
    .design-orange .m-menu__header .btn:hover {
        background: var(--orange-primary);
        border-color: var(--orange-primary);
    }
}

/* Spinner ring */
.design-orange .spinner-ring:nth-child(1) {
    border-top-color: var(--orange-primary);
}
.design-orange .spinner-ring:nth-child(3) {
    border-top-color: var(--orange-primary);
}

/* Logo text - скрыть для версии orange */
.design-orange .logo__text {
    display: none;
}

/* Разделить пространство между логотипом и свайпером пополам */
.design-orange .field-right .field__wrap {
    flex-basis: 50% !important;
    justify-content: flex-end !important;
}

.design-orange .field-right .field .container {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
}

.design-orange .field-right .field__wide {
    flex-basis: 50% !important;
    width: 50% !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

@media (min-width:1025px) {
    .design-orange .field-right .field__wide {
        transform: none !important;
        width: 50% !important;
    }
}

@media (min-width:1300px) {
    .design-orange .field-right .field__wide {
        width: 50% !important;
    }
}

@media (max-width:1024px) {
    .design-orange .field-right .field__wide {
        transform: none !important;
        width: 50% !important;
    }
}

/* Логотип по правому краю */
.design-orange .field-right .field__narrow-body {
    align-items: flex-end !important;
}

.design-orange .field-right .field__narrow {
    margin-right: 70px !important;
}

/* Мобильная версия - логотип покрупнее, свайпер поменьше */
@media (max-width:992px) {
    .design-orange .field-right .field__wrap {
        flex-basis: 60% !important;
    }
    .design-orange .field-right .field__wide {
        flex-basis: 40% !important;
        width: 40% !important;
    }
    .design-orange .field-right .field__narrow-body .logo img {
        transform: scale(3) !important;
    }
}

.design-orange .dropdown__body .inscription {
    background: var(--orange-black) !important;
    color: #ffffff !important;
}

/* Уменьшить масштаб картинок в слайдере для orange дизайна */
.design-orange .field-right .field__wide .swiper-slide__img {
    overflow: visible;
    background: none !important;
}

.design-orange .field-right .field__wide .swiper-slide__img img {
    transform: scale(0.6);
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) scale(0.7);
}

/* Декорация для header__slider для orange дизайна */
.design-orange .header__slider::before {
  transform: scale(2.1);
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='198' height='325' viewBox='0 0 2129 1241.57' preserveAspectRatio='xMaxYMid%20meet'%3e%3cstyle%3e.fil0%7bfill:%23FF520D;fill-rule:nonzero%7d%3c/style%3e%3cg id='Слой_x0020_1'%3e%3cpath class='fil0' d='M445.85 537.3c-13.02,-22.06 -19.55,-52.62 -19.55,-91.73l0 -337.59 -108.28 0 0 345.12c0,48.11 6.53,83.7 19.55,106.77 16.05,27.07 40.79,53.1 72.19,63.18 -41.86,15.04 -56.14,36.08 -72.19,63.16 -13.02,23.03 -19.55,58.64 -19.55,106.76l0 201.04 0 62.13 108.28 0 0 -44.08 0 -211.55c0,-39.11 6.53,-69.72 19.55,-91.77 16.05,-26.08 38.12,-40.09 66.18,-42.09l0 -87.22c-28.06,-2.02 -50.13,-16.05 -66.18,-42.13z'/%3e%3c/g%3e%3c/svg%3e") no-repeat right/contain;
}


/* Decor image scale для версии orange */
.design-orange .decor-1 img {
    transform: scale(0.80);
}

/* Logo orange padding-top для родителя */
.design-orange .logo {
    padding-top: 0px;
}

/* Уменьшить высоту шапки header-competition для orange дизайна */
.design-orange .header-competition__desc .decor-1 {
    min-height: 60px !important;
}

.design-orange .header-competition .logo {
    padding-top: 0px !important;
    width: 130px !important;
    max-width: 130px !important;
}

@media (min-width:993px) {
    .design-orange .header-competition .logo {
        scale: 1.3;
    }
}

/* Убрать паддинги для мобильной версии orange дизайна */
@media (max-width:992px) {
    .design-orange .header-competition {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .design-orange .header-competition .logo {
        padding-top: 0 !important;
    }
}


/* === ЗАМЕНА #174a99 НА #000000 ДЛЯ ВЕРСИИ ORANGE === */

/* Burger button - белый фон, оранжевый текст и иконка (для десктопа) */
.design-orange .btn-burger {
    background: #ffffff !important;
    color: var(--orange-primary) !important;
}

.design-orange .btn-burger .text {
    color: var(--orange-primary) !important;
}

.design-orange .btn-burger .icon span {
    background: var(--orange-primary) !important;
}

/* Burger button hover - оранжевый фон, белый текст */
@media (any-hover:hover) {
    .design-orange .btn-burger:hover {
        background: var(--orange-primary) !important;
        color: #ffffff !important;
    }
    .design-orange .btn-burger:hover .text {
        color: #ffffff !important;
    }
    .design-orange .btn-burger:hover .icon span {
        background: #ffffff !important;
    }
}

/* Burger button - для мобильной версии: оранжевый фон, белый текст */
@media (max-width:992px) {
    .design-orange .btn-burger {
        background: var(--orange-primary) !important;
        color: #ffffff !important;
    }
    .design-orange .btn-burger .text {
        color: #ffffff !important;
    }
    .design-orange .btn-burger .icon span {
        background: #ffffff !important;
    }
}

/* Dropdown button scroll-height-on */
.design-orange .dropdown__btn.scroll-height-on {
    background: var(--orange-black) !important;
}

/* Dropdown body inner */
@media (max-width:992px) {
    /* Dropdown header headline-2 - белый фон для мобилки */
    .design-orange .dropdown__header .headline-2 {
        background: #ffffff !important;
    }
    .design-orange .dropdown__body-inner {
        background: none !important;
    }
    .design-orange .dropdown__body-inner::after {
        background: var(--orange-black) !important;
    }
    /* Dropdown body desc-competition - border color */
    .design-orange .dropdown__body .desc-competition {
        /*border: 1px solid var(--orange-primary) !important;*/
    }
    /* Dropdown body desc-competition col-1 after - отключить фон для мобилки */
    .design-orange .dropdown__body .desc-competition .col-1::after {
        
    }
    /* Dropdown body desc-competition col-5 icon */
    .design-orange .dropdown__body .desc-competition .col-5 .icon {
        border: 1px solid var(--orange-primary) !important;
    }
    .design-orange .dropdown__body .desc-competition .col-5 .icon .text-mobile {
        color: var(--orange-primary) !important;
    }
    /* Dropdown body desc-competition not last-child after */
    .design-orange .dropdown__body .desc-competition:not(:last-child)::after {
        background: var(--orange-black) !important;
    }
}

/* Header competition subtitle button active */
.design-orange .header-competition__desc-subtitle .btn:active {
    background: var(--orange-black) !important;
        border-color: var(--orange-black) !important;
}

/* Competition holder menu */
.design-orange .competition-holder__menu {
    background: var(--orange-black) !important;
}

/* Competition menu item header */
.design-orange .competition-menu__item-header {
    background: var(--orange-black) !important;
}

/* Competition menu burger - белый фон, оранжевый текст и иконка */
.design-orange .competition-menu .btn-burger {
    background: #ffffff !important;
}

.design-orange .competition-menu .btn-burger .text {
    color: var(--orange-primary) !important;
}
.design-orange .competition-menu .btn-burger .icon span {
    background-color: var(--orange-primary) !important;
}

/* Competition menu burger hover - оранжевый фон, белый текст */
@media (any-hover:hover) {
    .design-orange .competition-menu .btn-burger:hover {
        background: var(--orange-primary) !important;
    }
    .design-orange .competition-menu .btn-burger:hover .text {
        color: #ffffff !important;
    }
    .design-orange .competition-menu .btn-burger:hover .icon span {
        background-color: #ffffff !important;
    }
}

/* Competition menu body scrollbar */
.design-orange .competition-menu__body {
    scrollbar-color: #8b8b8b var(--orange-black) !important;
}

/* Info list person click not selected */
.design-orange .info-list.person.click:not(.selected) {
    background: var(--orange-black) !important;
}
.design-orange .info-list.person.click:not(.selected) .s-number {
        border-color: var(--orange-black) !important;
}
.design-orange .info-list.person.click:not(.selected) .c-mark.numeric {
    background: var(--orange-black) !important;
}

/* Info list person c-mark number dot */
.design-orange .info-list.person .c-mark__number::before {
    background: var(--orange-black) !important;
}

/* Competition header tags item */
.design-orange .competition-header-tags__item {
        color: var(--orange-black) !important;
}

/* Mobile menu */
.design-orange .m-menu {
    background: var(--orange-black) !important;
}

/* Mobile menu header */
.design-orange .m-menu__header {
    background: var(--orange-black) !important;
}

/* Mobile menu header button - для мобильной версии */
@media (max-width:992px) {
    .design-orange .m-menu__header .btn {
        background: #ffffff !important;
        border: 1px solid var(--orange-primary) !important;
        color: var(--orange-primary) !important;
    }
    .design-orange .m-menu__header .btn,
    .design-orange .m-menu__header .btn * {
        color: var(--orange-primary) !important;
    }
    .design-orange .m-menu__header .btn .text {
        color: var(--orange-primary) !important;
        font-weight: 600 !important;
    }
    /* SVG внутри кнопки - переопределяем fill даже если задан в HTML */
    .design-orange .m-menu__header .btn .icon path[fill],
    .design-orange .m-menu__header .btn .icon svg path[fill],
    .design-orange .m-menu__header .btn svg path[fill],
    .design-orange .m-menu__header .btn .icon path,
    .design-orange .m-menu__header .btn .icon *,
    .design-orange .m-menu__header .btn .icon svg,
    .design-orange .m-menu__header .btn .icon svg path,
    .design-orange .m-menu__header .btn .icon svg *,
    .design-orange .m-menu__header .btn svg,
    .design-orange .m-menu__header .btn svg path,
    .design-orange .m-menu__header .btn svg * {
        fill: var(--orange-primary) !important;
        color: var(--orange-primary) !important;
    }
}

/* Mobile menu header button - для десктопа (оставляем как есть) */
.design-orange .m-menu__header .btn {
        color: var(--orange-black) !important;
}
.design-orange .m-menu__header .btn .icon path {
        fill: var(--orange-black) !important;
}

/* Color item blue (но это color-picker, не трогаем) */
/* .design-orange .competition-content__item-btn-color.color-item-blue - не меняем */

/* Spinner ring */
.design-orange .spinner-ring:nth-child(2) {
    border-top-color: var(--orange-black) !important;
}

/* Restore loader text */
.design-orange .competition-restore-loader__text {
        color: var(--orange-black) !important;
}

/* SVG элементы - заменяем #174a99 на #000000 */
.design-orange svg path[fill="#174A99"],
.design-orange svg path[fill="#174a99"],
.design-orange svg rect[fill="#174A99"],
.design-orange svg rect[fill="#174a99"],
.design-orange svg circle[fill="#174A99"],
.design-orange svg circle[fill="#174a99"] {
        fill: var(--orange-black) !important;
}

/* List sticky градиент от черного к оранжевому */
.design-orange .competition-content__item.divided .list-sticky::before {
    background: linear-gradient(90deg, var(--orange-black) 0, var(--orange-primary) 100%) !important;
}
