* {
  margin: 0;
  padding: 0;
}

div, span, a, h1, h2, h3, h4, h5, p, ul, li, section, article, ol, input, label, textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  background-color: #F8F8F8;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
  color: #222;
}
img {
  vertical-align: middle;
}

img, iframe {
  max-width: 100%;
}
body {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  position: relative;
  min-height: 100%;
}
a {
  color: #b31919;
}
p {
  margin-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.background-layout, .main-layout {
  max-width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #A42B24;
  margin-bottom: 10px;
}

.page-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px;
  position: relative;
  width: 1110px;
  margin: 0 auto -90px;
  top: 30px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  font-size: 14px;
  line-height: 22px;
  color: #1C2129;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  z-index: 100;

}
.nav-links {
  display: flex;
  align-items: center;
}
.nav-item {
  color: #1C2129;
  margin-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item:hover {
  color: #b31919
}
.nav-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
}
.nav-item:hover svg path {
  stroke: #b31919;
}
.header-layout {
  height: 100vh;
  min-height: 1100px;
  background: url(../img/25let/bg_pic_02.jpg) no-repeat center bottom;
  position: relative;
}

.header-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 150px;
}
.header-content {
  display: flex;
  flex-direction: column;
}
.header-block {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: center;

}
.header-block:nth-child(2) {
  margin-top: 50px;
}
.header-block-title {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 54px;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  max-width: 580px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.header-block-title .special {
  color: #b31919
}
.header-block a {
  text-decoration: none;
}
.header-block-text {
  font-size: 18px;
  line-height: 24px;
  color: #1C2129;
  margin: 0 auto;
  max-width: 770px;
}
.super-btn {
  padding: 20px 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 24px;
  border: 5px solid #b31919;
  color: #b31919;
  display: inline-block;
  text-decoration: none;
}
.gift-box-01 {
  width: 243px;
  height: 228px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -250px 0 0 500px;
  background-image: url("../img/25let/gift-box-01.png");
}

.gift-box-02 {
  width: 178px;
  height: 178px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -150px;
  z-index: 0;
  background-image: url("../img/25let/gift-box-02.png");
}
.gift-box-03 {
  width: 647px;
  height: 532px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  background-image: url("../img/25let/gift-box-03.png");
}
.scroll-btn {
  width: 180px;
  height: 180px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
  background-image: url("../img/25let/scroll-button.png");
}
/*******************************
ИНТЕРЕСНЫЕ ФАКТЫ
*******************************/
.facts {
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
}
.facts-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facts-title{
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #323232;
}

.facts-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid rgba(87, 112, 147, 0.3);
  backdrop-filter: blur(7px);
  border-radius: 10px;
  margin: 0 20px;
  height: 106px;
  cursor: move;
}
.facts-item-header {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #5f6477;
  white-space: nowrap;
}
.facts-item-content {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#e89200, #b30024);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.facts-nav {
  display: flex;
  position: absolute;
  right: 10px;
  top: -52px
}
.facts-nav-item {
  border-radius: 100%;
  border: none;
  background-color: #b31919;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  padding: 0;
  height: 24px;
  width: 24px;
  outline: none;
  font-weight: bold;
  background: -webkit-linear-gradient(#e89200, #b30024);
}
.facts-item-content .small {
  font-size: 50%;
}
.splide__pagination {
  display: none !important;
}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden; height: 106px;}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}

/*******************************
ИСТОРИЯ РАЗВИТИЯ
*******************************/
.history-layout {
  background: url(../img/25let/history-bg-left.png) left 100px no-repeat, url(../img/25let/history-bg-right.png) right 100px no-repeat;
}
.history-feed {
  display: flex;
  flex-direction: column;
}

.history-feed-item {
  padding: 60px;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
}

.history-feed-item:nth-of-type(odd) {
  flex-direction: row;
  text-align: right;
}
.history-feed-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.history-feed-image {
  flex-shrink: 0;
}
.history-feed-text {
  position: relative;
}
.history-feed-text-item:nth-child(1) {
  padding-bottom: 25px;
}
.history-feed-text-item:nth-child(2) {
  margin-top: 25px;
}

.history-feed-item:nth-of-type(even) .history-feed-text-item:nth-child(1) {
  background: url(../img/25let/history-dots.png) left bottom  no-repeat;
}
.history-feed-item:nth-of-type(odd) .history-feed-text-item:nth-child(1) {
  background: url(../img/25let/history-dots-right.jpg) right bottom  no-repeat;
}
.history-feed-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 10px;
}
.history-feed-description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #323232;
  max-width: 570px;
}

