/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --base-fs: calc(100vw*16/1920 + 0PX);
  --lg-fs: calc(100vw*16/1440 + 0PX);
  --tablet-fs: calc(100vw*16/1024 + 0PX);
  --sm-fs: calc(100vw*16/320 + 0PX);
  --white: #FFFFFF;
  --black: #000000;
  --gray: #999999;
  --gray2: #D9D9D9;
  --orange: #FF4D06;
  --shadow1: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.01), 0rem rem(4) rem(8) 0rem rgba(0, 0, 0, 0.01), 0rem rem(14) rem(14) 0rem rgba(0, 0, 0, 0.01), 0rem rem(32) rem(19) 0rem rgba(0, 0, 0, 0.01), 0rem rem(56) rem(23) 0rem rgba(0, 0, 0, 0.00), 0rem rem(88) rem(25) 0rem rgba(0, 0, 0, 0.00); }

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

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

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

a {
  color: inherit; }

button {
  padding: 0;
  border: none;
  background: none; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icon svg {
    width: 100%;
    height: 100%; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ttu {
  text-transform: uppercase; }

.selelect {
  width: 16rem; }
  .selelect-btn {
    width: 100%;
    height: 3.25rem; }

.no-br {
  white-space: nowrap; }

html {
  font-size: var(--base-fs);
  height: 100%; }
  html::-webkit-scrollbar {
    display: none; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'DIN Pro'; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  line-height: 120%; }

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

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

p {
  margin-bottom: 1.875rem; }
  p:last-child {
    margin-bottom: 0; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 1.5rem; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 111.5rem;
  width: 100%; }
  .container-sm {
    max-width: 93rem; }

.outline-block {
  position: relative;
  border-radius: 0.625rem; }
  .outline-block::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.125rem solid var(--orange);
    border-radius: 0.625rem;
    pointer-events: none; }

.title {
  font-family: 'Druk Text Wide Cyr';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1; }

.druk {
  font-family: 'Druk Text Wide Cyr';
  font-weight: 500; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .row > div {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

h1, .h1 {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase; }

.text-with-stroke {
  -webkit-text-stroke: 0.0625rem var(--orange);
  color: transparent; }

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 0.25rem; }

.slider-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: var(--white);
  cursor: pointer; }
  .slider-btn svg {
    width: 1.5rem;
    height: 1.5rem; }
  .slider-btn[disabled] {
    opacity: 0.5; }

.slider-pagination {
  position: initial;
  width: auto !important;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.25rem; }
  .slider-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.3125rem !important;
    opacity: .5;
    background: var(--white); }
    .slider-pagination .swiper-pagination-bullet-active {
      width: 1rem;
      height: 1rem;
      opacity: 1;
      background: var(--orange); }

.mobile {
  display: none; }

@media (max-width: 1440px) {
  html {
    font-size: var(--lg-fs); }
  .wrapper {
    font-size: 1.125rem; }
  .container {
    max-width: 78rem; }
    .container-sm {
      max-width: 66.125rem; }
  .title {
    font-size: 2.25rem; }
  .slider-controls {
    padding: 0.3125rem 0.625rem; }
  .slider-btn {
    width: 1.625rem;
    height: 1.625rem; }
    .slider-btn svg {
      width: 1rem;
      height: 1rem; }
  .slider-pagination {
    padding: 0.375rem;
    margin: 0 0.75rem; }
    .slider-pagination .swiper-pagination-bullet {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0 0.1875rem !important; }
      .slider-pagination .swiper-pagination-bullet-active {
        width: 0.6875rem;
        height: 0.6875rem; }
  .outline-block {
    border-radius: 0.46875rem; }
    .outline-block::before {
      border-radius: 0.46875rem; } }

@media (max-width: 1024px) {
  html {
    font-size: var(--tablet-fs); }
  .wrapper {
    font-size: 0.8125rem; }
  .container {
    max-width: 61.125rem; }
    .container-sm {
      max-width: 51.125rem; }
  .title {
    font-size: 1.5rem; }
  .outline-block {
    border-radius: 0.3125rem; }
    .outline-block::before {
      border-width: 0.0625rem;
      border-radius: 0.3125rem; }
  .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row > div {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
  .slider-controls {
    padding: 0.25rem 0.5rem; }
  .slider-btn {
    width: 1.1875rem;
    height: 1.1875rem; }
    .slider-btn svg {
      width: 0.75rem;
      height: 0.75rem; }
  .slider-pagination {
    padding: 0.25rem;
    margin: 0 0.625rem; }
    .slider-pagination .swiper-pagination-bullet {
      width: 0.375rem;
      height: 0.375rem;
      margin: 0 0.15625rem !important; }
      .slider-pagination .swiper-pagination-bullet-active {
        width: 0.5rem;
        height: 0.5rem; } }

@media (max-width: 480px) {
  html {
    font-size: var(--sm-fs); }
  .title {
    font-size: 0.8125rem; }
  .wrapper {
    font-size: 0.625rem; }
  .text-with-stroke {
    -webkit-text-stroke: 0.03125rem var(--orange); }
  .slider-controls {
    padding: 0rem 1rem; }
    .slider-controls::before {
      border-width: 0.0625rem;
      border-radius: 0.625rem; }
  .slider-btn {
    width: 1.625rem;
    height: 1.625rem; }
    .slider-btn svg {
      width: 1.25rem;
      height: 1.25rem; }
  .slider-pagination {
    margin: 0 0.5rem; }
    .slider-pagination .swiper-pagination-bullet {
      width: 0.4375rem;
      height: 0.4375rem;
      margin: 0 0.5rem !important; }
      .slider-pagination .swiper-pagination-bullet-active {
        width: 0.625rem;
        height: 0.625rem; }
  .desctop {
    display: none; }
  .mobile {
    display: block; } }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background: var(--orange);
  border-radius: 0.625rem;
  color: var(--white);
  padding: 0.875rem 1.75rem;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  position: relative; }
  .btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.125rem solid var(--orange);
    border-radius: 0.625rem;
    pointer-events: none; }
  .btn:hover {
    background: var(--white);
    color: var(--orange); }
  .btn:active {
    background: #C13700;
    color: var(--white); }
  .btn-outline {
    background: transparent;
    color: var(--orange);
    position: relative; }
    .btn-outline::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0.125rem solid var(--orange);
      border-radius: 0.625rem;
      pointer-events: none; }
    .btn-outline:hover {
      background: var(--orange);
      color: var(--white); }
    .btn-outline:active {
      background: #C13700;
      color: var(--white); }

.btn-white {
  position: relative; }
  .btn-white::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.125rem solid var(--white);
    border-radius: 0.625rem; }
  .btn-white:hover {
    background: transparent;
    color: var(--white); }
  .btn-white:active {
    background: #C13700;
    color: var(--white); }

.selelect {
  width: 16rem; }
  .selelect-btn {
    width: 100%;
    height: 3.25rem;
    background: rgba(255, 255, 255, 0.1) url(../../static/images/general/btn-down.svg) right 1.5rem top 50% no-repeat;
    background-size: 1rem 1rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-top: 0;
    padding-bottom: 0;
    border-color: var(--orange);
    border-width: 0.125rem;
    color: var(--orange);
    padding-left: 1rem;
    border-radius: 0.625rem;
    cursor: pointer; }

@media (max-width: 1440px) {
  .btn {
    border-radius: 0.46875rem; }
    .btn::before {
      border-radius: 0.46875rem; }
    .btn-outline::before {
      border-radius: 0.46875rem; }
  .btn-white::before {
    border-radius: 0.5rem; }
  .selelect {
    width: 10.625rem; }
    .selelect-btn {
      height: 2.5rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 1rem;
      background: rgba(255, 255, 255, 0.1) url(../../static/images/general/btn-down.svg) right 0.625rem top 50% no-repeat; } }

@media (max-width: 1024px) {
  .btn {
    border-radius: 0.3125rem; }
    .btn::before {
      border-radius: 0.3125rem; }
    .btn-outline::before {
      border-radius: 0.3125rem; }
  .btn-white::before {
    border-radius: 0.3125rem; } }

