body { margin: 0; padding: 0; }

.container { margin: 0 auto; padding: 0 16px; position: relative; }

@media only screen and (min-width: 576px) { main .container { max-width: 540px; } }
@media only screen and (min-width: 992px) { main .container { max-width: 666px; } }
@media only screen and (min-width: 1200px) { main .container { max-width: 666px; } }
.out-of-header { background: -webkit-gradient(linear, left top, left bottom, from(#CF070E), to(#7A0008)); background: linear-gradient(180deg, #CF070E 0%, #7A0008 100%); font-family: 'Montserrat', sans-serif; overflow-x: hidden; margin-top: -60px; padding: 60px 0 0; }

main ul li::before { content: none; }

.footer { display: none; }

@media (max-width: 1025px) { .header__mobile-button { background: rgba(255, 255, 255, 0.3) !important; }
  .header__mobile-button path { stroke: #fff; }
  .header__main-link { color: #fff; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
  .header__announ-button { background: transparent !important; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
  .header__lang-switch { background: rgba(255, 255, 255, 0.3) !important; color: #fff; } }
main * { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }
main h1 { font-size: 35px; font-weight: 800; line-height: 115%; margin: 20px 0 10px; }
main h2 { color: #F0CE6D; font-size: 35px; font-weight: 800; line-height: 130%; margin: 0 0 20px; }
main h3 { font-size: 20px; font-style: normal; font-weight: 800; line-height: 110%; margin: 0 0 0 12px; }
main h4 { color: #141414; font-size: 21px; font-weight: 800; line-height: normal; }
main p { font-size: 16px; font-weight: 400; line-height: 130%; }
main a { cursor: pointer; text-decoration: none; }
main ul { margin: 0; padding: 0; }
main ul li { margin: 0; padding: 0; }
main ul li:first-child, main ol li:first-child { padding-top: 20px; }
main .btn-wrapper { background: -webkit-gradient(linear, left top, left bottom, from(#FFF8EE), to(#C8A542)); background: linear-gradient(180deg, #FFF8EE, #C8A542); border-radius: 12px; display: block; margin: 20px auto 0; outline-offset: 2px; padding: 2px; position: relative; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; width: -webkit-max-content; width: -moz-max-content; width: max-content; }
main .btn-wrapper:active { background: none; }
main .landing-btn { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.56%, #F0CE6D), color-stop(100.56%, #C8A542)); background: linear-gradient(180deg, #F0CE6D 0.56%, #C8A542 100.56%); border-radius: 12px; color: #550100; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.3px; display: block; padding: 16px 24px; position: relative; text-align: center; text-transform: uppercase; width: 286px; }
main .landing-btn:hover { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.56%, #f1c232), color-stop(100.56%, #d8ad37)); background: linear-gradient(180deg, #f1c232 0.56%, #d8ad37 100.56%); }
main .landing-btn:active { background: #cda534; }
main .landing[data-current-tab="online"] [data-tab="offline"] { display: none; }
main .landing[data-current-tab="offline"] [data-tab="online"] { display: none; }
main .landing-logo { min-width: 105.274px; position: relative; width: 7em; z-index: 1; }
main .welcome { color: #fff; padding: 50px 0; }
main .welcome-text { position: relative; z-index: 1; }
main .visual { height: 350px; position: relative; }
main .visual img { left: 50%; min-height: 498px; position: absolute; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); top: -2%; width: 658px; z-index: 0; }
main .black-block { background: radial-gradient(96.24% 113.52% at 39.44% 96.04%, #272727 0%, #000 100%); padding: 50px 0; position: relative; }
main .red-box { background: #B50100; border-radius: 10px; color: #F0CE6D; padding: 20px; position: relative; }
main .yellow-block { background: #F0CE6D; border-radius: 10px; color: #550100; padding: 20px; position: relative; }
main .yellow-block h3 { margin: 0 0 10px; }
main .yellow-block p { font-weight: 500; }
main .landing-tabs { background: #B50100; border-radius: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 20px auto; padding: 2px; width: -webkit-max-content; width: -moz-max-content; width: max-content; }
main .landing-tabs__item { display: contents; text-align: center; }
main .js-tab { color: #550100; font-size: 15px; font-weight: 600; line-height: 18px; padding: 12px 15px; }
main .active .js-tab { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.56%, #F0CE6D), color-stop(100.56%, #C8A542)); background: linear-gradient(180deg, #F0CE6D 0.56%, #C8A542 100.56%); border-radius: 8px; }
main .active .js-tab::before { background: -webkit-gradient(linear, left top, left bottom, from(#FFF8EE), to(#C8A542)); background: linear-gradient(180deg, #FFF8EE, #C8A542); }
main .terms-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 15px; }
main .terms img { max-height: 20px; max-width: 20px; }
main .terms-title { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 15px; }
main .terms p a { color: inherit; font-weight: 700; }
main .maps { margin-top: 50px; }
main .maps-title { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 15px; }
main .maps-title img { height: 24px; width: 20px; }
main .maps-btn { background: radial-gradient(96.24% 113.52% at 39.44% 96.04%, #272727 0%, #000 100%); border: none; color: inherit; margin-top: 20px; }
main .check { padding: 50px 0; position: relative; }
main .important { margin: 20px 0; }
main .important-img { display: none; }
main .important p + p { margin-top: 10px; }
main .participants .btn-wrapper { background: -webkit-gradient(linear, left top, left bottom, from(#FFF8EE), to(#B50100)); background: linear-gradient(180deg, #FFF8EE, #B50100); }
main .participants .btn-wrapper:active { background: none; }
main .participants .landing-btn { background: #B50100; border: none; -webkit-box-shadow: 0px 4px 4px 0px #A96E29, 0px 16.345px 21.793px 0px rgba(169, 110, 41, 0.5); box-shadow: 0px 4px 4px 0px #A96E29, 0px 16.345px 21.793px 0px rgba(169, 110, 41, 0.5); color: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 8px; margin: 0 auto; }
main .participants .landing-btn:hover { background: #a31212; }
main .participants .landing-btn:active { background: #940606; }
main .accordion { margin: 0 0 10px 0; padding: 0px; position: relative; }
main .accordion__text { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.56%, #F0CE6D), color-stop(100.56%, #C8A542)); background: linear-gradient(180deg, #F0CE6D 0.56%, #C8A542 100.56%); border-radius: 10px; -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15); box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15); color: #550100; cursor: pointer; font-size: 16px; font-weight: 500; margin: 0; padding: 20px 60px 20px 20px; position: relative; z-index: 2; }
main .accordion__text::after { background: url(../img/accordion.svg) no-repeat; background-size: contain; content: ''; height: 24px; position: absolute; right: 16px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; width: 24px; }
main .accordion__text-opened::after { -webkit-transform: translateY(-50%) rotateX(180deg); transform: translateY(-50%) rotateX(180deg); }
main .accordion__body { background: #B50100; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15); box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15); color: #fff; display: none; padding: 30px 20px 30px 20px; -webkit-transform: translateY(-15px); transform: translateY(-15px); z-index: 1; }
main .accordion__body * { line-height: 130%; }
main .accordion__body a { color: inherit; font-weight: 700; text-decoration: underline; }
main .accordion__body ol li::before { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
main .accordion__body ul li { padding-left: 25px; }
main .accordion__body ul li::before { content: ''; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
main .lastVideo { padding: 50px 0; }
main .video-block { background: #fff; border-radius: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 8px; padding: 15px; }
main .video { border-radius: 15px; margin: 0 0 2px; width: 100%; }
main .last-text { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
main .last-text a { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; color: #141414; gap: 5px; }
main .last-text a p { font-size: 12px; line-height: 20px; -webkit-text-decoration-line: underline; text-decoration-line: underline; }
main .last-text a img { max-height: 27px; }
main .text-data { font-size: 12px; font-weight: 700; line-height: normal; }
main .archive-block { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; }
main .archive-block + .archive-block { margin-top: 10px; }
main .winner, main .winner1 { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.56%, #F0CE6D), color-stop(100.56%, #C8A542)); background: linear-gradient(180deg, #F0CE6D 0.56%, #C8A542 100.56%); border-radius: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; min-width: 255px; padding: 10px 15px; width: 100%; }
main .winner p, main .winner1 p { color: #550100; font-size: 12px; min-width: 67px; }
main .video-archive, main .video1 { background: #B50100; border-radius: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 13px 16px; }
main .video-archive p, main .video1 p { color: #550100; font-size: 12px; min-width: 67px; }
main .winner1, main .video1 { background: transparent; }
main .winner1 p, main .video1 p { color: #fff; }
main .gold { position: absolute; z-index: 0; }
main .g-3 { background: url(../img/g-3.png) no-repeat; background-size: contain; height: 87px; left: -4%; top: -100px; width: 80px; }
main .g-4 { background: url(../img/g-4.png) no-repeat; background-size: contain; height: 77px; right: -25px; top: -95px; width: 66px; }
main .g-5 { background: url(../img/g-5.png) no-repeat; background-size: contain; height: 80px; right: -18px; top: 526px; width: 77px; }
main .g-6 { background: url(../img/g-6.png) no-repeat; background-size: contain; height: 101px; left: -5%; top: 405px; width: 87px; }
main .g-7 { background: url(../img/g-7.1.png) no-repeat; background-size: contain; height: 115px; left: -4%; top: -90px; width: 99px; }
main .g-8 { background: url(../img/g-8.1.png) no-repeat; background-size: contain; height: 110px; right: -22px; top: -100px; width: 100px; }
main .g-9 { background: url(../img/g-3.png) no-repeat; background-size: contain; height: 101px; left: -2%; top: -100px; width: 94px; }
main .g-10 { background: url(../img/g-4.png) no-repeat; background-size: contain; height: 89px; right: -25px; top: -100px; width: 76px; }
main .g-12 { background: url(../img/g-9.png) no-repeat; background-size: contain; height: 49px; left: -3%; top: 400px; width: 59px; }

@media (min-width: 400px) { main .g-12 { top: 360px; } }
@media (min-width: 500px) and (max-height: 720px) { main .g-12 { top: 310px; } }
@media (min-height: 1000px) { main .g-12 { left: -8%; top: 300px; } }
@media (min-width: 1024px) { .out-of-header { margin-top: 0; }
  main ul li:first-child, main ol li:first-child { padding-top: 30px; }
  main h1 { font-size: 60px; margin: 40px 0 10px; }
  main h2 { font-size: 60px; }
  main h3 { font-size: 30px; }
  main h4 { font-size: 32px; }
  main p { font-size: 28px; }
  main ul li { padding-left: 30px; }
  main .black-block { padding: 80px 0; }
  main .red-box { padding: 30px; }
  main .landing-logo { height: 75px; width: 181px; }
  main .visual { height: 600px; }
  main .visual img { height: 1268px; left: 64%; width: 960px; }
  main .terms img { max-height: 29px; max-width: 36px; }
  main .maps { margin-top: 80px; }
  main .maps-title img { height: 40px; width: 40px; }
  main .check { padding: 80px 0; }
  main .check h3 { font-size: 24px; }
  main .check p { font-size: 17px; }
  main .first-block { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; margin-bottom: 20px; }
  main .important { margin: 0; }
  main .important-img { display: block; height: 62px; margin: 0 0 45px; width: 149px; }
  main .participants .btn-wrapper { margin: 20px 0 0; }
  main .participants .btn-wrapper p { font-size: inherit; }
  main .accordion { margin: 0 0 20px 0; }
  main .accordion__text { font-size: 20px; }
  main .accordion__body * { font-size: 20px; }
  main .video-block p { font-size: 20px; }
  main .last-text a p, main .last-text .text-data { font-size: 20px; }
  main .winner p, main .winner1 p, main .video1 p { font-size: 20px; }
  main .winner, main .winner1 { min-width: 530px; padding: 20px 40px; }
  main .video-archive, main .video1 { padding: 20px; }
  main .winner, main .winner1 { gap: 30px; }
  main .winner p, main .winner1 p { min-width: 100px; }
  main .g-1 { background: url(../img/g-1.png) no-repeat; background-size: contain; height: 197px; left: -50%; width: 180px; }
  main .g-2 { background: url(../img/g-2.png) no-repeat; background-size: contain; height: 240px; right: -73%; top: 37%; width: 206px; }
  main .g-3 { height: 214px; left: -24%; top: -174px; width: 183px; }
  main .g-4 { height: 166px; right: -35%; top: -147px; width: 142px; }
  main .g-5 { height: 130px; right: -10%; width: 125px; }
  main .g-6 { width: 157px; left: -11%; height: 183px; }
  main .g-7 { background: url(../img/g-7.png) no-repeat; background-size: contain; height: 142px; left: -50%; top: -150px; width: 150px; }
  main .g-8 { background: url(../img/g-8.png) no-repeat; background-size: contain; height: 230px; right: -50%; top: -190px; width: 210px; }
  main .g-9 { background: url(../img/g-9.png) no-repeat; background-size: contain; height: 120px; left: -50%; top: -130px; width: 150px; }
  main .g-10 { height: 150px; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); right: -70%; top: -165px; width: 130px; }
  main .g-11 { background: url(../img/g-6.png) no-repeat; background-size: contain; height: 183px; left: -12%; opacity: 0.8; top: 180px; width: 157px; }
  main .g-12 { background: url(../img/g-3.png) no-repeat; background-size: contain; bottom: -90px; height: 150px; left: 115%; top: auto; width: 140px; } }
@-webkit-keyframes pulse { from { -webkit-transform: scale(0.9); transform: scale(0.9); }
  to { -webkit-transform: scale(1.2); transform: scale(1.2); } }
@keyframes pulse { from { -webkit-transform: scale(0.9); transform: scale(0.9); }
  to { -webkit-transform: scale(1.2); transform: scale(1.2); } }
@-webkit-keyframes movementX { from { -webkit-transform: translate(-7px); transform: translate(-7px); }
  to { -webkit-transform: translate(12px); transform: translate(12px); } }
@keyframes movementX { from { -webkit-transform: translate(-7px); transform: translate(-7px); }
  to { -webkit-transform: translate(12px); transform: translate(12px); } }
@-webkit-keyframes movementY { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  to { -webkit-transform: translateY(50px); transform: translateY(50px); } }
@keyframes movementY { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  to { -webkit-transform: translateY(50px); transform: translateY(50px); } }
@-webkit-keyframes shadow { from { -webkit-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); }
  to { -webkit-transform: translateX(-50%) scale(0.7); transform: translateX(-50%) scale(0.7); } }
@keyframes shadow { from { -webkit-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); }
  to { -webkit-transform: translateX(-50%) scale(0.7); transform: translateX(-50%) scale(0.7); } }
@-webkit-keyframes circling { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes circling { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes bubbles { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  90% { opacity: 0; }
  95% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 0.5; }
  100% { opacity: 1; } }
@keyframes bubbles { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  90% { opacity: 0; }
  95% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 0.5; }
  100% { opacity: 1; } }