.prizes-content {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.prizes-content img {
  margin-top: 20px;
}
.rules-layout {
  background-color: #fff;
  padding: 100px 0;
}
.rules-content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.rules-wrapper {
  max-width: 650px ;
  margin: 0 auto;
}

.rules-item {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 30px 30px 30px 40px;
  flex-basis: calc(50% - 35px);
  margin: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  text-decoration: none;
  min-height: 180px;
  position: relative;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.rules-step {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #e4e4e4;
  top: 0;
  left: 0;
  border-radius: 10px 0 100% 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.rules-step span {
  position: relative;
  top: 5px;
  left: 8px;
}
.rules-item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.rules-item-title a {
  color: #b31919;
  text-decoration: none;
}
.rules-item-title a:hover {
  text-decoration: underline;
}
.ya-share2 {
  margin-top: 10px;
}
.ya-share2 ul {
  display: flex;
  justify-content: center;
}
.ya-share2__item {
  margin: 0 3px;
}
.ya-share2__title {
  display: none !important;
}


.events-layout {
  background-color: #fff;
  padding-bottom: 100px;
}
.events-content {
  max-width: 890px;
  border: 2px solid #F1F0F0;
  margin: 0 auto;
  border-radius: 30px;
  padding: 60px 0;
}
.event-shedule {
  display: flex;
  flex-direction: column;
  max-width: 770px;
  margin: 20px auto 0;
}

.event-shedule-item {
  display: flex;
  margin-bottom: 10px;
  padding: 30px 40px;
  background-color: #f8f8f8;
  border-radius: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  position: relative;
}
.event-shedule-item.hidden:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/img/25let/lock-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: -15px 0 0 -15px;
}
.event-shedule-time span {
  white-space: nowrap;
}
.event-shedule-item.hidden .event-shedule-title,
.event-shedule-item.hidden  .event-shedule-time {
  filter: blur(5px);
}
.event-shedule-title {
  margin-right: 20px;
}
.event-shedule-time {
  margin-left: auto;
}

.footer {
  padding: 50px 0 20px;
}
.footer-title {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 64px;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 30px;
}
.partners-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;

}
.partners-wrapper a {
  margin: 0 10px 30px;
}
.form-wrapper {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  & select {
    font-size: 1.8rem;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 5px;
    background-color: #e4e4e4;
  }
  & button {
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 5px;
    background-color: #e4e4e4;
  }
}

.result-container {
  position: relative;
  min-height: 220px;
}

.result-wrapper {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}

.result-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-out {
  opacity: 0 !important;
  transform: translateY(-10px) !important;
}

.loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.result-wrapper {
  width: 550px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border: 15px solid #fff;

  & .result-image {
    display: block;
    aspect-ratio: 16 / 8;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  & .result-content {
    display: flex;
    flex: 1;
    color: #fff;
    gap: 20px;
    bottom: 0;
    padding: 15px 20px;
    background-color: #222;
    width: 100%;
    box-shadow: 0 -5px 3px rgba(0,0,0,0.5);
  }
  & .post-title {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  & .game-title {
    font-weight: bold;
    font-size: 1.4rem;
  }
  & .aside {
    flex-shrink: 0;
  }
  & a {
    text-decoration: none;
    color: #fff;
    &:hover {
      text-decoration: underline;
    }
  }
  .game-image { 
    border: 3px solid #FFF;
  }
}
@media(max-width:640px) {
  .page-navigation {
    padding: 22px 10px;
  }
  .header-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-block-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .history-feed-item, .history-feed-item:nth-of-type(odd), .history-feed-item:nth-of-type(even) {
    flex-direction: column;
  }
  .history-feed-item img {
    position: static !important;
    margin: 0 !important;
    display: none;
  }
  .partners-wrapper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .rules-content {
    flex-direction: column;
  }
  .prizes-content img {
    height: auto;
  }
  .header-wrapper {
    padding-top: 130px;
  }
  .header-layout {
    min-height: 920px;
  }
  .header-block-title {
    margin-bottom: 10px;
  }
  .xs{
    display: none;
  }
  .nav-item {
    margin-right: 10px;
  }
  .history-feed-item {
    padding: 40px 20px;
    border-radius: 0;
  }
  .event-shedule-item {
    padding: 20px;
    border-radius: 0;
  }
  .section-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .rules-item {
    min-height: auto;
  }
  .facts {
    margin: 0 0 40px 10px;
  }
  .facts-header {
    margin-bottom: 10px;
  }
}