@media (max-width: 480px) {
  .btn {
    border-radius: 0.25rem;
    font-size: 0.625rem; }
    .btn::before {
      border-radius: 0.25rem;
      border-width: 0.0625rem; }
    .btn-outline::before {
      border-radius: 0.25rem;
      border-width: 0.0625rem; } }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px -4px 10px rgba(0, 0, 0, 0.05), 0px -17px 17px rgba(0, 0, 0, 0.04), 0px -39px 23px rgba(0, 0, 0, 0.03), 0px -69px 28px rgba(0, 0, 0, 0.01), 0px -108px 30px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px -4px 10px rgba(0, 0, 0, 0.05), 0px -17px 17px rgba(0, 0, 0, 0.04), 0px -39px 23px rgba(0, 0, 0, 0.03), 0px -69px 28px rgba(0, 0, 0, 0.01), 0px -108px 30px rgba(0, 0, 0, 0);
  color: var(--white);
  fill: var(--white);
  position: relative; }
  .footer__content {
    position: relative;
    height: 9.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__content::before {
      content: "";
      width: 53rem;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: var(--orange); }
  .footer__contacts {
    position: relative;
    z-index: 3;
    margin-left: 9.125rem; }
  .footer__partners {
    margin-left: auto; }
  .footer__logo {
    margin-left: 14.625rem; }
    .footer__logo img {
      max-width: 16rem; }
  .footer-contacts__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-contacts__link-icon {
      width: 1.375rem;
      height: 1.0625rem;
      margin-right: 1.25rem; }
  .footer-partners {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .footer-partners__item {
      max-width: 9.9375rem;
      margin-right: 2.5rem; }
      .footer-partners__item:last-child {
        margin-right: 0; }
  .footer-logo__mobile {
    display: none; }

@media (max-width: 1440px) {
  .footer__content {
    height: 7rem; }
    .footer__content::before {
      width: 36.875rem; }
  .footer__logo {
    margin-left: 9rem; }
    .footer__logo img {
      max-width: 10.625rem; }
  .footer__contacts {
    margin-left: 6.625rem; }
  .footer-contacts__link-icon {
    width: 1.0625rem;
    height: 0.8125rem;
    margin-right: 0.875rem; }
  .footer-partners__item {
    max-width: 7.625rem;
    margin-right: 1.875rem; } }

@media (max-width: 1024px) {
  .footer__content {
    height: 5rem; }
    .footer__content::before {
      width: 28.125rem; }
  .footer__logo {
    margin-left: 6.875rem; }
    .footer__logo img {
      max-width: 8.125rem; }
  .footer__contacts {
    margin-left: 5rem; }
  .footer-contacts__link-icon {
    width: 0.75rem;
    height: 0.625rem;
    margin-right: 0.625rem; }
  .footer-partners__item {
    max-width: 5.875rem;
    margin-right: 1.5rem; } }

@media (max-width: 480px) {
  .footer {
    padding-bottom: 1.5rem; }
    .footer__content {
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .footer__content::before {
        width: 14.0625rem;
        height: 4.125rem; }
    .footer__contacts {
      margin-left: 1.5rem;
      margin-top: 1rem; }
    .footer__partners {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      margin-top: 2rem; }
    .footer__logo {
      margin-left: auto;
      margin-top: 1.25rem;
      width: 2.1875rem; }
      .footer__logo img {
        max-width: 2.1875rem;
        width: 100%; }
    .footer-logo__desctop {
      display: none; }
    .footer-logo__mobile {
      display: block; }
    .footer-contacts {
      font-size: 0.8125rem; }
      .footer-contacts__txt {
        margin-bottom: 0.25rem; }
      .footer-contacts__link-icon {
        margin-right: 0.5rem; }
    .footer-partners {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer-partners__item {
        max-width: 6.625rem; } }

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--white);
  -webkit-box-shadow: var(--shadow1);
          box-shadow: var(--shadow1); }
  .header__content {
    height: 9.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .header__content::before {
      content: "";
      width: 53rem;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: var(--orange); }
  .header__logo {
    position: relative;
    z-index: 3;
    margin-left: 9.25rem; }
  .header__menu {
    position: relative;
    z-index: 3; }
  .header__m-menu {
    margin-left: auto;
    display: none; }

.logo img {
  max-width: 16rem; }

.menu {
  line-height: 1; }
  .menu__item {
    margin-right: 8.9125rem; }
    .menu__item:last-child {
      margin-right: 0; }
  .menu__link:hover, .menu__link.selected {
    color: var(--orange);
    text-decoration: underline; }

@media (min-width: 481px) {
  .menu__item:first-child {
    color: var(--white); }
    .menu__item:first-child .menu__link:hover, .menu__item:first-child .menu__link.selected {
      color: var(--white); } }

.open-menu {
  width: 2.1875rem;
  height: 2.1875rem; }
  .open-menu span {
    width: 2.1875rem;
    height: 0.1875rem;
    background: var(--orange);
    position: relative; }
    .open-menu span::before, .open-menu span::after {
      content: "";
      width: 2.1875rem;
      height: 0.1875rem;
      background: var(--orange);
      position: absolute;
      -webkit-transition: .2s linear;
      transition: .2s linear; }
    .open-menu span::before {
      top: -0.3125rem; }
    .open-menu span::after {
      bottom: -0.3125rem; }
  .open-menu.active span {
    background: transparent; }
    .open-menu.active span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .open-menu.active span::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media (max-width: 1440px) {
  .header__content {
    height: 7rem; }
    .header__content::before {
      width: 36.875rem; }
  .header__logo {
    margin-left: 6.5rem; }
  .logo img {
    max-width: 10.625rem; }
  .menu__item {
    margin-right: 5.875rem; } }

@media (max-width: 1024px) {
  .header__content {
    height: 5rem; }
    .header__content::before {
      width: 28.125rem; }
  .header__logo {
    margin-left: 5rem; }
  .logo img {
    max-width: 8.125rem; }
  .menu__item {
    margin-right: 4.9rem; } }

@media (max-width: 480px) {
  .header__menu {
    position: fixed;
    top: 2.8125rem;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: var(--white);
    overflow: auto;
    padding: 1.5rem;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .2s linear;
    transition: .2s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .header__menu.open {
      visibility: visible;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
  .header__content {
    height: 2.8125rem; }
    .header__content::before {
      width: 14.0625rem; }
  .header__logo {
    margin-left: 1.5rem; }
  .header__m-menu {
    display: block; }
  .logo img {
    max-width: 5.125rem; }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .menu__item:not(:last-child) {
      margin-bottom: 1rem;
      margin-right: 0; }
    .menu__link {
      font-size: 1.5rem;
      line-height: 1; }
      .menu__link::before {
        display: none; }
      .menu__link--selected {
        color: var(--orange); } }

.banner {
  position: relative;
  color: var(--white); }
  .banner__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .banner__info::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../static/images/general/news-banner-decor.svg) 0 0 no-repeat;
      background-size: cover !important; }
    .banner__info--big::before {
      background: url(../../static/images/general/news-banner-decor-2.svg) 0 0 no-repeat; }
    .banner__info--no-number::before {
      display: none; }
    .banner__info-container {
      height: 100%;
      position: relative; }
    .banner__info-decor {
      height: 100%;
      width: 53rem;
      background: rgba(0, 0, 0, 0.3);
      position: relative; }
      .banner__info-decor::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--orange);
        mix-blend-mode: multiply; }
    .banner__info-inner {
      position: absolute;
      height: 100%;
      width: 53rem;
      top: 0;
      left: 1.5rem;
      z-index: 3;
      padding: 4.875rem 6.75rem 1.5rem 9.25rem; }
      .banner__info-inner--big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-bottom: 5rem; }
  .banner__title {
    line-height: 1;
    text-transform: uppercase; }
  .banner__subtitle {
    margin-top: 1.5rem;
    max-width: 25rem; }
  .banner__date {
    margin-bottom: 2.625rem; }

@media (max-width: 1440px) {
  .banner__info-decor {
    width: 36.875rem; }
  .banner__info-inner {
    width: 36.875rem;
    padding: 3.625rem 6.625rem; }
    .banner__info-inner--big {
      padding-right: 1.25rem; }
  .banner__subtitle {
    max-width: 17.5rem;
    margin-top: 3.375rem; }
  .banner__date {
    margin-bottom: 2rem; } }

@media (max-width: 1024px) {
  .banner__info-decor {
    width: 28.125rem; }
  .banner__info-inner {
    width: 28.125rem;
    padding: 2.5rem 5rem; }
    .banner__info-inner--big {
      padding-right: 1.25rem; }
  .banner__subtitle {
    max-width: 12.5rem;
    margin-top: 3rem; }
  .banner__date {
    margin-bottom: 1.5rem; } }

@media (max-width: 480px) {
  .banner__info-decor {
    width: 14.0625rem; }
  .banner__info-inner {
    width: 14.0625rem;
    padding: 1.125rem 1.5rem; }
    .banner__info-inner--big {
      padding-bottom: 1.5rem; }
  .banner__img--big img {
    min-height: 12.125rem;
    -o-object-fit: cover;
       object-fit: cover; }
  .banner__subtitle {
    max-width: 8.125rem;
    font-size: 0.5rem;
    margin-top: 1.5rem; }
  .banner__date {
    font-size: 0.5rem;
    margin-bottom: 0.5rem; } }

