@font-face {
  font-family: "Bitter";
  src: url("../font/BitterPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  overflow-x: hidden;
}
body p {
  margin: 0;
}

.main-new {
  position: relative;
}
.main-new .progress-bar {
  position: fixed;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #1E1E1E;
  z-index: 10;
  transition: none;
}
.main-new .progress-bar .line {
  width: 0;
  height: 4px;
  background: #fff;
}
.main-new .audioBox {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 8;
  padding: 19px;
  border-radius: 75px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  bottom: 30px;
  left: calc(50% - 64px);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  transition: 0.4s;
  box-sizing: border-box;
}
.main-new .audioBox:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.main-new .audioBox audio {
  display: none;
}
.main-new .audioBox svg {
  transition: 0.4s;
}
.main-new .audioBox .hidden {
  display: none;
}
.main-new .audioBox .equalizer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2px;
  width: 54px;
  height: 16px;
}
.main-new .audioBox .equalizer span {
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: white;
}
@media (max-width: 900px) {
  .main-new .audioBox {
    left: calc(50% - 33px);
  }
  .main-new .audioBox .equalizer {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-new .audioBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: auto;
    right: 20px;
    top: 120px;
  }
  .main-new .audioBox svg {
    width: 24px;
    height: 24px;
  }
}
.main-new .dots {
  display: inline-block;
  padding: 0 5px;
}
.main-new .intro {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.main-new .intro__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  background: transparent;
}
.main-new .intro__panel--left {
  background: #0C1A28;
  left: 0;
  transform-origin: left;
}
.main-new .intro__panel--right {
  background: #0C1A28;
  right: 0;
  transform-origin: right;
}
.main-new .intro-logo {
  filter: blur(20px);
  opacity: 0;
  text-align: center;
  z-index: 100;
  max-width: 80%;
  margin: 0 auto;
}
.main-new .main {
  background: #0C1A28;
  overflow: hidden;
  padding: 0 24px 0;
  margin-bottom: 200px;
  transition: 0.4s;
}
.main-new .main__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-new .main__video-bg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  border: 1px solid #0C1A28;
}
.main-new .main__video-bg video {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-new .main__inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0.95) 0%, rgba(13, 27, 42, 0.7) 50%, rgba(13, 27, 42, 0.5) 100%);
  position: relative;
}
.main-new .main-title {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-family: Bitter;
  font-size: 144px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 40px 0;
  background: #0C1A28;
  margin: 0;
  width: 100%;
  top: -200px;
  transition: 0.4s;
  z-index: 11;
}
.main-new .main-subtitle {
  color: #FFF;
  text-align: center;
  font-family: Bitter;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  position: absolute;
  top: calc(50% - 55px);
  width: 100%;
  text-align: center;
}
.main-new .main__info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  width: 100%;
  transition: 0.4s;
}
.main-new .main__info-text {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  max-width: 338px;
}
.main-new .main__video {
  height: 20vh;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.main-new .main__video video {
  width: 100%;
  height: 100%;
}
.main-new .main__video-text {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
}
.main-new .main__video-text:nth-child(2) {
  left: 12px;
  top: 12px;
}
.main-new .main__video-text:nth-child(3) {
  right: 12px;
  bottom: 12px;
}
.main-new .main__video-text:nth-child(4) {
  left: 12px;
  bottom: 12px;
}
.main-new .main__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: 0.4s;
  z-index: 1;
}
.main-new .main__video:hover {
  scale: 1.05;
}
.main-new .main__video:hover:after {
  opacity: 0;
}
@media (max-width: 1600px) {
  .main-new .main-title {
    font-size: 72px;
  }
  .main-new .main-subtitle {
    font-size: 56px;
    top: calc(50% - 31px);
  }
  .main-new .main__video {
    width: 23%;
    height: 20vh;
    min-width: 350px;
    min-height: 200px;
  }
}
@media (max-width: 1024px) {
  .main-new .main-title {
    font-size: 48px;
    padding: 16px 0;
  }
  .main-new .main-subtitle {
    font-size: 42px;
    top: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .main-new .main {
    margin-bottom: 100px;
    padding: 0 16px 0;
  }
  .main-new .main-title {
    font-size: 28px;
    padding: 18px 0;
  }
  .main-new .main-subtitle {
    font-size: 25px;
    top: calc(50% - 16px);
  }
  .main-new .main__info {
    bottom: 38px;
    gap: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .main-new .main__info-text {
    font-size: 11px;
  }
  .main-new .main__video {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
  .main-new .main__video-text {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
  }
  .main-new .main__video-text:nth-child(2) {
    left: 12px;
    top: 12px;
  }
  .main-new .main__video-text:nth-child(3) {
    display: none;
  }
  .main-new .main__video-text:nth-child(4) {
    left: 12px;
    bottom: 12px;
  }
  .main-new .main__video iframe {
    width: 100%;
    height: 100%;
  }
}
.main-new .info {
  padding: 700px 60px 250px;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto 86px;
}
.main-new .info-bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 10%);
  z-index: 0;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main-new .info-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main-new .info-bgDark {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-new .info__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 400px;
  z-index: 2;
}
.main-new .info-title {
  max-width: 700px;
  font-family: Bitter;
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  vertical-align: middle;
  color: #FFFFFF;
}
.main-new .info__box {
  max-width: 500px;
}
.main-new .info__box-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
}
.main-new .info__box-text:last-child {
  text-transform: none;
}
.main-new .info__box-title {
  font-family: Bitter;
  font-weight: 400;
  font-size: 65px;
  line-height: 100%;
  vertical-align: middle;
  color: #FFFFFF;
  margin: 30px 0;
}
.main-new .info .left {
  margin-left: auto;
}
@media (max-width: 1350px) {
  .main-new .info__content {
    gap: 317px;
  }
  .main-new .info-title {
    max-width: 500px;
    font-size: 72px;
  }
  .main-new .info__box {
    max-width: 381px;
  }
  .main-new .info__box-title {
    font-size: 48px;
  }
}
@media (max-width: 1000px) {
  .main-new .info-bg video {
    width: 100%;
    height: 110%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .main-new .info {
    padding: 700px 18px 250px;
    position: relative;
    min-height: 100vh;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 24px;
  }
  .main-new .info-bg {
    height: calc(100vh + 10%);
  }
  .main-new .info-bg video {
    width: 150vw;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    left: calc(100% - 150vw);
    position: relative;
  }
  .main-new .info-bg img {
    height: 140%;
  }
  .main-new .info-bgDark {
    height: 119%;
  }
  .main-new .info__content {
    gap: 170px;
  }
  .main-new .info-title {
    max-width: 328px;
    font-size: 48px;
  }
  .main-new .info__box {
    max-width: 100%;
  }
  .main-new .info__box-text {
    font-size: 11px;
  }
  .main-new .info__box-title {
    font-size: 32px;
    margin: 12px 0;
  }
}
@media (max-width: 500px) {
  .main-new .info-bg video {
    width: 200vw;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    left: calc(100% - 200vw);
    position: relative;
  }
}
.main-new .winners {
  will-change: transform;
}
.main-new .winners__container {
  width: 100%;
  margin: auto;
  padding: 80px 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #1E1E1E;
  will-change: transform;
}
.main-new .winners__info {
  max-width: 1820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}
.main-new .winners-title {
  color: #FFF;
  font-family: Bitter;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.main-new .winners-text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 65px;
}
.main-new .winners-text span {
  font-family: Inter;
  position: absolute;
  top: calc(50% - 36px);
  left: 0;
}
.main-new .winners-text span:last-child {
  position: relative;
  opacity: 0;
  top: 40px;
}
.main-new .winners__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1820px;
}
.main-new .winners__item {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  overflow: hidden;
}
.main-new .winners__item-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.main-new .winners__item-number {
  color: #FFF;
  font-family: Bitter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
.main-new .winners__item-price {
  color: #FFF;
  font-family: Inter;
  font-size: 168px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  transform-origin: top left;
  transform: rotate(10deg);
}
.main-new .winners__item-img {
  opacity: 0.5;
  transform-origin: top left;
  transform: rotate(10deg);
  margin-bottom: 16px;
}
@media (max-width: 1230px), (max-height: 800px) {
  .main-new .winners__info {
    gap: 16px;
    margin-bottom: 56px;
  }
  .main-new .winners-title {
    font-size: 48px;
  }
  .main-new .winners-text {
    max-width: 300px;
    max-height: 90px;
  }
  .main-new .winners__item {
    padding: 0 16px;
  }
  .main-new .winners__item-box {
    gap: 20px;
  }
  .main-new .winners__item-price {
    font-size: 130px;
  }
  .main-new .winners__item-img {
    margin-bottom: 8px;
  }
}
@media (max-width: 1090px), (max-height: 800px) {
  .main-new .winners__item-box {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 900px), (max-height: 800px) {
  .main-new .winners__box {
    gap: 48px;
  }
  .main-new .winners__item {
    gap: 16px;
    padding: 0;
  }
  .main-new .winners__item-price {
    font-size: 72px;
  }
  .main-new .winners__item-img {
    max-width: 142px;
  }
}
@media (max-width: 1700px) and (max-height: 800px) {
  .main-new .winners__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 1820px;
  }
}
@media (max-width: 1450px) and (max-height: 800px) {
  .main-new .winners__box {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 1820px;
  }
}
@media (max-width: 768px) {
  .main-new .winners__box {
    display: flex;
    gap: 16px;
  }
  .main-new .winners__info {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .main-new .winners-text {
    max-width: 100%;
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  .main-new .winners {
    margin-bottom: 100px;
  }
  .main-new .winners-title {
    font-size: 36px;
  }
  .main-new .winners__item-price {
    font-size: 48px;
  }
  .main-new .winners__item-img {
    max-width: 142px;
  }
}
@media (max-width: 400px) {
  .main-new .winners__item-price {
    font-size: 40px;
  }
}
.main-new .archive {
  min-height: 100vh;
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
}
.main-new .archive__titleBox {
  margin: 0 auto;
  position: relative;
}
.main-new .archive-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0D1017;
  text-align: center;
  font-family: Bitter;
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 40px 0;
  overflow-x: hidden;
  max-width: 1300px;
  margin: 0 auto;
}
.main-new .archive-title span {
  color: #0D1017;
  font-family: Bitter;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.main-new .archive-title:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translateX(-100%);
  transition: 0.4s;
  background: #0D1017;
}
.main-new .archive-title:hover:after {
  transform: translateX(0);
}
.main-new .archive__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  position: relative;
}
.main-new .archive__box-item {
  position: relative;
}
.main-new .archive__box-item img {
  position: relative;
}
.main-new .archive .archive__box:nth-child(2) {
  margin-bottom: 40px;
}
.main-new .archive .archive__box:nth-child(2) .archive__box-item:first-child img {
  margin-top: 100%;
}
.main-new .archive .archive__box:nth-child(2) .archive__box-item:nth-child(2) img {
  margin-top: 300%;
}
.main-new .archive .archive__box:nth-child(2) .archive__box-item:nth-child(3) img {
  margin-top: 100%;
}
.main-new .archive .archive__box:nth-child(2) .archive__box-item:nth-child(4) img {
  margin-top: 200%;
  margin-left: 40px;
}
.main-new .archive .archive__box:nth-child(2) .archive__box-item:nth-child(5) img {
  margin-top: 50%;
}
.main-new .archive .archive__box:nth-child(3) .archive__box-item:first-child img {
  margin: 0;
}
.main-new .archive .archive__box:nth-child(3) .archive__box-item:nth-child(3) img {
  margin-top: -20%;
}
.main-new .archive .archive__box:nth-child(3) .archive__box-item:nth-child(5) img {
  margin-top: -50%;
}
.main-new .archive__table {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  background: rgba(0, 0, 0, 0.6);
  gap: 16px;
  z-index: 10;
  opacity: 0;
  display: flex;
  transition: 0.4s;
  pointer-events: none;
}
.main-new .archive__table p {
  margin: 0;
}
.main-new .archive__table-container {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
}
.main-new .archive__table-inner {
  border-radius: 16px;
  background: #FFF;
  display: flex;
  padding: 40px 36px 40px 40px;
  border-right: 4px solid transparent;
  position: relative;
  overflow: auto;
  height: 600px;
  max-height: 600px;
  overscroll-behavior: contain;
}
.main-new .archive__table-inner::-webkit-scrollbar {
  width: 6px;
}
.main-new .archive__table-inner::-webkit-scrollbar-track {
  background: transparent;
  margin: 15px;
}
.main-new .archive__table-inner::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.main-new .archive__table .rating-blocks {
  width: 100%;
}
.main-new .archive__table .rating-blocks .tab-content .tab-pane.active {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.main-new .archive__table .rating-blocks .tab-content .tab-pane.active div {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 10px;
  cursor: pointer;
}
.main-new .archive__table .rating-blocks .tab-content .tab-pane.active .active {
  color: rgb(0, 0, 0);
}
.main-new .archive__table .rating-blocks div {
  margin: 0;
}
.main-new .archive__table #winners-bars .tabs {
  display: flex;
  align-content: center;
  justify-content: start;
  height: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 24px;
  margin: 0 auto 25px;
}
.main-new .archive__table #winners-bars .tabs::-webkit-scrollbar {
  display: none;
}
.main-new .archive__table #winners-bars .tabs li a {
  margin: 0;
  padding: 0;
  color: #0D1017;
  font-family: Bitter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(13, 16, 23, 0.5);
}
.main-new .archive__table #winners-bars .tabs li.active a {
  color: rgb(13, 16, 23);
}
.main-new .archive__table .rating-blocks table th:last-child {
  display: block;
}
.main-new .archive__table .rating-blocks table td:last-child {
  display: block;
}
.main-new .archive__table #participants-data-win {
  border: 1px solid rgba(13, 16, 23, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.main-new .archive__table #participants-data-win .win-title {
  border: 0.8px solid rgba(13, 16, 23, 0.1);
  background: #F5F5F5;
  padding: 24px 32px;
  border-radius: 10px 10px 0 0;
  color: #0D1017;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #0D1017;
  max-width: 100%;
}
@media (max-width: 600px) {
  .main-new .archive__table #participants-data-win .win-title {
    padding: 12px;
  }
}
.main-new .archive__table #participants-data-win table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin: 0;
}
.main-new .archive__table #participants-data-win thead {
  border: 0.8px solid rgba(13, 16, 23, 0.1);
  border-top: none;
}
.main-new .archive__table #participants-data-win thead th {
  color: #0D1017;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 32px;
}
@media (max-width: 600px) {
  .main-new .archive__table #participants-data-win thead th {
    padding: 12px;
  }
}
.main-new .archive__table #participants-data-win tbody tr {
  background: transparent;
  border: 1px solid rgba(13, 16, 23, 0.1);
  border-top: 0;
}
.main-new .archive__table #participants-data-win tbody tr:nth-child(odd) {
  background: #F5F5F5;
}
.main-new .archive__table #participants-data-win tbody td {
  padding: 16px 32px;
  color: #0D1017;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
}
.main-new .archive__table #participants-data-win tbody td:nth-child(odd) {
  font-weight: 400;
}
@media (max-width: 600px) {
  .main-new .archive__table #participants-data-win tbody td {
    padding: 12px;
  }
}
.main-new .archive__table #participants-data-win .loaderhead {
  top: calc(50% - 50px);
}
.main-new .archive__table-thanks {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 400px;
}
.main-new .archive__table-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-new .archive__table-link div {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 75px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  cursor: pointer;
}
.main-new .archive__table-link div:hover {
  text-decoration: none;
  scale: 1.05;
}
.main-new .archive__table-close {
  position: absolute;
  top: -15px;
  right: -42px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 75px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 12px;
  box-sizing: border-box;
  transition: 0.4s;
}
.main-new .archive__table-close:hover {
  scale: 1.1;
}
.main-new .archive__table.active {
  opacity: 1;
  pointer-events: auto;
}
.main-new .archive .dots {
  padding: 10px 10px;
  display: flex;
  align-items: end;
}
.main-new .archive .arrow-more:before {
  display: none;
}
@media (max-width: 1250px) {
  .main-new .archive-title {
    max-width: 900px;
    font-size: 92px;
  }
}
@media (max-width: 1000px) {
  .main-new .archive__table-container {
    padding: 0 30px;
  }
  .main-new .archive__table-inner {
    padding: 20px;
    height: 400px;
    max-height: 400px;
  }
  .main-new .archive__table-box {
    border-radius: 10px;
    border: 1px solid rgba(13, 16, 23, 0.1);
  }
  .main-new .archive__table-box div {
    border-bottom: 0.8px solid rgba(13, 16, 23, 0.1);
  }
  .main-new .archive__table-box div:last-child {
    border-bottom: none;
  }
  .main-new .archive__table-box div:nth-child(odd) {
    background: #F5F5F5;
  }
  .main-new .archive__table-main p {
    color: #142E4E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 24px 32px;
  }
  .main-new .archive__table-main p span {
    font-weight: 400;
  }
  .main-new .archive__table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 16px 32px;
  }
  .main-new .archive__table-header p {
    color: #0D1017;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .main-new .archive__table-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 16px 32px;
  }
  .main-new .archive__table-item p {
    color: #0D1017;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .main-new .archive__table-item p:nth-child(odd) {
    font-weight: 400;
  }
  .main-new .archive__table-thanks {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    max-width: 400px;
  }
  .main-new .archive__table-close {
    position: absolute;
    right: 10px;
    top: -55px;
    cursor: pointer;
  }
  .main-new .archive__table.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 900px) {
  .main-new .archive-title {
    font-size: 48px;
    max-width: 500px;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .main-new .archive {
    margin-bottom: 100px;
  }
  .main-new .archive-title {
    font-size: 32px;
    max-width: 350px;
  }
  .main-new .archive-title span {
    font-size: 14px;
  }
  .main-new .archive__table-container {
    padding: 0 16px;
  }
  .main-new .archive__table #winners-bars .tabs {
    gap: 16px;
    margin: 0 auto 18px;
  }
  .main-new .archive__table #winners-bars .tabs li a {
    font-size: 18px;
    line-height: 20px;
  }
  .main-new .archive__table-thanks {
    padding: 0 16px;
  }
  .main-new .archive__table-link {
    width: calc(100% - 32px);
  }
  .main-new .archive__table-link div {
    margin-right: 64px;
  }
  .main-new .archive__table-close {
    top: auto;
    bottom: -64px;
    right: 16px;
  }
}
@media (max-width: 570px) {
  .main-new .archive__table {
    gap: 14px;
  }
  .main-new .archive__table .rating-blocks table th:last-child {
    display: none;
  }
  .main-new .archive__table .rating-blocks table td:last-child {
    display: none;
  }
  .main-new .archive__table-inner {
    padding: 16px;
    height: 400px;
    max-height: 400px;
  }
  .main-new .archive__table-main p {
    padding: 16px 24px;
  }
  .main-new .archive__table-header {
    padding: 16px 24px;
  }
  .main-new .archive__table-header p {
    font-size: 14px;
  }
  .main-new .archive__table-item {
    padding: 16px 24px;
  }
  .main-new .archive__table-item p {
    font-size: 14px;
  }
  .main-new .archive__table-thanks {
    font-size: 11px;
  }
  .main-new .archive__table.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.main-new .event {
  margin-bottom: 200px;
}
.main-new .event-title {
  font-family: Bitter;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #0D1017;
  margin: 0 auto;
  padding-bottom: 16px;
}
.main-new .event__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: auto;
}
.main-new .event__item {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 24px;
  text-decoration: none;
  overflow: hidden;
}
.main-new .event__item-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.main-new .event__item-text {
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  padding: 0 0 40px;
  z-index: 3;
  transition: opacity 0.4s;
  transition: translate 0.1s;
  pointer-events: none;
  display: block;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main-new .event__item-icon {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 0;
  transition: 0.4s;
  z-index: 4;
}
.main-new .event__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
}
.main-new .event__item:hover .event__item-text {
  opacity: 1;
}
.main-new .event__item:hover .event__item-icon {
  opacity: 1;
}
.main-new .event__item:hover:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .main-new .event__box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .main-new .event {
    margin-bottom: 100px;
  }
  .main-new .event-title {
    font-size: 36px;
    margin: 0 auto;
    padding-bottom: 44px;
  }
  .main-new .event__item {
    padding: 24px;
  }
  .main-new .event__item-text {
    font-size: 16px;
    line-height: 100%;
    opacity: 1;
  }
  .main-new .event__item-icon {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    opacity: 1;
  }
  .main-new .event__item-icon svg {
    width: 24px;
    height: 24px;
  }
  .main-new .event__item:after {
    opacity: 1;
  }
}
.main-new .gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 200px;
}
.main-new .gallery-title {
  color: #0D1017;
  text-align: center;
  font-family: Bitter;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
}
.main-new .gallery .slide-name {
  color: #0D1017;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.main-new .gallery .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
  height: auto;
  justify-content: center;
  will-change: width;
  transition: 0.4s;
  cursor: -webkit-grab;
  cursor: grab;
}
.main-new .gallery .splide__slide .slide-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 14px;
}
.main-new .gallery .splide__slide .slide-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 12px;
  opacity: 1;
  transition: 0.4s;
}
.main-new .gallery .splide__slide .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 2;
  transition: 0.4s;
  position: relative;
}
.main-new .gallery .splide__slide .hover-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  z-index: 0;
  transition: 0.4s;
  height: 100%;
}
.main-new .gallery .splide__slide .slide-plug {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 4;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  cursor: pointer;
  opacity: 0;
  transition: 0.4s;
}
.main-new .gallery .splide__slide:hover .main-img {
  scale: 0.91;
}
.main-new .gallery .splide__slide:hover .hover-img {
  scale: 1.1;
}
.main-new .gallery .splide__slide:hover .slide-plug {
  opacity: 1;
}
.main-new .gallery-show {
  position: fixed;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  display: flex;
  transition: 0.4s;
  pointer-events: none;
  cursor: pointer;
}
.main-new .gallery-show-box {
  padding: 20px;
  max-height: calc(100vh - 200px);
  width: auto;
}
.main-new .gallery-show img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  height: 100%;
}
.main-new .gallery-show img:hover + .slide-plug {
  opacity: 1;
}
.main-new .gallery-show .slide-plug {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 4;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  cursor: pointer;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.main-new .gallery-show .slide-plug:hover {
  opacity: 1;
}
.main-new .gallery-show .gallery-show-text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.main-new .gallery-show.active {
  opacity: 1;
  pointer-events: auto;
}
.main-new .gallery-show.active .slide-plug {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .main-new .gallery {
    margin-bottom: 100px;
  }
  .main-new .gallery-title {
    font-size: 36px;
    padding-bottom: 16px;
  }
  .main-new .gallery-show-box {
    position: relative;
  }
  .main-new .gallery-show .slide-plug {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.5);
    top: auto;
    bottom: -93px;
    left: calc(50% - 32px);
    opacity: 1;
  }
  .main-new .gallery-show .slide-plug:hover {
    scale: 1.1;
  }
  .main-new .gallery-show .gallery-show-text {
    padding-bottom: 80px;
  }
}
.main-new .final {
  background: #1E1E1E;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
  overflow: hidden;
}
.main-new .final-title {
  color: #FFF;
  text-align: center;
  font-family: Bitter;
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 auto 16px;
  cursor: default;
}
.main-new .final-text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 320px;
  cursor: default;
}
.main-new .final-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: 2;
  pointer-events: none;
  transition: 0.4s;
}
.main-new .final .flair {
  position: absolute;
  inset: 0;
  width: 100px;
  pointer-events: none;
  opacity: 0;
  scale: 1;
}
.main-new .final-imgMob {
  display: none;
}
@media (max-width: 1400px) {
  .main-new .final-title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .main-new .final {
    padding: 27px;
  }
  .main-new .final-title {
    font-size: 36px;
    margin: 0 auto 48px;
  }
  .main-new .final-text {
    max-width: 100%;
  }
  .main-new .final-imgMob {
    display: block;
    margin: 0 auto 48px;
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
  }
}
@media (max-height: 720px) {
  .main-new .final {
    padding: 20px;
  }
  .main-new .final-title {
    font-size: 32px;
    margin: 0 auto 24px;
  }
  .main-new .final-imgMob {
    display: block;
    margin: 0 auto 24px;
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
  }
}
.main-new .hidden {
  display: none;
}
.main-new .video__popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  z-index: 10;
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
.main-new .video__popup-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  gap: 20px;
  height: 100%;
  max-width: 1300px;
  padding: 0 40px;
  position: relative;
}
.main-new .video__popup-frame {
  max-width: 100%;
  width: 100%;
  max-height: 686px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.main-new .video__popup-text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
.main-new .video__popup-close {
  position: absolute;
  top: 30px;
  right: -30px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 75px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 12px;
  box-sizing: border-box;
  transition: 0.4s;
}
.main-new .video__popup-close:hover {
  scale: 1.1;
}
@media (max-width: 1400px) {
  .main-new .video__popup-inner {
    max-width: 1000px;
  }
  .main-new .video__popup-frame {
    max-height: 80%;
  }
  .main-new .video__popup-close {
    top: 130px;
    right: -30px;
  }
}
@media (max-width: 1100px) {
  .main-new .video__popup-close {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .main-new .video__popup-frame {
    max-height: 70%;
  }
  .main-new .video__popup-close {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
.main-new .video__popup.hidden {
  opacity: 0;
  pointer-events: none;
}
