@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #302f2f;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
.disabled {
    cursor: not-allowed !important;
    opacity: 0.7;
}
.d-flex {
    display: flex !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.container {
  max-width: 1278px;
  padding: 0px 64px;
  margin: 0 auto;
}
@media (max-width: 1277.98px) {
  .container {
    max-width: 100%;
    padding: 0px 27px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0px 15px;
  }
}

.secondary-bg {
  background: white;
}

.secondary-text-color {
  color: #302f2f;
}

.link-text-color {
  color: #fff1b9;
}

.gradient-text {
  background: linear-gradient(35deg, #ffe4c9 0%, #f6e089 15.87%, #fff1b9 33.17%, #fff 47.6%, #e1ba64 58.65%, #f3eee3 89.42%, #e7cf9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.h1 {
  font-weight: 700;
  font-size: 76px;
  text-transform: uppercase;
}
@media (max-width: 1277.98px) {
  .h1 {
    font-size: 53px;
  }
}
@media (max-width: 767.98px) {
  .h1 {
    font-size: 48px;
  }
}

.h2 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.button {
  width: 100%;
  max-width: max-content;
  height: 63px;
  padding: 0px 17px;
  border-radius: 33px;
  color: #302f2f;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(142deg, #e3ca69 0%, #c2b689 17.79%, #f6e398 33.17%, #e6d697 47.6%, #ccb458 58.03%, #ffe183 67.33%, #fff8f0 75.96%, #7d6f3a 100%);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 33px;
  background: linear-gradient(142deg, #7d6f3a 0%, #ffe183 32.67%, #ccb458 41.97%, #e6d697 52.4%, #f6e398 66.83%, #c2b689 82.21%, #e3ca69 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.button:hover::after {
  opacity: 1;
}
.button--outline {
  background: transparent;
  box-shadow: none;
  transition: background-color 0.4s ease;
}
.button--outline::after {
  display: none;
}
.button--outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 33px;
  background: linear-gradient(35deg, #a29a7b 0%, #f6e089 15.87%, #fff1b9 33.17%, #fff 47.6%, #e1ba64 58.65%, #f3eee3 89.42%, #e7cf9a 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.button--outline span {
  display: block;
  position: relative;
  z-index: 2;
  color: #f6e089;
  transition: color 0.4s ease;
}
.button--outline:hover {
  background-color: rgba(246, 224, 137, 0.2);
}
.button--outline:hover span {
  color: #fff1b9;
}
@media (max-width: 1277.98px) {
  .button {
    height: 53px;
    padding: 0px 25px;
    font-size: 16px;
  }
}

.section {
  padding: 50px 0px;
}
.section--margin {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section--margin {
    margin-bottom: 0;
  }
}
.section--padding {
  padding: 100px 0px;
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .section__header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }
}
.section__subtitle {
  display: block;
  margin-top: 18px;
  font-weight: 100;
  font-size: 32px;
  color: rgba(255, 228, 201, 0.8);
  text-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .section__subtitle {
    font-size: 24px;
  }
}
.section__content {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .section__content {
    margin-top: 20px;
  }
}
.section__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.section__footer button {
  max-width: 370px;
}
@media (max-width: 767.98px) {
  .section__footer button {
    max-width: 100%;
  }
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.card--hover:hover .card__image {
  cursor: pointer;
}
.card--hover:hover .card__img img {
  transform: scale(1.05);
}
.card--hover:hover .card__before span {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #d0c676 0%, #ffe6a1 34.62%, #fff 51.44%, #e4e4e4 60.1%, #f9fd97 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.card__img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  overflow: hidden;
}
.card__img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.card__before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-7px, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.card__before img {
  width: 45px;
}
.card__before span {
  color: rgba(255, 228, 201, 0.8);
  font-weight: 300;
  font-size: 20px;
  transition: 0.3s;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.card__title {
  font-size: 28px;
  text-align: center;
}
.card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
}
.card__button {
  color: #302f2f;
  padding: 0px 20px;
  height: 36px;
  border-radius: 5px;
  background: linear-gradient(142deg, #e3ca69 0%, #c2b689 17.79%, #f6e398 33.17%, #e6d697 47.6%, #ccb458 58.03%, #ffe183 67.33%, #fff8f0 75.96%, #7d6f3a 100%);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.card__button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: linear-gradient(142deg, #7d6f3a 0%, #ffe183 32.67%, #ccb458 41.97%, #e6d697 52.4%, #f6e398 66.83%, #c2b689 82.21%, #e3ca69 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.card__button:hover::after {
  opacity: 1;
}
.card__button.active {
  background: transparent;
  opacity: 0.5;
}
.card__button.active::after {
  display: none;
}
.card__button.active:hover {
  opacity: 0.75;
}
.card__button.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 5px;
  background: linear-gradient(35deg, #a29a7b 0%, #f6e089 15.87%, #fff1b9 33.17%, #fff 47.6%, #e1ba64 58.65%, #f3eee3 89.42%, #e7cf9a 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.card__button.active span {
  position: relative;
  z-index: 2;
  background: linear-gradient(35deg, #ffe4c9 0%, #f6e089 15.87%, #fff1b9 33.17%, #fff 47.6%, #e1ba64 58.65%, #f3eee3 89.42%, #e7cf9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.card__button span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.card__button.disabled {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.card__votes {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 300;
  color: rgba(255, 228, 201, 0.8);
}
.card__votes img {
  width: 30px;
}

.hero {
  height: 740px;
  overflow: hidden;
}
@media (max-width: 1277.98px) {
  .hero {
    height: 510px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    height: 870px;
  }
}

.hero__video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 720px;
    width: auto;
    z-index: -1000;
    overflow: hidden;
    opacity: 0.5;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 767.98px) {
  .hero__video {
    min-width: unset;
    height: 870px;
  }
}
.hero__container {
  height: 100%;
}
.hero__wrapper {
  padding: 50px 0px 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1277.98px) {
  .hero__wrapper {
    padding: 35px 0px 100px;
  }
}
@media (max-width: 767.98px) {
  .hero__wrapper {
    padding: 20px 0px 200px;
  }
}
.hero__nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1277.98px) {
  .hero__nav {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .hero__nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.hero__menu {
  display: flex;
  gap: 27px;
}
@media (max-width: 767.98px) {
  .hero__menu {
    display: none;
  }
}
.hero__menu-item a {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1277.98px) {
  .hero__logo img {
    width: 156px;
  }
}
@media (max-width: 767.98px) {
  .hero__logo img {
    width: 132px;
  }
}
.hero__burger {
  display: none;
}
@media (max-width: 767.98px) {
  .hero__burger {
    display: block;
  }
}
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 1277.98px) {
  .hero__cta {
    gap: 25px;
  }
}
.hero__title {
  line-height: 0.8;
}
.hero__title span {
  font-size: 53px;
}
@media (max-width: 767.98px) {
  .hero__title span {
    font-size: 24px;
  }
}
.hero__buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 1277.98px) {
  .hero__buttons {
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .hero__buttons {
    flex-direction: column;
    gap: 17px;
  }
}
@media (max-width: 767.98px) {
  .hero__buttons .button {
    max-width: 260px;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .hero__image {
    display: none;
  }
}
@media (max-width: 1277.98px) {
  .hero__image img {
    width: 164px;
  }
}

.sponsors {
  position: relative;
}
@media (max-width: 767.98px) {
  .sponsors:before {
    content: "";
    background: url("/assets/img/sponsors-before.png") center top/cover no-repeat;
    width: 100%;
    height: 127px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-90%);
  }
  .sponsors:after {
    content: "";
    /* background: url("/assets/img/sponsors-before.png") center top/cover no-repeat;*/
    width: 100%;
    height: 127px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(90%);
  }
}
.sponsors__title {
  text-align: center;
}
.sponsors__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1277.98px) {
  .sponsors__list {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .sponsors__list {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sponsors__list-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors__list-item img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sponsors__list-item img {
    width: initial;
    max-width: 100%;
  }
}
.about {
    background: #302f2f;
 }

@media (max-width: 767.98px) {
  .about {
    padding: 0px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .about .container {
    padding: 0;
  }
}
.about__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 273px 1fr;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .about__wrapper {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.about__seasons {
  padding: 50px;
  border-radius: 15px;
  background: url("/assets/img/seasons-bg.jpg") center center/cover no-repeat;
  text-align: center;
}
@media (max-width: 767.98px) {
  .about__seasons {
    border-radius: 0px;
    padding: 180px 15px 100px;
  }
}
.about__seasons-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.about__seasons-buttons .button {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .about__seasons-buttons .button {
    max-width: 156px;
  }
}
@media (max-width: 767.98px) {
  .about__text {
    padding: 0px 15px;
  }
}

.news {
    background: #302f2f;
}
@media (max-width: 767.98px) {
  .news {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .news .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .news .section__header {
    padding: 0px 15px;
  }
}
@media (max-width: 767.98px) {
  .news .section__footer {
    padding: 0px 15px;
  }
}
.news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1277.98px) {
  .news__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .news__wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.news__card {
    padding-bottom: 20px;
}
.news__card img {
  width: 100%;
  aspect-ratio: 371/283;
  border-radius: 15px;
  object-position: top center;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .news__card img {
    border-radius: 0px;
  }
}
.news__card-text {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .news__card-text {
    margin-top: 20px;
    padding: 0px 15px;
  }
}
@media (max-width: 767.98px) {
  .news__card-text h3 {
    font-size: 18px;
  }
}
.news__card-text p {
  display: block;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .news__card-text p {
    margin-top: 20px;
  }
}

.winners {
  background: url("/assets/img/winners-bg.jpg") center center/cover no-repeat;
  position: relative;
}
@media (max-width: 767.98px) {
  .winners:before {
    content: "";
    background: url("/assets/img/sponsors-before.png") center top/cover no-repeat;
    width: 100%;
    height: 127px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-90%);
  }
  .winners:after {
    content: "";
    background: url("/assets/img/sponsors-before.png") center top/cover no-repeat;
    width: 100%;
    height: 127px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(90%);
  }
}
.winners__container {
  position: relative;
}
@media (max-width: 1277.98px) {
  .winners__wrapper {
    position: relative;
  }
}
.winners__arrows {
  position: absolute;
  top: 0;
  right: 64px;
  display: flex;
  gap: 15px;
}
@media (max-width: 1277.98px) {
  .winners__arrows {
    position: static;
  }
}
.winners__arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(108deg, #d0c676 0%, #ffe6a1 34.62%, #fff 51.44%, #e4e4e4 60.1%, #f9fd97 100%);
}
@media (max-width: 1277.98px) {
  .winners__arrow {
    position: absolute;
    top: 232px;
    z-index: 2;
  }
  .winners__arrow--prev {
    left: calc((100% - 464px) / 2);
    transform: translate(-20px, -50%);
  }
  .winners__arrow--next {
    right: calc((100% - 464px) / 2);
    transform: translate(20px, -50%);
  }
}
@media (max-width: 767.98px) {
  .winners__arrow {
    top: 155px;
  }
  .winners__arrow--prev {
    left: calc((100% - 310px) / 2);
  }
  .winners__arrow--next {
    right: calc((100% - 310px) / 2);
  }
}
@media (max-width: 1277.98px) {
  .winners .swiper .swiper-slide {
    width: 470px;
  }
}
@media (max-width: 767.98px) {
  .winners .swiper .swiper-slide {
    width: 310px;
  }
}

@media (max-width: 767.98px) {
  .media {
    padding-top: 200px;
  }
}
.media__wrapper {
  display: grid;
  grid-template-columns: 760px 1fr;
  grid-template-rows: repeat(2, 283px);
  grid-template-areas: "video top" "video bottom";
  gap: 20px;
}
@media (max-width: 1277.98px) {
  .media__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "video video" "top bottom";
  }
}
@media (max-width: 767.98px) {
  .media__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "video" "top" "bottom";
  }
}
.media__video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  grid-area: video;
  height: 100%;
  position: relative;
}
@media (max-width: 1277.98px) {
  .media__video {
    aspect-ratio: 780/540;
  }
}
.media__video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.media__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .media__video-button img {
    width: 52px;
  }
}
.media__image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1277.98px) {
  .media__image {
    aspect-ratio: 380/290;
  }
}
.media__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.media__image:nth-child(1) {
  grid-area: top;
}
.media__image:nth-child(2) {
  grid-area: bottom;
}

.footer {
  padding: 165px 0px 250px;
  background: url("/assets/img/footer-bg.jpg") center bottom/cover no-repeat;
}
@media (max-width: 1277.98px) {
  .footer {
    padding: 100px 0px 170px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 150px 0px 360px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__text {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .footer__text {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__logo img {
  width: 210px;
}
.footer__title {
  display: block;
  font-size: 40px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__menu-item a {
  font-size: 16px;
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 25px;
}
.footer__buttons .button {
  max-width: 270px;
}
.footer__buttons .button:nth-child(1) {
  margin-bottom: 15px;
  max-width: 175px;
}
@media (max-width: 767.98px) {
  .footer__buttons .button:nth-child(1) {
    max-width: max-content;
  }
}
@media (max-width: 1277.98px) {
  .footer__buttons .button:nth-child(2) {
    display: none;
  }
  .footer__buttons .button:nth-child(3) {
    display: none;
  }
}
.footer__buttons-mobile {
  display: none;
}
@media (max-width: 1277.98px) {
  .footer__buttons-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.footer__buttons-mobile .button {
  max-width: 260px;
}

.mobile-menu {
  display: none;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  background: black;
  z-index: 3;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__logo img {
  width: 132px;
}
.mobile-menu__close img {
  width: 51px;
}
.mobile-menu__hero {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mobile-menu__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-menu__buttons .button {
  max-width: 100%;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu__list-item a {
  font-size: 16px;
}
.mobile-menu__after {
  width: 100%;
  height: 127px;
  background: url("/assets/img/sponsors-before.png") center center/auto 100% no-repeat;
}

.f-html {
  padding: 0px;
  width: 100%;
}

.dialog {
  display: none;
}
.dialog.f-html {
  padding: 0px;
  width: 100%;
  max-width: 916px;
  background: white;
  overflow: auto;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 134px 1fr;
}
@media (max-width: 767.98px) {
  .dialog.f-html {
    grid-template-columns: 1fr;
  }
}
.dialog__before {
  padding: 40px 20px;
  background: #302f2f;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .dialog__before {
    display: none;
  }
}
.dialog__before span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.dialog__content {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .dialog__content {
    padding: 20px;
  }
}
.dialog__close {
  position: absolute;
  top: 30px;
  right: 20px;
}
.dialog__header {
  display: flex;
  align-items: flex-end;
  gap: 52px;
}
@media (max-width: 767.98px) {
  .dialog__header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.dialog__logo img {
  width: 200px;
}
@media (max-width: 767.98px) {
  .dialog__logo img {
    width: 100px;
  }
}
.dialog__text img { 
    max-width: 90% 
}

.votes {
  background: url("/assets/img/votes-bg.jpg") center top/cover no-repeat;
  position: relative;
}
@media (max-width: 767.98px) {
  .votes {
    padding: 100px 0px 220px;
  }
  .votes:before {
    content: "";
    background: url("/assets/img/sponsors-before.png") center top/cover no-repeat;
    width: 100%;
    height: 127px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-90%);
  }
}
.votes__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 1277.98px) {
  .votes__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .votes__wrapper {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}/*# sourceMappingURL=main.css.map */