.intro {
  position: relative;
  overflow: hidden; }
  .intro-banner__content {
    padding-bottom: 5.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .intro-banner__subtitle {
    max-width: 18.75rem; }
  .intro-banner__btn {
    margin-top: auto;
    color: var(--white);
    padding: 0.875rem 4.25rem; }
    .intro-banner__btn:hover {
      background: rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px); }
    .intro-banner__btn:active {
      background: rgba(0, 0, 0, 0.4);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
    .intro-banner__btn::before {
      border-color: var(--white); }
  .intro-banner__number {
    position: absolute;
    z-index: 3;
    top: 5.375rem;
    right: 5.75rem; }
    .intro-banner__number img {
      max-width: 7.5rem; }
  .intro-controls-wrapper {
    position: absolute;
    z-index: 3;
    bottom: 5.375rem;
    right: 5.75rem; }
  .intro-controls::before {
    border-color: var(--white); }
  .intro-progress {
    height: 0.8125rem;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    margin-bottom: 1.375rem; }
    .intro-progress span {
      display: block;
      height: 100%;
      border-radius: 0.625rem;
      background: rgba(255, 255, 255, 0.4);
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      -webkit-backdrop-filter: blur(1px);
              backdrop-filter: blur(1px);
      width: 0%; }

@media (max-width: 1440px) {
  .intro-banner__content {
    padding: 4rem 6.5rem 3.5rem; }
  .intro-banner__subtitle {
    max-width: 15rem; }
  .intro-banner__btn {
    padding: 0.6875rem 2.5rem; }
  .intro-banner__number {
    top: 4rem;
    right: 6.875rem; }
    .intro-banner__number img {
      height: 2.0625rem;
      width: auto; }
  .intro-controls-wrapper {
    bottom: 4rem;
    right: 6.875rem; }
  .intro-progress {
    height: 0.625rem;
    margin-bottom: 0.75rem; } }

@media (max-width: 1024px) {
  .intro-banner__content {
    padding: 2.875rem 5rem; }
  .intro-banner__subtitle {
    max-width: 10.25rem;
    margin-top: 1.25rem; }
  .intro-banner__btn {
    padding: 0.3125rem 2.0625rem; }
  .intro-banner__number {
    top: 2.875rem;
    right: 3rem; }
    .intro-banner__number img {
      height: 1.4375rem; }
  .intro-controls-wrapper {
    bottom: 2.875rem;
    right: 3rem; }
  .intro-progress {
    height: 0.5rem;
    margin-bottom: 0.5rem; } }

@media (max-width: 480px) {
  .intro-banner__img {
    height: 18.75rem; }
  .intro-banner__number {
    display: none; }
  .intro-banner__content {
    padding: 1.125rem 1.5rem 5.875rem; }
  .intro-banner__title {
    font-size: 1rem; }
  .intro-banner__subtitle {
    max-width: 8.5rem;
    font-size: 0.625rem;
    margin-top: 0.625rem; }
  .intro-banner__btn {
    padding: 0.5625rem 1rem; }
  .intro-controls-wrapper {
    left: 3rem;
    right: 3rem;
    bottom: 1.75rem; }
  .intro-controls {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .intro-progress {
    height: 0.4375rem;
    margin-bottom: 0.625rem;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1.88889px 1.88889px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.88889px 1.88889px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(3.5px);
            backdrop-filter: blur(3.5px); } }

.mainAbout {
  background: url(../../static/images/general/mainabout-bg.png) 0 0 no-repeat;
  background-size: cover;
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
  position: relative; }
  .mainAbout-info {
    max-width: 46.625rem; }
  .mainAbout-title {
    text-transform: inherit;
    color: var(--orange);
    margin-bottom: 1.625rem;
    text-transform: uppercase; }
  .mainAbout-txt {
    max-width: 30.625rem;
    margin-bottom: 9.375rem; }
  .mainAbout-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mainAbout-btn {
    padding: 0.875rem 4.625rem; }
  .mainAbout-social {
    margin-left: 2.5rem; }
    .mainAbout-social__item {
      margin-right: 2.5rem; }
      .mainAbout-social__item:last-child {
        margin-right: 0; }
    .mainAbout-social__link {
      width: 3.25rem;
      height: 3.25rem;
      border-radius: 50%;
      background: var(--orange); }
      .mainAbout-social__link.tg img {
        max-width: 1.9375rem; }
      .mainAbout-social__link.vk img {
        max-width: 2.25rem; }
  .mainAbout-img {
    position: absolute;
    top: 3.125rem;
    right: 0;
    z-index: 3;
    max-width: 74.125rem;
    width: 100%; }
    .mainAbout-img img {
      width: 100%; }

@media (max-width: 1440px) {
  .mainAbout {
    padding-top: 8rem;
    padding-bottom: 8rem; }
    .mainAbout-img {
      max-width: 55.625rem;
      top: 2.25rem; }
    .mainAbout-info {
      max-width: 35.3125rem; }
    .mainAbout-title {
      margin-bottom: 1.25rem; }
    .mainAbout-txt {
      max-width: 23.125rem;
      margin-bottom: 6.875rem; }
    .mainAbout-btn {
      padding: 0.6875rem 2.75rem; }
    .mainAbout-social__link {
      width: 2.5rem;
      height: 2.5rem; }
      .mainAbout-social__link.tg img {
        max-width: 1.375rem; }
      .mainAbout-social__link.vk img {
        max-width: 1.625rem; } }

@media (max-width: 1024px) {
  .mainAbout {
    padding-top: 5.625rem;
    padding-bottom: 6rem; }
    .mainAbout-img {
      max-width: 39.5rem;
      top: 1.625rem; }
    .mainAbout-info {
      max-width: 25rem; }
    .mainAbout-title {
      margin-bottom: 1.25rem; }
    .mainAbout-txt {
      max-width: 16.875rem;
      margin-bottom: 4.75rem; }
    .mainAbout-btn {
      padding: 0.3125rem 2.25rem; }
    .mainAbout-social {
      margin-left: 1.875rem; }
      .mainAbout-social__item {
        margin-right: 1.875rem; }
      .mainAbout-social__link {
        width: 1.4375rem;
        height: 1.4375rem; }
        .mainAbout-social__link.tg img {
          max-width: 0.8125rem; }
        .mainAbout-social__link.vk img {
          max-width: 1rem; } }

@media (max-width: 480px) {
  .mainAbout {
    padding-top: 1.25rem;
    padding-bottom: 2.875rem;
    background: url(../../static/images/general/mainabout-bg-m.png) 0 0 no-repeat;
    background-size: cover; }
    .mainAbout .container {
      padding-left: 3rem;
      padding-right: 3rem; }
    .mainAbout-title {
      font-size: 1rem;
      margin-bottom: 0.625rem; }
    .mainAbout-txt {
      margin-bottom: 3.75rem; }
    .mainAbout-controls {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .mainAbout-btn {
      padding: 0.5625rem 1.875rem; }
    .mainAbout-social {
      margin-left: 0;
      margin-top: 1.125rem; }
      .mainAbout-social__item {
        margin-right: 2.25rem; }
      .mainAbout-social__link {
        width: 2.1875rem;
        height: 2.1875rem; }
        .mainAbout-social__link.tg img {
          max-width: 1.25rem; }
        .mainAbout-social__link.vk img {
          max-width: 1.4375rem; }
    .mainAbout-img {
      max-width: 12.3125rem;
      top: initial;
      right: 0.25rem;
      bottom: 2.125rem; } }

.universe {
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
  background: url(../../static/images/general/universe-bg.png) 0 0 no-repeat;
  background-size: cover; }
  .universe-title {
    color: var(--orange);
    margin-bottom: 5.375rem; }
  .universe-list__item {
    width: 25%; }
  .universe-card {
    padding: 1.5rem 1.75rem;
    color: var(--white);
    height: 29.625rem;
    border-radius: 1.5625rem;
    position: relative;
    overflow: hidden;
    background-position: 0 0;
    background-size: cover; }
    .universe-card::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: var(--orange);
      mix-blend-mode: multiply; }
    .universe-card__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      position: relative;
      z-index: 3; }
    .universe-card__foot {
      margin-top: auto; }
    .universe-card__btn {
      padding: 0.375rem;
      width: 100%;
      background: var(--white);
      color: var(--orange); }
    .universe-card__title {
      -webkit-text-stroke: 0.0625rem var(--white);
      min-height: 3.625rem;
      margin-bottom: 1rem;
      line-height: 94%; }

@media (max-width: 1440px) {
  .universe {
    padding-top: 3.375rem;
    padding-bottom: 5.25rem; }
    .universe .container {
      max-width: 79.25rem; }
    .universe-title {
      margin-bottom: 4.375rem; }
    .universe-card {
      padding: 1rem 1.125rem;
      height: 22.25rem;
      border-radius: 1.125rem; }
      .universe-card__btn {
        padding: 0.25rem; }
      .universe-card__title {
        min-height: 2.75rem;
        margin-bottom: 0.5rem; } }

@media (max-width: 1024px) {
  .universe {
    padding-top: 2.375rem;
    padding-bottom: 3.625rem; }
    .universe .container {
      max-width: 61.125rem; }
    .universe-title {
      margin-bottom: 3.375rem; }
    .universe-card {
      padding: 0.75rem 0.875rem;
      height: 15.75rem;
      border-radius: 0.875rem; }
      .universe-card__btn {
        padding: 0.1875rem; }
      .universe-card__title {
        min-height: 1.5625rem;
        margin-bottom: 0.375rem;
        -webkit-text-stroke: 0.03125rem var(--white); } }

@media (max-width: 480px) {
  .universe {
    padding-top: 1rem;
    padding-bottom: 2.75rem;
    background: url(../../static/images/general/universe-bg-m.jpg) 0 0 no-repeat;
    background-size: cover; }
    .universe-list {
      margin-left: -0.375rem;
      margin-right: -0.375rem;
      margin-bottom: -0.625rem; }
      .universe-list__item {
        width: 50%;
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
        margin-bottom: 0.625rem; }
    .universe-title {
      font-size: 1rem;
      margin-bottom: 1.5rem; }
      .universe-title span {
        display: block; }
    .universe-card {
      height: 13.4375rem;
      border-radius: 0.5rem;
      padding: 0.5625rem; }
      .universe-card__title {
        -webkit-text-stroke: 0.01875rem var(--white);
        font-size: 0.625rem;
        line-height: 1;
        margin-bottom: 0.625rem; }
      .universe-card__btn {
        font-size: 0.5rem;
        padding: 0.125rem; } }

.mainLinks {
  background: var(--black);
  position: relative; }
  .mainLinks::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../static/images/general/links-decor.svg) 0 0 no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 4; }
  .mainLinks-list__left {
    width: 58.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .mainLinks-list__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .mainLinks-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50rem; }
    .mainLinks-item::before {
      content: ""; }
    .mainLinks-item__img img {
      opacity: 0.4;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .mainLinks-item__txt {
      color: var(--white);
      position: absolute;
      top: 14.75rem;
      left: 15rem; }
      .mainLinks-item__txt-2 {
        left: 11.75rem; }
    .mainLinks-item__more {
      font-size: 0.625rem;
      line-height: 1;
      padding: 0.5rem 1.75rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      color: var(--white);
      border: 0.0625rem solid var(--white);
      border-radius: 0.25rem;
      display: none; }

@media (max-width: 1440px) {
  .mainLinks::before {
    background: url(../../static/images/general/links-decor-lg.svg) 0 0 no-repeat;
    background-size: cover; }
  .mainLinks-list__left {
    width: 43.75rem; }
  .mainLinks-item {
    height: 37.5rem; }
    .mainLinks-item__txt {
      top: 11.125rem;
      left: 6.875rem; }
      .mainLinks-item__txt-2 {
        left: 9rem; } }

@media (max-width: 1024px) {
  .mainLinks::before {
    background: url(../../static/images/general/links-decor-md.svg) 0 0 no-repeat;
    background-size: cover; }
  .mainLinks-list__left {
    width: 31.125rem; }
  .mainLinks-item {
    height: 26.5625rem; }
    .mainLinks-item__txt {
      top: 7.875rem;
      left: 8rem; }
      .mainLinks-item__txt-2 {
        left: 6.875rem; } }

@media (max-width: 480px) {
  .mainLinks::before {
    display: none; }
  .mainLinks-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mainLinks-list__left {
      width: 100%; }
    .mainLinks-list__right {
      width: 100%; }
  .mainLinks-item {
    height: 7.5rem; }
    .mainLinks-item__img {
      width: 100%; }
    .mainLinks-item__more {
      display: block; }
    .mainLinks-item__txt {
      position: initial;
      font-size: 1rem;
      margin-bottom: 1.125rem; }
    .mainLinks-item__info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 1rem 3rem; } }

