* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  transition: 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  width: 1400px;
  padding: 0 15px;
  margin: auto;
}
body,
input,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
body {
  background-color: #181819;
}
.menu_mob {
  width: 40px;
  height: 30px;
  display: none;
  position: relative;
}
.menu_mob span {
  width: 40px;
  height: 4px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.menu_mob span:nth-child(2) {
  top: 11px;
}
.menu_mob span:nth-child(3) {
  top: 22px;
}
.active_drop_men.menu_mob span {
  top: 13px;
  background: #FF0871;
}
.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
}
.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
}
.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
}
.overflow-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.overflow-wrap::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar-thumb {
  background-color: #0e987f;
  border-radius: 5px;
}
.scroll-top {
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: #FF0871;
  border: 1px solid #fff;
  background-image: url(../img/up-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 7px;
}
.scroll-top:hover {
  background-color: #cb0659;
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
@keyframes scall {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.center {
  text-align: center;
}
.btn {
  max-width: 100%;
  background-color: #FF0871;
  padding: 14px 34px;
  font-size: 18px;
  border-radius: 4px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-family: 'Poly', serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn.long {
  width: 222px;
}
.btn:hover {
  background-color: #d70e63;
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 0;
}
.header-box {
  position: relative;
}
.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53px;
}
.header-link:nth-child(2) {
  margin-right: 120px;
}
.header-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #F4F4F4;
  font-family: 'Poly', serif;
}
.header-link a:hover {
  opacity: 0.7;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 26px;
  position: absolute;
  top: -5px;
  left: calc(50% - 33px);
}
.header-logo a:hover {
  opacity: 0.7;
}
.banner-info {
  max-width: 430px;
  text-align: center;
  margin: 235px auto 0 auto;
}
.banner-info h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #F4F4F4;
}
.banner-info h5 span {
  text-decoration: underline;
}
.banner-info p {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #F4F4F4;
  font-family: 'Poly', serif;
  margin: 14px 0 20px;
}
.banner {
  background-color: #263944;
  background-image: url(../img/banner-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 375px 0 0;
  position: relative;
}
.banner h1 {
  max-width: 1020px;
  font-weight: 700;
  font-size: 48px;
  line-height: 156%;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
}
.banner-title-bg {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 431px;
  text-align: center;
  letter-spacing: -0.05em;
  background: linear-gradient(180.01deg, #f4f4f4 -11.19%, rgba(244, 244, 244, 0.01) 82.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: -50px;
  left: 0;
}
.btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.rule-btn {
  background-image: url(../img/arrow-white.svg);
  background-position-x: calc(95%);
  background-position-y: center;
  background-repeat: no-repeat;
  font-family: 'Poly', serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-right: 30px;
}
.rule-btn:hover {
  background-position-x: 100%;
}
.wave {
  width: 100%;
  height: 146px;
  background-image: url(../img/wave.png);
  background-position: center center;
  position: absolute;
  bottom: 190px;
  left: 0;
}
.registration {
  background: linear-gradient(#171717, #181819);
  padding: 260px 0 85px;
  position: relative;
}
.registration-photo {
  max-width: 48%;
  position: absolute;
  top: 225px;
  right: 0;
}
.registration-box {
  max-width: 570px;
  position: relative;
}
.sub-title {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
}
.title {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.step-wrap {
  margin-bottom: 65px;
}
.step-block {
  display: flex;
  justify-content: space-between;
}
.step-block:not(:last-child) {
  margin-bottom: 55px;
}
.step-number {
  width: 48px;
  height: 48px;
  background: #FF0871;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
}
.section-sub {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: 'Poly', serif;
  margin-bottom: 55px;
}
.step-content {
  width: calc(100% - 80px);
}
.step-content h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.step-content p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  font-family: 'Poly', serif;
  opacity: 0.7;
}
.about {
  padding: 140px 0 280px;
  position: relative;
}
.about-top {
  max-width: 795px;
  position: relative;
}
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 165px;
}
.about-block {
  width: 365px;
}
.about-content {
  margin-top: 32px;
}
.about-content h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.about-content p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  opacity: 0.7;
}
.about-content .btn {
  margin-top: 50px;
}
.about-photo {
  max-width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.challenge-box {
  max-width: 1120px;
  min-height: 400px;
  background-image: url(../img/challenge.jpg);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  padding: 30px 65px;
  position: relative;
  margin: auto;
}
.challenge-box .title {
  margin-bottom: 40px;
}
.btn-white {
  width: 227px;
  height: 48px;
  background-image: url(../img/btn-arrow.svg);
  background-position-x: calc(100% - 25px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FF0871;
  padding-right: 25px;
  font-family: 'Poly', serif;
  transition: 0.3s;
}
.btn-white:hover {
  background-position-x: calc(100% - 20px);
  background-color: #eaeaea;
}
.challenge-photo {
  max-height: calc(100% + 80px);
  position: absolute;
  top: -15px;
  right: 0;
}
.faq {
  padding: 175px 0 0;
}
.faq-wrap {
  margin-bottom: 150px;
}
.faq-block {
  border-bottom: 1px solid #ffffff;
}
.faq-block.active .faq-btn:before,
.faq-block.active .faq-btn:after {
  transform: rotate(0);
}
.faq-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 24px 60px 24px 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.faq-title:hover {
  color: #FF0871;
}
.faq-btn {
  width: 52px;
  height: 52px;
  background: #FF0871;
  border-radius: 16px;
  position: absolute;
  top: calc(50% - 26px);
  right: 0;
}
.faq-btn:before,
.faq-btn:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  transition: 0.3s;
}
.faq-btn:before {
  transform: rotate(270deg);
}
.faq-btn:after {
  transform: rotate(180deg);
}
.faq-info {
  max-width: 800px;
  display: none;
  padding-bottom: 20px;
}
.faq-info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0.7;
}
.faq-info p:not(:last-child) {
  margin-bottom: 20px;
}
.footer {
  padding: 175px 0 360px;
  background-color: #263944;
  background-image: url(../img/footer-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.footer .container {
  position: relative;
}
.footer-box {
  max-width: 800px;
  text-align: center;
  position: relative;
  margin: auto;
}
.footer-box h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer-link {
  font-weight: 700;
  font-size: 50px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer-link:hover {
  color: #FF0871;
}
.footer-btn {
  margin-top: 24px;
}
.footer-title-bg {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 431px;
  text-align: center;
  letter-spacing: -0.05em;
  background: linear-gradient(180.01deg, #f4f4f4 -11.19%, rgba(244, 244, 244, 0.01) 82.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 20px;
  left: 0;
}
.prizes {
  background-image: url(../img/prizes-bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 128px 0 0;
}
.prizes .title {
  margin-bottom: 250px;
}
.cup-wrap {
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.cup-block {
  width: 365px;
}
.cup-block:nth-child(2) {
  width: 475px;
  position: relative;
  top: -96px;
}
.cup-block:nth-child(2) .cup-photo {
  height: 376px;
}
.cup-block:nth-child(2) .cup-number {
  width: 85px;
  height: 85px;
  font-size: 40px;
  border-radius: 40px;
}
.cup-block:nth-child(2) .cup-content h4 {
  font-size: 50px;
}
.cup-photo {
  height: 289px;
  background-image: url(../img/cup.png);
  background-size: cover;
  position: relative;
  margin-bottom: 35px;
}
.cup-number {
  width: 68px;
  height: 68px;
  background: #FF0871;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  position: absolute;
  top: 50px;
  left: calc(50% - 34px);
}
.cup-content {
  padding: 0 5px;
  text-align: center;
}
.cup-content h4 {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #FF0871;
  margin-bottom: 23px;
}
.cup-content p {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
}
