@font-face {
  font-family: "Wadik";
  src: url("../fonts/WadikBold.eot");
  src: url("../fonts/WadikBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WadikBold.woff2") format("woff2"), url("../fonts/WadikBold.woff") format("woff"), url("../fonts/WadikBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
button,
textarea,
select,
label {
  font: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}

b, body, html, i, img, strong, sup {
  margin: 0;
  padding: 0;
}

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

a, article, aside, blockquote, code, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, iframe, label, li, main, nav, ol, p, pre, section, span, textarea, ul {
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 99.9vh;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #744B69;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  line-height: 1.4;
  font-size: 0.521vw;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  html,
  body {
    font-size: 0.521vw;
  }
}
@media screen and (max-width: 1600px) {
  html,
  body {
    font-size: 0.628vw;
  }
}
@media screen and (max-width: 1200px) {
  html,
  body {
    font-size: 0.835vw;
  }
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 1.01vw;
  }
}
@media screen and (max-width: 799px) {
  html,
  body {
    font-size: 1.254vw;
  }
}
@media screen and (max-width: 449px) {
  html,
  body {
    font-size: 2.55vw;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-button:hover,
body::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

a {
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.hidden {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: 0 12rem;
}
@media screen and (max-width: 1600px) {
  .container {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 449px) {
  .container {
    padding: 0 1.5rem;
  }
}

.content {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 991px) {
  .content {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 449px) {
  .content {
    padding: 0 1.5rem;
  }
}

.banner {
  position: relative;
  box-shadow: 0px 17px 73.7px 0px rgba(84, 45, 73, 0.6784313725);
}
.banner__images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.banner__images img,
.banner__images picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
}
.banner__wrap {
  height: 83.5rem;
  display: flex;
  position: relative;
  z-index: 7;
  padding: 14.7em 0 6.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .banner__wrap {
    height: 68.5rem;
  }
}
@media screen and (max-width: 991px) {
  .banner__wrap {
    height: 55.5rem;
    padding: 12.5em 0 3rem;
  }
}
@media screen and (max-width: 449px) {
  .banner__wrap {
    height: 67.4rem;
    padding: 7.5em 0 2.4rem;
  }
}
.banner__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 12rem;
}
@media screen and (max-width: 1600px) {
  .banner__content {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 991px) {
  .banner__content {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 449px) {
  .banner__content {
    padding: 0 1.5rem;
  }
}
.banner__content p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 100%;
  text-align: right;
  color: #fff;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 1200px) {
  .banner__content p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .banner__content p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 449px) {
  .banner__content p {
    margin: 0 0 -0.4rem 0;
  }
}
.banner__content h1 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: Italic;
  font-size: 10rem;
  line-height: 100%;
  text-align: right;
  color: #fff;
  max-width: 58.5rem;
}
@media screen and (max-width: 1200px) {
  .banner__content h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .banner__content h1 {
    font-size: 6.2rem;
  }
}
.banner__content h1 span {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 7.2rem;
  line-height: 100%;
  text-align: right;
  color: #fff;
  display: block;
  margin: -1rem 0 0 0;
}
@media screen and (max-width: 1200px) {
  .banner__content h1 span {
    font-size: 5.2rem;
    margin: -0.5rem 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .banner__content h1 span {
    font-size: 4.4rem;
  }
}
.banner__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  padding: 2.2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 449px) {
  .header {
    padding: 1rem 0 0;
  }
}
.header.sticky {
  background: #EF2C61;
  padding: 1rem 0;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.2rem;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .header__block {
    gap: 4rem;
  }
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (max-width: 1600px) {
  .header__logos {
    gap: 4.1rem;
  }
}
@media screen and (max-width: 1200px) {
  .header__logos {
    position: relative;
    z-index: 25;
  }
}
@media screen and (max-width: 449px) {
  .header__logos {
    gap: 2.8rem;
  }
}
.header__logos__logo {
  min-width: 12.8rem;
  max-width: 12.8rem;
  display: block;
}
@media screen and (max-width: 1600px) {
  .header__logos__logo {
    min-width: 10.8rem;
    max-width: 10.8rem;
  }
}
@media screen and (max-width: 449px) {
  .header__logos__logo {
    min-width: 5.8rem;
    max-width: 5.8rem;
  }
}
.header__logos__logo img {
  width: 100%;
}
.header__logos__partner {
  min-width: 18.6rem;
  max-width: 18.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .header__logos__partner {
    min-width: 16.6rem;
    max-width: 16.6rem;
  }
}
@media screen and (max-width: 449px) {
  .header__logos__partner {
    min-width: 8.3rem;
    max-width: 8.3rem;
  }
}
.header__logos__partner:before {
  content: "";
  top: -1rem;
  left: -3.3rem;
  width: 1px;
  bottom: -1rem;
  background: #fff;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .header__logos__partner:before {
    left: -2.3rem;
  }
}
@media screen and (max-width: 449px) {
  .header__logos__partner:before {
    left: -1.4rem;
    top: -0.5rem;
    bottom: -0.5rem;
  }
}
.header__logos__partner img {
  width: 100%;
}
.header__dropdown {
  width: 100%;
}
.header__dropdown__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__menu {
  display: flex;
  gap: 3.2rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 449px) {
  .header__menu {
    gap: 2.2rem;
  }
}
.header__menu__item {
  display: block;
  padding: 0;
  margin: 0;
}
.header__menu__link {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .header__menu__link:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.header__menu__link.active, .header__menu__link.is-active {
  color: #fff;
  text-decoration: underline;
}
.header__part {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__part {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__dropdown {
    background: #EF2C61 url(../images/menu__bg.png) bottom center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    z-index: -9999;
    overflow: auto;
  }
  .header .header__dropdown::-webkit-scrollbar {
    width: 5px;
  }
  .header .header__dropdown::-webkit-scrollbar-button:hover {
    background-color: #fff;
  }
  .header .header__dropdown::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
  }
  .header .header__dropdown::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
  }
  .header .header__dropdown_active {
    opacity: 1;
    visibility: visible;
    z-index: 20;
  }
  .header .header__dropdown__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    height: 100%;
    gap: 4rem;
    padding: 14rem 2rem 2rem;
  }
  .header .menu-toggle {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 0.3rem;
    position: relative;
    background: #fff;
  }
  .header .menu-toggle-cont {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0;
    cursor: pointer;
    position: relative;
    z-index: 25;
  }
  .header .menu-toggle-cont:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .header .menu-toggle-cont_active .menu-toggle {
    height: 0;
  }
  .header .menu-toggle-cont_active .menu-toggle:before {
    transform: rotate(45deg);
    top: auto;
  }
  .header .menu-toggle-cont_active .menu-toggle:after {
    transform: rotate(-45deg);
    top: auto;
    width: 100%;
  }
  .header .menu-toggle:before,
  .header .menu-toggle:after {
    content: "";
    transition: all 0.3s;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .header .menu-toggle:before {
    top: 0;
  }
  .header .menu-toggle:after {
    top: 0;
  }
  .header .menu-toggle:before {
    transform: translateY(-350%);
  }
  .header .menu-toggle:after {
    transform: translateY(350%);
  }
}
@media screen and (max-width: 449px) {
  .header .menu-toggle-cont {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.3rem;
  }
  .header .menu-toggle:before {
    height: 0.2rem;
  }
  .header .menu-toggle:after {
    height: 0.2rem;
  }
  .header .menu-toggle {
    height: 0.2rem;
  }
  .header .header__dropdown__content {
    padding: 11.6rem 1.5rem 2rem;
  }
}

h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 8.8rem;
  line-height: 90%;
  text-align: center;
  color: #fff;
  margin: 0 0 4.8rem 0;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 799px) {
  h2 {
    font-size: 3.19rem;
  }
}
@media screen and (max-width: 449px) {
  h2 {
    margin: 0 0 2.2rem 0;
  }
}

.steps {
  padding: 7rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 449px) {
  .steps {
    padding: 3.4rem 0 0;
  }
}
.steps:after {
  content: "";
  position: absolute;
  top: -50rem;
  right: 0;
  width: 63.1rem;
  height: 117.1rem;
  background: url(../images/ellipse-1.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .steps:after {
    top: -44rem;
    right: -12rem;
    width: 48.1rem;
    height: 102.1rem;
  }
}
@media screen and (max-width: 449px) {
  .steps:after {
    background: url(../images/ellipse-1-small.png) 0 0 no-repeat;
    background-size: contain;
    width: 14.9rem;
    height: 45.8rem;
    top: -13.5rem;
    right: 0;
  }
}
.steps .content {
  position: relative;
  z-index: 7;
  max-width: 131.6rem;
}
@media screen and (max-width: 449px) {
  .steps__wrap {
    margin: 0 -1.5rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slider {
    padding: 0 1.5rem 3.4rem;
  }
}
.steps__slide__image {
  width: 100%;
  height: 39.6rem;
  background: #fff;
  border-radius: 7rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 4.2rem 0;
}
@media screen and (max-width: 1200px) {
  .steps__slide__image {
    height: 35.7rem;
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .steps__slide__image {
    height: 28.7rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__image {
    height: 23rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__image {
    height: 36.3rem;
    border-radius: 5rem;
    margin: 0 0 2.8rem 0;
  }
}
.steps__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps__slide__image__text {
  position: absolute;
  bottom: 3.2rem;
  left: 2rem;
  right: 2rem;
  z-index: 7;
}
@media screen and (max-width: 991px) {
  .steps__slide__image__text {
    bottom: 2rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__image__text {
    bottom: 1rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__image__text {
    bottom: 2.5rem;
  }
}
.steps__slide__image__text p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 120%;
  text-align: center;
  margin: 0;
  color: #EF2C61;
}
@media screen and (max-width: 991px) {
  .steps__slide__image__text p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__image__text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__image__text p {
    font-size: 2.1rem;
  }
}
.steps__slide__image__text p.note {
  font-family: "Mont";
  font-weight: 950;
  font-size: 5.5rem;
  line-height: 120%;
  text-align: center;
  color: #EF2C61;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .steps__slide__image__text p.note {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__image__text p.note {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__image__text p.note {
    font-size: 5.2rem;
  }
}
.steps__slide__content {
  text-align: center;
  padding: 0 0 1rem;
}
.steps__slide__content p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .steps__slide__content p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .steps__slide__content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 799px) {
  .steps__slide__content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 449px) {
  .steps__slide__content p {
    font-size: 2rem;
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
  }
}
.steps__slide__content p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 799px) {
  .steps__slide__content p a {
    text-underline-offset: 3px;
  }
}
@media screen and (min-width: 800px) {
  .steps__slide__content p a:hover {
    text-decoration: none;
  }
}

.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  margin: 0 0.4rem !important;
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 3rem;
  background: #EF2C61;
  opacity: 1;
  border-radius: 2rem;
}

.prizes {
  margin: 4.6rem 0 0;
  padding: 7.2rem 0;
  position: relative;
}
@media screen and (max-width: 449px) {
  .prizes {
    margin: 0 -1.5rem;
    padding: 3.8rem 0 0;
    overflow: hidden;
  }
}
.prizes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 449px) {
  .prizes:before {
    display: none;
  }
}
.prizes:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 449px) {
  .prizes:after {
    display: none;
  }
}
.prizes__wrap {
  background: url(../images/prizes__bg.png) top center no-repeat;
  background-size: cover;
  border-radius: 11rem;
  display: flex;
  align-items: flex-end;
  gap: 5.6rem;
  padding: 5rem 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .prizes__wrap {
    padding: 0;
    display: block;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__wrap {
    border-radius: 6rem 6rem 0 0;
  }
}
.prizes__block {
  min-width: 96.9rem;
  max-width: 96.9rem;
}
@media screen and (max-width: 1600px) {
  .prizes__block {
    min-width: 86rem;
    max-width: 86rem;
  }
}
@media screen and (max-width: 1200px) {
  .prizes__block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .prizes__block {
    min-width: 100%;
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__block {
    padding: 0;
  }
}
.prizes__block__caption {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 0 6rem 0;
}
@media screen and (max-width: 991px) {
  .prizes__block__caption {
    margin: 0 0 4rem 0;
  }
}
@media screen and (max-width: 449px) {
  .prizes__block__caption {
    margin: 0 1.5rem 1.8rem;
  }
}
.prizes__block__caption h2 {
  margin: 0;
}
.prizes__block__nav {
  display: flex;
  gap: 0.8rem;
}
.prizes__main {
  background: url(../images/card__bg.png) top center no-repeat;
  width: 100%;
  max-width: 55.5rem;
  background-size: cover;
  padding: 4.2rem 0 0;
}
@media screen and (max-width: 1200px) {
  .prizes__main {
    max-width: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 85%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 449px) {
  .prizes__main {
    padding: 1.8rem 0 1.6rem;
  }
}
.prizes__main__image {
  width: 55.5rem;
  height: 39.2rem;
  margin: -1.5rem 0 0 -5rem;
}
@media screen and (max-width: 449px) {
  .prizes__main__image {
    width: 47.5rem;
    height: 24.2rem;
    margin: 0.8rem 0 0 -5rem;
  }
}
.prizes__main__image img,
.prizes__main__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.prizes__main p.title {
  padding: 1rem;
  border-radius: 7.2rem;
  background: #EF2C61;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0 4rem 2.4rem;
}
@media screen and (max-width: 1600px) {
  .prizes__main p.title {
    font-size: 4rem;
    margin: 0 4rem 1.4rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__main p.title {
    margin: 0 2rem 1.9rem;
    padding: 0.7rem 1rem;
    font-size: 3.4rem;
  }
}
.prizes__main p.name {
  font-family: "Mont";
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 120%;
  text-align: center;
  color: #EF2C61;
  margin: 0 4rem 0.2rem;
}
@media screen and (max-width: 1600px) {
  .prizes__main p.name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__main p.name {
    font-size: 2.4rem;
    margin: 0 1rem 0.4rem;
  }
}
.prizes__main p.note {
  font-family: "Mont";
  font-weight: 950;
  font-size: 9.3rem;
  line-height: 120%;
  text-align: center;
  color: #EF2C61;
  margin: 0 2rem;
}
@media screen and (max-width: 1600px) {
  .prizes__main p.note {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__main p.note {
    font-size: 6.4rem;
  }
}

.prizes__slide {
  width: 100%;
  height: 53.2rem;
  background: url(../images/card-small-bg.png) top center no-repeat;
  background-size: cover;
  padding: 5.8rem 2rem 2rem;
}
@media screen and (max-width: 1600px) {
  .prizes__slide {
    height: 46.2rem;
    padding: 3rem 2rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .prizes__slide {
    height: 35.2rem;
    padding: 2rem;
    background: url(../images/card-bg-mobile.png) top center no-repeat;
    background-size: cover;
    border-radius: 4rem 4rem 0 0;
  }
}
@media screen and (max-width: 449px) {
  .prizes__slide {
    height: 38rem;
    padding: 5rem 2rem 2rem;
  }
}
.prizes__slide__image {
  width: 100%;
  max-width: 32rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4.2rem;
}
@media screen and (max-width: 1600px) {
  .prizes__slide__image {
    margin: 0 auto 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .prizes__slide__image {
    height: 14rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__slide__image {
    margin: 0 auto 4rem;
  }
}
.prizes__slide__image.big img {
  width: 140%;
  height: 140%;
}
@media screen and (max-width: 1600px) {
  .prizes__slide__image.big img {
    width: 110%;
    height: 110%;
  }
}
@media screen and (max-width: 449px) {
  .prizes__slide__image.big img {
    width: 140%;
    height: 140%;
  }
}
.prizes__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prizes__slide__content {
  text-align: center;
}
.prizes__slide__content p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 120%;
  text-align: center;
  color: #EF2C61;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .prizes__slide__content p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .prizes__slide__content p {
    font-size: 2rem;
  }
}
.prizes__slide__content p.title {
  padding: 1.2rem 2rem 1rem;
  border-radius: 7.2rem;
  background: #EF2C61;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0 0 2.8rem;
  display: inline-block;
}
@media screen and (max-width: 799px) {
  .prizes__slide__content p.title {
    padding: 1.2rem 1.6rem 1rem;
        font-size: 2.6rem;
  }
}
@media screen and (max-width: 449px) {
  .prizes__slide__content p.title {
    padding: 0.8rem 2rem 0.8rem;
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}

.swiper-prev,
.swiper-next {
  width: 9.6rem;
  height: 9.6rem;
  position: initial;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  z-index: 3;
  transition: all 300ms ease-in-out;
  border: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .swiper-prev,
  .swiper-next {
    width: 6.6rem;
    height: 6.6rem;
  }
}
@media screen and (max-width: 449px) {
  .swiper-prev,
  .swiper-next {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .swiper-prev:hover,
  .swiper-next:hover {
    background: #EF2C61;
  }
  .swiper-prev:hover svg path,
  .swiper-next:hover svg path {
    fill: #fff;
  }
}
.swiper-prev svg,
.swiper-next svg {
  min-width: 1.6rem;
  max-width: 1.6rem;
  height: 2.8rem;
}
@media screen and (max-width: 449px) {
  .swiper-prev svg,
  .swiper-next svg {
    min-width: 1rem;
    max-width: 1rem;
    height: 1.8rem;
  }
}
.swiper-prev svg path,
.swiper-next svg path {
  fill: #EF2C61;
  transition: all 300ms ease-in-out;
}

.swiper-button-disabled {
  pointer-events: none;
}
.swiper-button-disabled svg path {
  stroke: rgba(255, 255, 255, 0.3);
}

.swiper-button-lock {
  display: none;
}

.winners {
  padding: 6.4rem 0 7.2rem;
  position: relative;
}
@media screen and (max-width: 449px) {
  .winners {
    padding: 3.4rem 0 0;
  }
}
.winners:before {
  content: "";
  position: absolute;
  top: -13rem;
  left: 0;
  width: 31.5rem;
  height: 117.1rem;
  background: url(../images/ellipse-2.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .winners:before {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  .winners:before {
    display: block;
    width: 8.5rem;
    height: 45.8rem;
    background: url(../images/ellipse-2-small.png) 0 0 no-repeat;
    background-size: contain;
    top: -5rem;
  }
}
.winners:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 449px) {
  .winners:after {
    display: none;
  }
}
.winners .content {
  position: relative;
  z-index: 7;
}
.winners__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 799px) {
  .winners__caption {
    flex-direction: column;
  }
}
@media screen and (max-width: 449px) {
  .winners__caption {
    gap: 2.2rem;
    margin: 0 0 2.4rem 0;
  }
}
.winners__caption h2 {
  margin: 0;
}
.winners__button {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 449px) {
  .winners__button .button {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1.2rem 1.6rem 1.1rem;
    border-radius: 1rem;
    letter-spacing: -0.5px;
  }
}
.winners__button .button.active {
  background: #fff;
  color: #EF2C61;
}
.winners__wrap {
  position: relative;
  height: 68.2rem;
}
@media screen and (max-width: 799px) {
  .winners__wrap {
    height: 67.2rem;
  }
}
@media screen and (max-width: 449px) {
  .winners__wrap {
    height: 44rem;
  }
}
.winners__wrap.empty {
  height: 45rem;
}
@media screen and (max-width: 799px) {
  .winners__wrap.empty {
    height: 38rem;
  }
}
@media screen and (max-width: 449px) {
  .winners__wrap.empty {
    height: 26rem;
  }
}
.winners__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
.winners__item.active {
  opacity: 1;
  visibility: visible;
}
.winners__item p.info {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 799px) {
  .winners__item p.info {
    font-size: 2rem;
  }
}
.winners__wrap {
  transition: height .3s ease;
}
.winners__item__caption {
  margin: 0 0.8rem 1.2rem 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.2rem 4.9rem 2rem;
  background: #EF2C61;
  border-radius: 7.2rem;
}
@media screen and (max-width: 991px) {
  .winners__item__caption {
    padding: 2.2rem 3rem 2rem;
  }
}
@media screen and (max-width: 799px) {
  .winners__item__caption {
    display: none;
  }
}
.winners__item__caption p {
  font-family: "Mont";
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  color: #fff;
  flex: 1;
  margin: 0;
}
.winners__item__scroll {
  height: 49rem;
  position: relative;
  padding: 0 2rem 0 0;
  margin: 0 -2rem 0 0;
  overflow: auto;
}
.winners__item__scroll::-webkit-scrollbar {
  width: 5px;
}
.winners__item__scroll::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
.winners__item__scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.winners__item__scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 799px) {
  .winners__item__scroll {
    height: 68rem;
  }
}
@media screen and (max-width: 449px) {
  .winners__item__scroll {
    margin: 0;
    height: 43.4rem;
    padding: 0 1rem 0 0;
  }
}
.winners__item__block {
  margin: 0 0 1.6rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2.6rem 4.9rem 2.6rem;
  background: #fff;
  border-radius: 3.2rem;
}
.winners__item__block.last {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .winners__item__block {
    padding: 2.6rem 3rem 2.6rem;
  }
}
@media screen and (max-width: 799px) {
  .winners__item__block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 449px) {
  .winners__item__block {
    padding: 1.4rem 2rem 1.4rem;
    gap: 1px;
    border-radius: 1.2rem;
    margin: 0 0 0.8rem 0;
  }
}
.winners__item__block p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
  color: #EF2C61;
  flex: 1;
  margin: 0;
  min-height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 799px) {
  .winners__item__block p {
    min-height: auto;
  }
  .winners__item__block p br {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  .winners__item__block p {
    font-size: 1.6rem;
  }
}

.faq {
  padding: 6.4rem 0 0;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 449px) {
  .faq {
    padding: 7rem 0 0;
  }
  .faq h2 {
    font-size: 3.4rem;
    margin: 0 0 2rem 0;
  }
}
.faq__wrap {
  height: 66.4rem;
  position: relative;
  padding: 0 2rem 0 0;
  margin: 0 -2rem 0 0;
  overflow: auto;
}
.faq__wrap::-webkit-scrollbar {
  width: 5px;
}
.faq__wrap::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
.faq__wrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.faq__wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 799px) {
  .faq__wrap {
    height: 70rem;
  }
}
@media screen and (max-width: 449px) {
  .faq__wrap {
    margin: 0;
    height: 58rem;
    padding: 0 1rem 0 0;
  }
}
.faq__item {
  padding: 5rem 10.4rem 7rem 4rem;
  background: #fff;
  margin: 0 0 1.6rem 0;
  display: block;
  border-radius: 3.2rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 449px) {
  .faq__item {
    border-radius: 2rem;
    padding: 3.2rem 7.2rem 3.2rem 1.6rem;
    margin: 0 0 0.8rem 0;
  }
}
.faq__item:before {
  display: none;
}
.faq__item:last-child {
  margin: 0 !important;
}
.faq__accord .li__name {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  transition: margin 0.2s ease-in-out;
  cursor: pointer;
  font-family: "Mont";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: #EF2C61;
}
@media screen and (max-width: 449px) {
  .faq__accord .li__name {
    font-size: 1.6rem;
    line-height: 120%;
  }
}
.faq__accord .li__name.open {
  margin-bottom: 0;
}
.faq__accord .li__name.open .li__name-close {
  background: #EF2C61 url(../images/minus.svg) center center no-repeat;
  background-size: cover;
}
.faq__accord .li__name_text {
  transition: all 300ms ease-in-out;
}
.faq__accord .li__name-close {
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.4rem;
  right: -6.8rem;
  border-radius: 1.6rem;
  background: #EF2C61 url(../images/plus.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 449px) {
  .faq__accord .li__name-close {
    min-width: 3.2rem;
    max-width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.8rem;
    top: calc(50% - 1.6rem);
    right: -5.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq__accord .li__name:not(.open):hover .li__name-close::after {
    border-color: #fff;
    background-color: yellow;
  }
}
.faq__accord .li__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
  margin: 0 0 -2rem 0;
}
@media screen and (max-width: 449px) {
  .faq__accord .li__answer {
    margin: 0;
  }
}
.faq__accord .li__text {
  padding: 1.4rem 0 0 0;
}
.faq__accord .li__text p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .faq__accord .li__text p {
    font-size: 1.6rem;
  }
}
.faq__accord .li__text p strong {
  font-weight: 700;
}
.faq__accord .li__text p a {
  color: #181818;
  text-decoration: underline;
}
.faq__accord .li__text ul {
  display: block;
  padding: 0;
  margin: 0;
}
.faq__accord .li__text ul li {
  font-family: "Mont";
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  margin: 0;
  padding: 0 0 0 3rem;
  position: relative;
  display: block;
}
.faq__accord .li__text ul li:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 1.2rem;
  left: 1rem;
  background: #181818;
  border-radius: 50%;
}
@media screen and (max-width: 449px) {
  .faq__accord .li__text ul li {
    font-size: 1.6rem;
  }
}
.faq__accord .li__text ul li strong {
  font-weight: 700;
}

.callback {
  padding: 7.2rem 0 10.2rem;
  text-align: center;
}
@media screen and (max-width: 449px) {
  .callback {
    padding: 4.2rem 0 6.4rem;
  }
}
.callback h2 {
  font-size: 4.8rem;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 449px) {
  .callback h2 {
    font-size: 3.2rem;
    margin: 0 0 1.6rem 0;
  }
}
.callback p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 449px) {
  .callback p {
    font-size: 2rem;
    margin: 0 0 1.8rem;
  }
}
.callback .button {
  padding: 3rem 5rem 2.6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 449px) {
  .callback .button {
    padding: 2.1rem 2.6rem 1.8rem;
    border-radius: 2rem;
  }
}

.main__bg {
  background: url(../images/background.png) bottom center no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 449px) {
  .main__bg {
    background-size: 138.1rem;
  }
}

.footer {
  padding: 4rem 0;
}
@media screen and (max-width: 449px) {
  .footer {
    padding: 2.4rem 0;
  }
  .footer .header__logos {
    gap: 4rem;
  }
  .footer .header__logos__logo {
    min-width: 8.6rem;
    max-width: 8.6rem;
  }
  .footer .header__logos__partner {
    min-width: 12.3rem;
    max-width: 12.3rem;
  }
  .footer .header__logos__partner:before {
    left: -2rem;
    top: -0.3rem;
    bottom: 0;
  }
}
.footer__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .footer__block {
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 449px) {
  .footer__block {
    gap: 2.2rem;
  }
  .footer__block .button {
    margin-top: 0.2rem;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .footer__links {
    gap: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .footer__links {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 449px) {
  .footer__links {
    gap: 1.2rem;
  }
}
.footer__links li {
  display: block;
  padding: 0;
  margin: 0;
}
.footer__links li a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 449px) {
  .footer__links li a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 800px) {
  .footer__links li a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
}
.footer__copy {
  margin: 3.2rem 0 0;
}
.footer__copy p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01rem;
}
@media screen and (max-width: 449px) {
  .footer__copy p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.button {
  background: transparent;
  border: none;
  font-family: "Mont";
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  padding: 3.9rem 12.2rem 3.5rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  display: inline-block;
  border-radius: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .button {
    font-size: 3rem;
    line-height: 3rem;
    padding: 2.9rem 7.2rem 2.5rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .button {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 2.7rem 7.2rem 2.4rem;
    border-radius: 3rem;
  }
}
.button:hover {
  transition: all 300ms ease-in-out;
}
.button-pink {
  color: #fff;
  background: #EF2C61;
  border: 1.2rem solid #fff;
  box-shadow: 0px 40px 69.9px 0px #240C1E;
}
@media screen and (max-width: 991px) {
  .button-pink {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 800px) {
  .button-pink:hover {
    color: #EF2C61;
    background: #fff;
    border-color: #EF2C61;
    box-shadow: none;
  }
  .button-pink:active {
    color: #fff;
    border-color: #fff;
    background: #EF2C61;
  }
}
.button-light {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
}
@media screen and (min-width: 800px) {
  .button-light:hover {
    color: #EF2C61;
    background: #fff;
  }
  .button-light:active {
    color: #fff;
    background: transparent;
  }
}
.button-white {
  background: #fff;
  color: #EF2C61;
}
@media screen and (min-width: 800px) {
  .button-white:hover {
    color: #fff;
    background: #EF2C61;
  }
  .button-white:active {
    background: #fff;
    color: #EF2C61;
  }
}
.button-small {
  font-family: "Mont";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  padding: 2.1rem 2.2rem 1.8rem;
}
@media screen and (max-width: 1600px) {
  .button-small {
    font-size: 2rem;
    line-height: 2rem;
    padding: 2.1rem 2rem 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .button-small {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 2rem 2.2rem 1.8rem;
  }
}

.open-popup {
  overflow: hidden;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2rem;
  overflow: auto;
}
.popup::-webkit-scrollbar {
  width: 5px;
}
.popup::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
.popup::-webkit-scrollbar-thumb {
  background: rgba(8, 15, 31, 0.7);
  border-radius: 10px;
}
.popup::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  width: 6.4rem;
  height: 6.4rem;
  border: 0;
  padding: 0;
  background: #fff;
  transition: all 300ms ease-in-out;
  border-radius: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 449px) {
  .popup__close {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .popup__close:hover {
    opacity: 1;
    background: #EF2C61;
  }
  .popup__close:hover path {
    fill: #fff;
  }
}
.popup__close svg {
  width: 100%;
  max-width: 3.2rem;
}
@media screen and (max-width: 449px) {
  .popup__close svg {
    max-width: 2rem;
  }
}
.popup__close svg path {
  fill: #EF2C61;
  transition: all 300ms ease-in-out;
}
.popup__block {
  background: #744B69;
  width: 100%;
  max-width: 96.8rem;
  padding: 4.8rem;
  border-radius: 7.2rem;
  position: relative;
}
@media screen and (max-width: 449px) {
  .popup__block {
    border-radius: 2rem;
    padding: 3rem 2rem;
  }
}
.popup__block__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 2.2rem 0;
}
.popup__block__caption p.title {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 4.8rem;
  line-height: 90%;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .popup__block__caption p.title {
    font-size: 2.4rem;
  }
}
.popup__block .button {
  width: 100%;
  border-radius: 2rem;
  font-weight: 700;
}
.popup__block .button:disabled {
  opacity: 0.8;
  pointer-events: none;
}
.popup__block .error-box {
  margin: 3.6rem 0 0;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  vertical-align: middle;
  color: #F65656;
  display: none;
}
.popup__block .success-box {
  margin: 3.6rem 0 0;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  vertical-align: middle;
  color: green;
  display: none;
}

.popup__success {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  overflow: auto;
}
.popup__success::-webkit-scrollbar {
  width: 5px;
}
.popup__success::-webkit-scrollbar-button:hover {
  background-color: #fff;
}
.popup__success::-webkit-scrollbar-thumb {
  background: rgba(8, 15, 31, 0.7);
  border-radius: 10px;
}
.popup__success::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.popup__success.open {
  opacity: 1;
  visibility: visible;
}
.popup__success__close {
  width: 6.4rem;
  height: 6.4rem;
  border: 0;
  padding: 0;
  background: #fff;
  transition: all 300ms ease-in-out;
  border-radius: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 449px) {
  .popup__success__close {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .popup__success__close:hover {
    opacity: 1;
    background: #EF2C61;
  }
  .popup__success__close:hover path {
    fill: #fff;
  }
}
.popup__success__close svg {
  width: 100%;
  max-width: 3.2rem;
}
@media screen and (max-width: 449px) {
  .popup__success__close svg {
    max-width: 2rem;
  }
}
.popup__success__close svg path {
  fill: #EF2C61;
  transition: all 300ms ease-in-out;
}
.popup__success__block {
  background: #744B69;
  width: 100%;
  max-width: 96.8rem;
  padding: 4.8rem;
  border-radius: 7.2rem;
  position: relative;
}
@media screen and (max-width: 449px) {
  .popup__success__block {
    border-radius: 2rem;
    padding: 3rem 1.5rem;
  }
}
.popup__success__block__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 2.2rem 0;
}
@media screen and (max-width: 449px) {
  .popup__success__block__caption {
    gap: 1rem;
  }
}
.popup__success__block__caption p.title {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 4.8rem;
  line-height: 90%;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .popup__success__block__caption p.title {
    font-size: 2rem;
  }
}
.popup__success__block p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 130%;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 449px) {
  .popup__success__block p {
    font-size: 1.4rem;
  }
}

.form-group {
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-group:last-child {
  margin: 0;
}
.form-group__flex {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 799px) {
  .form-group__flex {
    display: block;
    margin: 0 0 1.6rem 0;
  }
}
.form-group__flex .form-group {
  flex: 1;
}
.form-group ::-webkit-input-placeholder {
  color: transparent;
}
.form-group ::-moz-placeholder {
  color: transparent;
}
.form-group :-moz-placeholder {
  color: transparent;
}
.form-group :-ms-input-placeholder {
  color: transparent;
}
.form-group.active .form-label {
  font-size: 1.6rem;
  top: 1.2rem;
  color: rgba(24, 24, 24, 0.4);
}
@media screen and (max-width: 449px) {
  .form-group.active .form-label {
    font-size: 1.4rem;
    top: 1.2rem;
    left: 2rem;
  }
}
.form-group.success .custom-select__current {
  border-color: rgba(24, 24, 24, 0.24);
}
.form-group.success .form-control {
  border-color: rgba(24, 24, 24, 0.24);
}
.form-group.error .error-text {
  display: flex;
}
.form-group.error .form-control {
  border-color: #FF3E3E;
  color: #FF3E3E;
  box-shadow: 0px 0px 0px 2px #EF2C61;
}
.form-group.error .custom-select__current {
  border-color: #FF3E3E !important;
  color: #FF3E3E;
  box-shadow: 0px 0px 0px 2px #EF2C61 !important;
}
.form-group .error-text {
  position: relative;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 1rem 0 1rem 0.8rem;
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
  display: none;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 449px) {
  .form-group .error-text {
    font-size: 1.2rem;
    align-items: center;
    letter-spacing: 0;
  }
}
.form-group .error-text img {
  min-width: 2rem;
  max-width: 2rem;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 449px) {
  .form-group .error-text img {
    margin-top: -0.3rem;
  }
}

.custom-select.is-open .custom-select__current {
  border-color: #FF3E3E !important;
  box-shadow: 0px 0px 0px 2px rgb(239, 44, 97) !important;
}

textarea.form-control {
  height: 16rem;
  min-height: 16rem;
  resize: none;
  overflow: hidden;
}

.form-label {
  position: absolute;
  top: 2.2rem;
  left: 1.4em;
  right: 1.4em;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  font-weight: 600;
  font-family: "Mont";
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 449px) {
  .form-label {
    font-size: 1.6rem;
    top: 2rem;
    line-height: 140%;
  }
}

.form-control {
  width: 100%;
  padding: 3rem 2.4rem 0.9rem 2.4rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  font-weight: 600;
  font-family: "Mont";
  transition: all 300ms ease-in-out;
  outline: none;
  position: relative;
}
@media screen and (min-width: 800px) {
  .form-control:hover {
    border-color: #EF2C61;
  }
}
@media screen and (max-width: 449px) {
  .form-control {
    font-size: 1.6rem;
    line-height: 140%;
    padding: 3rem 2rem 0.9rem 2rem;
  }
}
.form-control:focus {
  border-color: #EF2C61;
  box-shadow: 0px 0px 0px 2px #EF2C61;
}

.file {
  margin: 1.6rem 0 1rem;
}

.file-info {
  margin: 0 0 1.4rem 0;
}
.file-info p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .file-info p {
    font-size: 1.4rem;
    line-height: 140%;
  }
}

.file__real {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.file__custom {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.file__text {
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  color: #fff;
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-align: left;
  display: inline-flex;
  align-items: center;
}

.file__text:before {
  content: "";
  background-image: url(../images/file.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-right: 0.5rem;
  display: inline-block;
}

.file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.file-item {
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 449px) {
  .file-item {
    width: 7rem;
    height: 7rem;
  }
}

.file-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.file-remove {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: #fff;
  color: #EF2C61;
  border: 2px solid #EF2C61;
  border-radius: 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  font-size: 2.6rem;
  font-family: "Mont";
  line-height: 2.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0 0;
}

.jq-selectbox__select {
  height: auto;
  padding: 2rem 4.4rem 1.9rem 2.4rem;
  border: 1px solid #fff !important;
  border-radius: 2rem;
  background: #fff !important;
  box-shadow: none !important;
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  text-shadow: none;
}

.jq-selectbox {
  z-index: 10;
  width: 100%;
}

.jq-selectbox__select-text {
  display: block;
  width: auto !important;
  color: #181818;
  transition: all 400ms ease-in-out;
}

.jq-selectbox__trigger {
  border: 0;
  width: 6.4rem;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: url(../images/arrow.svg) center center no-repeat;
  transform: rotate(0deg);
  transition: all 400ms ease-in-out;
}

@media screen and (min-width: 800px) {
  .jq-selectbox:hover .jq-selectbox__select {
    border-color: #EF2C61 !important;
  }
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  top: 2rem;
  transform: rotate(-180deg);
}

.jq-selectbox__dropdown {
  margin: 0.5rem 0 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 1rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 2rem;
}

.jq-selectbox ul li {
  margin: 2px 0;
  padding: 1rem;
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  text-shadow: none;
  transition: all 400ms ease-in-out;
  border-radius: 0.5rem;
}
.jq-selectbox ul li:hover {
  color: #181818;
  transition: all 400ms ease-in-out;
  background: #F5F7FB;
}
.jq-selectbox ul li.sel {
  background: #fff;
  color: #EF2C61;
}
.jq-selectbox ul li.hidd {
  display: none;
}

.invisibly {
  display: none;
}

.file-alert p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  color: #fff;
  margin: 0;
}

.file-mess p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  color: #fff;
  margin: 0;
}

.file-alert.hidd {
  display: none;
}

.file__custom.hidd {
  display: none;
}

.file-mess.hidd {
  display: none;
}

.file-fallback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  text-align: center;
  padding: 0.6rem;
}

.file-ext {
  font-weight: 700;
  font-size: 1.4rem;
  color: #333;
}

.file-name {
  font-size: 1.2rem;
  color: #666;
  margin-top: 4px;
  word-break: break-word;
}

.custom-select {
  position: relative;
  z-index: 10;
  width: 100%;
}

.custom-select__current {
  height: auto;
  padding: 2rem 6.4rem 1.9rem 2.4rem;
  border: 1px solid #fff !important;
  border-radius: 2rem;
  background: #fff !important;
  box-shadow: none !important;
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  text-shadow: none;
  cursor: pointer;
  position: relative;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 449px) {
  .custom-select__current {
    padding: 2rem 5rem 1.9rem 2rem;
    font-size: 1.6rem;
    line-height: 140%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 800px) {
  .custom-select:hover .custom-select__current {
    border-color: #EF2C61 !important;
  }
}
.custom-select__current::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 449px) {
  .custom-select__current::after {
    top: 2rem;
    right: 1.2rem;
  }
}

.custom-select.is-open .custom-select__current::after {
  top: 2rem;
  transform: rotate(-180deg);
}

.custom-select__list {
  display: none;
  margin: 0.5rem 0 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 1rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 2rem;
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.custom-select.is-open .custom-select__list {
  display: block;
}

.custom-select__option {
  margin: 2px 0;
  padding: 1rem;
  font-family: "Mont";
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  color: #181818;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 449px) {
  .custom-select__option {
    font-size: 1.6rem;
    line-height: 125%;
  }
}

.custom-select__option:hover {
  background: #F5F7FB;
}

.custom-select__option.is-selected {
  background: #fff;
  color: #EF2C61;
}

.custom-select__option.is-hidden {
  display: none;
}

.custom-select.error .custom-select__current {
  border-color: #ff3b30 !important;
}

.custom-select.success .custom-select__current {
  border-color: #34c759 !important;
}

.chekbox {
  width: 100%;
  margin: 2.4rem 0;
  padding: 0;
}
.chekbox__item {
  margin: 0 0 1.2rem 0;
}
.chekbox__item:last-child {
  margin: 0;
}
.chekbox__item input[type=checkbox] {
  position: absolute;
  left: -9999px;
  display: none;
}
.chekbox__item input[type=checkbox] + label {
  padding: 0.2rem 0 0 4rem;
  cursor: pointer;
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #fff;
  position: relative;
  display: block;
}
@media screen and (max-width: 449px) {
  .chekbox__item input[type=checkbox] + label {
    font-size: 1.4rem;
    line-height: 125%;
  }
}
.chekbox__item input[type=checkbox] + label a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .chekbox__item input[type=checkbox] + label a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.chekbox__item input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  z-index: 5;
  border: 1px solid rgba(24, 24, 24, 0.2392156863);
  transition: all 300ms ease-in-out;
  border-radius: 0.4rem;
}
.chekbox__item input[type=checkbox] + label:after {
  content: "";
  top: 0.6rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(135deg);
  z-index: 10;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 800px) {
  .chekbox__item input[type=checkbox] + label:hover:before {
    border-color: #EF2C61;
  }
}
.chekbox__item input[type=checkbox]:checked + label:before {
  background: #EF2C61;
  border-color: #EF2C61;
}
.chekbox__item input[type=checkbox]:checked + label:after {
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .chekbox__item input[type=checkbox]:checked + label:hover:before {
    border-color: #EF2C61;
    background: #fff;
  }
  .chekbox__item input[type=checkbox]:checked + label:hover:after {
    border-color: #EF2C61;
  }
}/*# sourceMappingURL=style.css.map */

.cookies {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 97.5rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 5rem;
  box-shadow: 0px 17px 73.7px 0px #542D49AD;
  display: flex;
  align-items: flex-start;
  padding: 4.4rem 4rem;
  gap: 3.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.cookies.open {
  opacity: 1;
  visibility: visible;
}
.cookies__text {
  width: 100%;
}
.cookies__text p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #181818;
  margin: 0;
}
.cookies__text p a {
  color: #181818;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 800px) {
  .cookies__text p a:hover {
    color: #181818;
    text-decoration: none;
  }
}
.cookies .button-small {
  border: 1px solid #EF2C61;
  padding: 2.1rem 2.2rem 1.8rem;
  box-shadow: none;
  border-radius: 2rem;
}
@media screen and (max-width: 799px) {
  .cookies {
    bottom: 0;
    left: 0;
    transform: translateX(0);
    padding: 3rem 3rem;
    border-radius: 2rem 2rem 0 0;
  } 
}

@media screen and (max-width: 449px) {
  .cookies {
    padding: 3rem 1.5rem;
    border-radius: 2rem 2rem 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  } 
  .cookies__text p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .footer__links li {
    text-align: center;
  }
}

.winners__item__button {
  display: flex;
  gap: 1.6rem;
  margin: 0 0 4.8rem 0;
}

.winners__item__button .button {
  flex: 1;
}

.winners__item__button .button.active {
  color: #EF2C61;
  background: #fff;
}

.winners__item__subblock {
  display: none;
}

.winners__item__subblock.active {
  display: block;
}


@media screen and (max-width: 991px) {
  .winners__item__button .button {
    font-size: 2rem;
    padding: 2rem 1rem 1.8rem;
  }
}

@media screen and (max-width: 799px) {
  .winners__item__button {
    margin: 0 0 4rem 0;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .winners__item__button .button {
    font-size: 1.8rem;
    padding: 1.6rem 1rem 1.4rem;
  }
  .winners__item__scroll {
    height: 52rem;
  }
  .winners__wrap {
    height: 62.2rem;
  }
}

@media screen and (max-width: 449px) {
  .winners__item__button {
    margin: 0 0 3rem 0;
  }
  .winners__item__button .button {
    flex: auto;
    width: calc(25% - 0.5rem);
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1.2rem 1.2rem 1.1rem;
    border-radius: 1rem;
  }
  .winners__item__scroll {
    height: 32rem;
  }
  .winners__wrap {
    height: 44.2rem;
  }
}