.mainCup {
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
  background: url(../../static/images/general/cup-bg.png) 0 0 no-repeat;
  background-size: cover; }
  .mainCup-inner {
    position: relative; }
  .mainCup-info {
    max-width: 43.75rem;
    margin-left: auto; }
  .mainCup-logo {
    max-width: 25.25rem;
    margin-bottom: 4rem; }
  .mainCup-txt {
    margin-bottom: 3.875rem; }
  .mainCup-controls {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mainCup-btn {
    padding: 0.875rem 4.625rem; }
    .mainCup-btn-2 {
      padding: 0.875rem 6rem; }
  .mainCup-img {
    position: absolute;
    bottom: -10.625rem;
    left: 2.875rem;
    max-width: 28.5rem; }

@media (max-width: 1440px) {
  .mainCup {
    padding-top: 9rem;
    padding-bottom: 8rem; }
    .mainCup-info {
      max-width: 30.375rem; }
    .mainCup-logo {
      max-width: 17.1875rem;
      margin-bottom: 3rem; }
    .mainCup-txt {
      margin-bottom: 2.875rem; }
    .mainCup-btn {
      padding: 0.6875rem 2.75rem; }
      .mainCup-btn-2 {
        padding: 0.6875rem 3.5rem; }
    .mainCup-img {
      bottom: -8rem;
      left: -0.0625rem;
      max-width: 21.625rem; } }

@media (max-width: 1024px) {
  .mainCup {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem; }
    .mainCup-info {
      max-width: 23.125rem; }
    .mainCup-logo {
      max-width: 13.125rem;
      margin-bottom: 2.25rem; }
    .mainCup-txt {
      margin-bottom: 1.875rem; }
    .mainCup-btn {
      padding: 0.5rem 2.25rem; }
      .mainCup-btn-2 {
        padding: 0.5rem 3rem; }
    .mainCup-img {
      bottom: ren(-92);
      left: -1.625rem;
      max-width: 15.375rem; } }

@media (max-width: 480px) {
  .mainCup {
    padding-top: 1.5rem;
    padding-bottom: 2.75rem;
    background: url(../../static/images/general/cup-bg-m.jpg) 0 0 no-repeat;
    background-size: cover; }
    .mainCup-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .mainCup-logo {
      max-width: 6.625rem;
      margin-bottom: 1rem; }
    .mainCup-txt {
      max-width: 9.625rem;
      margin-bottom: 4.125rem; }
    .mainCup-controls {
      margin-left: -0.375rem;
      margin-right: -0.375rem; }
      .mainCup-controls__item {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
        width: 50%; }
    .mainCup-btn {
      padding: 0.5625rem 0.25rem;
      width: 100%; }
      .mainCup-btn-2 {
        background: var(--white); }
    .mainCup-img {
      max-width: 6.5625rem;
      left: initial;
      right: -0.75rem;
      top: 0rem; } }

.category {
  background: var(--black); }
  .category-list {
    height: 50rem;
    position: relative; }
    .category-list__item {
      height: 50%; }
      .category-list__item:nth-child(odd) {
        width: 58.75rem; }
      .category-list__item:nth-child(even) {
        width: calc(100% - 58.75rem); }
  .category-item {
    width: 61.25rem;
    height: 25rem;
    background-color: var(--black);
    background-size: cover;
    color: var(--white);
    padding: 4.875rem 5.75rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    position: absolute;
    -webkit-transition: width 0.5s cubic-bezier(0.92, 0.04, 0.11, 0.98), height 0.5s cubic-bezier(0.92, 0.04, 0.11, 0.98), background-color 0.5s cubic-bezier(0.92, 0.04, 0.11, 0.98);
    transition: width 0.5s cubic-bezier(0.92, 0.04, 0.11, 0.98), height 0.5s cubic-bezier(0.92, 0.04, 0.11, 0.98), background-color 0.5s cubic-bezier(0.92, 0.04, 0.11, 0.98); }
    .category-item:hover {
      z-index: 99; }
    .category-item-left {
      width: 58.75rem; }
    .category-item-big {
      height: 50rem;
      padding-top: 15rem; }
      .category-item-big.active {
        padding-top: 4.875rem; }
    .category-item.active {
      position: absolute;
      width: 100%;
      height: 50rem;
      z-index: 9; }
      .category-item.active::before {
        opacity: 1; }
      .category-item.active .category-item__btn {
        display: none; }
      .category-item.active .category-item__back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .category-item.active .category-item__txt {
        display: block; }
      .category-item.active .category-item__inner-right {
        display: block; }
      .category-item.active .category-item__inner-left {
        width: calc(100% - 27.75rem); }
    .category-item.show {
      z-index: 10; }
      .category-item.show .category-item__txt {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); }
      .category-item.show .category-item__decor::before {
        opacity: 1;
        bottom: -100%; }
      .category-item.show .category-item__decor::after {
        opacity: 1;
        top: -100%; }
      .category-item.show .category-item__inner-right {
        opacity: 1; }
    .category-item-1 {
      top: 0;
      left: 0; }
      .category-item-1.active {
        top: 0;
        left: 0; }
    .category-item-2 {
      top: 0;
      right: 0; }
      .category-item-2.active {
        top: 0;
        right: 0; }
    .category-item-3 {
      bottom: 0;
      left: 0; }
      .category-item-3.active {
        bottom: 0;
        left: 0; }
    .category-item-4 {
      bottom: 0;
      right: 0; }
      .category-item-4.active {
        bottom: 0;
        right: 0; }
    .category-item::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: var(--orange);
      mix-blend-mode: overlay;
      opacity: 0;
      -webkit-transition: opacity .2s linear;
      transition: opacity .2s linear; }
    .category-item:hover::before {
      opacity: 1; }
    .category-item:hover .category-item__btn {
      opacity: 1; }
    .category-item__inner {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      z-index: 3;
      max-width: 99.25rem;
      margin-left: auto; }
      .category-item__inner-group {
        height: 100%; }
      .category-item__inner-right {
        width: 27.75rem;
        padding-top: 0.625rem;
        display: none;
        opacity: 0;
        -webkit-transition: opacity .25s linear;
        transition: opacity .25s linear; }
      .category-item__inner-left {
        width: 100%;
        padding-right: 9.25rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .category-item__title {
      white-space: nowrap; }
    .category-item__btn {
      margin-top: auto;
      color: var(--white);
      opacity: 0; }
      .category-item__btn::before {
        border-color: var(--white); }
    .category-item__back {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      fill: var(--white);
      padding: 0.75rem 3.125rem;
      margin-bottom: 6.625rem; }
      .category-item__back::before {
        border-width: 0.0625rem;
        border-color: var(--white); }
      .category-item__back-icon {
        width: 2.0625rem;
        height: 1.5rem;
        margin-left: 0.75rem; }
    .category-item__txt {
      margin-top: 2rem;
      display: none;
      -webkit-transform: translateX(-2rem);
          -ms-transform: translateX(-2rem);
              transform: translateX(-2rem);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .25s linear;
      transition: .25s linear; }
    .category-item__slider {
      overflow: hidden;
      margin-bottom: 2rem; }
      .category-item__slider-img {
        width: 27.75rem;
        height: 19.1875rem;
        background: var(--black); }
        .category-item__slider-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .category-item__controls {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
      .category-item__controls::before {
        border-color: var(--white); }
    .category-item__decor::before, .category-item__decor::after {
      content: "";
      width: 43.75rem;
      height: 55rem;
      position: absolute;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      opacity: 0;
      background-size: 100% 100% !important; }
    .category-item__decor::before {
      bottom: -110%;
      left: -12.75rem;
      background: url(../../static/images/general/bottom-decor.svg); }
    .category-item__decor::after {
      top: -110%;
      right: -12.75rem;
      background: url(../../static/images/general/top-decor.svg); }

@media (max-width: 1440px) {
  .category-list {
    height: 37.5rem; }
    .category-list__item:nth-child(odd) {
      width: 43.75rem; }
    .category-list__item:nth-child(even) {
      width: calc(100% - 43.75rem); }
  .category-item {
    width: 46.25rem;
    height: 18.75rem;
    padding: 3.625rem 6.875rem; }
    .category-item-big {
      height: 37.5rem;
      padding-top: 11.125rem; }
      .category-item-big.active {
        padding-top: 5rem; }
    .category-item.active {
      padding-top: 5rem; }
    .category-item-left {
      width: 43.75rem; }
    .category-item.active {
      height: 37.5rem; }
      .category-item.active .category-item__inner-left {
        width: calc(100% - 23.75rem); }
    .category-item.show .category-item__decor::before {
      opacity: 1;
      bottom: -1.5rem; }
    .category-item.show .category-item__decor::after {
      opacity: 1;
      top: -1.25rem; }
    .category-item__inner {
      max-width: 76.25rem; }
      .category-item__inner-right {
        width: 23.75rem;
        padding-top: 0;
        margin-top: -2rem; }
      .category-item__inner-left {
        padding-right: 9.25rem; }
    .category-item__btn {
      padding: 0.6875rem 2.5rem; }
    .category-item__back {
      padding: 0.5625rem 1.75rem;
      margin-bottom: 3.5rem; }
      .category-item__back-icon {
        width: 1.5rem;
        height: 1.25rem;
        margin-left: 0.375rem; }
    .category-item__txt {
      margin-top: 1.125rem; }
      .category-item__txt p {
        margin-bottom: 1.5rem; }
    .category-item__slider {
      margin-bottom: 1.75rem; }
      .category-item__slider-img {
        width: 23.75rem;
        height: 16.5rem; }
    .category-item__controls {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .category-item__decor::before, .category-item__decor::after {
      width: 17.5rem;
      height: 5rem; }
    .category-item__decor::before {
      bottom: -5rem;
      left: 5.625rem;
      background: url(../../static/images/general/bottom-decor-lg.svg); }
    .category-item__decor::after {
      top: -5rem;
      right: 5.75rem;
      background: url(../../static/images/general/top-decor-lg.svg); } }

@media (max-width: 1024px) {
  .category-list {
    height: 26.5625rem; }
    .category-list__item:nth-child(odd) {
      width: 31.125rem; }
    .category-list__item:nth-child(even) {
      width: calc(100% - 31.125rem); }
  .category-item {
    width: 32.875rem;
    height: 13.28125rem;
    padding: 2.625rem 3rem; }
    .category-item-big {
      height: 26.5625rem;
      padding-top: 7.875rem; }
      .category-item-big.active {
        padding-top: 3.75rem; }
    .category-item.active {
      padding-top: 3.75rem; }
      .category-item.active .category-item__inner-left {
        width: calc(100% - 18.125rem); }
    .category-item-left {
      width: 31.125rem; }
    .category-item.active {
      height: 26.5625rem; }
    .category-item.show .category-item__decor::before {
      opacity: 1;
      bottom: -0.5rem; }
    .category-item.show .category-item__decor::after {
      opacity: 1;
      top: -0.5rem; }
    .category-item__inner {
      max-width: 58.125rem; }
      .category-item__inner-right {
        width: 18.125rem; }
      .category-item__inner-left {
        padding-right: 6.875rem; }
    .category-item__btn {
      padding: 0.5rem 2rem; }
    .category-item__back {
      padding: 0.4375rem 1.4375rem;
      margin-bottom: 2.25rem; }
      .category-item__back-icon {
        width: 1.0625rem;
        height: 0.875rem; }
    .category-item__txt {
      margin-top: 1rem; }
      .category-item__txt p {
        margin-bottom: 1.125rem; }
    .category-item__slider {
      margin-bottom: 1.25rem; }
      .category-item__slider-img {
        width: 18.125rem;
        height: 12.5rem; }
    .category-item__controls {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .category-item__decor::before, .category-item__decor::after {
      width: 12.5rem;
      height: 3.125rem; }
    .category-item__decor::before {
      bottom: -3.125rem;
      left: 4rem;
      background: url(../../static/images/general/bottom-decor-md.svg); }
    .category-item__decor::after {
      top: -3.125rem;
      right: 4rem;
      background: url(../../static/images/general/top-decor-md.svg); } }

@media (max-width: 480px) {
  .category-list {
    height: auto; }
    .category-list__item:nth-child(odd), .category-list__item:nth-child(even) {
      width: 100%; }
  .category-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 3rem;
    min-height: 7.5rem; }
    .category-item.active {
      position: relative;
      height: auto;
      padding-top: 1.125rem; }
      .category-item.active .category-item__title {
        min-height: initial; }
        .category-item.active .category-item__title br {
          display: none; }
    .category-item__title {
      white-space: initial; }
      .category-item__title span {
        display: block; }
    .category-item__inner-left {
      width: 100% !important;
      padding-right: 0; }
    .category-item__inner-right {
      width: 100%;
      margin-top: 1rem; }
    .category-item__inner-group {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .category-item__title {
      font-size: 1rem;
      min-height: 2rem;
      padding-right: 1.25rem; }
    .category-item__btn {
      opacity: 1;
      padding: 0.5625rem 1.71875rem;
      margin-top: 1.25rem; }
    .category-item__decor {
      display: none; }
    .category-item__back {
      padding: 0;
      width: 0.9375rem;
      height: 0.9375rem;
      background: url(../../static/images/general/cls.svg) 0 0 no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0; }
      .category-item__back-txt, .category-item__back-icon {
        display: none; }
      .category-item__back::before {
        display: none; }
    .category-item__txt {
      margin-top: 1.25rem; }
      .category-item__txt p {
        margin-bottom: 0.75rem; }
        .category-item__txt p:last-child {
          margin-bottom: 0; }
    .category-item__slider {
      margin-bottom: 1.25rem; }
      .category-item__slider-img {
        width: 100%;
        height: 9.5rem; } }

.events {
  padding-top: 3.5rem;
  padding-bottom: 2.75rem;
  background: url(../../static/images/general/events-bg.png) 0 0 no-repeat;
  background-size: cover; }
  .events-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.5rem; }
  .events-title {
    color: var(--orange); }
  .events-slider {
    overflow: hidden;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .events-slider__slide {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: auto; }
  .events-controls {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  .events-foot {
    margin-top: 1.125rem; }
    .events-foot .swiper-pagination-bullet {
      background: #B7B7B7 !important; }
      .events-foot .swiper-pagination-bullet-active {
        background: var(--orange) !important; }
    .events-foot .slider-btn {
      opacity: 1 !important;
      fill: var(--orange); }
      .events-foot .slider-btn[disabled] {
        fill: #999999; }
  .events-card {
    width: 16rem;
    position: relative;
    padding-top: 2.25rem;
    padding-bottom: 1.25rem; }
    .events-card:hover .events-card__body {
      -webkit-box-shadow: 0px 0px 20px 1px #FF4D06;
              box-shadow: 0px 0px 20px 1px #FF4D06; }
    .events-card-orange {
      cursor: pointer; }
      .events-card-orange .events-card__body {
        background: var(--orange); }
      .events-card-orange .events-card__date, .events-card-orange .events-card__location-city {
        color: var(--white); }
      .events-card-orange .events-card__location-name {
        -webkit-text-stroke: 0.125rem var(--white); }
      .events-card-orange .events-card__type {
        background: var(--white);
        color: var(--orange); }
    .events-card-active {
      width: 53rem; }
      .events-card-active .events-card__body {
        background: url(../../static/images/general/events-card-bg.png) 0 0 no-repeat;
        background-size: cover; }
      .events-card-active .events-card__body-right {
        display: block; }
      .events-card-active .events-card__date, .events-card-active .events-card__location-city {
        color: var(--white); }
      .events-card-active .events-card__location-name {
        -webkit-text-stroke: 0.125rem var(--white); }
      .events-card-active .events-card__type {
        background: var(--white);
        color: var(--orange); }
    .events-card__head {
      text-align: center;
      font-weight: bold;
      color: var(--orange);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .events-card__body {
      background: rgba(217, 217, 217, 0.2);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      border-radius: 1.5625rem;
      padding: 0.75rem 1rem 1.25rem;
      height: 29.375rem;
      position: relative; }
      .events-card__body-left {
        width: 16rem; }
      .events-card__body-inner {
        height: 100%; }
      .events-card__body-right {
        height: 100%;
        width: calc(100% - 16rem);
        padding-left: 2.625rem;
        padding-top: 4.125rem;
        padding-right: 1.5rem;
        display: none; }
    .events-card__info {
      height: 100%;
      color: var(--white); }
      .events-card__info-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .events-card__info-title {
        text-transform: uppercase;
        margin-bottom: 0.375rem; }
    .events-card__location {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: absolute;
      width: 29.375rem;
      height: 16rem;
      bottom: 6.75rem;
      left: -6.75rem;
      padding: 1rem 1.25rem; }
      .events-card__location-name {
        -webkit-text-stroke: 0.125rem #8A8A8A;
        color: transparent;
        font-size: 2.375rem;
        line-height: 94%;
        text-transform: uppercase; }
      .events-card__location-city {
        color: #8A8A8A;
        line-height: 1;
        margin-top: 0.625rem; }
    .events-card__type {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background: #8A8A8A;
      border-radius: 0.625rem;
      padding: 0.375rem 1.625rem;
      color: var(--white);
      line-height: 1;
      margin-bottom: 0.5rem; }
    .events-card__date {
      color: #8A8A8A;
      font-size: 1.5rem;
      line-height: 94%;
      text-transform: uppercase; }
      .events-card__date span {
        display: block; }
    .events-card__close {
      top: 1.125rem;
      right: 1.125rem;
      fill: var(--white);
      position: absolute;
      width: 2.375rem;
      height: 2.375rem; }
  .events-mobile {
    display: none; }
    .events-mobile__item {
      margin-bottom: 0.875rem; }
      .events-mobile__item:last-child {
        margin-bottom: 0; }

.select-btn {
  width: 16rem; }

@media (max-width: 1440px) {
  .events {
    padding-top: 2.625rem;
    padding-bottom: 1.5rem; }
    .events-head {
      margin-bottom: 1.5rem; }
      .events-head__right {
        padding-bottom: 0.625rem; }
    .events-card {
      width: 10.625rem;
      padding-top: 1.625rem; }
      .events-card-orange .events-card__location-name {
        -webkit-text-stroke: 0.0875rem var(--white); }
      .events-card-active {
        width: 36.875rem; }
        .events-card-active .events-card__location-name {
          -webkit-text-stroke: 0.0875rem var(--white); }
      .events-card__body {
        border-radius: 1.09375rem;
        padding: 0.625rem;
        height: 20.625rem; }
        .events-card__body-left {
          width: 9.375rem; }
        .events-card__body-right {
          width: calc(100% - 9.375rem);
          padding: 2.5rem 2.5rem 0 2.5rem; }
      .events-card__type {
        border-radius: 0.4375rem;
        padding: 0.1875rem 1.125rem; }
      .events-card__date {
        font-size: 1.125rem; }
      .events-card__location {
        width: 20.625rem;
        height: 10.625rem;
        bottom: 5rem;
        left: -5rem;
        padding: 0.75rem 0.875rem; }
        .events-card__location-name {
          font-size: 1.625rem;
          -webkit-text-stroke: 0.0875rem #8A8A8A; }
        .events-card__location-city {
          font-size: 1.125rem;
          margin-top: 0.375rem; }
      .events-card__close {
        width: 1.75rem;
        height: 1.75rem;
        top: 0.5rem;
        right: 0.5rem; }
    .events-foot {
      margin-top: 2.625rem; } }

@media (max-width: 1024px) {
  .events {
    padding-top: 1.875rem;
    padding-bottom: 1.5rem; }
    .events-head {
      margin-bottom: 1.25rem; }
      .events-head__right {
        display: none; }
    .events-slider {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
      .events-slider__slide {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
    .events-card {
      width: 8.125rem;
      padding-top: 1.25rem; }
      .events-card-orange .events-card__location-name {
        -webkit-text-stroke: 0.0625rem var(--white); }
      .events-card-active {
        width: 28.125rem; }
        .events-card-active .events-card__location-name {
          -webkit-text-stroke: 0.0625rem var(--white); }
      .events-card__body {
        border-radius: 0.78125rem;
        padding: 0.375rem;
        height: 14.6875rem; }
        .events-card__body-left {
          width: 7.375rem; }
        .events-card__body-right {
          width: calc(100% - 7.375rem);
          padding: 1.875rem 1.25rem 0 1.875rem; }
      .events-card__type {
        border-radius: 0.3125rem;
        padding: 0.125rem 0.75rem; }
      .events-card__date {
        font-size: 0.8125rem; }
      .events-card__location {
        width: 14.6875rem;
        height: 8.125rem;
        bottom: 3.3125rem;
        left: -3.3125rem;
        padding: 0.5rem 0.625rem; }
        .events-card__location-name {
          font-size: 1.125rem;
          -webkit-text-stroke: 0.0625rem #8A8A8A; }
        .events-card__location-city {
          font-size: 0.8125rem;
          margin-top: 0.25rem; }
      .events-card__close {
        width: 1.375rem;
        height: 1.375rem; }
    .events-foot {
      margin-top: 1.25rem; } }

@media (max-width: 480px) {
  .events {
    padding-bottom: 3.125rem;
    padding-top: 1.25rem; }
    .events-slider-wrapper {
      display: none; }
    .events-mobile {
      display: block; }
    .events-title {
      font-size: 1rem; }
    .events-card {
      width: 100%;
      padding-top: 0; }
      .events-card-active .events-card__type {
        top: 5.5rem; }
      .events-card__body {
        height: auto;
        min-height: 7.625rem;
        border-radius: 0.625rem;
        padding: 0.625rem 0.75rem; }
        .events-card__body-inner {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .events-card__body-left {
          width: 100%; }
        .events-card__body-right {
          width: 100%;
          padding: 2.25rem 0 1.5rem; }
      .events-card__type {
        border-radius: 0.3125rem;
        padding: 0.125rem 0.75rem;
        font-size: 0.8125rem;
        position: absolute;
        top: 0.625rem;
        right: 0.625rem; }
      .events-card__date {
        font-size: 0.8125rem; }
      .events-card__location {
        position: initial;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
        width: auto;
        height: auto;
        padding: 0;
        margin-top: 0.25rem; }
        .events-card__location-name {
          font-size: 1rem; }
        .events-card__location-city {
          font-size: 0.8125rem;
          margin-top: 0.375rem; }
      .events-card__info {
        font-size: 0.8125rem; }
        .events-card__info-group {
          margin-bottom: 6rem; }
          .events-card__info-group:last-child {
            margin-bottom: 0; } }

.mainAthletes {
  position: relative;
  z-index: 3;
  margin-top: -4.25rem; }
  .mainAthletes-slider-wrapper {
    position: relative; }
  .mainAthletes-btn {
    width: 12.5rem;
    height: 50rem;
    position: absolute;
    bottom: 0;
    z-index: 9;
    fill: var(--white);
    cursor: pointer; }
    .mainAthletes-btn svg {
      width: 1.75rem;
      height: 3rem; }
  .mainAthletes-prev {
    left: 0; }
  .mainAthletes-next {
    right: 0; }
  .mainAthletes-slider {
    overflow: hidden;
    padding-top: 4.25rem; }
  .mainAthletes-item {
    background: #0A0A0A url(../../static/images/general/slide-bg.png) 0 0 no-repeat;
    background-size: cover;
    color: var(--white);
    position: relative;
    padding: 0 12.5rem; }
    .mainAthletes-item::before, .mainAthletes-item::after {
      content: "";
      width: 25rem;
      height: 7.5rem;
      position: absolute;
      background-size: contain !important; }
    .mainAthletes-item::before {
      bottom: -2.625rem;
      left: 32.5rem;
      background: url(../../static/images/general/slide-before.svg) 0 0 no-repeat; }
    .mainAthletes-item::after {
      top: -2.625rem;
      right: 24.5rem;
      background: url(../../static/images/general/slide-after.svg) 0 0 no-repeat; }
    .mainAthletes-item__inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50rem; }
      .mainAthletes-item__inner-img {
        width: 43.125rem;
        height: 100%; }
      .mainAthletes-item__inner-content {
        width: 34.5rem;
        margin-left: 5.625rem; }
    .mainAthletes-item__img {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .mainAthletes-item__img-number {
        position: absolute;
        width: 43.75rem;
        top: 5.25rem;
        left: 2.5rem; }
      .mainAthletes-item__img-photo {
        position: relative;
        z-index: 3; }
        .mainAthletes-item__img-photo img {
          width: 43.125rem; }
    .mainAthletes-item__name {
      margin-bottom: 2rem; }
      .mainAthletes-item__name-second {
        color: var(--orange); }
    .mainAthletes-item__txt {
      margin-bottom: 2rem; }
    .mainAthletes-item__btn {
      padding: 0.875rem 4.875rem; }
    .mainAthletes-item__type {
      position: absolute;
      bottom: -1.625rem;
      right: 5.375rem;
      -webkit-text-stroke: 0.0625rem var(--white);
      color: transparent; }
      .mainAthletes-item__type-1 {
        font-size: 6.875rem; }
      .mainAthletes-item__type-2 {
        font-size: 5.875rem;
        bottom: -1.25rem; }
      .mainAthletes-item__type-3 {
        font-size: 10.25rem;
        bottom: -2.25rem; }

@media (max-width: 1440px) {
  .mainAthletes {
    margin-top: -3.1875rem; }
    .mainAthletes-btn {
      width: 10.9375rem;
      height: 37.5rem; }
      .mainAthletes-btn svg {
        width: 1.3125rem;
        height: 2.25rem; }
    .mainAthletes-slider {
      padding-top: 3.1875rem; }
    .mainAthletes-item {
      padding: 0 10.9375rem; }
      .mainAthletes-item::before {
        width: 29.75rem;
        height: 3.75rem;
        bottom: 0;
        left: 13.5rem;
        background: url(../../static/images/general/slide-before-lg.svg) 0 0 no-repeat; }
      .mainAthletes-item::after {
        width: 20rem;
        height: 3.75rem;
        top: 0;
        right: 17.25rem;
        background: url(../../static/images/general/slide-after-lg.svg) 0 0 no-repeat; }
      .mainAthletes-item__inner {
        height: 37.5rem; }
        .mainAthletes-item__inner-img {
          width: 32.375rem; }
        .mainAthletes-item__inner-content {
          width: 26rem;
          margin-left: 3.25rem; }
      .mainAthletes-item__img-number {
        width: 30.25rem;
        top: 3.625rem; }
      .mainAthletes-item__img-photo img {
        width: 32.375rem; }
      .mainAthletes-item__name {
        margin-bottom: 1.5rem; }
      .mainAthletes-item__txt {
        margin-bottom: 1.5rem; }
      .mainAthletes-item__btn {
        padding: 0.6875rem 3rem; }
      .mainAthletes-item__type {
        right: 6.875rem; }
        .mainAthletes-item__type-1 {
          font-size: 4.75rem;
          bottom: -1.25rem; }
        .mainAthletes-item__type-2 {
          font-size: 4.125rem;
          bottom: -0.875rem; }
        .mainAthletes-item__type-3 {
          font-size: 7.125rem;
          bottom: -1.625rem; } }

@media (max-width: 1024px) {
  .mainAthletes {
    margin-top: -2.25rem; }
    .mainAthletes-btn {
      width: 6rem;
      height: 26.5625rem; }
      .mainAthletes-btn svg {
        width: 0.9375rem;
        height: 1.625rem; }
    .mainAthletes-slider {
      padding-top: 2.25rem; }
    .mainAthletes-item {
      padding: 0 6rem 0 7.625rem; }
      .mainAthletes-item::before {
        width: 20rem;
        height: 2.625rem;
        left: 10.75rem;
        background: url(../../static/images/general/slide-before-md.svg) 0 0 no-repeat; }
      .mainAthletes-item::after {
        width: 12.5rem;
        height: 2.625rem;
        right: 13.875rem;
        background: url(../../static/images/general/slide-after-md.svg) 0 0 no-repeat; }
      .mainAthletes-item__inner {
        height: 26.5625rem; }
        .mainAthletes-item__inner-img {
          width: 22.875rem; }
        .mainAthletes-item__inner-content {
          width: 18.25rem;
          margin-left: 2.25rem; }
      .mainAthletes-item__img-number {
        width: 21.25rem;
        top: 2.625rem; }
      .mainAthletes-item__img-photo img {
        width: 32.375rem; }
      .mainAthletes-item__name {
        margin-bottom: 1rem; }
      .mainAthletes-item__txt {
        margin-bottom: 1.125rem; }
      .mainAthletes-item__btn {
        padding: 0.3125rem 2.375rem; }
      .mainAthletes-item__type {
        right: 3rem; }
        .mainAthletes-item__type-1 {
          font-size: 3.625rem;
          bottom: -0.875rem; }
        .mainAthletes-item__type-2 {
          font-size: 3.125rem;
          bottom: -0.5rem; }
        .mainAthletes-item__type-3 {
          font-size: 5.5rem;
          bottom: -1.25rem; } }

@media (max-width: 480px) {
  .mainAthletes {
    margin-top: 0; }
    .mainAthletes-slider {
      padding-top: 0; }
    .mainAthletes-btn {
      width: 2.25rem;
      height: 100%; }
      .mainAthletes-btn svg {
        width: 0.75rem;
        height: 1.25rem; }
    .mainAthletes-item {
      padding-left: 3rem;
      padding-right: 3rem;
      position: relative; }
      .mainAthletes-item::before, .mainAthletes-item::after {
        display: none; }
      .mainAthletes-item__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 18.75rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .mainAthletes-item__inner-img {
          width: 100%;
          height: auto; }
        .mainAthletes-item__inner-content {
          width: 100%;
          height: 100%;
          margin-left: 0;
          padding-top: 4rem;
          padding-bottom: 2.625rem; }
      .mainAthletes-item__img {
        height: auto;
        position: initial; }
        .mainAthletes-item__img-photo {
          width: 11.375rem;
          position: absolute;
          bottom: 0;
          right: 0.25rem; }
          .mainAthletes-item__img-photo img {
            width: 100%; }
        .mainAthletes-item__img-number {
          left: initial;
          top: 1.5rem;
          right: 1.5rem;
          width: 4.75rem;
          z-index: 9; }
      .mainAthletes-item__type {
        -webkit-text-stroke: initial;
        color: var(--white);
        font-size: 0.625rem;
        line-height: 1;
        position: absolute;
        bottom: initial;
        right: initial;
        top: 1.75rem;
        left: 3rem;
        border: 0.0625rem solid var(--orange);
        border-radius: 0.25rem;
        padding: 0.1875rem 0.75rem; }
      .mainAthletes-item__info {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        z-index: 3; }
      .mainAthletes-item__name {
        font-size: 1rem;
        margin-bottom: 0.375rem; }
        .mainAthletes-item__name-first {
          margin-bottom: -0.125rem; }
      .mainAthletes-item__txt {
        max-width: 9.25rem; }
      .mainAthletes-item__btn {
        margin-top: auto;
        padding: 0.5625rem 2rem; } }

.news {
  padding-bottom: 4rem; }
  .news-banner {
    margin-bottom: 4rem; }
    .news-banner-2 {
      margin-bottom: 7.75rem; }
  .news-list {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .news-list__item {
      width: 50%;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-bottom: 4rem; }
  .news-item {
    padding: 1.75rem 0;
    color: var(--white);
    position: relative; }
    .news-item::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 1.625rem;
      right: 1.625rem;
      background: url(../../static/images/general/news-card-decor.svg) center no-repeat;
      background-size: cover; }
    .news-item__inner {
      position: relative; }
    .news-item__img::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
    .news-item__img img {
      width: 100%; }
    .news-item__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 1.25rem 2.25rem 1.75rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .news-item__title {
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 1.125rem;
      text-transform: initial; }
    .news-item__date {
      color: var(--orange);
      line-height: 120%;
      margin-bottom: 0.75rem; }
    .news-item__txt {
      line-height: 120%; }
    .news-item__link {
      margin-top: auto; }
    .news-item__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: 1;
      padding: 0.875rem 4.25rem;
      position: relative;
      border-radius: 0.625rem; }
      .news-item__btn::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        border: 0.125rem solid var(--orange);
        border-radius: 0.625rem; }
      .news-item__btn:hover {
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(8px);
                backdrop-filter: blur(8px); }
      .news-item__btn:active {
        background: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
  .news-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.625rem;
    margin-bottom: 2.625rem; }
  .news-sorting__txt {
    margin-right: 1.5rem; }
  .news-sorting__list-item {
    margin-right: 1rem; }
    .news-sorting__list-item:last-child {
      margin-right: 0; }
  .news-sorting__item {
    -webkit-text-stroke: 0.0625rem var(--orange);
    color: transparent; }
    .news-sorting__item.selected {
      color: var(--orange);
      -webkit-text-stroke: initial; }
    .news-sorting__item:hover {
      color: var(--orange);
      -webkit-text-stroke: initial; }
  .news-content {
    padding-bottom: 3.75rem; }
    .news-content__blockquote {
      margin-bottom: 7.125rem; }
    .news-content blockquote {
      font-family: 'Druk Text Wide Cyr';
      font-weight: 500;
      font-size: 3rem;
      line-height: 1;
      color: var(--orange);
      text-transform: uppercase; }
    .news-content ol {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      counter-reset: num;
      margin-top: 3.4375rem; }
      .news-content ol li {
        width: 50%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        position: relative;
        margin-bottom: 2.875rem; }
        .news-content ol li::before {
          content: "0" counter(num);
          counter-increment: num;
          font-family: 'Druk Text Wide Cyr';
          font-weight: 500;
          font-size: 3rem;
          line-height: 1;
          color: var(--gray2);
          position: absolute;
          top: 0;
          left: 1.25rem; }
        .news-content ol li div {
          position: relative;
          z-index: 4;
          padding-top: 1.5rem;
          padding-left: 3.75rem; }
    .news-content p {
      margin-bottom: 1.875rem; }
    .news-content__gallery {
      margin-top: 6.25rem; }
      .news-content__gallery-col {
        width: 50%; }
    .news-content__img-top {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
      position: relative; }
      .news-content__img-top::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1.625rem;
        right: 1.625rem;
        background: url(../../static/images/general/news-card-decor.svg) center no-repeat;
        background-size: cover; }
      .news-content__img-top img {
        position: relative;
        z-index: 3;
        width: 100%; }
    .news-content__img-bottom {
      margin-top: 3.5rem; }

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.75rem; }
  .pagination-btn {
    width: 2.5rem;
    height: 2.5rem;
    fill: var(--orange); }
    .pagination-btn[disabled] {
      fill: var(--gray);
      opacity: 0.5; }
    .pagination-btn svg {
      width: 1.5rem;
      height: 1.5rem; }
  .pagination-list {
    padding: 0.5rem;
    margin: 0 1.25rem; }
    .pagination-list__item {
      margin-right: 0.625rem; }
      .pagination-list__item:last-child {
        margin-right: 0; }
    .pagination-list__link {
      color: var(--gray);
      opacity: 0.5; }
      .pagination-list__link.selected {
        opacity: 1;
        color: var(--orange); }
      .pagination-list__link:hover {
        opacity: 1;
        color: var(--orange); }

@media (max-width: 1440px) {
  .news {
    padding-bottom: 4.375rem; }
    .news-banner {
      margin-bottom: 3.125rem; }
      .news-banner-2 {
        margin-bottom: 5rem; }
    .news-list__item {
      margin-bottom: 3rem; }
    .news-item {
      padding: 2.125rem 0; }
      .news-item__content {
        padding: 1rem 1.5rem; }
      .news-item__title {
        font-size: 1.125rem;
        margin-bottom: 1rem; }
      .news-item__date {
        margin-bottom: 0.375rem; }
      .news-item__btn {
        padding: 0.75rem 3.75rem; }
    .news-sorting {
      font-size: 1rem; }
      .news-sorting__txt {
        margin-right: 1.25rem; }
      .news-sorting__list-item {
        margin-right: 0.875rem; }
    .news-pagination {
      margin-top: 3.125rem;
      margin-bottom: 0; }
    .news-content {
      padding-bottom: 1.5rem; }
      .news-content blockquote {
        font-size: 2.25rem; }
      .news-content p {
        margin-bottom: 1.625rem; }
      .news-content__blockquote {
        margin-bottom: 5rem; }
      .news-content ol {
        margin-top: 4rem; }
        .news-content ol li {
          margin-bottom: 0.875rem; }
          .news-content ol li::before {
            font-size: 2.25rem; }
          .news-content ol li div {
            padding-top: 1.1875rem;
            padding-left: 2.3125rem; }
      .news-content__gallery {
        margin-top: 4rem; }
      .news-content__img-top {
        padding: 2.125rem 0; }
      .news-content__img-bottom {
        margin-top: 3.125rem; }
  .pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.0625rem 0.5625rem;
    border-radius: 0.46875rem; }
    .pagination::before {
      border-radius: 0.46875rem; }
    .pagination-btn {
      width: 2.125rem;
      height: 2.125rem; }
      .pagination-btn svg {
        width: 1.125rem;
        height: 1.125rem; }
    .pagination-list {
      margin: 0 0.5rem; }
      .pagination-list__item {
        margin-right: 0.5rem; } }

@media (max-width: 1024px) {
  .news {
    padding-bottom: 3.75rem; }
    .news-banner {
      margin-bottom: 2rem; }
      .news-banner-2 {
        margin-bottom: 4rem; }
    .news-list {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
      .news-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-bottom: 2rem; }
    .news-item {
      padding: 1.625rem 0; }
      .news-item__content {
        padding: 0.75rem 1.125rem; }
      .news-item__title {
        font-size: 0.8125rem;
        margin-bottom: 0.75rem; }
      .news-item__date {
        margin-bottom: 0.5rem; }
      .news-item__btn {
        padding: 0.375rem 1.875rem;
        border-radius: 0.3125rem; }
        .news-item__btn::before {
          border-radius: 0.3125rem;
          border-width: 0.0625rem; }
    .news-sorting {
      font-size: 0.6875rem; }
      .news-sorting__txt {
        margin-right: 0.875rem; }
      .news-sorting__item {
        -webkit-text-stroke: 0.03125rem var(--orange); }
    .news-pagination {
      margin-top: 3.125rem;
      margin-bottom: 0; }
    .news-content {
      padding-bottom: 0; }
      .news-content blockquote {
        font-size: 1.5rem; }
      .news-content p {
        margin-bottom: 1.125rem; }
      .news-content__blockquote {
        margin-bottom: 4rem; }
      .news-content ol {
        margin-top: 2.625rem; }
        .news-content ol li {
          margin-bottom: 0.75rem; }
          .news-content ol li::before {
            font-size: 1.5rem; }
          .news-content ol li div {
            padding-top: 0.9375rem;
            padding-left: 1.8125rem; }
      .news-content__gallery {
        margin-top: 3.125rem; }
      .news-content__img-top {
        padding: 1.625rem 0; }
      .news-content__img-bottom {
        margin-top: 3.125rem; }
  .pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-radius: 0.3125rem; }
    .pagination::before {
      border-radius: 0.3125rem; }
    .pagination-list__item {
      margin-right: 0.25rem; } }

@media (max-width: 480px) {
  .news {
    padding-bottom: 1.875rem; }
    .news-banner {
      margin-bottom: 1.5rem; }
      .news-banner-2 {
        margin-bottom: 2rem; }
    .news-list__item {
      width: 100%;
      margin-bottom: 1.5rem; }
      .news-list__item:last-child {
        margin-bottom: 0; }
    .news-pagination {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 2.25rem; }
      .news-pagination__left {
        width: 100%;
        margin-bottom: 1.25rem; }
      .news-pagination__right {
        width: 100%; }
    .news-sorting {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .news-sorting__txt {
        width: 100%;
        font-size: 0.625rem;
        line-height: 1;
        color: #CCCCCC;
        font-family: 'DIN Pro';
        margin-bottom: 0.125rem; }
      .news-sorting__list {
        width: 100%;
        overflow: auto; }
        .news-sorting__list-item {
          margin-right: 0.625rem; }
        .news-sorting__list::-webkit-scrollbar {
          display: none; }
      .news-sorting__item {
        font-size: 0.625rem; }
    .news-item {
      padding-top: 0.75rem;
      padding-bottom: 1.25rem; }
      .news-item__img {
        height: 13.125rem; }
        .news-item__img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .news-item__content {
        padding: 1rem 1.5rem 1.5rem; }
      .news-item__title {
        font-size: 0.625rem;
        margin-bottom: 0.5rem; }
      .news-item__date {
        margin-bottom: 0.25rem; }
      .news-item__btn {
        padding: 0.5625rem 1.25rem; }
    .news-content {
      padding-bottom: 1rem; }
      .news-content blockquote {
        font-size: 0.8125rem; }
      .news-content p {
		/*change 0.6875rem*/  
        margin-bottom: 0.8875rem;
        line-height: 0.9925rem; }
      .news-content__blockquote {
        margin-bottom: 2rem; }
      .news-content__txt {
        font-size: 0.7rem;
        line-height: 1.2; }
      .news-content ol {
        margin-top: 1.375rem; }
        .news-content ol li {
          margin-bottom: 1rem;
          width: 100%; }
          .news-content ol li::before {
            font-size: 0.8125rem; }
          .news-content ol li div {
            padding-top: 0.5rem;
            padding-left: 1.5625rem; }
      .news-content__gallery {
        margin-top: 1.5rem; }
        .news-content__gallery-col {
          width: 100%;
          margin-bottom: 2.5rem; }
          .news-content__gallery-col:last-child {
            margin-bottom: 0; }
      .news-content__img-top {
        padding-top: 0.625rem;
        padding-bottom: 1.25rem; }
        .news-content__img-top img {
          min-height: 13.125rem;
          -o-object-fit: cover;
             object-fit: cover; }
      .news-content__img-bottom {
        font-size: 0.5rem;
        line-height: 1.2;
        padding: 0 1.5rem;
        margin-top: 1rem; }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.625rem; }
    .pagination-btn {
      width: 1.5rem;
      height: 1.5rem; }
    .pagination-list {
      padding: 0; }
      .pagination-list__item {
        margin-right: 1rem; } }

.gallery {
  min-height: 100%;
  background: #0A0A0A url(../../static/images/general/gallery-bg.svg) center no-repeat;
  padding-bottom: 10.625rem; }
  .gallery-banner {
    margin-bottom: 6.25rem; }
  .gallery-group__item {
    margin-bottom: 2.5rem; }
    .gallery-group__item:last-child {
      margin-bottom: 0; }
  .gallery-item {
    position: relative;
    overflow: hidden; }
    .gallery-item::before {
      content: "";
      width: 43.75rem;
      height: 55rem;
      position: absolute;
      top: -160%;
      right: -10rem;
      background: url(../../static/images/general/top-decor.svg);
      background-size: 100% 100%; }
    .gallery-item__decor, .gallery-item__info {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 43.75rem;
      max-width: 100%; }
    .gallery-item__decor {
      background: var(--orange);
      mix-blend-mode: screen; }
    .gallery-item__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 4.625rem;
      padding-top: 5.375rem; }
      .gallery-item__info-2 {
        padding-top: 7.5rem; }
    .gallery-item__logo {
      max-width: 25.25rem; }
      .gallery-item__logo-2 {
        max-width: 25.125rem; }
    .gallery-item__btn {
      width: 11.875rem;
      height: 3.3125rem;
      background: var(--white);
      color: var(--orange);
      border-radius: 0.625rem;
      margin: 0 0.75rem; }

@media (max-width: 1440px) {
  .gallery {
    padding-bottom: 8.875rem; }
    .gallery-banner {
      margin-bottom: 4.875rem; }
    .gallery-group__item {
      margin-bottom: 1.875rem; }
    .gallery-item::before {
      width: 16.75rem;
      height: 5.125rem;
      background: url(../../static/images/general/g-item-before-lg.svg) 0 0 no-repeat;
      background-size: cover;
      top: -0.5rem;
      right: 7.5rem; }
    .gallery-item__decor {
      width: 30.375rem; }
    .gallery-item__info {
      width: 30.375rem;
      padding-bottom: 3.25rem;
      padding-top: 3.75rem; }
      .gallery-item__info-2 {
        padding-top: 5.25rem; }
    .gallery-item__btn {
      width: 8.125rem;
      height: 2.375rem;
      border-radius: 0.5rem;
      margin: 0 0.5rem; }
    .gallery-item__logo {
      max-width: 17.125rem; } }

@media (max-width: 1024px) {
  .gallery {
    padding-bottom: 6.25rem; }
    .gallery-banner {
      margin-bottom: 4rem; }
    .gallery-group__item {
      margin-bottom: 1.25rem; }
    .gallery-item::before {
      width: 12.875rem;
      height: 5rem;
      background: url(../../static/images/general/g-item-before-md.svg) 0 0 no-repeat;
      background-size: cover;
      top: -1.25rem;
      right: 5.625rem; }
    .gallery-item__decor {
      width: 23rem; }
    .gallery-item__info {
      width: 23rem;
      padding-bottom: 2.5rem;
      padding-top: 2.875rem; }
      .gallery-item__info-2 {
        padding-top: 4rem; }
    .gallery-item__btn {
      width: 6.125rem;
      height: 1.75rem;
      border-radius: 0.3125rem; }
    .gallery-item__logo {
      max-width: 13.125rem; } }

@media (max-width: 480px) {
  .gallery {
    padding-bottom: 2.25rem; }
    .gallery-banner {
      margin-bottom: 2rem; }
    .gallery-item {
      height: 8.75rem; }
      .gallery-item::before {
        width: 3rem;
        height: 1.5rem;
        background: url(../../static/images/general/g-item-before-sm.svg) 0 0 no-repeat;
        background-size: cover;
        top: 0;
        right: 0.125rem; }
      .gallery-item__bg {
        height: 100%; }
        .gallery-item__bg img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .gallery-item__decor {
        width: 14.0625rem; }
      .gallery-item__info {
        width: 14.0625rem;
        padding: 1.25rem 1.5rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .gallery-item__logo {
        max-width: 6.625rem; }
      .gallery-item__btn {
        width: 3.75rem;
        height: 1.75rem;
        margin: 0;
        margin-right: 0.75rem; }
        .gallery-item__btn:last-child {
          margin-right: 0; } }

.athletes {
  background: #0A0A0A url(../../static/images/general/athlet-bg.svg) center no-repeat;
  padding-top: 17.5rem;
  padding-bottom: 25.25rem; }
  .athletes-list__item:nth-child(1) {
    margin-bottom: 20rem; }
  .athletes-list__item:nth-child(2) {
    margin-bottom: 23.75rem; }
  .athletes-item {
    color: var(--white); }
    .athletes-item__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .athletes-item__inner-info {
        width: 43.75rem;
        position: relative;
        z-index: 9; }
      .athletes-item__inner-img {
        width: calc(100% - 43.75rem);
        position: relative; }
    .athletes-item__img {
      position: absolute; }
      .athletes-item__img img {
        width: 100%; }
      .athletes-item__img-1 {
        width: 64.75rem;
        top: -9.375rem;
        left: -3.625rem; }
      .athletes-item__img-2 {
        width: 64.75rem;
        top: -16.25rem;
        left: -10.625rem; }
      .athletes-item__img-3 {
        width: 51.5rem;
        top: -16rem;
        left: -3.75rem; }
      .athletes-item__img-mobile {
        display: none; }
    .athletes-item__head {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 3.75rem; }
      .athletes-item__head-line {
        height: 5.5rem;
        width: 0.125rem;
        background: var(--orange);
        margin: 0 2rem; }
    .athletes-item__number-1 {
      width: 14.3125rem; }
    .athletes-item__number-2 {
      width: 11.25rem; }
    .athletes-item__number-3 {
      width: 14.125rem; }
    .athletes-item__name {
      text-transform: uppercase; }
      .athletes-item__name-second {
        color: var(--orange); }
      .athletes-item__name-first {
        color: transparent;
        -webkit-text-stroke: 1px var(--orange);
        margin-bottom: -0.25rem; }
    .athletes-item__desc p {
      margin-bottom: 1.875rem; }
      .athletes-item__desc p:last-child {
        margin-bottom: 0; }
    .athletes-item__desc a {
      color: var(--orange);
      text-decoration: underline; }
      .athletes-item__desc a:hover {
        text-decoration: none; }

@media (max-width: 1440px) {
  .athletes {
    padding-top: 13.625rem;
    padding-bottom: 14.5rem; }
    .athletes-list__item:nth-child(1) {
      margin-bottom: 9.125rem; }
    .athletes-list__item:nth-child(2) {
      margin-bottom: 23.125rem; }
    .athletes-item-2 {
      margin-right: -2.125rem; }
    .athletes-item__inner-info {
      width: 30.25rem; }
      .athletes-item__inner-info-2 {
        width: 32.375rem; }
    .athletes-item__inner-img {
      width: calc(100% - 30.25rem); }
      .athletes-item__inner-img-2 {
        width: calc(100% - 32.375rem); }
    .athletes-item__img-1 {
      width: 44.4375rem;
      top: -7rem;
      left: -1.875rem; }
    .athletes-item__img-2 {
      width: 44.4375rem;
      top: -6.125rem;
      left: -7.25rem; }
    .athletes-item__img-3 {
      width: 33.625rem;
      top: -12.125rem;
      left: 4.125rem; }
    .athletes-item__head {
      margin-bottom: 2.625rem; }
      .athletes-item__head-line {
        height: 4.125rem;
        margin: 0 1.5rem; }
    .athletes-item__number-1 {
      width: 10.75rem; }
    .athletes-item__number-2 {
      width: 8.5rem; }
    .athletes-item__number-3 {
      width: 10.625rem; }
    .athletes-item__desc p {
      margin-bottom: 1.5rem; } }

@media (max-width: 1024px) {
  .athletes {
    padding-top: 11.125rem;
    padding-bottom: 9.5rem; }
    .athletes-list__item:nth-child(1) {
      margin-bottom: 7.75rem; }
    .athletes-list__item:nth-child(2) {
      margin-bottom: 18.125rem; }
    .athletes-item-2 {
      margin-right: 0; }
    .athletes-item__inner-info {
      width: 23.125rem; }
    .athletes-item__inner-img {
      width: calc(100% - 23.125rem); }
    .athletes-item__img-1 {
      width: 33.3125rem;
      top: -4.875rem;
      left: -2.5rem; }
    .athletes-item__img-2 {
      width: 33.3125rem;
      top: -4.875rem;
      left: -5.625rem; }
    .athletes-item__img-3 {
      width: 25.375rem;
      top: -11.125rem;
      left: 2.75rem; }
    .athletes-item__head {
      margin-bottom: 1.875rem; }
      .athletes-item__head-line {
        height: 2.5rem;
        margin: 0 1rem; }
    .athletes-item__number-1 {
      width: 6.25rem; }
    .athletes-item__number-2 {
      width: 5rem; }
    .athletes-item__number-3 {
      width: 6.25rem; }
    .athletes-item__desc p {
      margin-bottom: 1.0625rem; } }

@media (max-width: 480px) {
  .athletes {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem; }
    .athletes-list__item:nth-child(1) {
      margin-bottom: 1.75rem; }
    .athletes-list__item:nth-child(2) {
      margin-bottom: 3.5rem; }
    .athletes-item__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .athletes-item__inner-img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%; }
      .athletes-item__inner-info {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; }
    .athletes-item__head {
      margin-bottom: 0.875rem; }
      .athletes-item__head-line {
        margin: 0 0.5rem;
        height: 1.75rem; }
    .athletes-item__name {
      font-size: 1rem; }
      .athletes-item__name div {
        line-height: 1; }
      .athletes-item__name-first {
        margin-bottom: 0; }
    .athletes-item__img {
      position: initial;
      width: 100%; }
      .athletes-item__img-mobile {
        display: block; }
      .athletes-item__img-desctop {
        display: none; }
      .athletes-item__img-1 {
        margin-bottom: -1.875rem; }
        .athletes-item__img-1 img {
          max-width: 17rem; }
      .athletes-item__img-2 {
        margin-bottom: -1.875rem; }
        .athletes-item__img-2 img {
          max-width: 17rem; }
      .athletes-item__img-3 img {
        max-width: 15.0625rem; }
    .athletes-item__number-1 {
      width: 4.5rem; }
    .athletes-item__number-2 {
      width: 3.5rem; }
    .athletes-item__number-3 {
      width: 4.5rem; }
    .athletes-item__desc p {
      margin-bottom: 0.75rem; } }

.about {
  background: var(--black);
  color: var(--white); }
  .about-intro {
    height: 48.75rem;
    background-image: url("../../static/images/general/about-intro-bg.webp"), url("../../static/images/general/about-intro-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6.25rem;
    margin-bottom: 1.25rem; }
  .about-group-top__right {
    width: 43.75rem;
    position: relative;
    z-index: 3; }
  .about-group-top__left {
    width: calc(100% - 43.75rem);
    position: relative; }
  .about-img {
    width: 53rem;
    position: absolute;
    left: -9.25rem;
    top: -11.25rem; }
    .about-img img {
      width: 100%; }
    .about-img__mobile {
      display: none; }
  .about-quote {
    font-size: 3rem;
    position: relative;
    margin-bottom: 10.125rem; }
    .about-quote__txt {
      position: relative;
      z-index: 3;
      line-height: 110%; }
    .about-quote__decor {
      position: absolute;
      width: 16.375rem; }
      .about-quote__decor-top {
        top: -4.25rem;
        left: -9.375rem; }
      .about-quote__decor-bottom {
        bottom: -5.375rem;
        right: 0; }
  .about-director__title {
    margin-bottom: 1.25rem; }
    .about-director__title-top {
      color: var(--orange);
      margin-bottom: -0.5rem; }
  .about-group-bottom {
    position: relative;
    z-index: 3;
    margin-top: 6.25rem; }
    .about-group-bottom__col {
      width: 50%; }
    .about-group-bottom__right {
      padding-top: 1rem; }
    .about-group-bottom__txt {
      max-width: 90%;
      position: relative; }
      .about-group-bottom__txt::before {
        content: "";
        width: 13.4375rem;
        height: 2.875rem;
        background: url(../../static/images/general/about-decor-3.svg) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        left: -40%;
        top: 0.5rem; }
      .about-group-bottom__txt-p {
        margin-bottom: 1.875rem; }
        .about-group-bottom__txt-p:last-child {
          margin-bottom: 0; }
  .about-awards__list {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: -3.125rem; }
    .about-awards__list-item {
      width: 25%;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      margin-bottom: 3.125rem; }
      .about-awards__list-item img {
        width: 100%; }
  .about-more {
    margin-top: 6.875rem;
    position: relative;
    z-index: 3; }
    .about-more__title {
      margin-left: 12.625rem;
      margin-bottom: 11.875rem; }
      .about-more__title-br {
        display: block;
        margin-left: 8.25rem;
        margin-top: -0.25rem; }
    .about-more__txt {
      width: 43.75rem;
      max-width: 100%;
      margin-left: auto; }
      .about-more__txt p {
        margin-bottom: 1.875rem; }
        .about-more__txt p:last-child {
          margin-bottom: 0; }
  .about-bottomImg {
    margin-top: -10.5rem; }
    .about-bottomImg img {
      width: 100%; }

.bold {
  font-weight: bold; }

@media (max-width: 1440px) {
  .about-intro {
    height: 36.5625rem;
    padding-top: 5.875rem;
    margin-bottom: 0rem; }
  .about-top-txt {
    font-size: 1rem; }
  .about-group-top__right {
    width: 30.3125rem; }
  .about-group-top__left {
    width: calc(100% - 30.3125rem); }
  .about-img {
    width: 36.875rem;
    left: -6.625rem;
    top: -7.5rem; }
  .about-quote {
    font-size: 2.25rem;
    margin-bottom: 5.625rem; }
    .about-quote__decor {
      width: 10.625rem; }
      .about-quote__decor-top {
        top: -3.625rem;
        left: -6.625rem; }
      .about-quote__decor-bottom {
        bottom: -3.625rem; }
  .about-director__title {
    margin-bottom: 1rem; }
    .about-director__title-top {
      margin-bottom: -0.3125rem; }
  .about-group-bottom {
    margin-top: 5.25rem; }
    .about-group-bottom__col {
      width: 50%; }
    .about-group-bottom__right {
      padding-top: 0; }
    .about-group-bottom__txt {
      font-size: 1rem;
      line-height: 1.1875rem; }
      .about-group-bottom__txt::before {
        left: -58%; }
      .about-group-bottom__txt-p {
        margin-bottom: 1.1875rem; }
  .about-awards__list {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    margin-bottom: -2.1875rem; }
    .about-awards__list-item {
      width: 25%;
      padding-left: 1.75rem;
      padding-right: 1.75rem;
      margin-bottom: 2.1875rem; }
  .about-more {
    margin-top: 5.25rem; }
    .about-more__title {
      margin-left: 6.5rem;
      margin-bottom: 6.75rem; }
      .about-more__title-br {
        margin-left: 5.625rem;
        margin-top: -0.125rem; }
    .about-more__txt {
      font-size: 1rem;
      width: 29.6875rem; }
      .about-more__txt p {
        margin-bottom: 1.5625rem; }
  .about-bottomImg {
    margin-top: -3.75rem; } }

@media (max-width: 1024px) {
  .about-intro {
    height: 26rem;
    padding-top: 3rem;
    margin-bottom: 2.5rem; }
  .about-top-txt {
    font-size: 0.8125rem; }
  .about-group-top__right {
    width: 23.125rem; }
  .about-group-top__left {
    width: calc(100% - 23.125rem); }
  .about-img {
    width: 28.125rem;
    left: -5rem;
    top: -8.5rem; }
  .about-quote {
    font-size: 1.5rem;
    margin-bottom: 5rem; }
    .about-quote__decor {
      width: 8rem; }
      .about-quote__decor-top {
        top: -2.5rem;
        left: -4.875rem; }
      .about-quote__decor-bottom {
        bottom: -2.25rem; }
  .about-director__title {
    margin-bottom: 0.625rem; }
    .about-director__title-top {
      margin-bottom: -0.125rem; }
  .about-group-bottom {
    margin-top: 4.25rem; }
    .about-group-bottom__col {
      width: 50%; }
    .about-group-bottom__left {
      padding-top: 0.75rem; }
    .about-group-bottom__txt {
      font-size: 0.8125rem;
      line-height: 1rem;
      max-width: 17.625rem; }
      .about-group-bottom__txt::before {
        width: 23.0625rem;
        height: 4.9375rem;
        top: 0.125rem;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
        left: -141%; }
      .about-group-bottom__txt-p {
        margin-bottom: 1.0625rem; }
        .about-group-bottom__txt-p br {
          display: none; }
  .about-awards {
    margin-right: -5rem; }
    .about-awards__list {
      margin-left: -1.625rem;
      margin-right: -1.625rem;
      margin-bottom: -2rem; }
      .about-awards__list-item {
        width: 25%;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        margin-bottom: 2.1875rem; }
  .about-more {
    margin-top: 5rem; }
    .about-more__title {
      margin-left: 8.125rem;
      margin-bottom: 8rem; }
      .about-more__title-br {
        margin-left: 3.75rem;
        margin-top: 0rem; }
    .about-more__txt {
      font-size: 0.8125rem;
      width: 23.125rem; }
      .about-more__txt p {
        margin-bottom: 1.0625rem; }
  .about-bottomImg {
    margin-top: -3.125rem; } }

@media (max-width: 480px) {
  .about {
    padding-top: 2.875rem; }
    .about-intro {
      height: 11.5rem;
      background-image: url("../../static/images/general/about-intro-bg-m.webp"), url("../../static/images/general/about-intro-bg-m.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 0.625rem;
      margin-bottom: 1rem;
      position: relative; }
      .about-intro::after {
        content: "";
        height: 0.125rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        background: var(--black); }
    .about-top-txt {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-size: 0.625rem; }
    .about-group-top {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .about-group-top__left {
        width: 100%; }
      .about-group-top__right {
        width: 100%; }
    .about-quote {
      font-size: 0.625rem;
      max-width: 9.625rem;
      margin-bottom: 1.5rem; }
      .about-quote__decor {
        width: 2.5625rem; }
        .about-quote__decor-top {
          top: -0.75rem;
          left: -1.5rem; }
        .about-quote__decor-bottom {
          bottom: -0.5rem; }
      .about-quote__txt {
        max-width: 9.375rem; }
    .about-director__title {
      font-size: 1rem;
      margin-bottom: 0.375rem; }
    .about-director__txt {
      max-width: 11.25rem; }
    .about-img {
      width: 6.5rem;
      left: initial;
      top: -1.25rem;
      right: -1.5rem; }
      .about-img__desctop {
        display: none; }
      .about-img__mobile {
        display: block; }
    .about-group-bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 1.5rem;
      margin-top: 2.5rem; }
      .about-group-bottom__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 0.5rem; }
      .about-group-bottom__right {
        width: 100%; }
      .about-group-bottom__txt {
        margin-left: 0;
        font-size: 0.625rem;
        line-height: 0.75rem;
        max-width: 100%;
        margin-top: 1rem; }
        .about-group-bottom__txt::before {
          display: none; }
        .about-group-bottom__txt-p {
          margin-bottom: 0.75rem; }
    .about-awards {
      margin-right: 0; }
      .about-awards__list {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-bottom: -1rem; }
        .about-awards__list-item {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          margin-bottom: 1rem; }
    .about-more {
      margin-top: 3.25rem;
      padding: 0 1.5rem; }
      .about-more__title {
        margin-left: 1.5rem;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 1.25rem;
        position: relative;
        top: -1.5rem; }
        .about-more__title-br {
          margin-left: 2.875rem; }
      .about-more__txt {
        font-size: 0.625rem;
        line-height: 0.75rem; }
        .about-more__txt br {
          display: none; }
        .about-more__txt p {
          margin-bottom: 0.75rem; }
    .about-bottomImg {
      margin-top: 2.5rem; } }