@font-face {
  font-family: 'TT Hoves';
  src: url("../fonts/TTHoves-Black.woff2") format("woff2"), url("../fonts/TTHoves-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT Hoves';
  src: url("../fonts/TTHoves-DemiBold.woff2") format("woff2"), url("../fonts/TTHoves-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT Hoves';
  src: url("../fonts/TTHoves-Regular.woff2") format("woff2"), url("../fonts/TTHoves-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Russo One';
  src: url("../fonts/RussoOne-Regular.woff2") format("woff2"), url("../fonts/RussoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerRegular.woff2") format("woff2"), url("../fonts/MullerRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerMedium.woff2") format("woff2"), url("../fonts/MullerMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

.container-wrap {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .container-wrap {
      padding-left: 16px;
      padding-right: 16px; } }

.new-styles {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "TT Hoves", sans-serif;
  color: #1B1611;
  background: #fff; }
  .new-styles-news .b-path {
    max-width: 1340px;
    margin: 0 auto; }
  .new-styles *,
  .new-styles *::before,
  .new-styles *::after {
    box-sizing: border-box;
    leading-trim: both;
    text-edge: cap; }
  .new-styles h1, .new-styles h3, .new-styles h4, .new-styles h5, .new-styles h6, .new-styles ul, .new-styles ol, .new-styles p {
    margin: 0;
    padding: 0; }
  .new-styles .container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .new-styles .container {
        padding: 0 15px; } }
  .new-styles .spar-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .new-styles .spar-container {
        padding: 0 15px; } }
  .new-styles a {
    text-decoration: none; }
  .new-styles button {
    cursor: pointer; }
  .new-styles ul {
    list-style-type: none; }
  .new-styles :focus {
    outline-style: none;
    outline-width: 0 !important;
    outline-color: none !important; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 200px;
  padding: 15px;
  border: 2px solid #E74010;
  background-color: #fff;
  color: #E74010 !important;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  transition: background-color .3s linear, color .3s linear, border-color .3s linear !important; }
  .button:hover {
    border-color: #fff;
    background-color: #E74010;
    color: #fff !important; }
  @media (max-width: 1024px) {
    .button {
      font-size: 20px;
      height: 50px; } }
  @media (max-width: 575px) {
    .button {
      font-size: 16px;
      height: 40px;
      border-radius: 100px; } }
  .button_orange {
    height: 65px;
    padding: 10px 30px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 900;
    font-size: 29px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: underline;
    color: #F0EAE2 !important;
    background-color: #D81E1E;
    border-color: #D81E1E; }
    @media (max-width: 768px) {
      .button_orange {
        height: 32px;
        padding: 10px 20px;
        font-size: 14px; } }

.intro {
  padding-top: 50px; }
  .intro__wrap {
    padding: 95px 0 60px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 850px) {
      .intro__wrap {
        padding: 50px 0 30px; } }
    .intro__wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 70%;
      height: 100%;
      background-color: #E74010;
      z-index: 0;
      border-top-left-radius: 45px;
      z-index: 0; }
      @media (max-width: 850px) {
        .intro__wrap::before {
          width: 100%;
          border-radius: 0;
          height: 50%;
          right: 0; } }
    .intro__wrap::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 30%;
      height: 100%;
      background-color: #F0EAE2;
      z-index: 0;
      border-top-right-radius: 45px;
      z-index: 0; }
      @media (max-width: 850px) {
        .intro__wrap::after {
          width: 100%;
          border-radius: 0;
          height: 50%;
          right: 0;
          top: auto;
          bottom: 0; } }
  .intro__icon {
    position: absolute;
    z-index: 1; }
    .intro__icon_left {
      width: 100%;
      max-width: 250px;
      height: 323px;
      top: 200px;
      left: 0; }
      @media (max-width: 1240px) {
        .intro__icon_left {
          max-width: 200px;
          height: 260px;
          top: 50px; } }
      @media (max-width: 850px) {
        .intro__icon_left {
          display: none; } }
    .intro__icon_right {
      width: 100%;
      max-width: 440px;
      height: 600px;
      bottom: -95px;
      right: 0; }
      @media (max-width: 1600px) {
        .intro__icon_right {
          max-width: 400px;
          height: 550px; } }
      @media (max-width: 1240px) {
        .intro__icon_right {
          max-width: 300px;
          height: 450px; } }
      @media (max-width: 850px) {
        .intro__icon_right {
          display: none; } }
    .intro__icon_mob {
      display: none; }
      @media (max-width: 850px) {
        .intro__icon_mob {
          display: block;
          position: absolute;
          top: -20px;
          left: 0;
          width: 100%;
          max-width: 220px;
          height: 270px; } }
    .intro__icon img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .intro__head {
    position: relative;
    z-index: 5; }
    @media (max-width: 1340px) {
      .intro__head {
        margin-left: -10px; } }
    @media (max-width: 1240px) {
      .intro__head {
        margin-left: -20px; } }
    @media (max-width: 850px) {
      .intro__head {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0; } }
  .intro__head-logo {
    display: none; }
    @media (max-width: 850px) {
      .intro__head-logo {
        margin-top: 20px;
        max-width: 155px;
        display: block; } }
  .intro__head-top {
    width: 100%;
    max-width: 1300px;
    margin-bottom: 20px;
    height: 94px; }
    @media (max-width: 1800px) {
      .intro__head-top {
        max-width: 1100px;
        height: 80px; } }
    @media (max-width: 1340px) {
      .intro__head-top {
        max-width: 1000px;
        height: 70px; } }
    @media (max-width: 1240px) {
      .intro__head-top {
        max-width: 900px;
        height: 60px; } }
    @media (max-width: 991px) {
      .intro__head-top {
        max-width: 800px;
        height: 50px;
        margin-left: -35px; } }
    @media (max-width: 850px) {
      .intro__head-top {
        margin-left: 0; } }
    @media (max-width: 575px) {
      .intro__head-top {
        max-width: 345px;
        height: 25px;
        margin-bottom: 10px; } }
    .intro__head-top svg {
      width: 100%;
      height: 100%; }
  .intro__head-bottom {
    width: 100%;
    max-width: 1003px;
    height: 78px; }
    @media (max-width: 1800px) {
      .intro__head-bottom {
        max-width: 900px;
        height: 70px; } }
    @media (max-width: 1340px) {
      .intro__head-bottom {
        max-width: 800px;
        height: 60px; } }
    @media (max-width: 1240px) {
      .intro__head-bottom {
        max-width: 700px;
        height: 50px; } }
    @media (max-width: 991px) {
      .intro__head-bottom {
        max-width: 550px;
        height: 40px; } }
    @media (max-width: 575px) {
      .intro__head-bottom {
        max-width: 345px;
        height: 27px; } }
    .intro__head-bottom svg {
      width: 100%;
      height: 100%; }
  .intro__head-year {
    position: absolute;
    bottom: -110px;
    right: 0;
    width: 100%;
    max-width: 242px;
    height: 202px; }
    @media (max-width: 1800px) {
      .intro__head-year {
        max-width: 200px;
        height: 180px;
        bottom: -90px;
        right: 90px; } }
    @media (max-width: 1600px) {
      .intro__head-year {
        right: 120px; } }
    @media (max-width: 1340px) {
      .intro__head-year {
        right: 190px;
        max-width: 180px;
        height: 160px; } }
    @media (max-width: 1240px) {
      .intro__head-year {
        top: -10px;
        bottom: 0;
        right: 0; } }
    @media (max-width: 1120px) {
      .intro__head-year {
        position: static;
        margin-left: auto;
        margin-right: 100px; } }
    @media (max-width: 991px) {
      .intro__head-year {
        margin-right: 30px; } }
    @media (max-width: 850px) {
      .intro__head-year {
        margin: 10px 0 0;
        max-width: 155px;
        height: 30px; } }
    .intro__head-year svg {
      width: 100%;
      height: 100%; }
    .intro__head-year-desktop {
      display: block; }
      @media (max-width: 850px) {
        .intro__head-year-desktop {
          display: none; } }
    .intro__head-year-mob {
      display: none; }
      @media (max-width: 850px) {
        .intro__head-year-mob {
          display: block; } }
  .intro__row {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1005px;
    margin-top: 50px; }
    @media (max-width: 1600px) {
      .intro__row {
        margin-top: 150px;
        max-width: initial; } }
    @media (max-width: 1240px) {
      .intro__row {
        margin-top: 60px; } }
    @media (max-width: 850px) {
      .intro__row {
        flex-direction: column;
        margin-top: 25px; } }
  .intro__block {
    width: 50%;
    color: #fff;
    border-radius: 50px;
    padding: 30px 50px; }
    .intro__block:nth-child(1) {
      background-color: #AD1D4B; }
    .intro__block:nth-child(2) {
      background-color: #D81E1E; }
      .intro__block:nth-child(2) .intro__text {
        text-align: center; }
    @media (max-width: 991px) {
      .intro__block {
        padding: 20px; } }
    @media (max-width: 850px) {
      .intro__block {
        width: 100%;
        border-radius: 30px; } }
  .intro__button {
    width: 100%;
    display: flex; }
    .intro__button_first {
      margin-bottom: 6px; }
  .intro__block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px; }
  .intro__date {
    padding: 14px;
    border-radius: 50px;
    background-color: #D81E1E;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .intro__date {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .intro__date {
        font-size: 20px;
        padding: 10px; } }
  .intro__text {
    font-size: 39px;
    line-height: 100%;
    text-transform: uppercase; }
    @media (max-width: 1240px) {
      .intro__text {
        font-size: 32px; } }
    @media (max-width: 991px) {
      .intro__text {
        font-size: 27px; } }
  .intro__link {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 24px;
    line-height: 100%;
    text-decoration: underline !important;
    margin-bottom: 15px;
    transition: -webkit-text-decoration 0.3s ease !important;
    transition: text-decoration 0.3s ease !important;
    transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease !important; }
    .intro__link:hover {
      text-decoration: none !important; }
    .intro__link span {
      margin: 0 10px; }
    .intro__link svg {
      flex-shrink: 0; }
    @media (max-width: 768px) {
      .intro__link {
        font-size: 15px; }
        .intro__link svg {
          width: 20px;
          height: 20px; } }
  .intro__price {
    margin-top: 50px;
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    text-align: center; }
    @media (max-width: 1240px) {
      .intro__price {
        font-size: 55px; } }
    @media (max-width: 991px) {
      .intro__price {
        font-size: 45px; } }
    @media (max-width: 768px) {
      .intro__price {
        margin-top: 20px; } }
  .intro__inner {
    padding: 40px 0; }
    @media (max-width: 768px) {
      .intro__inner {
        padding: 20px 0; } }
    .intro__inner h2 {
      font-family: "TT Hoves", sans-serif !important;
      font-weight: 900;
      font-size: 18px;
      line-height: 100%;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .intro__inner h2 {
          font-size: 15px; } }
    .intro__inner p {
      font-size: 18px;
      line-height: 100%;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .intro__inner p {
          font-size: 15px; } }
    .intro__inner ul {
      padding-left: 30px;
      list-style: disc; }
      .intro__inner ul li {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 4px; }
        @media (max-width: 768px) {
          .intro__inner ul li {
            font-size: 15px; } }
  .intro__gift {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D81E1E;
    border: 2px solid transparent;
    padding: 25px 10px;
    border-radius: 120px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    line-height: 100%;
    width: 100%;
    max-width: 450px;
    margin: 30px auto 0;
    cursor: pointer;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear; }
    .intro__gift:hover {
      color: #D81E1E;
      background-color: #fff;
      border-color: #D81E1E; }
    @media (max-width: 575px) {
      .intro__gift {
        max-width: 100%;
        font-size: 18px;
        padding: 15px 10px; } }

.sports {
  padding: 0 0 50px;
  background-color: #E74010;
  overflow: hidden; }
  @media (max-width: 768px) {
    .sports {
      padding: 0 0 40px; } }
  .sports__slider {
    display: flex; }
    .sports__slider.swiper {
      width: 100%;
      padding: 100px 0 50px;
      overflow: visible; }
      @media (max-width: 1360px) {
        .sports__slider.swiper {
          overflow: hidden; } }
      @media (max-width: 768px) {
        .sports__slider.swiper {
          padding: 100px 0 30px; } }
    .sports__slider .swiper-wrapper {
      width: 100%;
      transition-timing-function: ease-in-out; }
  .sports__item {
    width: 360px;
    border-radius: 50px; }
    .sports__item.swiper-slide {
      width: 360px; }
    @media (max-width: 1075px) {
      .sports__item {
        width: 33.333%; }
        .sports__item.swiper-slide {
          width: 33.333%; } }
    @media (max-width: 1075px) {
      .sports__item {
        width: 50%; }
        .sports__item.swiper-slide {
          width: 50%; } }
    @media (max-width: 768px) {
      .sports__item {
        margin: 0; } }
    @media (max-width: 590px) {
      .sports__item {
        width: 100%; }
        .sports__item.swiper-slide {
          width: 100%; } }
  .sports__text {
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff; }
    .sports__text span {
      display: block;
      font-weight: 400; }
    @media (max-width: 768px) {
      .sports__text {
        font-size: 18px; } }
  .sports__top {
    height: 275px;
    position: relative;
    background-color: #fff;
    border-radius: 50px 50px 0 0; }
    @media (max-width: 768px) {
      .sports__top {
        height: 260px;
        border-radius: 30px 30px 0 0; } }
  .sports__img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 360px; }
    @media (max-width: 700px) {
      .sports__img {
        height: 345px;
        margin: 0 auto; } }
    .sports__img img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .sports__bottom {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 0 0 50px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .sports__bottom_bg-raspberry {
      background-color: #AD1D4B; }
    .sports__bottom_bg-red {
      background-color: #D81E1E; }
    @media (max-width: 768px) {
      .sports__bottom {
        height: 82px;
        border-radius: 0 0 30px 30px; } }
  .sports__content {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .sports__content {
        flex-direction: column-reverse; } }
  .sports__title {
    font-family: "TT Hoves", sans-serif !important;
    color: #F0EAE2;
    font-weight: 900;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 1280px) {
      .sports__title {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 1024px) {
      .sports__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 768px) {
      .sports__title {
        font-size: 30px;
        line-height: 40px; } }
  .sports__nav {
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 13px; }
    @media (max-width: 768px) {
      .sports__nav {
        gap: 7px;
        margin: 0 0 10px; } }
    .sports__nav .swiper-button-prev,
    .sports__nav .swiper-button-next {
      margin: 0;
      position: static;
      transform: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 85px;
      height: 40px;
      border-radius: 50px;
      background-color: #fff;
      color: #E74010;
      border: 2px solid #fff;
      transition: color .3s linear, background-color .3s linear; }
      .sports__nav .swiper-button-prev::after,
      .sports__nav .swiper-button-next::after {
        display: none; }
      .sports__nav .swiper-button-prev svg,
      .sports__nav .swiper-button-next svg {
        width: 34px;
        height: 20px; }
      .sports__nav .swiper-button-prev:hover,
      .sports__nav .swiper-button-next:hover {
        background-color: #E74010;
        color: #fff; }
      @media (max-width: 768px) {
        .sports__nav .swiper-button-prev,
        .sports__nav .swiper-button-next {
          border-radius: 35px;
          width: 60px;
          height: 30px; }
          .sports__nav .swiper-button-prev svg,
          .sports__nav .swiper-button-next svg {
            width: 24px;
            height: 12px; } }

.stream {
  padding: 65px 0;
  background-color: #AD1D4B; }
  @media (max-width: 768px) {
    .stream {
      padding: 60px 0; } }
  .stream__inner {
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
    border-radius: 50px; }
    @media (max-width: 768px) {
      .stream__inner {
        border-radius: 30px; } }
  .stream__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    color: #F0EAE2;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 20px;
    background-color: #E74010;
    border-radius: 50px 50px 0 0;
    margin-bottom: 0; }
    @media (max-width: 1280px) {
      .stream__title {
        font-size: 40px; } }
    @media (max-width: 1024px) {
      .stream__title {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .stream__title {
        font-size: 24px;
        border-radius: 30px 30px 0 0;
        padding: 20px; } }
  .stream__content {
    padding: 30px;
    background-color: #D81E1E;
    border-radius: 0 0 50px 50px; }
    @media (max-width: 768px) {
      .stream__content {
        padding: 15px 35px;
        border-radius: 0 0 30px 30px; } }
  .stream__video {
    height: 460px;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background-image: url("/dist/img/content/stream-fon.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .stream__video iframe {
      width: 100%;
      height: 100%;
      border: none; }
    @media (max-width: 768px) {
      .stream__video {
        max-width: initial;
        height: 250px;
        border-radius: 10px; } }
    @media (max-width: 575px) {
      .stream__video {
        height: 200px; } }

.activities {
  position: relative;
  background-color: #E74010;
  overflow: hidden; }
  @media (max-width: 991px) {
    .activities {
      background-color: #fff;
      padding: 20px 0; } }
  @media (max-width: 768px) {
    .activities .container {
      padding: 0; } }
  .activities__inner {
    background-color: #fff; }
  .activities__item {
    display: flex; }
    .activities__item:nth-child(1) {
      background-color: #F0EAE2;
      position: relative; }
      .activities__item:nth-child(1) .activities__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 100%; }
        .activities__item:nth-child(1) .activities__content::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          max-width: 300px;
          height: 100%;
          transform: translateX(-100%);
          background-color: #D81E1E; }
        @media (max-width: 1380px) {
          .activities__item:nth-child(1) .activities__content {
            position: static; }
            .activities__item:nth-child(1) .activities__content::before {
              display: none; } }
        @media (max-width: 991px) {
          .activities__item:nth-child(1) .activities__content {
            max-width: initial; } }
      .activities__item:nth-child(1) .activities__title {
        text-align: end;
        margin-left: auto; }
        @media (max-width: 991px) {
          .activities__item:nth-child(1) .activities__title {
            text-align: start;
            margin-left: 0; } }
      .activities__item:nth-child(1) .activities__text {
        padding: 80px 20px 80px 440px; }
        @media (max-width: 1380px) {
          .activities__item:nth-child(1) .activities__text {
            padding: 40px 20px; } }
        @media (max-width: 991px) {
          .activities__item:nth-child(1) .activities__text {
            padding: 24px 15px; } }
      @media (max-width: 991px) {
        .activities__item:nth-child(1) {
          background-color: #E74010; } }
    .activities__item:nth-child(2) {
      flex-direction: row-reverse;
      background-color: #fff; }
      .activities__item:nth-child(2) .activities__img {
        border-radius: 0 0 0 50px; }
      .activities__item:nth-child(2) .activities__text {
        position: relative;
        padding: 80px 20px 130px 20px; }
        .activities__item:nth-child(2) .activities__text::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          max-width: 300px;
          height: calc(100% - 90px);
          transform: translateX(-100%);
          background-color: #AD1D4B; }
        @media (max-width: 1380px) {
          .activities__item:nth-child(2) .activities__text {
            padding: 40px 20px; }
            .activities__item:nth-child(2) .activities__text::before {
              display: none; } }
        @media (max-width: 991px) {
          .activities__item:nth-child(2) .activities__text {
            padding: 24px 15px; } }
      .activities__item:nth-child(2) .activities__content {
        margin-top: -90px;
        position: relative; }
        .activities__item:nth-child(2) .activities__content::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          max-width: 300px;
          height: 100%;
          transform: translateX(100%);
          background-color: #AD1D4B; }
        @media (max-width: 1380px) {
          .activities__item:nth-child(2) .activities__content {
            margin-top: 0; }
            .activities__item:nth-child(2) .activities__content::after {
              display: none; } }
      @media (max-width: 991px) {
        .activities__item:nth-child(2) {
          flex-direction: column;
          background-color: #D81E1E; } }
    .activities__item:nth-child(3) {
      margin-top: -90px;
      background-color: #F0EAE2; }
      .activities__item:nth-child(3) .activities__content {
        position: relative;
        z-index: 10; }
      .activities__item:nth-child(3) .activities__title {
        text-align: end;
        margin-left: auto; }
        @media (max-width: 991px) {
          .activities__item:nth-child(3) .activities__title {
            text-align: start;
            margin-left: 0; } }
      @media (max-width: 1380px) {
        .activities__item:nth-child(3) {
          margin-top: 0; } }
      @media (max-width: 991px) {
        .activities__item:nth-child(3) {
          background-color: #AD1D4B; } }
      .activities__item:nth-child(3) .activities__text {
        position: relative;
        padding: 80px 20px 120px 20px; }
        @media (max-width: 1380px) {
          .activities__item:nth-child(3) .activities__text {
            padding: 40px 20px; } }
        @media (max-width: 991px) {
          .activities__item:nth-child(3) .activities__text {
            padding: 24px 15px; } }
    .activities__item:nth-child(4) {
      background-color: #fff;
      flex-direction: row-reverse;
      align-items: center;
      margin-top: -90px;
      position: relative; }
      .activities__item:nth-child(4)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 100%;
        transform: translateX(-100%);
        background-color: #D81E1E; }
      .activities__item:nth-child(4) .activities__content {
        position: relative; }
        .activities__item:nth-child(4) .activities__content::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          max-width: 300px;
          height: 100%;
          transform: translateX(100%);
          background-color: #D81E1E; }
        @media (max-width: 1380px) {
          .activities__item:nth-child(4) .activities__content::after {
            display: none; } }
      .activities__item:nth-child(4) .activities__img {
        border-radius: 0 0 0 50px; }
      @media (max-width: 1380px) {
        .activities__item:nth-child(4) {
          margin-top: 0; }
          .activities__item:nth-child(4)::before {
            display: none; } }
      @media (max-width: 991px) {
        .activities__item:nth-child(4) {
          flex-direction: column;
          background-color: #E74010; } }
    @media (max-width: 991px) {
      .activities__item {
        flex-direction: column;
        padding: 25px; } }
    @media (max-width: 768px) {
      .activities__item {
        padding: 15px; } }
    @media (max-width: 991px) {
      .activities__item.is-show .activities__text {
        display: block; }
      .activities__item.is-show .activities__icon {
        transform: rotate(180deg);
        color: #fff; }
      .activities__item.is-show .activities__title {
        color: rgba(240, 234, 226, 0.65); } }
  .activities__content {
    width: 100%;
    min-width: 421px; }
    @media (max-width: 1024px) {
      .activities__content {
        min-width: 380px; } }
    @media (max-width: 991px) {
      .activities__content {
        min-width: initial; } }
  .activities__img {
    width: 100%;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    height: 220px; }
    .activities__img img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
    @media (max-width: 991px) {
      .activities__img {
        display: none; } }
  .activities__icon {
    display: none;
    transition: color 0.3s linear, transform 0.3s linear; }
    @media (max-width: 991px) {
      .activities__icon {
        color: #AD1D4B;
        display: block; } }
  .activities__title {
    font-weight: 400;
    font-size: 31px;
    line-height: 33px;
    text-transform: uppercase;
    color: #F0EAE2;
    transition: color 0.3s linear;
    margin-bottom: 0; }
  .activities__head {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 15px 30px; }
    .activities__head_bg-orange {
      background: #E74010; }
    .activities__head_bg-red {
      background: #D81E1E; }
    .activities__head_bg-raspberry {
      background: #AD1D4B; }
      .activities__head_bg-raspberry .activities__icon {
        color: #E74010; }
    @media (max-width: 991px) {
      .activities__head {
        justify-content: space-between;
        padding: 15px 0;
        height: auto; } }
  .activities__text {
    padding: 80px 20px;
    transition: display 0.3s linear; }
    @media (max-width: 1380px) {
      .activities__text {
        padding: 40px 20px; } }
    @media (max-width: 991px) {
      .activities__text {
        background-color: #fff;
        padding: 24px 15px;
        border-radius: 0 0 32px 32px;
        display: none; } }
    .activities__text a {
      text-decoration: underline;
      color: #E74010;
      transition: -webkit-text-decoration 0.3s linear;
      transition: text-decoration 0.3s linear;
      transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear; }
      .activities__text a:hover {
        text-decoration: none; }
    .activities__text p {
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .activities__text p {
          font-size: 15px; } }
    .activities__text ul {
      list-style-type: disc;
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin: 10px 0; }
      .activities__text ul li {
        font-size: 18px;
        line-height: 120%; }
        @media (max-width: 768px) {
          .activities__text ul li {
            font-size: 15px; } }
        .activities__text ul li::marker {
          color: #E74010; }

.bonus {
  padding: 60px 0 100px;
  position: relative; }
  @media (max-width: 768px) {
    .bonus {
      padding: 20px 0 190px; } }
  .bonus__inner {
    position: relative;
    z-index: 1; }
  .bonus__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 325px;
    height: 325px;
    z-index: 0; }
    @media (max-width: 768px) {
      .bonus__img {
        top: auto;
        bottom: -120px; } }
    .bonus__img img {
      width: 100%;
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .bonus__top {
    display: flex; }
    @media (max-width: 955px) {
      .bonus__top {
        flex-direction: column; } }
  .bonus__logo {
    width: 100%;
    max-width: 415px;
    height: 150px;
    background-color: #D81E1E;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1160px) {
      .bonus__logo {
        max-width: 340px;
        height: 120px; } }
    @media (max-width: 955px) {
      .bonus__logo {
        max-width: initial;
        height: auto;
        padding: 20px 30px;
        margin-bottom: 10px; } }
  .bonus__logo-icon {
    width: 100%;
    max-width: 258px; }
    @media (max-width: 1080px) {
      .bonus__logo-icon {
        max-width: 200px; } }
    @media (max-width: 900px) {
      .bonus__logo-icon {
        max-width: 258px; } }
    .bonus__logo-icon img {
      width: 100%;
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .bonus__gift {
    width: 100%;
    height: 150px;
    padding: 0 40px 0 50px;
    display: flex;
    align-items: center;
    background-color: #E74010; }
    @media (max-width: 1160px) {
      .bonus__gift {
        height: 120px; } }
    @media (max-width: 1080px) {
      .bonus__gift {
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .bonus__gift {
        flex-direction: column;
        padding: 20px 30px;
        height: auto; } }
    @media (max-width: 575px) {
      .bonus__gift {
        align-items: start;
        padding: 20px 18px; } }
  .bonus__gift-text {
    width: 100%;
    max-width: 350px;
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase; }
    .bonus__gift-text span {
      white-space: nowrap; }
    .bonus__gift-text a {
      color: inherit;
      font-weight: 900; }
    @media (max-width: 1340px) {
      .bonus__gift-text {
        font-size: 25px; } }
    @media (max-width: 1080px) {
      .bonus__gift-text {
        font-size: 22px; } }
    @media (max-width: 955px) {
      .bonus__gift-text {
        max-width: 280px; } }
    @media (max-width: 768px) {
      .bonus__gift-text {
        max-width: initial;
        width: initial; } }
  .bonus__gift-title {
    margin-left: 10px;
    font-weight: 900;
    font-size: 85px;
    line-height: 100%;
    color: #F0EAE2;
    text-transform: uppercase; }
    @media (max-width: 1600px) {
      .bonus__gift-title {
        font-size: 75px; } }
    @media (max-width: 1340px) {
      .bonus__gift-title {
        font-size: 60px; } }
    @media (max-width: 1080px) {
      .bonus__gift-title {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .bonus__gift-title {
        margin: 5px 0 0; } }
  .bonus__bottom {
    padding: 30px 40px 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #F0EAE2;
    border-top: 5px dashed #fff; }
    @media (max-width: 768px) {
      .bonus__bottom {
        flex-direction: column;
        height: auto;
        padding: 20px 30px; } }
    @media (max-width: 575px) {
      .bonus__bottom {
        align-items: start;
        padding: 20px 18px; } }
  .bonus__bottom-text {
    font-size: 30px;
    margin-left: auto;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .bonus__bottom-text {
        font-size: 20px;
        margin-left: 0;
        margin-top: 10px; } }
  .bonus__promo-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 415px;
    margin-right: 50px;
    font-size: 43px;
    line-height: 100%;
    text-transform: uppercase; }
    @media (max-width: 1340px) {
      .bonus__promo-code {
        font-size: 35px; } }
    @media (max-width: 1160px) {
      .bonus__promo-code {
        max-width: 340px; } }
    @media (max-width: 1080px) {
      .bonus__promo-code {
        margin-right: 20px;
        font-size: 30px; } }
    @media (max-width: 955px) {
      .bonus__promo-code {
        max-width: 280px;
        justify-content: start;
        padding-left: 20px; } }
    @media (max-width: 768px) {
      .bonus__promo-code {
        font-size: 22px;
        margin: 0 0 5px;
        padding-left: 0;
        max-width: initial;
        width: initial; } }
  .bonus__title {
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase; }
    @media (max-width: 1600px) {
      .bonus__title {
        font-size: 90px; } }
    @media (max-width: 1340px) {
      .bonus__title {
        font-size: 80px; } }
    @media (max-width: 1200px) {
      .bonus__title {
        font-size: 60px; } }
    @media (max-width: 1080px) {
      .bonus__title {
        font-size: 45px; } }
    @media (max-width: 768px) {
      .bonus__title {
        font-size: 30px; } }

.registration {
  position: relative; }
  .registration__icon {
    position: absolute;
    z-index: 0; }
    @media (max-width: 1024px) {
      .registration__icon {
        display: none; } }
    .registration__icon_right {
      width: 100%;
      max-width: 315px;
      height: 523px;
      top: 0;
      right: 0; }
      @media (max-width: 1700px) {
        .registration__icon_right {
          max-width: 200px;
          height: 400px; } }
      @media (max-width: 1500px) {
        .registration__icon_right {
          max-width: 180px;
          height: 300px; } }
    .registration__icon_left {
      width: 100%;
      max-width: 943px;
      height: 773px;
      left: 0;
      bottom: 0; }
      @media (max-width: 1700px) {
        .registration__icon_left {
          max-width: 800px;
          height: 600px; } }
      @media (max-width: 1500px) {
        .registration__icon_left {
          max-width: 600px;
          height: 500px; } }
    .registration__icon img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .registration__head {
    background-color: #D81E1E;
    padding: 100px 0; }
    @media (max-width: 1500px) {
      .registration__head {
        padding: 80px 0; } }
    @media (max-width: 768px) {
      .registration__head {
        padding: 35px 0 45px; } }
  .registration__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 900;
    font-size: 90px;
    line-height: 33px;
    text-transform: uppercase;
    color: #F0EAE2; }
    @media (max-width: 1600px) {
      .registration__title {
        font-size: 70px; } }
    @media (max-width: 1380px) {
      .registration__title {
        font-size: 60px; } }
    @media (max-width: 1024px) {
      .registration__title {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .registration__title {
        font-size: 40px;
        text-align: center; } }
  .registration__inner {
    padding: 110px 0 124px;
    position: relative; }
    @media (max-width: 610px) {
      .registration__inner {
        padding: 100px 0 30px; } }
    .registration__inner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 70%;
      height: 100%;
      background-color: #E74010;
      z-index: 0;
      border-bottom-left-radius: 50px; }
      @media (max-width: 768px) {
        .registration__inner::before {
          border-bottom-left-radius: 30px; } }
      @media (max-width: 610px) {
        .registration__inner::before {
          width: 100%;
          height: 241px;
          border-radius: 0;
          top: 0;
          left: 0;
          right: 0; } }
    .registration__inner::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 30%;
      height: 100%;
      background-color: #F0EAE2;
      z-index: 0;
      border-bottom-right-radius: 50px; }
      @media (max-width: 768px) {
        .registration__inner::after {
          border-bottom-right-radius: 30px; } }
      @media (max-width: 610px) {
        .registration__inner::after {
          width: 100%;
          height: 117px;
          border-radius: 0;
          background-color: #E74010;
          top: auto;
          bottom: 0;
          left: 0;
          right: 0; } }
  .registration__row {
    display: flex;
    margin: 0 -10px;
    position: relative;
    z-index: 1; }
    @media (max-width: 610px) {
      .registration__row {
        flex-direction: column-reverse;
        margin: 0;
        gap: 60px; } }
  .registration__item {
    width: calc(50% - 20px);
    margin: 0 10px;
    position: relative; }
    @media (max-width: 610px) {
      .registration__item {
        width: 100%;
        margin: 0; } }
  .registration__img {
    position: absolute;
    z-index: 1; }
    .registration__img_boy {
      top: -205px;
      right: -20px;
      width: 100%;
      max-width: 370px; }
      @media (max-width: 1700px) {
        .registration__img_boy {
          max-width: 330px;
          top: -150px;
          right: -10px; } }
      @media (max-width: 1300px) {
        .registration__img_boy {
          max-width: 300px;
          top: -110px; } }
      @media (max-width: 1024px) {
        .registration__img_boy {
          max-width: 280px;
          top: -85px; } }
      @media (max-width: 925px) {
        .registration__img_boy {
          max-width: 230px;
          top: -50px;
          right: -30px; } }
      @media (max-width: 768px) {
        .registration__img_boy {
          max-width: 185px;
          top: -75px;
          right: 0px; } }
    .registration__img_girl {
      top: -300px;
      right: -70px;
      width: 100%;
      max-width: 450px; }
      @media (max-width: 1700px) {
        .registration__img_girl {
          max-width: 400px;
          right: -20px;
          top: -250px; } }
      @media (max-width: 1300px) {
        .registration__img_girl {
          max-width: 300px;
          top: -145px; } }
      @media (max-width: 1024px) {
        .registration__img_girl {
          max-width: 280px;
          top: -130px; } }
      @media (max-width: 925px) {
        .registration__img_girl {
          max-width: 250px;
          top: -85px;
          right: -30px; } }
      @media (max-width: 768px) {
        .registration__img_girl {
          max-width: 190px;
          top: -110px;
          right: -10px; } }
      @media (max-width: 610px) {
        .registration__img_girl {
          right: 0; } }
    .registration__img img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .registration__item-title {
    font-weight: 900;
    font-size: 34px;
    line-height: 106%;
    text-transform: uppercase; }
    @media (max-width: 1100px) {
      .registration__item-title {
        font-size: 30px; } }
    @media (max-width: 1024px) {
      .registration__item-title {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .registration__item-title {
        font-size: 18px; } }
    .registration__item-title span {
      display: block;
      font-size: 45px; }
      @media (max-width: 1200px) {
        .registration__item-title span {
          font-size: 40px; } }
      @media (max-width: 1100px) {
        .registration__item-title span {
          font-size: 35px; } }
      @media (max-width: 1024px) {
        .registration__item-title span {
          font-size: 30px; } }
      @media (max-width: 925px) {
        .registration__item-title span {
          font-size: 25px; } }
      @media (max-width: 768px) {
        .registration__item-title span {
          font-size: 18px; } }
  .registration__item-top {
    padding: 120px 37px 70px;
    background-color: #F0EAE2;
    border-radius: 50px 50px 0 0;
    border: 2px solid #D81E1E;
    border-bottom: none; }
    @media (max-width: 1100px) {
      .registration__item-top {
        padding: 120px 20px 70px; } }
    @media (max-width: 768px) {
      .registration__item-top {
        padding: 60px 20px 40px;
        border-radius: 30px 30px 0 0; } }
  .registration__item-bottom {
    position: relative;
    z-index: 3;
    background-color: #AD1D4B;
    padding: 40px;
    border-radius: 0 0 50px 50px;
    border: 2px solid #D81E1E; }
    @media (max-width: 768px) {
      .registration__item-bottom {
        border-radius: 0 0 30px 30px;
        padding: 22px; } }
  .registration__link {
    display: flex;
    width: 100%;
    max-width: 390px;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .registration__link {
        max-width: 250px; } }

.events-new {
  padding: 80px 0 40px; }
  @media (max-width: 768px) {
    .events-new {
      padding: 40px 0 20px; } }
  .events-new__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 900;
    font-size: 90px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px; }
    .events-new__title span {
      color: #E74010; }
    @media (max-width: 1600px) {
      .events-new__title {
        font-size: 70px; } }
    @media (max-width: 1380px) {
      .events-new__title {
        font-size: 60px;
        margin-bottom: 40px; } }
    @media (max-width: 1024px) {
      .events-new__title {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .events-new__title {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 25px; } }
  .events-new__wrapper {
    background-color: #F0EAE2;
    padding: 20px 2px;
    border-radius: 50px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .events-new__wrapper {
        border-radius: 30px; } }
  .events-new__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 10px dashed #fff;
    border-bottom: 10px dashed #fff;
    padding: 10px 0; }
    @media (max-width: 1100px) {
      .events-new__inner {
        align-items: center; } }
    @media (max-width: 991px) {
      .events-new__inner {
        flex-direction: column;
        align-items: start;
        gap: 10px; } }
  .events-new__map {
    width: 100%;
    max-width: 930px;
    height: auto; }
    .events-new__map img {
      width: 100%;
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      border-radius: 50px; }
      @media (max-width: 991px) {
        .events-new__map img {
          max-width: 100%;
          border-radius: 30px; } }
  .events-new__content {
    width: 100%;
    max-width: 350px;
    padding-right: 30px; }
    @media (max-width: 1200px) {
      .events-new__content {
        max-width: 300px;
        padding-right: 15px; } }
    @media (max-width: 991px) {
      .events-new__content {
        max-width: 100%;
        padding: 15px; } }
  .events-new__content-inner:not(:last-child) {
    margin-bottom: 22px; }
  @media (max-width: 768px) {
    .events-new__content-inner:not(:last-child) {
      margin-bottom: 15px; } }
  .events-new__content-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #AD1D4B; }
    @media (max-width: 768px) {
      .events-new__content-title {
        font-size: 21px;
        margin-bottom: 15px; } }
  .events-new__content-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .events-new__content-block {
        border-radius: 15px;
        padding: 0 15px; } }
  .events-new__list {
    height: 170px;
    overflow: hidden;
    overflow-y: auto; }
    .events-new__list::-webkit-scrollbar {
      width: 14px;
      border-radius: 18px;
      background-color: #F0EAE2;
      padding-right: 20px; }
    .events-new__list::-webkit-scrollbar-thumb {
      background: #E74010;
      border-radius: 14px; }
    @media (max-width: 768px) {
      .events-new__list {
        height: 130px; } }
  .events-new__item {
    display: flex;
    align-items: center;
    padding-right: 5px; }
    .events-new__item:not(:last-child) {
      margin-bottom: 8px; }
  .events-new__item-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0; }
  .events-new__item-text {
    font-size: 16px;
    line-height: 100%;
    color: #AD1D4B; }
  .events-new__content-img {
    width: 100%; }
    .events-new__content-img img {
      display: block;
      width: 100%;
      height: auto; }

.docs {
  padding: 40px 0;
  position: relative; }
  @media (max-width: 768px) {
    .docs {
      padding: 20px 0; } }
  .docs .container {
    position: relative;
    z-index: 1; }
  .docs__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 400;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media (max-width: 1280px) {
      .docs__title {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 1024px) {
      .docs__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 768px) {
      .docs__title {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px; } }
  .docs__row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0; }
    @media (max-width: 768px) {
      .docs__row {
        margin: -15px 0 0; } }
  .docs__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
    border-radius: 20px;
    border: 2px solid #F0EAE2;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: #4E4E4E; }
    @media (max-width: 768px) {
      .docs__item {
        width: 100%;
        margin: 15px 0 0; } }
  .docs__logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: -10px; }
    .docs__logo img {
      width: 100%;
      max-width: 100%;
      display: block;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 768px) {
      .docs__logo {
        max-width: 160px; } }
  .docs__bottom {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    @media (max-width: 768px) {
      .docs__bottom {
        flex-direction: column;
        align-items: start; } }
  .docs__text {
    font-size: 20px;
    line-height: 100%;
    color: #4E4E4E;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .docs__text {
        margin: 0 0 45px; } }
  .docs__icon {
    width: 25px;
    min-width: 25px;
    height: 25px; }
  .docs__img-dost {
    position: absolute;
    top: 120px;
    left: 0;
    width: 137px;
    height: 159px;
    z-index: 0; }
    @media (max-width: 1024px) {
      .docs__img-dost {
        display: none; } }
    .docs__img-dost img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .docs__img-dost svg {
      display: block;
      max-width: 100%;
      width: 100%;
      fill: #D00910; }
  .docs__img-circle {
    position: absolute;
    top: 40px;
    right: 0;
    width: 257px;
    height: 390px;
    z-index: 0; }
    @media (max-width: 1340px) {
      .docs__img-circle {
        width: 200px;
        height: 300px; } }
    @media (max-width: 1200px) {
      .docs__img-circle {
        width: 170px;
        height: 257px; } }
    @media (max-width: 1024px) {
      .docs__img-circle {
        display: none; } }
    .docs__img-circle img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .docs__img-circle svg {
      display: block;
      max-width: 100%;
      width: 100%;
      fill: #D00910; }
  .docs_event {
    padding: 50px 0; }
    @media (max-width: 768px) {
      .docs_event {
        padding: 20px 0; } }
    .docs_event .docs__title {
      font-weight: 400;
      font-size: 60px;
      line-height: 72px;
      background-color: #CCD32A;
      color: #fff;
      text-align: center;
      font-family: "Russo One", sans-serif !important;
      border-radius: 50px;
      padding: 7px;
      text-transform: none; }
      @media (max-width: 1280px) {
        .docs_event .docs__title {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 1024px) {
        .docs_event .docs__title {
          font-size: 40px;
          line-height: 50px; } }
      @media (max-width: 768px) {
        .docs_event .docs__title {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 20px; } }
    .docs_event .docs__logo {
      max-width: 170px;
      height: 50px; }
      @media (max-width: 768px) {
        .docs_event .docs__logo {
          max-width: 120px;
          height: 35px; } }
    @media (max-width: 768px) {
      .docs_event .docs__row {
        padding: 0 20px; } }
    .docs_event .docs__item {
      padding: 26px 42px 26px 26px;
      border: 2px solid #CCD32A; }
      @media (max-width: 768px) {
        .docs_event .docs__item {
          border-radius: 10px;
          padding: 15px 30px 15px 15px; } }
    .docs_event .docs__text {
      font-family: "Muller", sans-serif;
      font-weight: 500; }
      @media (max-width: 768px) {
        .docs_event .docs__text {
          margin: 0 auto 0 0;
          font-size: 14px;
          line-height: 18px; } }
    @media (max-width: 768px) {
      .docs_event .docs__bottom {
        flex-direction: row;
        align-items: end; } }
  .docs_new-event {
    padding: 200px 0 40px;
    position: relative; }
    @media (max-width: 1340px) {
      .docs_new-event {
        padding: 130px 0 40px; } }
    @media (max-width: 1024px) {
      .docs_new-event {
        padding: 40px 0; } }
    @media (max-width: 768px) {
      .docs_new-event {
        padding: 20px 0; } }
    .docs_new-event .docs__title {
      text-align: center;
      margin: 0 0 50px !important;
      font-family: "Montserrat", sans-serif !important;
      font-weight: 800;
      font-size: 45px;
      line-height: 30px;
      color: #D00910; }
      @media (max-width: 1280px) {
        .docs_new-event .docs__title {
          font-size: 40px; } }
      @media (max-width: 1024px) {
        .docs_new-event .docs__title {
          font-size: 35px; } }
      @media (max-width: 768px) {
        .docs_new-event .docs__title {
          font-size: 25px;
          line-height: 28px;
          margin: 0 0 20px !important; } }

.new-styles-purple .docs__title {
  color: #96017e; }

.new-styles-purple .docs__img-dost svg {
  fill: #96017e; }

.new-styles-purple .docs__img-circle svg {
  fill: #96017e; }

.contact {
  padding: 40px 0; }
  @media (max-width: 768px) {
    .contact {
      padding: 20px 0; } }
  .contact__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 400;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media (max-width: 1280px) {
      .contact__title {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 1024px) {
      .contact__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 768px) {
      .contact__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px;
        text-align: center; } }
  .contact__inner {
    display: flex; }
    @media (max-width: 900px) {
      .contact__inner {
        flex-direction: column; } }
  .contact__content {
    width: 100%;
    max-width: 330px;
    margin-right: 20px;
    border: 2px solid #E74010;
    padding: 58px 35px;
    border-radius: 50px; }
    @media (max-width: 1200px) {
      .contact__content {
        padding: 35px;
        max-width: 300px; } }
    @media (max-width: 900px) {
      .contact__content {
        max-width: initial;
        margin: 0 0 25px; } }
    @media (max-width: 768px) {
      .contact__content {
        border-radius: 30px; } }
  .contact__content-title {
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #AD1D4B;
    margin-bottom: 44px; }
  .contact__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px; }
    .contact__item:not(:last-child) {
      margin-bottom: 20px; }
    .contact__item svg {
      width: 36px;
      min-width: 36px;
      height: 36px;
      margin-right: 12px; }
  .contact__map {
    position: relative;
    width: 100%;
    max-width: 950px;
    height: 370px;
    border-radius: 50px;
    overflow: hidden; }
    .contact__map iframe {
      width: 100%;
      height: 100%; }
    @media (max-width: 900px) {
      .contact__map {
        max-width: initial; } }
    @media (max-width: 768px) {
      .contact__map {
        border-radius: 30px; } }
    .contact__map .ymaps-2-1-79-copyrights-pane {
      display: none; }
    .contact__map .ymaps-2-1-79-controls__control {
      position: relative !important; }
    .contact__map .map-controls {
      position: absolute;
      right: 60px;
      top: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 58px;
      padding: 10px 0;
      border-radius: 17px;
      background-color: #F0EAE2;
      z-index: 50; }
      .contact__map .map-controls button {
        padding: 5px;
        margin: 5px 0;
        color: #E74010;
        font-size: 40px;
        line-height: 30px;
        font-weight: 500; }
      @media (max-width: 1200px) {
        .contact__map .map-controls {
          right: 30px; } }
      @media (max-width: 768px) {
        .contact__map .map-controls {
          display: none; } }
    .contact__map .map-button {
      position: absolute;
      top: -45px;
      right: -10px;
      z-index: 50;
      width: 58px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #F0EAE2;
      border-radius: 17px; }
      @media (max-width: 1200px) {
        .contact__map .map-button {
          right: -40px; } }
      @media (max-width: 768px) {
        .contact__map .map-button {
          display: none; } }
      .contact__map .map-button img {
        width: 28px;
        height: 26px; }
  .contact__social {
    margin-top: 40px;
    display: flex;
    gap: 10px; }
    @media (max-width: 768px) {
      .contact__social {
        margin-top: 15px;
        justify-content: center;
        align-items: center; } }
  .contact__social-link {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(90deg, #0171BB 0%, #004993 100%);
    color: #0171BB !important; }
    .contact__social-link::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 43px;
      height: 43px;
      border-radius: 50%;
      background-color: #fff;
      z-index: 1; }
    .contact__social-link svg {
      position: relative;
      z-index: 2; }
  .contact_event {
    padding: 50px 0 100px; }
    @media (max-width: 768px) {
      .contact_event {
        padding: 20px 0 80px; } }
    .contact_event .contact__content {
      padding: 35px 30px;
      border-radius: 30px;
      border: 2px solid #2D4288;
      color: #4E4E4E; }
      @media (max-width: 768px) {
        .contact_event .contact__content {
          border-radius: 20px;
          padding: 15px 20px;
          margin-bottom: 10px; } }
    .contact_event .contact__content-title {
      color: #4E4E4E;
      line-height: 28px;
      font-family: "Russo One", sans-serif !important; }
      @media (max-width: 768px) {
        .contact_event .contact__content-title {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 20px;
          text-align: center; } }
    .contact_event .contact__map {
      border-radius: 30px;
      border: 2px solid #2D4288; }
      @media (max-width: 768px) {
        .contact_event .contact__map {
          border-radius: 20px;
          height: 218px; } }
    .contact_event .contact__item {
      align-items: start; }
      @media (max-width: 768px) {
        .contact_event .contact__item svg {
          width: 30px;
          height: 30px; } }
    .contact_event .contact__item-text {
      font-family: "Muller", sans-serif;
      font-weight: 500; }
      @media (max-width: 768px) {
        .contact_event .contact__item-text {
          font-size: 14px;
          line-height: 22px; } }

.captcha-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .captcha-modal__content {
    background: white;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 350px;
    max-width: 90%;
    text-align: center; }
  .captcha-modal__close {
    float: right;
    font-size: 24px;
    cursor: pointer; }

#yandexCaptchaContainer {
  margin: 20px 0;
  min-height: 100px; }

.cookies {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #AD1D4B;
  z-index: 100;
  max-width: 457px;
  border-radius: 50px; }
  .cookies__block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px; }
  .cookies__text {
    font-family: "TT Hoves", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #fff; }
    .cookies__text a {
      color: #fff;
      text-decoration: underline; }
  .cookies__button {
    border-radius: 50px;
    background: #fff;
    border: 2px solid #E74010;
    color: #E74010;
    font-size: 24px;
    text-transform: unset;
    cursor: pointer; }
    .cookies__button:hover {
      background: #fff;
      color: #E74010 !important; }

.social-block {
  padding: 40px 0; }
  @media (max-width: 768px) {
    .social-block {
      padding: 20px 0; } }
  .social-block__inner {
    display: flex;
    gap: 20px;
    border-radius: 50px;
    padding: 55px 60px;
    background-color: #F0EAE2; }
    @media (max-width: 1280px) {
      .social-block__inner {
        padding: 40px; } }
    @media (max-width: 768px) {
      .social-block__inner {
        padding: 20px 20px 40px;
        border-radius: 30px;
        flex-direction: column;
        align-items: center; } }
  .social-block__content {
    width: 100%;
    max-width: 650px;
    margin-right: auto; }
    @media (max-width: 1024px) {
      .social-block__content {
        max-width: 500px; } }
    @media (max-width: 768px) {
      .social-block__content {
        max-width: initial;
        margin: 0 0 25px;
        text-align: center; } }
  .social-block__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 900;
    font-size: 69px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 100%;
    margin-bottom: 40px; }
    .social-block__title span {
      color: #E74010; }
    @media (max-width: 1440px) {
      .social-block__title {
        font-size: 60px; } }
    @media (max-width: 1280px) {
      .social-block__title {
        font-size: 50px; } }
    @media (max-width: 1024px) {
      .social-block__title {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 20px; } }
    @media (max-width: 820px) {
      .social-block__title {
        font-size: 35px;
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .social-block__title span {
        font-size: 40px; } }
  .social-block__text {
    font-size: 22px;
    line-height: 100%; }
    @media (max-width: 1024px) {
      .social-block__text {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .social-block__text {
        font-size: 15px; } }
  .social-block__media {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px; }
    @media (max-width: 1280px) {
      .social-block__media {
        max-width: 280px; } }
    @media (max-width: 768px) {
      .social-block__media {
        max-width: 255px; } }
  .social-block__link {
    display: flex;
    align-items: center;
    border: 2px solid #E74010;
    border-radius: 56px;
    padding: 14px 21px;
    transition: background-color .3s linear; }
    .social-block__link:hover {
      background-color: #E74010;
      color: #fff; }
      .social-block__link:hover .social-block__link-icon {
        background-color: #fff;
        color: #E74010; }
      .social-block__link:hover .social-block__link-text {
        color: #fff; }
    .social-block__link:first-child {
      margin-bottom: 25px; }
    @media (max-width: 768px) {
      .social-block__link {
        border-radius: 44px;
        padding: 12px 16px; }
        .social-block__link:first-child {
          margin-bottom: 15px; } }
  .social-block__link-icon {
    width: 57px;
    min-width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E74010;
    border-radius: 50%;
    margin-right: 22px;
    color: #F0EAE2;
    transition: color .3s linear, background-color .3s linear; }
    @media (max-width: 1024px) {
      .social-block__link-icon {
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-right: 15px; }
        .social-block__link-icon_vkontakte svg {
          width: 26px;
          height: 16px; }
        .social-block__link-icon_telegram svg {
          width: 23px;
          height: 19px; } }
  .social-block__link-text {
    font-size: 33px;
    line-height: 100%;
    color: #E74010;
    transition: color .3s linear; }
    @media (max-width: 1280px) {
      .social-block__link-text {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .social-block__link-text {
        font-size: 26px; } }

.partners {
  padding: 40px 0 100px;
  position: relative; }
  @media (max-width: 768px) {
    .partners {
      padding: 20px 0 100px; } }
  .partners__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px; }
    @media (max-width: 768px) {
      .partners__head {
        justify-content: center;
        margin-bottom: 25px; } }
  .partners__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 400;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase; }
    @media (max-width: 1280px) {
      .partners__title {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 1024px) {
      .partners__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 768px) {
      .partners__title {
        font-size: 30px;
        line-height: 34px; } }
  .partners__nav {
    display: flex;
    align-items: center;
    gap: 17px; }
    @media (max-width: 768px) {
      .partners__nav {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 40px;
        gap: 10px; } }
    .partners__nav .swiper-button-prev,
    .partners__nav .swiper-button-next {
      position: static;
      background-color: #fff;
      color: #E74010;
      border: 2px solid #E74010;
      border-radius: 50%;
      margin: 0;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color .3s linear, background-color .3s linear; }
      .partners__nav .swiper-button-prev:hover,
      .partners__nav .swiper-button-next:hover {
        color: #fff;
        background-color: #E74010; }
      .partners__nav .swiper-button-prev svg,
      .partners__nav .swiper-button-next svg {
        width: 14px;
        height: 21px; }
      .partners__nav .swiper-button-prev::after,
      .partners__nav .swiper-button-next::after {
        display: none; }
      @media (max-width: 1024px) {
        .partners__nav .swiper-button-prev,
        .partners__nav .swiper-button-next {
          width: 45px;
          height: 45px; }
          .partners__nav .swiper-button-prev svg,
          .partners__nav .swiper-button-next svg {
            width: 12px;
            height: 18px; } }
  .partners__slider {
    display: flex; }
    .partners__slider.swiper {
      width: 100%; }
  .partners__slide {
    width: 25%;
    padding: 11px;
    border: 2px solid #E74010;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; }
    .partners__slide.swiper-slide {
      width: 25%; }
    @media (max-width: 1280px) {
      .partners__slide {
        width: 33.3333%; }
        .partners__slide.swiper-slide {
          width: 33.333%; } }
    @media (max-width: 1024px) {
      .partners__slide {
        width: 50%; }
        .partners__slide.swiper-slide {
          width: 50%; } }
    @media (max-width: 768px) {
      .partners__slide {
        width: 100%;
        border-radius: 30px; }
        .partners__slide.swiper-slide {
          width: 100%; } }
    .partners__slide.swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto; }
    .partners__slide img {
      width: 100%;
      max-width: 240px;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .partners__slide img {
          max-width: 100%; } }
  .partners_event {
    overflow: hidden;
    padding: 50px 0; }
    @media (max-width: 768px) {
      .partners_event {
        padding: 20px 0; } }
    .partners_event .partners__title {
      font-weight: 400;
      font-size: 60px;
      line-height: 72px;
      background-color: #C83C88;
      color: #fff;
      text-align: center;
      font-family: "Russo One", sans-serif !important;
      border-radius: 50px;
      padding: 7px;
      text-transform: none;
      margin-bottom: 50px; }
      @media (max-width: 1280px) {
        .partners_event .partners__title {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 1024px) {
        .partners_event .partners__title {
          font-size: 40px;
          line-height: 50px; } }
      @media (max-width: 768px) {
        .partners_event .partners__title {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 20px; } }
    .partners_event .partners__slider {
      position: relative; }
      .partners_event .partners__slider.swiper {
        overflow: visible; }
        @media (max-width: 1280px) {
          .partners_event .partners__slider.swiper {
            overflow: hidden; } }
      .partners_event .partners__slider::before {
        content: "";
        position: absolute;
        top: 0;
        left: -320px;
        width: 310px;
        height: 100%;
        background-color: #fff;
        opacity: .6;
        z-index: 5; }
        @media (max-width: 1280px) {
          .partners_event .partners__slider::before {
            display: none; } }
      .partners_event .partners__slider::after {
        content: "";
        position: absolute;
        top: 0;
        right: -320px;
        width: 310px;
        height: 100%;
        background-color: #fff;
        opacity: .6;
        z-index: 5; }
        @media (max-width: 1280px) {
          .partners_event .partners__slider::after {
            display: none; } }
    .partners_event .partners__slide {
      border-radius: 25px;
      border: 2px solid #C83C88; }
      @media (max-width: 768px) {
        .partners_event .partners__slide {
          border-radius: 20px; } }
    .partners_event .partners__nav {
      position: static;
      transform: none;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px; }
      @media (max-width: 768px) {
        .partners_event .partners__nav {
          margin-top: 20px; } }
      .partners_event .partners__nav .swiper-button-prev,
      .partners_event .partners__nav .swiper-button-next {
        margin: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #2D4288;
        transition: opacity .3s linear;
        background-color: transparent;
        color: transparent; }
        .partners_event .partners__nav .swiper-button-prev:hover,
        .partners_event .partners__nav .swiper-button-next:hover {
          opacity: .5; }
        .partners_event .partners__nav .swiper-button-prev svg,
        .partners_event .partners__nav .swiper-button-next svg {
          width: 8px;
          height: 16px; }
  .partners_new-event .partners__head {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .partners_new-event .partners__head {
        margin-bottom: 20px; } }
  .partners_new-event .partners__title {
    text-align: center;
    margin: 0 0 24px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    font-size: 45px;
    line-height: 30px;
    color: #D00910; }
    @media (max-width: 1280px) {
      .partners_new-event .partners__title {
        font-size: 40px; } }
    @media (max-width: 1024px) {
      .partners_new-event .partners__title {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .partners_new-event .partners__title {
        font-size: 25px;
        line-height: 28px;
        margin: 0 !important; } }
  .partners_new-event .partners__nav .swiper-button-prev,
  .partners_new-event .partners__nav .swiper-button-next {
    border: 1px solid #D00910;
    color: #242424; }
    .partners_new-event .partners__nav .swiper-button-prev:hover,
    .partners_new-event .partners__nav .swiper-button-next:hover {
      background-color: #D00910;
      color: #fff; }
  .partners_new-event .partners__slide {
    border: 1px solid #CFCFCF;
    border-radius: 25px; }
    @media (max-width: 768px) {
      .partners_new-event .partners__slide {
        border-radius: 20px; } }

.new-styles-purple .partners__title {
  color: #96017e; }

.new-styles-purple .partners__nav .swiper-button-prev,
.new-styles-purple .partners__nav .swiper-button-next {
  border: 1px solid #96017e; }
  .new-styles-purple .partners__nav .swiper-button-prev:hover,
  .new-styles-purple .partners__nav .swiper-button-next:hover {
    background-color: #96017e; }

.game {
  padding: 60px 0;
  overflow: hidden; }
  @media (max-width: 1380px) {
    .game {
      padding: 60px 0 20px;
      overflow: visible; } }
  @media (max-width: 768px) {
    .game {
      padding: 20px 0 0; } }
  .game__wrap {
    width: 100%;
    max-width: 1215px;
    margin: 0 auto;
    position: relative; }
  .game__head {
    padding: 40px;
    background-color: #E74010;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 60px 60px 0 0;
    color: #fff;
    text-align: center; }
    @media (max-width: 768px) {
      .game__head {
        position: relative;
        z-index: 2;
        border-radius: 30px 30px 0 0;
        padding: 40px 15px 50px; } }
    .game__head h2 {
      color: #fff; }
  .game__title {
    font-family: "TT Hoves", sans-serif !important;
    font-weight: 900;
    font-size: 52px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .game__title span {
      display: inline-block;
      margin-top: 3px;
      padding: 7px;
      border-radius: 10px;
      background-color: #AD1D4B; }
    @media (max-width: 1024px) {
      .game__title {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .game__title {
        font-size: 30px; } }
  .game__text {
    font-size: 32px;
    line-height: 35px; }
    @media (max-width: 1024px) {
      .game__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .game__text {
        font-size: 20px;
        line-height: 22px; } }
  .game__inner {
    position: absolute;
    top: 194px;
    left: 0;
    width: 100%;
    background-color: #F0EAE2;
    border-radius: 0 0 60px 60px;
    padding: 10px 10px 0;
    z-index: 1; }
    @media (max-width: 1024px) {
      .game__inner {
        top: 182px; } }
    @media (max-width: 768px) {
      .game__inner {
        top: 118px;
        border-radius: 0 0 30px 30px;
        padding: 0; } }
    @media (max-width: 590px) {
      .game__inner {
        padding: 0 0 270px; } }
  .game__star {
    width: 100%;
    max-width: 717px;
    height: 430px;
    margin: 0 auto; }
    @media (max-width: 590px) {
      .game__star {
        height: 280px;
        transform: translateY(20px); } }
    .game__star img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .game__block {
    margin-top: 70px;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .game__block {
        margin-bottom: 40px;
        position: relative;
        z-index: 3; } }
    @media (max-width: 590px) {
      .game__block {
        margin-top: -40px; } }
  .game__slider {
    display: flex; }
    .game__slider.swiper {
      overflow: visible; }
    @media (max-width: 1380px) {
      .game__slider.swiper {
        overflow: hidden !important; } }
  .game__item {
    width: 325px;
    cursor: pointer; }
    .game__item.swiper-slide {
      width: 325px; }
    @media (max-width: 1380px) {
      .game__item {
        width: 33.333%; }
        .game__item.swiper-slide {
          width: 33.333%; } }
    @media (max-width: 1080px) {
      .game__item {
        width: 50%; }
        .game__item.swiper-slide {
          width: 50%; } }
    @media (max-width: 590px) {
      .game__item {
        width: 100%; }
        .game__item.swiper-slide {
          width: 100%; } }
    .game__item:nth-child(1) .game__button::before {
      top: -5px;
      right: 2px;
      transform: rotate(2deg); }
    .game__item:nth-child(2) .game__button::before {
      top: -7px;
      left: 10px;
      width: calc(100% - 20px);
      transform: rotate(-5.2deg); }
    .game__item:nth-child(3) .game__button::before {
      top: -5px;
      left: 0;
      transform: rotate(-3deg); }
    .game__item:nth-child(4) .game__button::before {
      top: -2px;
      left: 4px;
      transform: rotate(2deg); }
  .game__img {
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 325px;
    margin-left: -8px;
    margin-bottom: -11px; }
    @media (max-width: 1380px) {
      .game__img {
        margin-left: 0;
        min-width: 100%;
        margin-bottom: -15px; } }
    @media (max-width: 1079px) {
      .game__img {
        margin-bottom: -20px; } }
    @media (max-width: 880px) {
      .game__img {
        margin-bottom: -14px; } }
    @media (max-width: 680px) {
      .game__img {
        margin-bottom: -10px; } }
    @media (max-width: 590px) {
      .game__img {
        margin-bottom: -20px; } }
    @media (max-width: 500px) {
      .game__img {
        margin-bottom: -16px; } }
    @media (max-width: 400px) {
      .game__img {
        margin-bottom: -12px; } }
    .game__img img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .game__bottom {
    width: 100%;
    max-width: calc(100% - 15px);
    margin: 0 auto;
    height: 130px;
    background-color: #E74010;
    border-radius: 0 0 23px 23px;
    padding: 35px 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1380px) {
      .game__bottom {
        max-width: calc(100% - 40px); } }
    @media (max-width: 1079px) {
      .game__bottom {
        max-width: calc(100% - 50px); } }
    @media (max-width: 768px) {
      .game__bottom {
        max-width: calc(100% - 35px); } }
    @media (max-width: 500px) {
      .game__bottom {
        height: 122px; } }
  .game__button {
    background-color: #D81E1E;
    border-radius: 11px;
    height: 73px;
    padding: 10px 20px;
    display: flex;
    position: relative; }
    .game__button::before {
      content: '';
      position: absolute;
      top: 0;
      width: calc(100% - 10px);
      height: 100%;
      background-color: #F0EAE2;
      border-radius: 11px; }
  .game__button-icon {
    width: 88px;
    min-width: 88px;
    height: 85px;
    margin-top: -35px;
    margin-right: 10px;
    position: relative;
    z-index: 1; }
    .game__button-icon img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 768px) {
      .game__button-icon {
        width: 68px;
        min-width: 68px;
        height: 65px;
        margin-top: -25px; } }
    .game__button-icon_gis {
      width: 100%;
      max-width: 148px;
      height: 58px;
      margin: -5px 0 0; }
      @media (max-width: 768px) {
        .game__button-icon_gis {
          max-width: 120px;
          height: 44px; } }
  .game__button-text {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .game__button-text {
        font-size: 22px; } }
  .game__nav {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 30px; }
    @media (max-width: 1380px) {
      .game__nav {
        display: flex; } }
    @media (max-width: 768px) {
      .game__nav {
        margin-top: 20px; } }
    .game__nav .swiper-button-prev,
    .game__nav .swiper-button-next {
      position: static;
      background-color: #fff;
      border: 1px solid #E74010;
      color: #E74010;
      border-radius: 30px;
      margin: 0;
      width: 62px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color .3s linear, background-color .3s linear; }
      .game__nav .swiper-button-prev:hover,
      .game__nav .swiper-button-next:hover {
        color: #fff;
        background-color: #E74010; }
      .game__nav .swiper-button-prev svg,
      .game__nav .swiper-button-next svg {
        width: 34px;
        height: 10px; }
      .game__nav .swiper-button-prev::after,
      .game__nav .swiper-button-next::after {
        display: none; }
      @media (max-width: 435px) {
        .game__nav .swiper-button-prev,
        .game__nav .swiper-button-next {
          border: none; } }

.fancybox__backdrop {
  background-color: rgba(255, 255, 255, 0.56) !important; }

.fancybox__content {
  padding: 0 !important;
  background-color: transparent !important; }
  .fancybox__content .carousel__button.is-close {
    top: 0 !important; }
    @media (max-width: 780px) {
      .fancybox__content .carousel__button.is-close {
        top: auto !important;
        bottom: -40px !important;
        left: 50%;
        transform: translateX(-50%);
        color: #E74010 !important;
        width: 32px;
        height: 32px; }
        .fancybox__content .carousel__button.is-close svg {
          width: 32px;
          height: 32px; } }

.modal {
  display: none;
  width: 100%;
  max-width: 550px; }
  .modal__head {
    padding: 24px 20px 40px;
    background-color: #AD1D4B; }
  .modal__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 780px) {
      .modal__title {
        font-size: 20px; } }
  .modal__inner_left .modal__img {
    width: 100%;
    max-width: 277px;
    right: -105px;
    bottom: -72px; }
    @media (max-width: 780px) {
      .modal__inner_left .modal__img {
        max-width: 100px;
        top: -70px;
        bottom: auto;
        left: auto;
        right: 10px; } }
  .modal__inner_right .modal__img {
    width: 100%;
    max-width: 284px;
    left: -100px;
    bottom: -120px; }
    @media (max-width: 780px) {
      .modal__inner_right .modal__img {
        max-width: 100px;
        top: -90px;
        bottom: auto;
        left: auto;
        right: 10px; } }
  .modal__content {
    padding: 20px 20px 400px;
    background-color: #F0EAE2;
    border: 3px solid #AD1D4B;
    border-top: none;
    border-radius: 0 0 20px 20px;
    position: relative; }
    @media (max-width: 780px) {
      .modal__content {
        padding: 20px; } }
    .modal__content_left::after {
      left: -49.4px;
      background-image: url("../img/content/modal/left-icon.png"); }
    .modal__content_right::after {
      right: -50px;
      background-image: url("../img/content/modal/right-icon.png"); }
    .modal__content::after {
      content: '';
      position: absolute;
      top: -22px;
      width: 50px;
      height: 62px;
      background-repeat: no-repeat;
      background-size: 50px 62px; }
      @media (max-width: 780px) {
        .modal__content::after {
          display: none; } }
  .modal__img {
    position: absolute; }
    .modal__img img {
      display: block;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
  .modal__text p {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px; }
    @media (max-width: 780px) {
      .modal__text p {
        font-size: 16px;
        line-height: 18px; } }

.grandprix {
  padding: 30px 0 50px;
  background: #fff; }
  @media (max-width: 768px) {
    .grandprix {
      padding: 30px 0 20px; } }
  .grandprix__banner {
    background-color: #2D4288;
    border-radius: 30px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    height: 550px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .grandprix__banner {
        height: 480px;
        padding: 30px 20px; } }
    @media (max-width: 768px) {
      .grandprix__banner {
        height: auto;
        border-radius: 20px; } }
  .grandprix__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    z-index: 0; }
    .grandprix__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1024px) {
      .grandprix__img {
        max-width: 600px; } }
    @media (max-width: 768px) {
      .grandprix__img {
        position: static;
        align-self: end;
        margin: 20px -20px -30px 0; } }
  .grandprix__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .grandprix__top {
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .grandprix__top {
        flex-direction: column;
        align-items: center; } }
  .grandprix__title {
    color: #fff;
    font-family: "Russo One", sans-serif !important;
    font-size: 71px;
    line-height: 78px;
    font-weight: 400; }
    @media (max-width: 1440px) {
      .grandprix__title {
        font-size: 60px;
        line-height: 70px; } }
    @media (max-width: 1240px) {
      .grandprix__title {
        font-size: 50px;
        line-height: 60px; } }
    @media (max-width: 1024px) {
      .grandprix__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 768px) {
      .grandprix__title {
        font-size: 34px;
        line-height: 34px;
        text-align: center; } }
  .grandprix__date {
    text-align: center;
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-size: 38px;
    line-height: 40px;
    background-color: #C83C88;
    border-radius: 50px;
    padding: 10px 60px; }
    @media (max-width: 1440px) {
      .grandprix__date {
        font-size: 34px;
        line-height: 38px;
        padding: 10px 40px; } }
    @media (max-width: 1240px) {
      .grandprix__date {
        font-size: 30px;
        line-height: 32px; } }
    @media (max-width: 1024px) {
      .grandprix__date {
        font-size: 25px;
        padding: 10px 20px; } }
    @media (max-width: 768px) {
      .grandprix__date {
        font-size: 22px;
        line-height: 30px;
        padding: 5px 40px; } }
  .grandprix__block {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-self: start;
    max-width: 440px;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .grandprix__block {
        width: 100%;
        max-width: initial;
        align-self: center;
        text-align: center; } }
  .grandprix__subtitle {
    font-family: "Russo One", sans-serif !important;
    font-size: 35px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 15px; }
    @media (max-width: 1240px) {
      .grandprix__subtitle {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .grandprix__subtitle {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px; } }
  .grandprix__text {
    font-family: "Muller", sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px; }
    @media (max-width: 1240px) {
      .grandprix__text {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .grandprix__text {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 40px; } }
  .grandprix__link {
    margin-top: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #3B569E !important;
    font-family: "Russo One", sans-serif;
    font-size: 32px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px;
    border: 3px solid #CCD32A;
    transition: background-color 0.3s linear, color 0.3s linear !important; }
    .grandprix__link:hover {
      background-color: #CCD32A;
      color: #fff !important; }
    @media (max-width: 1240px) {
      .grandprix__link {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 768px) {
      .grandprix__link {
        font-size: 19px;
        line-height: 20px;
        margin-top: 0;
        padding: 10px; } }
  .grandprix__row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 40px; }
    @media (max-width: 768px) {
      .grandprix__row {
        margin: -10px 0 30px; } }
  .grandprix__col {
    width: calc(33.333% - 20px);
    margin: 10px 10px 0;
    border-radius: 30px;
    overflow: hidden;
    color: #fff; }
    @media (max-width: 1100px) {
      .grandprix__col {
        width: calc(50% - 20px); } }
    @media (max-width: 768px) {
      .grandprix__col {
        width: 100%;
        margin: 10px 0 0;
        border-radius: 20px; } }
    .grandprix__col:nth-child(1) {
      background-color: #2D4288;
      padding: 40px; }
      @media (max-width: 1240px) {
        .grandprix__col:nth-child(1) {
          padding: 20px; } }
      @media (max-width: 768px) {
        .grandprix__col:nth-child(1) {
          padding: 15px; } }
    @media (max-width: 768px) {
      .grandprix__col:nth-child(2) {
        height: 300px; } }
    @media (max-width: 490px) {
      .grandprix__col:nth-child(2) {
        height: 200px; } }
    .grandprix__col:nth-child(3) {
      background-color: #C83C88;
      padding: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1240px) {
        .grandprix__col:nth-child(3) {
          padding: 20px; } }
      @media (max-width: 1100px) {
        .grandprix__col:nth-child(3) {
          height: 300px; } }
      @media (max-width: 768px) {
        .grandprix__col:nth-child(3) {
          height: auto;
          padding: 15px; } }
  .grandprix__col-img {
    width: 100%;
    height: 100%; }
    .grandprix__col-img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .grandprix__col-text {
    font-family: "Muller", sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 33px; }
    .grandprix__col-text span {
      font-family: "Russo One", sans-serif; }
    @media (max-width: 1240px) {
      .grandprix__col-text {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .grandprix__col-text {
        font-size: 16px;
        line-height: 20px;
        text-align: center; }
        .grandprix__col-text br {
          display: none; } }
  .grandprix__col-prize {
    text-align: center;
    font-family: "Russo One", sans-serif;
    font-size: 39px;
    line-height: 40px; }
    @media (max-width: 1240px) {
      .grandprix__col-prize {
        font-size: 32px; } }
    @media (max-width: 768px) {
      .grandprix__col-prize {
        font-size: 20px;
        line-height: 25px; } }
  .grandprix__content p {
    font-family: "Muller", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    color: #4D4D4D;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .grandprix__content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; } }
    .grandprix__content p span {
      font-family: "Russo One", sans-serif; }
  .grandprix__content a {
    color: #4D4D4D;
    text-decoration: underline; }
  .grandprix__content ul, .grandprix__content ol {
    padding-left: 20px;
    margin: 10px 0; }
    .grandprix__content ul li, .grandprix__content ol li {
      font-family: "Muller", sans-serif;
      font-weight: 500;
      font-size: 19px;
      line-height: 26px;
      color: #4D4D4D; }
      @media (max-width: 768px) {
        .grandprix__content ul li, .grandprix__content ol li {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 10px; } }
  .grandprix__content ul {
    list-style: disc; }
  .grandprix__slogan {
    color: #fff !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 22px !important;
    line-height: 30px !important;
    margin: 40px 0;
    text-align: center;
    background-color: #2D4288;
    border-radius: 50px;
    padding: 10px; }
    @media (max-width: 1240px) {
      .grandprix__slogan {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .grandprix__slogan {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0;
        border-radius: 20px; } }
  .grandprix__price {
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-size: 43px;
    line-height: 30px;
    border-radius: 50px;
    background-color: #C83C88;
    text-align: center;
    padding: 25px 10px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 40px; }
    @media (max-width: 1240px) {
      .grandprix__price {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      .grandprix__price {
        font-size: 25px;
        line-height: 28px;
        padding: 20px 10px;
        max-width: initial;
        margin: 40px 0 0; } }
    @media (max-width: 768px) {
      .grandprix__price {
        font-size: 20px;
        line-height: 24px;
        padding: 10px;
        margin: 20px 0 0;
        border-radius: 20px; } }

.promo-spectator {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .promo-spectator {
      padding: 20px 0; } }
  .promo-spectator__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 991px) {
      .promo-spectator__row {
        margin: -10px 0 0; } }
  .promo-spectator__info {
    width: calc(50% - 20px);
    margin: 0 10px;
    border-radius: 30px;
    padding: 40px;
    background-color: #2D4288;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .promo-spectator__info {
        width: 100%;
        padding: 15px;
        border-radius: 15px;
        margin: 10px 0 0;
        height: 200px; } }
    @media (max-width: 590px) {
      .promo-spectator__info {
        height: 150px; } }
  .promo-spectator__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 260px; }
    @media (max-width: 1240px) {
      .promo-spectator__bg {
        max-width: 190px; } }
    @media (max-width: 590px) {
      .promo-spectator__bg {
        max-width: 110px; } }
    .promo-spectator__bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .promo-spectator__title {
    color: #fff;
    font-family: "Russo One", sans-serif !important;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1240px) {
      .promo-spectator__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px; } }
    @media (max-width: 1024px) {
      .promo-spectator__title {
        font-size: 20px;
        line-height: 22px; } }
  .promo-spectator__text {
    color: #fff;
    font-family: "Muller", sans-serif;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    z-index: 2; }
    .promo-spectator__text span:first-child::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 25px;
      background-color: #fff;
      margin: 0 10px -5px; }
      @media (max-width: 768px) {
        .promo-spectator__text span:first-child::after {
          height: 20px;
          margin: 0 3px -3px; } }
    @media (max-width: 768px) {
      .promo-spectator__text {
        font-size: 16px;
        line-height: 18px; } }
  .promo-spectator__img {
    width: calc(50% - 20px);
    margin: 0 10px;
    border-radius: 30px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .promo-spectator__img {
        border-radius: 15px;
        width: 100%;
        margin: 10px 0 0;
        height: 400px; } }
    @media (max-width: 590px) {
      .promo-spectator__img {
        height: 150px; } }
    .promo-spectator__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.gallery {
  padding: 50px 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .gallery {
      padding: 20px 0; } }
  .gallery__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .gallery__nav {
        margin-bottom: 20px; } }
    .gallery__nav .swiper-button-prev,
    .gallery__nav .swiper-button-next {
      position: static;
      margin: 0;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #2D4288;
      border-radius: 50%;
      transition: opacity .3s linear; }
      .gallery__nav .swiper-button-prev:hover,
      .gallery__nav .swiper-button-next:hover {
        opacity: .3; }
      .gallery__nav .swiper-button-prev svg,
      .gallery__nav .swiper-button-next svg {
        width: 8px;
        height: 16px; }
      .gallery__nav .swiper-button-prev::after,
      .gallery__nav .swiper-button-next::after {
        display: none; }
  .gallery__slider {
    display: flex; }
    .gallery__slider::before {
      content: "";
      position: absolute;
      top: 0;
      left: -320px;
      width: 310px;
      height: 100%;
      background-color: #fff;
      opacity: 0.7;
      z-index: 5; }
      @media (max-width: 1280px) {
        .gallery__slider::before {
          display: none; } }
    .gallery__slider::after {
      content: "";
      position: absolute;
      top: 0;
      right: -320px;
      width: 310px;
      height: 100%;
      background-color: #fff;
      opacity: 0.7;
      z-index: 5; }
      @media (max-width: 1280px) {
        .gallery__slider::after {
          display: none; } }
    .gallery__slider.swiper {
      overflow: visible; }
      @media (max-width: 1280px) {
        .gallery__slider.swiper {
          overflow: hidden; } }
    .gallery__slider .swiper-wrapper {
      display: flex; }
  .gallery__item {
    width: 25%;
    height: 475px !important;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #3B569E;
    background-color: #fff; }
    .gallery__item.swiper-slide {
      width: 25%; }
    @media (max-width: 1280px) {
      .gallery__item {
        width: 33.333%; }
        .gallery__item.swiper-slide {
          width: 33.333%; } }
    @media (max-width: 1024px) {
      .gallery__item {
        width: 50%; }
        .gallery__item.swiper-slide {
          width: 50%; } }
    @media (max-width: 768px) {
      .gallery__item {
        width: 100%;
        height: 445px !important;
        border-radius: 25px; }
        .gallery__item.swiper-slide {
          width: 100%; } }
  .gallery__img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 100%; }
    @media (max-width: 768px) {
      .gallery__img {
        border-radius: 25px; } }
    .gallery__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin: 0 auto; }

.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 1200px) {
    .breadcrumbs {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__wrap {
    display: flex;
    align-items: center; }
    .breadcrumbs__wrap svg {
      margin-left: 10px;
      margin-right: 9px; }
  .breadcrumbs__item {
    font-family: "Muller", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    color: #1B1611; }

.news-banner {
  background-color: #E74010;
  border-radius: 42px 42px 0 0;
  overflow: hidden;
  line-height: 0; }
  @media (max-width: 768px) {
    .news-banner {
      padding-top: 70px;
      border-radius: 0;
      border-radius: 30px 30px 0 0;
      background: #F0EAE2; } }
  .news-banner picture,
  .news-banner img {
    width: 100%;
    height: auto; }

.news-info {
  padding-top: 32px;
  margin-bottom: 86px; }
  @media (max-width: 768px) {
    .news-info {
      padding-top: 15px;
      margin-bottom: 34px; } }
  .news-info__title {
    margin-bottom: 22px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .news-info__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 25px; } }
  .news-info__caption {
    font-family: "TT Hoves", sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 20px;
    line-height: 22px; }
    @media (max-width: 768px) {
      .news-info__caption {
        margin-bottom: 25px;
        font-size: 17px; } }
  .news-info__text {
    margin-bottom: 60px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000; }
    @media (max-width: 768px) {
      .news-info__text {
        margin-bottom: 20px;
        font-size: 17px; } }
    .news-info__text ul {
      padding-left: 23px; }
  .news-info__header {
    margin-bottom: 27px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #1B1611; }
    @media (max-width: 768px) {
      .news-info__header {
        margin-bottom: 22px;
        font-size: 32px;
        line-height: 38px;
        text-align: center; } }
  .news-info__doc {
    display: flex;
    flex-direction: column;
    max-width: 603px;
    padding: 26px;
    border-radius: 20px;
    border: 2px solid #AD1D4B;
    text-decoration: none !important;
    cursor: pointer; }
    @media (max-width: 768px) {
      .news-info__doc {
        padding: 17px 26px 15px; } }
  .news-info__logo-svg {
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .news-info__logo-svg {
        margin-bottom: 16px; } }
  .news-info__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 768px) {
      .news-info__row {
        flex-direction: column;
        align-items: flex-start; } }
  .news-info__doc-text {
    font-family: "Muller", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1B1611;
    text-decoration: none; }
    @media (max-width: 768px) {
      .news-info__doc-text {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 20px; } }

.news-game {
  margin-top: 86px;
  margin-bottom: 44px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .news-game {
      margin-top: 34px;
      margin-bottom: 16px; } }
  .news-game__title {
    font-family: "TT Hoves", sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 82px;
    text-transform: uppercase;
    color: #1B1611; }
    @media (max-width: 1250px) {
      .news-game__title {
        font-size: 60px;
        line-height: 62px; } }
    @media (max-width: 1024px) {
      .news-game__title {
        font-size: 50px;
        line-height: 52px; } }
    @media (max-width: 950px) {
      .news-game__title {
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .news-game__title {
        font-size: 30px;
        line-height: 35px; } }
    .news-game__title span {
      color: #E74010; }
  .news-game__row {
    display: flex;
    margin-top: -30px; }
    @media (max-width: 950px) {
      .news-game__row {
        flex-direction: column;
        margin-top: 0; } }
  .news-game__text {
    padding-top: 85px;
    padding-right: 37px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    color: #000; }
    @media (max-width: 1150px) {
      .news-game__text {
        font-size: 22px;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      .news-game__text {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 950px) {
      .news-game__text {
        margin-bottom: 26px;
        padding-top: 0;
        padding-right: 0; } }
    @media (max-width: 768px) {
      .news-game__text {
        font-size: 14px;
        line-height: 20px; } }
  .news-game__img {
    position: relative;
    width: 479px;
    height: auto;
    line-height: 0; }
    @media (max-width: 950px) {
      .news-game__img {
        margin-left: auto;
        width: auto;
        max-width: 600px; } }
    @media (max-width: 768px) {
      .news-game__img {
        margin-right: -16px; } }
    .news-game__img::before {
      position: absolute;
      top: -72px;
      right: -81px;
      content: '';
      display: block;
      width: 149px;
      height: 149px;
      background-image: url("../img/content/news/star.svg"); }
      @media (max-width: 768px) {
        .news-game__img::before {
          top: -47px;
          right: -55px;
          width: 100px;
          height: 100px;
          background-size: 100px 100px; } }
    .news-game__img picture,
    .news-game__img img {
      border-radius: 50px;
      overflow: hidden; }
      @media (max-width: 950px) {
        .news-game__img picture,
        .news-game__img img {
          width: 100%;
          height: auto; } }
      @media (max-width: 768px) {
        .news-game__img picture,
        .news-game__img img {
          border-radius: 50px 0 0 50px; } }

.news-title {
  width: 100%;
  margin-top: -170px;
  margin-bottom: 58px;
  padding-top: 270px;
  padding-bottom: 25px; }
  @media (max-width: 768px) {
    .news-title {
      margin-top: 20px;
      margin-bottom: 25px;
      padding-top: 45px;
      padding-bottom: 9px; } }
  .news-title_no-indent {
    padding-bottom: 0;
    margin-bottom: 0; }
    @media (max-width: 800px) {
      .news-title_no-indent {
        margin-bottom: 35px; } }
    @media (max-width: 786px) {
      .news-title_no-indent {
        margin-bottom: 25px; } }
  .news-title__block {
    position: relative;
    background-color: #E74010; }
    .news-title__block::before {
      position: absolute;
      top: 50%;
      left: -84px;
      content: '';
      display: block;
      width: 296px;
      height: 296px;
      background-color: #AD1D4B;
      border-radius: 50%;
      transform: translateY(-50%); }
      @media (max-width: 1800px) {
        .news-title__block::before {
          left: -184px; } }
      @media (max-width: 768px) {
        .news-title__block::before {
          top: -28px;
          left: -68px;
          width: 115px;
          height: 115px;
          transform: none; } }
    .news-title__block::after {
      position: absolute;
      top: -96px;
      left: 59px;
      content: '';
      display: block;
      width: 208px;
      height: 201px;
      background-image: url("../img/content/news/star2.svg");
      background-size: 208px 201px; }
      @media (max-width: 1800px) {
        .news-title__block::after {
          left: -18px; } }
      @media (max-width: 768px) {
        .news-title__block::after {
          top: -47px;
          left: -10px;
          width: 81px;
          height: 78px;
          background-size: 81px 78px; } }
  .news-title__wrap {
    display: flex;
    align-items: center;
    min-height: 227px;
    padding-top: 40px;
    padding-bottom: 57px;
    box-sizing: border-box; }
    @media (max-width: 1250px) {
      .news-title__wrap {
        min-height: 180px; } }
    @media (max-width: 768px) {
      .news-title__wrap {
        min-height: 95px;
        padding-top: 11px;
        padding-bottom: 13px; } }
  .news-title__title {
    max-width: 1300px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 900;
    font-size: 55.45px;
    line-height: 63.3px;
    text-transform: uppercase;
    color: #F0EAE2; }
    @media (max-width: 1600px) {
      .news-title__title {
        padding-left: 50px;
        padding-right: 125px; } }
    @media (max-width: 1600px) {
      .news-title__title {
        padding-left: 90px; } }
    @media (max-width: 1400px) {
      .news-title__title {
        padding-left: 120px;
        padding-right: 205px;
        font-size: 45px;
        line-height: 50px; } }
    @media (max-width: 950px) {
      .news-title__title {
        font-size: 30px;
        line-height: 35px; } }
    @media (max-width: 768px) {
      .news-title__title {
        padding-left: 30px;
        padding-right: 59px;
        font-size: 20px;
        line-height: 23px; } }
    .news-title__title span {
      display: inline-block;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #AD1D4B;
      border-radius: 30px; }
      @media (max-width: 768px) {
        .news-title__title span {
          padding-left: 7px;
          padding-right: 7px; } }
  .news-title__img {
    position: absolute;
    bottom: -25px;
    right: 105px; }
    @media (max-width: 1800px) {
      .news-title__img {
        right: 10px; } }
    @media (max-width: 1250px) {
      .news-title__img picture,
      .news-title__img img {
        width: 183px;
        height: 300px; } }
    @media (max-width: 768px) {
      .news-title__img {
        right: 0;
        bottom: -9px; }
        .news-title__img picture,
        .news-title__img img {
          width: 91px;
          height: 149px; } }

.news-step__list {
  margin-bottom: 25px; }
  @media (max-width: 900px) {
    .news-step__list {
      margin-bottom: 0; } }

.news-step__item {
  margin-bottom: 56px;
  border-radius: 50px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .news-step__item {
      border-radius: 30px; } }
  @media (max-width: 768px) {
    .news-step__item {
      margin-bottom: 25px; } }
  .news-step__item:last-child {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .news-step__item:last-child {
        margin-bottom: 0; } }

.news-step__title {
  box-sizing: border-box;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 900;
  font-size: 39px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #AD1D4B; }
  @media (max-width: 1400px) {
    .news-step__title {
      min-height: 70px;
      font-size: 30px; } }
  @media (max-width: 1024px) {
    .news-step__title {
      min-height: 60px;
      font-size: 20px; } }
  @media (max-width: 768px) {
    .news-step__title {
      min-height: 48px;
      padding-top: 10px;
      font-size: 15px; } }

.news-step__text-block {
  display: flex;
  flex-direction: column;
  padding: 21px 50px 16px;
  background-color: #F0EAE2; }
  @media (max-width: 1024px) {
    .news-step__text-block {
      padding: 20px 14px 8px; } }

.news-step__text {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000; }
  @media (max-width: 768px) {
    .news-step__text {
      font-size: 13px;
      line-height: 16px;
      text-align: center; } }
  @media (max-width: 768px) {
    .news-step__text_left {
      text-align: left; } }
  .news-step__text span {
    font-weight: 600; }
  .news-step__text p {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .news-step__text p {
        margin-bottom: 12px; } }
    .news-step__text p a {
      color: #000;
      text-decoration: underline; }
  .news-step__text ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px; }
    .news-step__text ul.num {
      list-style-type: decimal; }
    @media (max-width: 768px) {
      .news-step__text ul {
        margin-bottom: 12px; } }

.news-step__button {
  margin-left: auto;
  margin-right: auto; }

.news-step__row {
  display: flex; }
  .news-step__row_reverse {
    flex-direction: row-reverse; }
    .news-step__row_reverse .news-step__left {
      padding: 30px 53px 40px 40px; }
      @media (max-width: 1024px) {
        .news-step__row_reverse .news-step__left {
          padding: 20px 14px 8px; } }
      @media (max-width: 768px) {
        .news-step__row_reverse .news-step__left .news-step__text {
          text-align: left; } }

.news-step__left {
  padding: 62px 45px 62px 50px;
  background-color: #F0EAE2; }
  @media (max-width: 1024px) {
    .news-step__left {
      padding: 20px 14px 8px; } }
  .news-step__left_sm-indent {
    padding: 30px 45px 30px 50px; }
    @media (max-width: 1024px) {
      .news-step__left_sm-indent {
        padding: 20px 14px 8px; } }

.news-step__right {
  flex-shrink: 0;
  line-height: 0;
  width: 440px; }
  @media (max-width: 1200px) {
    .news-step__right {
      width: 370px; } }
  @media (max-width: 950px) {
    .news-step__right {
      display: none; } }
  .news-step__right picture,
  .news-step__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.news-step__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 27px; }
  @media (max-width: 900px) {
    .news-step__info {
      margin-bottom: 55px; } }

.news-step__info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 100%; }
  @media (max-width: 1200px) {
    .news-step__info-list {
      gap: 30px; } }
  @media (max-width: 900px) {
    .news-step__info-list {
      grid-template-columns: repeat(1, 1fr);
      gap: 0; } }

.news-step__info-item {
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .news-step__info-item {
      border-radius: 50px 50px 30px 30px; } }

.news-step__info-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 165px;
  padding: 5px 30px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #E74010; }
  @media (max-width: 1200px) {
    .news-step__info-caption {
      font-size: 36px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    .news-step__info-caption {
      min-height: 130px;
      font-size: 30px;
      line-height: 36px; } }
  @media (max-width: 900px) {
    .news-step__info-caption {
      min-height: 100px; } }
  @media (max-width: 768px) {
    .news-step__info-caption {
      min-height: 68px;
      font-size: 18px;
      line-height: 20px; } }
  .news-step__info-caption_sm {
    font-size: 44px;
    line-height: 48px; }
    @media (max-width: 1200px) {
      .news-step__info-caption_sm {
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 1024px) {
      .news-step__info-caption_sm {
        font-size: 30px;
        line-height: 36px; } }
    @media (max-width: 768px) {
      .news-step__info-caption_sm {
        font-size: 18px;
        line-height: 20px; } }

.news-step__info-desc {
  flex-grow: 1;
  padding: 15px 40px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #000;
  background-color: #F0EAE2; }
  @media (max-width: 1200px) {
    .news-step__info-desc {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    .news-step__info-desc {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .news-step__info-desc {
      padding: 16px 15px 23px 25px;
      font-size: 13px;
      line-height: 16px; } }
  .news-step__info-desc span {
    font-weight: 600; }

.news-step__svg-mobile {
  display: none; }
  @media (max-width: 900px) {
    .news-step__svg-mobile {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 900px) {
  .news-step__svg-desktop {
    display: none; } }

@media (max-width: 900px) {
  .news-step__svg {
    width: 70px;
    height: 67px; } }

.news-caption__title {
  font-family: "TT Hoves", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 82px;
  text-transform: uppercase;
  color: #1B1611; }
  @media (max-width: 1500px) {
    .news-caption__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (max-width: 950px) {
    .news-caption__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (max-width: 768px) {
    .news-caption__title {
      font-size: 30px;
      line-height: 35px; } }

.news-caption__title-orange {
  color: #E74010; }

@media (max-width: 768px) {
  .news-caption__title-desk {
    display: none; } }

.news-caption__title-mob {
  display: none; }
  @media (max-width: 768px) {
    .news-caption__title-mob {
      display: inline-block; } }

.news-text__row {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 800px) {
    .news-text__row {
      flex-direction: column; } }

.news-text__row-text {
  flex-grow: 1;
  padding-top: 40px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  color: #000; }
  @media (max-width: 1100px) {
    .news-text__row-text {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 800px) {
    .news-text__row-text {
      margin-bottom: 16px;
      padding-top: 0;
      font-size: 13px;
      line-height: 18px; } }
  .news-text__row-text span {
    font-weight: 600; }

.news-text__row-img {
  flex-shrink: 0;
  width: 474px;
  margin-left: 23px;
  border-radius: 50px 0 0 50px;
  overflow: hidden; }
  @media (max-width: 1100px) {
    .news-text__row-img {
      width: 370px; } }
  @media (max-width: 800px) {
    .news-text__row-img {
      max-width: 600px;
      width: auto;
      margin-left: -20px;
      border-radius: 0 50px 50px 0; } }
  .news-text__row-img picture,
  .news-text__row-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }

.news-text__block {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 118px;
  margin-bottom: 136px; }
  @media (max-width: 1200px) {
    .news-text__block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (max-width: 768px) {
    .news-text__block {
      margin-top: 54px;
      margin-bottom: 78px; } }
  .news-text__block::before {
    position: absolute;
    top: -49px;
    left: 50%;
    content: '';
    display: block;
    width: 108px;
    height: 108px;
    background-image: url("../img/content/news/star3.svg");
    transform: translateX(-50%); }

.news-text__title {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 123px;
  padding: 15px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #F0EAE2;
  background-color: #E74010;
  border-radius: 50px 50px 0 0; }
  @media (max-width: 1200px) {
    .news-text__title {
      min-height: 100px;
      font-size: 42px;
      line-height: 42px; } }
  @media (max-width: 768px) {
    .news-text__title {
      min-height: 73px;
      font-size: 24px;
      line-height: 25px;
      border-radius: 30px 30px 0 0; } }

.news-text__text {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  padding: 15px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #000;
  background-color: #F0EAE2;
  border-radius: 0 0 50px 50px; }
  @media (max-width: 1200px) {
    .news-text__text {
      min-height: 70px;
      font-size: 20px;
      line-height: 25px; } }
  @media (max-width: 768px) {
    .news-text__text {
      min-height: 106px;
      font-size: 17px;
      line-height: 22px;
      border-radius: 0 0 30px 30px; } }

.news-text__wrap {
  margin-top: 136px;
  margin-bottom: 85px; }
  @media (max-width: 1024px) {
    .news-text__wrap {
      margin-top: 78px;
      margin-bottom: 80px; } }

.news-text__wrap-title {
  margin-bottom: 30px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 60px;
  text-transform: uppercase;
  color: #1B1611; }
  @media (max-width: 1024px) {
    .news-text__wrap-title {
      margin-bottom: 20px;
      font-size: 40px;
      line-height: 46px; } }
  @media (max-width: 768px) {
    .news-text__wrap-title {
      margin-bottom: 13px;
      font-size: 33px;
      line-height: 36px;
      text-align: center; } }

.news-text__wrap-text {
  font-family: "TT Hoves", sans-serif;
  font-weight: 800;
  font-size: 29px;
  line-height: 43px;
  text-transform: uppercase;
  color: #1B1611; }
  @media (max-width: 1024px) {
    .news-text__wrap-text {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .news-text__wrap-text {
      font-size: 14px;
      line-height: 21px;
      text-align: center; } }

.news-social {
  margin-top: 85px;
  margin-bottom: 85px; }
  @media (max-width: 768px) {
    .news-social {
      margin-top: 70px;
      margin-bottom: 70px; } }
  .news-social__wrap {
    display: flex; }
    @media (max-width: 768px) {
      .news-social__wrap {
        flex-direction: column; } }
  .news-social__left {
    flex-grow: 1; }
    @media (max-width: 768px) {
      .news-social__left {
        margin-bottom: 30px; } }
  .news-social__right {
    flex-shrink: 0; }
  .news-social__title {
    max-width: 790px;
    margin-bottom: 30px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 900;
    font-size: 69px;
    line-height: 1;
    text-transform: uppercase;
    color: #1B1611; }
    @media (max-width: 1100px) {
      .news-social__title {
        max-width: 610px;
        font-size: 50px; } }
    @media (max-width: 768px) {
      .news-social__title {
        margin-bottom: 12px;
        font-size: 35px;
        text-align: center; } }
    .news-social__title span {
      color: #E74010; }
  .news-social__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #1B1611; }
    @media (max-width: 768px) {
      .news-social__text {
        font-size: 15px;
        text-align: center; } }
  .news-social__right {
    display: flex;
    flex-direction: column;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .news-social__right {
        margin-left: auto;
        margin-right: auto; } }
  .news-social__link {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 320px;
    margin-bottom: 25px;
    padding: 15px 21px;
    font-weight: 400;
    font-size: 33px;
    line-height: 100%;
    font-family: "TT Hoves", sans-serif;
    color: #E74010 !important;
    text-decoration: none !important;
    background-color: #F0EAE2;
    border: 2px solid #E74010;
    border-radius: 56px; }
    @media (max-width: 768px) {
      .news-social__link {
        max-width: 254px;
        min-width: auto;
        margin-bottom: 13px;
        padding: 10px 17px;
        font-weight: 400;
        font-size: 26px; } }
    .news-social__link:last-child {
      margin-bottom: 0; }
    .news-social__link svg {
      margin-right: 22px; }
      @media (max-width: 768px) {
        .news-social__link svg {
          width: 45px;
          height: 45px;
          margin-right: 17px; } }

.presentation {
  padding: 20px 0; }
  .presentation__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #D00910;
    padding: 15px 30px;
    border-radius: 30px; }
    @media (max-width: 1024px) {
      .presentation__inner {
        flex-direction: column;
        justify-content: center;
        padding: 70px 10px; } }
    @media (max-width: 768px) {
      .presentation__inner {
        border-radius: 20px; } }
  .presentation__title {
    margin: 0 !important;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
    color: #fff;
    font-size: 60px;
    line-height: 62px;
    text-transform: uppercase; }
    @media (max-width: 1340px) {
      .presentation__title {
        font-size: 55px; } }
    @media (max-width: 1240px) {
      .presentation__title {
        font-size: 50px; } }
    @media (max-width: 1024px) {
      .presentation__title {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .presentation__title {
        font-size: 30px;
        line-height: 32px; } }
  .presentation__logo {
    display: block;
    width: 100%;
    max-width: 260px;
    height: 68px; }
    .presentation__logo svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 1340px) {
      .presentation__logo {
        max-width: 220px; } }
    @media (max-width: 1240px) {
      .presentation__logo {
        max-width: 200px; } }
    @media (max-width: 768px) {
      .presentation__logo {
        max-width: 180px; } }
  .presentation__img-circle {
    width: 100%;
    max-width: 143px; }
    .presentation__img-circle img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1340px) {
      .presentation__img-circle {
        max-width: 120px; } }
    @media (max-width: 1240px) {
      .presentation__img-circle {
        max-width: 100px; } }
    @media (max-width: 1024px) {
      .presentation__img-circle {
        max-width: 60px;
        position: absolute;
        top: 10px;
        left: 10px; } }
  .presentation__img-dots {
    width: 100%;
    max-width: 154px; }
    .presentation__img-dots img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1340px) {
      .presentation__img-dots {
        max-width: 120px; } }
    @media (max-width: 1240px) {
      .presentation__img-dots {
        max-width: 90px; } }
    @media (max-width: 1024px) {
      .presentation__img-dots {
        max-width: 60px;
        position: absolute;
        right: 10px;
        bottom: 10px; } }

.new-styles-purple .presentation__inner {
  background-color: #96017e; }

.cities {
  padding: 0 0 140px;
  margin-top: 70px; }
  @media (max-width: 1780px) {
    .cities {
      padding: 50px 0 140px; } }
  @media (max-width: 1240px) {
    .cities {
      padding: 100px 0; } }
  @media (max-width: 1024px) {
    .cities {
      padding: 50px 0; } }
  @media (max-width: 992px) {
    .cities {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .cities {
      padding: 30px 0; } }
  .cities__head {
    padding: 24px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 70px;
    border-radius: 25px;
    background-color: #D00910;
    position: relative; }
    .cities__head::after {
      content: '';
      position: absolute;
      top: -35px;
      right: -160px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #D00910; }
    @media (max-width: 1240px) {
      .cities__head {
        max-width: 600px; } }
    @media (max-width: 1024px) {
      .cities__head {
        max-width: 500px;
        padding: 15px;
        border-radius: 20px;
        margin: 0 auto 30px; }
        .cities__head::after {
          display: none; } }
    @media (max-width: 768px) {
      .cities__head {
        max-width: initial;
        margin: 0 0 20px; } }
  .cities__title {
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
    margin: 0 !important;
    font-size: 38px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1240px) {
      .cities__title {
        font-size: 30px; } }
    @media (max-width: 1024px) {
      .cities__title {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .cities__title {
        font-size: 20px; } }
  .cities__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -45px -37px 0; }
    @media (max-width: 1240px) {
      .cities__wrap {
        margin: -30px -15px 0; } }
    @media (max-width: 768px) {
      .cities__wrap {
        margin: -15px 0 0; } }
  .cities__item {
    width: calc(50% - 74px);
    margin: 45px 37px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    overflow: hidden;
    background-color: #E9E9E9; }
    @media (max-width: 1240px) {
      .cities__item {
        width: calc(50% - 30px);
        margin: 30px 15px 0; } }
    @media (max-width: 1024px) {
      .cities__item {
        border-radius: 20px; } }
    @media (max-width: 768px) {
      .cities__item {
        width: 100%;
        margin: 15px 0 0; } }
  .cities__badge {
    position: absolute;
    top: 30px;
    left: 34px;
    background-color: #fff;
    padding: 10px 26px;
    border-radius: 20px; }
    @media (max-width: 1024px) {
      .cities__badge {
        padding: 10px;
        border-radius: 10px;
        top: 15px;
        left: 15px; } }
    @media (max-width: 768px) {
      .cities__badge {
        top: 10px;
        left: 10px;
        padding: 5px 10px; } }
  .cities__place {
    color: #D00910;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (max-width: 1240px) {
      .cities__place {
        font-size: 25px; } }
    @media (max-width: 1024px) {
      .cities__place {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .cities__place {
        font-size: 18px; } }
  .cities__date {
    color: #D00910;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase; }
    @media (max-width: 1240px) {
      .cities__date {
        font-size: 22px; } }
    @media (max-width: 1024px) {
      .cities__date {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .cities__date {
        font-size: 16px; } }
    .cities__date span {
      font-size: 30px;
      margin-right: 5px; }
      @media (max-width: 1240px) {
        .cities__date span {
          font-size: 25px; } }
      @media (max-width: 1024px) {
        .cities__date span {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .cities__date span {
          font-size: 18px; } }
  .cities__img {
    width: 100%;
    height: 342px;
    border-radius: 25px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .cities__img {
        border-radius: 20px;
        height: 250px; } }
    .cities__img img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .cities__content {
    padding: 23px; }
    @media (max-width: 768px) {
      .cities__content {
        padding: 10px; } }
  .cities__time {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
    .cities__time span {
      font-weight: 800;
      margin-right: 5px; }
    @media (max-width: 1024px) {
      .cities__time {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .cities__time {
        font-size: 16px; } }
  .cities__text {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
    @media (max-width: 1024px) {
      .cities__text {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .cities__text {
        font-size: 16px; } }
    .cities__text span {
      font-weight: 800;
      margin-right: 5px; }

.new-styles-purple .cities__head {
  background-color: #96017e; }
  .new-styles-purple .cities__head::after {
    background-color: #96017e; }

.new-styles-purple .cities__place {
  color: #96017e; }

.new-styles-purple .cities__date {
  color: #96017e; }

.tournament {
  position: relative;
  background-color: #F6F6F6; }
  .tournament__head {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    @media (max-width: 1024px) {
      .tournament__head {
        flex-direction: column-reverse;
        align-items: center;
        padding: 20px 0;
        position: relative; } }
  .tournament__left {
    width: 100%;
    max-width: 1000px;
    margin-top: -35px; }
    @media (max-width: 1024px) {
      .tournament__left {
        margin-top: 0;
        max-width: 100%; } }
  .tournament__left-block {
    background: url("../img/content/tournament/register-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1000px;
    height: 234px;
    padding: 120px 190px 35px 280px; }
    @media (max-width: 1880px) {
      .tournament__left-block {
        padding: 120px 190px 35px 170px; } }
    @media (max-width: 1780px) {
      .tournament__left-block {
        padding: 100px 100px 35px 160px; } }
    @media (max-width: 1680px) {
      .tournament__left-block {
        height: 190px;
        padding: 100px 100px 0 160px; } }
    @media (max-width: 1540px) {
      .tournament__left-block {
        padding: 80px 100px 0 160px; } }
    @media (max-width: 1380px) {
      .tournament__left-block {
        padding: 40px 50px 0 30px;
        height: 140px; } }
    @media (max-width: 1024px) {
      .tournament__left-block {
        height: auto;
        background: none;
        background-color: #D00910;
        padding: 20px 30px;
        max-width: 100%; } }
    @media (max-width: 768px) {
      .tournament__left-block {
        padding: 15px; } }
  .tournament__link {
    position: relative;
    width: 100%;
    max-width: 467px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
    color: #D00910 !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    border-radius: 20px;
    border-top: 7px solid #B3B3B3;
    text-align: center; }
    @media (max-width: 1680px) {
      .tournament__link {
        height: 65px;
        font-size: 26px;
        max-width: 400px; } }
    @media (max-width: 1360px) {
      .tournament__link {
        height: 60px;
        max-width: 350px;
        font-size: 22px; } }
    @media (max-width: 1024px) {
      .tournament__link {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        font-size: 25px;
        height: 50px; } }
    @media (max-width: 768px) {
      .tournament__link {
        font-size: 20px;
        border-radius: 10px; } }
    .tournament__link .no-wrap {
      white-space: nowrap; }
  .tournament__date {
    position: relative;
    background: url("../img/content/tournament/date-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 780px;
    height: 148px;
    padding: 27px 70px 27px 280px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    font-size: 60px;
    line-height: 130%;
    color: #D00910;
    text-transform: uppercase;
    margin-bottom: -90px;
    z-index: 5; }
    @media (max-width: 1880px) {
      .tournament__date {
        max-width: 680px;
        padding: 27px 70px 27px 170px; } }
    @media (max-width: 1780px) {
      .tournament__date {
        padding: 27px 70px 27px 160px; } }
    @media (max-width: 1680px) {
      .tournament__date {
        height: 135px;
        max-width: 640px;
        font-size: 60px;
        line-height: 65px;
        margin-bottom: -80px; } }
    @media (max-width: 1540px) {
      .tournament__date {
        height: 120px;
        max-width: 600px;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: -60px; } }
    @media (max-width: 1480px) {
      .tournament__date {
        max-width: 550px;
        font-size: 45px;
        line-height: 50px; } }
    @media (max-width: 1380px) {
      .tournament__date {
        height: 100px;
        max-width: 450px;
        padding: 25px 30px;
        margin-bottom: -40px; } }
    @media (max-width: 1280px) {
      .tournament__date {
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .tournament__date {
        margin: 0;
        background: none;
        background-color: #E9E9E9;
        height: auto;
        padding: 10px;
        border-radius: 5px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        position: absolute;
        top: -54px;
        left: 0;
        font-size: 30px;
        line-height: 35px;
        text-align: center; } }
    @media (max-width: 768px) {
      .tournament__date {
        top: -50px;
        padding: 10px;
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 540px) {
      .tournament__date {
        padding: 7px;
        top: -38px;
        font-size: 22px;
        line-height: 25px; } }
  .tournament__season {
    font-weight: 700;
    color: #D00910;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif !important;
    margin: 20px 0; }
    @media (max-width: 1680px) {
      .tournament__season {
        font-size: 60px; } }
    @media (max-width: 1540px) {
      .tournament__season {
        font-size: 50px; } }
    @media (max-width: 1380px) {
      .tournament__season {
        font-size: 40px;
        line-height: 45px; } }
    @media (max-width: 1024px) {
      .tournament__season {
        text-align: center;
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px; } }
    @media (max-width: 768px) {
      .tournament__season {
        font-size: 30px;
        line-height: 35px; } }
  .tournament__price {
    background: url("../img/content/tournament/price-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 188px;
    padding: 20px 240px 20px 110px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-size: 37px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff; }
    .tournament__price span {
      font-weight: 800;
      font-size: 80px;
      display: block;
      margin-top: 25px;
      text-align: end; }
    @media (max-width: 1880px) {
      .tournament__price {
        padding: 20px 220px 20px 80px; } }
    @media (max-width: 1780px) {
      .tournament__price {
        padding: 20px 150px 20px 80px; } }
    @media (max-width: 1680px) {
      .tournament__price {
        font-size: 34px;
        height: 160px; }
        .tournament__price span {
          font-size: 70px; } }
    @media (max-width: 1540px) {
      .tournament__price {
        font-size: 30px; }
        .tournament__price span {
          font-size: 60px; } }
    @media (max-width: 1380px) {
      .tournament__price {
        padding: 20px 130px 20px 50px;
        height: 140px; }
        .tournament__price span {
          font-size: 50px; } }
    @media (max-width: 1260px) {
      .tournament__price {
        padding: 20px 70px 20px 50px; } }
    @media (max-width: 1200px) {
      .tournament__price {
        padding: 20px 30px 20px 50px;
        font-size: 28px; }
        .tournament__price span {
          font-size: 45px; } }
    @media (max-width: 1024px) {
      .tournament__price {
        height: auto;
        background: none;
        background-color: #D00910;
        text-align: center;
        font-size: 25px; }
        .tournament__price span {
          text-align: center;
          font-size: 45px; } }
    @media (max-width: 768px) {
      .tournament__price {
        font-size: 20px;
        padding: 15px; }
        .tournament__price span {
          font-size: 40px; } }
  .tournament__right {
    width: 100%;
    margin-bottom: -20px; }
    @media (max-width: 1024px) {
      .tournament__right {
        margin: 0; } }
  .tournament__sport {
    position: absolute;
    top: 34px;
    right: 0;
    width: 100%;
    max-width: 1020px; }
    .tournament__sport img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1780px) {
      .tournament__sport {
        max-width: 850px; } }
    @media (max-width: 1380px) {
      .tournament__sport {
        max-width: 550px; } }
    @media (max-width: 1024px) {
      .tournament__sport {
        top: 10px;
        max-width: 300px; } }
    @media (max-width: 768px) {
      .tournament__sport {
        max-width: 200px; } }
  .tournament__banner {
    width: 100%;
    height: 1000px; }
    .tournament__banner img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1780px) {
      .tournament__banner {
        height: 900px; } }
    @media (max-width: 1380px) {
      .tournament__banner {
        height: 700px; } }
    @media (max-width: 1200px) {
      .tournament__banner {
        height: 650px; } }
    @media (max-width: 1024px) {
      .tournament__banner {
        height: 550px; } }
    @media (max-width: 900px) {
      .tournament__banner {
        height: 500px; } }
    @media (max-width: 768px) {
      .tournament__banner {
        height: 450px; } }
    @media (max-width: 700px) {
      .tournament__banner {
        height: 400px; } }
    @media (max-width: 640px) {
      .tournament__banner {
        height: 350px; } }
    @media (max-width: 600px) {
      .tournament__banner {
        height: 300px; } }
    @media (max-width: 480px) {
      .tournament__banner {
        height: 250px; } }
    @media (max-width: 400px) {
      .tournament__banner {
        height: 200px; } }
  .tournament__inner {
    background-color: #F6F6F6;
    position: relative; }
    @media (max-width: 992px) {
      .tournament__inner {
        padding-bottom: 40px; } }
  .tournament__description {
    margin: 60px 0 40px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #4E4E4E; }
    @media (max-width: 1024px) {
      .tournament__description {
        font-size: 18px;
        margin: 20px 0; } }
    @media (max-width: 768px) {
      .tournament__description {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0; } }
  .tournament__format {
    width: 100%;
    max-width: 815px;
    border-radius: 0 25px 25px 0;
    background-color: #D00910;
    padding: 25px 80px 25px 280px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-size: 41px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 55px; }
    @media (max-width: 1880px) {
      .tournament__format {
        padding: 25px 80px 25px 170px; } }
    @media (max-width: 1780px) {
      .tournament__format {
        padding: 25px 40px 25px 160px;
        max-width: 650px; } }
    @media (max-width: 1380px) {
      .tournament__format {
        padding: 25px 30px;
        font-size: 35px;
        line-height: 30px;
        max-width: 500px; } }
    @media (max-width: 1240px) {
      .tournament__format {
        font-size: 30px; } }
    @media (max-width: 1024px) {
      .tournament__format {
        border-radius: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .tournament__format {
        text-align: center;
        font-size: 20px;
        max-width: 100%;
        padding: 15px; } }
  .tournament__content {
    position: relative;
    z-index: 5;
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .tournament__content {
        margin-bottom: 0; } }
    .tournament__content ul {
      margin: 15px 0; }
      .tournament__content ul li {
        display: flex;
        align-items: start;
        font-weight: 700;
        font-family: "Montserrat", sans-serif !important;
        font-size: 20px;
        line-height: 26px;
        color: #4E4E4E;
        margin-bottom: 7px; }
        .tournament__content ul li::before {
          content: '';
          display: inline-block;
          width: 8px;
          min-width: 8px;
          height: 8px;
          background-color: #D00910;
          margin-right: 15px;
          margin-top: 6px; }
        @media (max-width: 1024px) {
          .tournament__content ul li {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .tournament__content ul li {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 5px; }
            .tournament__content ul li::before {
              width: 6px;
              min-width: 6px;
              height: 6px; } }
    .tournament__content p {
      font-weight: 500;
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      line-height: 24px;
      color: #4E4E4E; }
      @media (max-width: 768px) {
        .tournament__content p {
          font-size: 14px; } }
    .tournament__content a {
      color: #D00910; }
  .tournament__more {
    margin-top: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    color: #4E4E4E; }
    .tournament__more a {
      font-weight: 600;
      color: #D00910; }
  .tournament__dots {
    position: absolute;
    top: -110px;
    right: -145px;
    width: 100%;
    max-width: 291px;
    z-index: 1; }
    .tournament__dots img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .tournament__dots svg {
      display: block;
      max-width: 100%;
      width: 100%;
      fill: #D00910; }
    @media (max-width: 1780px) {
      .tournament__dots {
        max-width: 200px; } }
    @media (max-width: 1650px) {
      .tournament__dots {
        max-width: 170px;
        right: 0; } }
    @media (max-width: 1024px) {
      .tournament__dots {
        max-width: 150px;
        top: auto;
        bottom: 20px; } }
    @media (max-width: 768px) {
      .tournament__dots {
        display: none; } }
  .tournament__red-circle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 215px; }
    .tournament__red-circle img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .tournament__red-circle svg {
      display: block;
      max-width: 100%;
      width: 100%;
      fill: #D00910; }
    @media (max-width: 1780px) {
      .tournament__red-circle {
        max-width: 170px; } }
    @media (max-width: 1650px) {
      .tournament__red-circle {
        max-width: 120px;
        bottom: -80px; } }
    @media (max-width: 1024px) {
      .tournament__red-circle {
        display: none; } }
  .tournament__grey-circle {
    position: absolute;
    right: 0;
    bottom: -170px;
    width: 100%;
    max-width: 300px; }
    .tournament__grey-circle img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1780px) {
      .tournament__grey-circle {
        max-width: 200px;
        bottom: -50px; } }
    @media (max-width: 1650px) {
      .tournament__grey-circle {
        max-width: 170px; } }
    @media (max-width: 1340px) {
      .tournament__grey-circle {
        display: none; } }
  .tournament__wave {
    width: 100%;
    height: 300px;
    z-index: 0; }
    .tournament__wave img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1780px) {
      .tournament__wave {
        height: 200px; } }
    @media (max-width: 1200px) {
      .tournament__wave {
        height: 160px; } }
    @media (max-width: 992px) {
      .tournament__wave {
        display: none; } }

.new-styles-purple .tournament__left-block {
  background: url("../img/content/tournament/register-bg-purple.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .new-styles-purple .tournament__left-block {
      background-color: #96017e; } }

.new-styles-purple .tournament__price {
  background: url("../img/content/tournament/price-bg-purple.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .new-styles-purple .tournament__price {
      background-color: #96017e; } }

.new-styles-purple .tournament__link {
  color: #96017e !important; }

.new-styles-purple .tournament__date {
  color: #96017e; }

.new-styles-purple .tournament__season {
  color: #96017e; }

.new-styles-purple .tournament__format {
  background-color: #96017e; }

.new-styles-purple .tournament__content ul li::before {
  background-color: #96017e; }

.new-styles-purple .tournament__content ul a {
  color: #96017e; }

.new-styles-purple .tournament__content .tournament__more a {
  color: #96017e; }

.new-styles-purple .tournament__dots svg {
  fill: #96017e; }

.new-styles-purple .tournament__red-circle svg {
  fill: #96017e; }

.prizes {
  padding: 30px 0 50px; }
  @media (max-width: 1024px) {
    .prizes {
      padding: 30px 0; } }
  .prizes__title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important; }
    .prizes__title span {
      color: #D00910;
      font-weight: 800;
      font-size: 57px;
      line-height: 65px;
      display: inline-block; }
    @media (max-width: 1380px) {
      .prizes__title {
        font-size: 45px;
        line-height: 55px; }
        .prizes__title span {
          font-size: 52px;
          line-height: 60px; } }
    @media (max-width: 1240px) {
      .prizes__title {
        font-size: 40px;
        line-height: 50px; }
        .prizes__title span {
          font-size: 45px;
          line-height: 55px; } }
    @media (max-width: 1024px) {
      .prizes__title {
        font-size: 35px;
        line-height: 40px; }
        .prizes__title span {
          font-size: 40px;
          line-height: 45px; } }
    @media (max-width: 768px) {
      .prizes__title {
        font-size: 26px;
        line-height: 30px; }
        .prizes__title span {
          font-size: 32px;
          line-height: 40px; } }
  .prizes__league {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #000;
    margin: 90px 0 35px; }
    .prizes__league span {
      font-weight: 800;
      color: #D00910;
      font-size: 40px;
      line-height: 45px;
      text-transform: uppercase; }
    @media (max-width: 1380px) {
      .prizes__league {
        margin: 60px 0 30px; } }
    @media (max-width: 1024px) {
      .prizes__league {
        font-size: 30px;
        line-height: 40px;
        margin: 40px 0 20px; }
        .prizes__league span {
          font-size: 32px;
          line-height: 35px; } }
    @media (max-width: 768px) {
      .prizes__league {
        font-size: 20px;
        line-height: 35px;
        margin: 20px 0 10px; }
        .prizes__league span {
          font-size: 24px;
          line-height: 30px; } }
  .prizes__note {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-top: 40px !important; }
    @media (max-width: 768px) {
      .prizes__note {
        font-size: 18px;
        margin-top: 20px !important; } }
  .prizes__row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -29px 0; }
    @media (max-width: 1380px) {
      .prizes__row {
        margin: -20px -15px 0; } }
    @media (max-width: 1024px) {
      .prizes__row {
        margin: -20px -10px 0; } }
    @media (max-width: 575px) {
      .prizes__row {
        margin: -10px 0 0; } }
  .prizes__item {
    width: calc(33.333% - 58px);
    margin: 20px 29px 0;
    border-radius: 25px;
    overflow: hidden;
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9; }
    @media (max-width: 1380px) {
      .prizes__item {
        width: calc(33.333% - 30px);
        margin: 20px 15px 0; } }
    @media (max-width: 1024px) {
      .prizes__item {
        width: calc(33.333% - 20px);
        margin: 20px 10px 0;
        border-radius: 20px; } }
    @media (max-width: 992px) {
      .prizes__item {
        width: calc(50% - 20px); } }
    @media (max-width: 575px) {
      .prizes__item {
        width: 100%;
        margin: 10px 0 0;
        border-radius: 15px; } }
    .prizes__item_first {
      background-color: #fff;
      border: 1px solid #D00910; }
      .prizes__item_first .prizes__head {
        background-color: #D00910; }
      .prizes__item_first .prizes__place {
        color: #fff; }
      .prizes__item_first .prizes__sum {
        color: #fff; }
  .prizes__head {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E8E8E8;
    border-radius: 25px; }
    @media (max-width: 1024px) {
      .prizes__head {
        padding: 15px;
        border-radius: 20px; } }
    @media (max-width: 575px) {
      .prizes__head {
        padding: 10px;
        border-radius: 15px; } }
  .prizes__place {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    font-size: 46px;
    line-height: 50px;
    color: #D00910;
    text-align: center; }
    @media (max-width: 1380px) {
      .prizes__place {
        font-size: 40px;
        line-height: 45px; } }
    @media (max-width: 1024px) {
      .prizes__place {
        font-size: 35px;
        line-height: 40px; } }
    @media (max-width: 768px) {
      .prizes__place {
        font-size: 26px;
        line-height: 30px; } }
  .prizes__sum {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #D00910;
    text-align: center;
    margin-top: 15px; }
    @media (max-width: 1024px) {
      .prizes__sum {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px; } }
    @media (max-width: 768px) {
      .prizes__sum {
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px; } }
  .prizes__details {
    padding: 15px 25px 35px; }
    @media (max-width: 1024px) {
      .prizes__details {
        padding: 10px 15px 25px; } }
    @media (max-width: 575px) {
      .prizes__details {
        padding: 10px 10px 20px; } }
  .prizes__details-text {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000; }
    .prizes__details-text:not(:last-child) {
      margin-bottom: 10px; }
    .prizes__details-text span {
      font-weight: 800;
      color: #D00910;
      font-size: 16px;
      line-height: 19px; }
    @media (max-width: 768px) {
      .prizes__details-text {
        font-size: 14px;
        line-height: 17px; }
        .prizes__details-text span {
          font-size: 15px;
          line-height: 18px; } }

.new-styles-purple .prizes span {
  color: #96017e; }

.new-styles-purple .prizes__league span {
  color: #96017e; }

.new-styles-purple .prizes__item_first {
  border-color: #96017e; }
  .new-styles-purple .prizes__item_first .prizes__head {
    background-color: #96017e; }
  .new-styles-purple .prizes__item_first .prizes__place {
    color: #fff; }
  .new-styles-purple .prizes__item_first .prizes__sum {
    color: #fff; }

.new-styles-purple .prizes__place {
  color: #96017e; }

.new-styles-purple .prizes__sum {
  color: #96017e; }

.new-styles-purple .prizes__details-text span {
  color: #96017e; }

.new-styles-purple .prizes__title span {
  color: #96017e; }
