/*! 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 {
  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 {
  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'] {
  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;
}

@font-face {
  font-family: "Nickel Gothic";
  src: url("../fonts/NickelGothic.woff2") format("woff2"), url("../fonts/NickelGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Etude Noire";
  src: url("../fonts/EtudeNoire.woff2") format("woff2"), url("../fonts/EtudeNoire.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Etude Noire";
  src: url("../fonts/EtudeNoire-Bold.woff2") format("woff2"), url("../fonts/EtudeNoire-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Etude Noire";
  src: url("../fonts/EtudeNoire-Light.woff2") format("woff2"), url("../fonts/EtudeNoire-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Warmovie";
  src: url("../fonts/ST-Warmovie-noncommercial.woff2") format("woff2"), url("../fonts/ST-Warmovie-noncommercial.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Strelka";
  src: url("../fonts/strelka-ultra.woff2") format("woff2"), url("../fonts/strelka-ultra.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

html {
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  font-feature-settings: 'pnum' on, 'lnum' on;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.container-xlg {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1676px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

body {
  position: relative;
  font-family: "TTHoves", sans-serif !important;
  font-size: 16px;
  background-color: #080808;
  width: 100%;
  min-height: 100vh;
  color: #ffffff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 603px;
  height: 624px;
  background-image: url("../img/content/glow-header.png");
  background-size: 603px 624px;
}

body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 689px;
  background-image: url("../img/content/glow-footer.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

body.sm-glow::after {
  height: 299px;
  background-image: url("../img/content/glow-footer-sm.png");
}

body.is-over-hidden {
  overflow: hidden;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.3s linear;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #edf6ec;
}

.main {
  position: relative;
  min-height: 100vh;
  padding-top: 253px;
  padding-bottom: 230px;
  background-image: url("../img/content/bg.png");
  background-size: auto auto;
  background-repeat: repeat;
  overflow: hidden;
  z-index: 5;
}

.main.overlay {
  z-index: 110;
}

.title {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 68px;
  line-height: 100%;
  color: #C0F205;
  text-transform: uppercase;
}

.title span {
  color: #ffffff;
}

.title_right-line {
  display: flex;
  align-items: center;
  gap: 50px;
}

.title_right-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url("../img/content/bg-title.png");
  transform: translateY(-3px);
}

.title-sm {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 132%;
  color: #C0F205;
  text-transform: uppercase;
}

.title-sm span {
  flex-shrink: 0;
  display: block;
  max-width: 800px;
}

.title-sm_right-line {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.title-sm_right-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
  transform: translateY(-10px);
}

.link {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #C0F205;
  text-transform: uppercase;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

::-moz-selection {
  color: #fff;
  background: #a5d39f;
}

::selection {
  color: #fff;
  background: #a5d39f;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

button:hover {
  transition: all 0.3s linear;
}

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

.compensate-for-scrollbar {
  margin: auto !important;
}

[disabled] {
  opacity: 0.5;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  background-color: #2c2c2c;
  height: 63px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}

.btn:disabled {
  opacity: 0.5;
}

.btn:hover {
  border-color: #C0F205;
  color: #C0F205;
}

.btn_green {
  color: #080808;
  background-color: #C0F205;
}

.btn_green:hover {
  color: #080808;
  background-color: #C0F205;
}

.fancybox__backdrop {
  opacity: 0.6 !important;
}

.modal {
  padding: 0 !important;
  max-width: 1268px !important;
  width: 100%;
}

.modal_registration {
  max-width: 1625px !important;
}

.modal_registration .f-button.is-close-btn {
  display: none;
}

.modal_success-request {
  max-width: 1303px !important;
  background-color: #080808 !important;
}

.modal_success-request .f-button.is-close-btn {
  display: none;
}

.modal-container {
  width: 100%;
  max-width: 1268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 67px 40px 64px 40px;
  background-color: #C0F205;
  position: relative;
}

.modal-registration {
  padding-top: 57px;
  padding-bottom: 110px;
  background: linear-gradient(270deg, #0900ff 1.02%, #9500ff 97.05%);
}

.modal-registration_pink {
  background: #DF258B;
}

.modal-registration .modal-registration__form-list {
  display: grid;
  grid-template-columns: 573px 573px;
  gap: 157px;
  margin-top: 80px;
}

.modal-registration .modal-registration__form-item:not(:first-child) {
  position: relative;
}

.modal-registration .modal-registration__header {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 68.77px;
  line-height: 100%;
  color: #C0F205;
}

.modal-registration .modal-registration__title-block {
  display: flex;
  gap: 50px;
  margin-bottom: 19px;
  padding-right: 16px;
}

.modal-registration .modal-registration__title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 921px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 57.35px;
  line-height: 132%;
  color: #2c2c2c;
  padding: 15px 48px 17px;
  background-color: #C0F205;
}

.modal-registration .modal-registration__close-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 107px;
  line-height: 0;
  color: #2c2c2c;
  background-color: #C0F205;
}

.modal-registration .modal-registration__wrapper {
  padding: 0 48px;
}

.modal-registration .modal-registration__text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
}

.modal-registration .modal-registration__btn {
  min-height: 107px;
  min-width: 930px;
  margin-top: 85px;
  font-size: 30px;
  line-height: 1;
}

.modal-success-request {
  position: relative;
}

.modal-success-request::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 58.62%);
}

.modal-success-request::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.modal-success-request .modal-success-request__top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0 40px 50px;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
}

.modal-success-request .modal-success-request__block {
  position: relative;
  background-color: #ffffff;
}

.modal-success-request .modal-success-request__block::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 498px;
  height: 606px;
  background-image: url("../img/content/komus-fest/bg-modal.png");
}

.modal-success-request .modal-success-request__center-block {
  padding: 40px 55px;
  border-bottom: 3px solid;
  border-image-source: linear-gradient(270deg, #0900ff 1.02%, #9500ff 97.05%);
  border-image-slice: 1;
}

.modal-success-request .modal-success-request__title {
  margin-bottom: 25px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 76.01px;
  line-height: 100%;
  background-image: linear-gradient(270deg, #0900ff 1.02%, #9500ff 97.05%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.modal-success-request .modal-success-request__text {
  max-width: 1020px;
  font-family: "TTHoves", sans-serif;
  font-weight: 3200;
  font-size: 36.92px;
  line-height: 134%;
  color: #2c2c2c;
}

.modal-success-request .modal-success-request__bottom-block {
  padding: 40px 55px 140px 55px;
}

.modal-success-request .modal-success-request__bottom-block::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100px;
  background: linear-gradient(270deg, #0900ff 1.02%, #9500ff 97.05%);
}

.modal-success-request .modal-success-request__close-btn {
  z-index: 5;
  position: absolute;
  bottom: 39px;
  right: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 117px;
  color: #C0F205;
  background-color: #080808;
}

.modal-success-request_pink .modal-success-request__title {
  background-image: linear-gradient(270deg, #DF258B 1.02%, #DF258B 97.05%);
}

.modal-success-request_pink .modal-success-request__block::before {
  background-image: url("../img/content/grand/bg-modal.png");
}

.modal-success-request_pink .modal-success-request__bottom-block::after {
  background: linear-gradient(270deg, #133194 1.02%, #133194 97.05%);
}

.modal-success-request_pink .modal-success-request__center-block {
  border-image-source: linear-gradient(270deg, #133194 1.02%, #133194 97.05%);
}

.modal-success-request_pink .modal-success-request__center-block::before {
  background-image: url(../img/content/grand/bg-modal-sm.png) !important;
}

.modal__title {
  margin-left: auto;
  margin-right: auto;
  font-family: "Strelka", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #2c2c2c;
  margin-bottom: 31px;
  text-align: center;
}

.modal__text {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #2c2c2c;
}

.modal__form {
  width: 100%;
}

.modal__btn {
  width: 100%;
}

.modal__icon {
  text-align: center;
  margin-bottom: 24px;
}

.modal.modal--order-success {
  padding: 0 !important;
  max-width: 1268px;
}

.modal-container--order-success {
  max-width: 1268px;
  background-color: #C0F205;
  padding: 106px 40px 94px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal__title--order-success {
  font-family: "Strelka", sans-serif;
  font-size: 68px;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 18px;
}

.modal__text--order-success {
  font-size: 20px;
  color: #2c2c2c;
  font-family: "TTHoves", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}

.modal__btn {
  max-width: 417px;
  height: 38px;
  margin-top: 30px;
  padding: 6px 20px 5px;
  font-size: 20px;
}

.modal__link {
  margin-top: 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2c2c2c;
}

.header {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  padding-right: 20px;
  z-index: 100;
  overflow: hidden;
}

.header__wrap {
  position: relative;
  display: flex;
  max-width: calc(50vw + (1635px / 2));
  width: 100%;
  height: 93px;
  backdrop-filter: blur(70px);
  box-shadow: 2px 4px 30px 0px #0000001a;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
  z-index: 10;
}

.header__wrap::before {
  position: absolute;
  bottom: 0;
  left: 100px;
  content: '';
  display: block;
  width: 423px;
  height: 364px;
  background-image: url("../img/content/glow-header-sm.png");
  transform: translateY(50%);
  pointer-events: none;
}

.header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1656px;
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header__content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 58.62%);
}

.header__content::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.header__logo {
  display: block;
  height: 100%;
  line-height: 0;
}

.header__logo picture,
.header__logo img {
  width: auto;
  height: 100%;
}

.header__nav {
  display: flex;
  gap: 36px;
}

.header__nav-item {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.35s all;
}

.header__nav-item span {
  position: absolute;
  top: -8px;
  left: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #2c2c2c;
  background-color: #C0F205;
  border-radius: 50%;
}

.header__nav-item.active {
  color: #C0F205;
}

.header__social-list {
  display: flex;
  gap: 23px;
}

.header__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  color: #080808;
  background-color: #C0F205;
}

.header__btn {
  position: relative;
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background-color: #C0F205;
  z-index: 10;
}

.header__mobile-block {
  position: fixed;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}

.header__close-icon {
  display: none;
}

.header__mobile-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 45px;
  padding-top: 83px;
  background-color: #c0f205;
}

.header__mobile-nav::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 19px;
  background-image: url("../img/content/bg-all.png");
}

.header__mobile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 2px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #2c2c2c;
}

.header__mobile-link.active {
  color: #C0F205;
  background-color: #2c2c2c;
}

.header__mobile-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 31px;
  flex-grow: 1;
  background-color: #080808;
  z-index: 5;
}

.header__mobile-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url("../img/content/bg.png"), url("../img/content/glow-header-mob-bottom.png");
  background-size: auto auto, cover;
  background-position: center center, bottom;
  z-index: 2;
}

.header__phone {
  position: relative;
  z-index: 3;
  margin-bottom: 6px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.header__phone a {
  color: #ffffff;
}

.header__mail {
  position: relative;
  z-index: 3;
  margin-bottom: 33px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #C0F205;
}

.header__social {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 18px;
}

.header__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #080808;
  background-color: #C0F205;
}

.footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  padding-left: 20px;
  z-index: 100;
  overflow: hidden;
}

.footer__wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: calc(50vw + (1635px / 2));
  gap: 40px;
  width: 100%;
  margin-left: auto;
}

.footer__content-wrap {
  width: 100%;
  background-color: #C0F205;
}

.footer__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1142px;
  width: 100%;
  margin-right: auto;
  height: 95px;
  padding-left: 35px;
  padding-right: 20px;
}

.footer__content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 58.62%);
}

.footer__content::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.footer__logo {
  flex-shrink: 0;
  line-height: 0;
}

.footer__nav {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  margin-right: 35px;
}

.footer__nav-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2c2c2c;
}

.footer__social-list {
  display: flex;
  gap: 23px;
}

.footer__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  color: #C0F205;
  background-color: #2c2c2c;
}

.footer__mobile-block {
  display: none;
}

.footer__phone {
  margin-bottom: 6px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.footer__phone a {
  color: #ffffff;
}

.footer__mail {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #C0F205;
}

.gallery {
  position: relative;
  margin-top: 150px;
  margin-bottom: 75px;
  z-index: 10;
}

.gallery::before {
  position: absolute;
  top: 6px;
  left: 45%;
  content: '';
  display: block;
  width: 570px;
  height: 570px;
  background-image: url("../img/content/gallery/bg.png");
  z-index: -1;
}

.gallery__header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.gallery__nav {
  display: flex;
  gap: 20px;
}

.gallery__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.gallery__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.gallery__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.gallery__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.gallery__list-wrap,
.gallery__list-wrap.swiper {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.gallery__list {
  display: flex;
}

.gallery__item-wrap {
  flex-shrink: 0;
  width: calc(100% / 3);
  padding-left: 16px;
  padding-right: 16px;
}

.gallery__item {
  width: 100%;
  height: 743px;
  background-color: #2c2c2c;
}

.gallery__item picture,
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__dots {
  display: none;
}

.partners {
  position: relative;
  padding-top: 150px;
  margin-bottom: 150px;
  z-index: 10;
}

.partners__wrap {
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.partners__header-block {
  position: relative;
  margin-bottom: 60px;
}

.partners__nav {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1676px) / 2);
  padding-right: 20px;
  display: flex;
  gap: 20px;
}

.partners__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.partners__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.partners__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.partners__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.partners__block {
  padding: 50px;
  background-color: #C0F205;
}

.partners__item-wrap,
.partners__item-wrap.swiper-slide {
  width: calc(100% / 3);
  padding-left: 34px;
  padding-right: 34px;
}

.partners__item {
  height: 266px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.partners__item picture,
.partners__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news {
  position: relative;
  margin-top: 150px;
}

.news::before {
  position: absolute;
  top: -310px;
  right: 0;
  content: '';
  display: block;
  width: 1900px;
  height: 1900px;
  background-image: url("../img/content/bg.png"), url("../img/content/news/glow.png");
  background-size: auto auto, contain;
  background-position: center, right;
  background-repeat: repeat, no-repeat;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: 2;
}

.news__wrap {
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.news__header-block {
  position: relative;
  margin-bottom: 90px;
  z-index: 10;
}

.news__nav {
  position: absolute;
  bottom: -35px;
  right: calc((100vw - 1676px) / 2);
  padding-right: 20px;
  display: flex;
  gap: 20px;
  z-index: 10;
}

.news__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.news__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.news__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.news__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.news__container-wrap {
  position: relative;
  background-color: #080808;
  z-index: 3;
}

.news__list-wrap,
.news__list-wrap.swiper {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.news__block {
  padding-top: 70px;
  padding-bottom: 150px;
}

.news__item-wrap,
.news__item-wrap.swiper-slide {
  display: flex;
  width: calc(100% / 3);
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.news__button {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 31px;
}

.news-item__img {
  height: 410px;
  background-color: #2c2c2c;
}

.news-item__img picture,
.news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item__info-block {
  position: relative;
  flex-grow: 1;
  min-height: 253px;
  background-image: url("../img/content/news/bg.png");
  background-size: cover;
  padding: 21px 25px;
}

.news-item__info-block::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 66%);
}

.news-item__info-block::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.news-item__block {
  position: absolute;
  bottom: -31px;
  right: 0;
  width: 208px;
  height: 51px;
  background-color: #C0F205;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #2c2c2c;
}

.news-item__img-block {
  position: relative;
  height: 354px;
  line-height: 0;
}

.news-item__img-block picture,
.news-item__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item__date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 10px 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #2c2c2c;
  background-color: #C0F205;
}

.news-item__link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 44px;
  padding-right: 44px;
}

.news-item__text-block {
  padding: 20px 30px;
}

.news-item__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  color: #C0F205;
  text-transform: uppercase;
}

.news-item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  margin-top: 5px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 120%;
  color: #ffffff;
}

.news-item__teaser {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #ffffff;
  text-transform: uppercase;
}

.news-item__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  margin-top: 5px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}

.news-page .news-item {
  gap: 0;
  padding-bottom: 0;
}

.info {
  position: relative;
  margin-top: 72px;
  margin-bottom: 150px;
  background-image: url("../img/content/info/bg.png");
  background-size: cover;
  z-index: 10;
}

.info::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 48.62%);
}

.info::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.info__container {
  display: flex;
}

.info__text-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 70px;
  padding-top: 66px;
  padding-bottom: 66px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}

.info__img-block {
  flex-shrink: 0;
  display: flex;
  width: 44%;
  line-height: 0;
  min-height: 694px;
}

.info__img-block picture,
.info__img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events {
  position: relative;
  margin-bottom: 80px;
}

.events::before {
  position: absolute;
  bottom: -430px;
  left: 200px;
  content: '';
  width: 1508px;
  height: 928px;
  background-image: url("../img/content/bg.png"), url("../img/content/events/glow.png");
  background-size: auto auto, 1508px 928px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
}

.events__wrap {
  position: relative;
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.events__header-block {
  margin-bottom: 80px;
}

.events__tab {
  position: absolute;
  bottom: -23px;
  right: calc((100vw - 1636px) / 2);
}

.events__list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.events__container {
  position: relative;
  z-index: 5;
}

.events__block {
  position: relative;
}

.events__block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw / 2 - 50px);
  content: '';
  height: 352px;
  background-color: #2c2c2c;
}

.events__block::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw / 2 - 50px);
  content: '';
  height: 352px;
  background-color: #2c2c2c;
}

.events__content {
  display: none;
}

.events__content.active {
  display: block;
}

.events__nav {
  display: none;
}

.events__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.events__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.events__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.events__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.events__button {
  display: none;
}

.intro {
  position: relative;
  padding-bottom: 230px;
}

.intro::before {
  position: absolute;
  bottom: -320px;
  left: 0;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/intro/glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
}

.intro__block {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.intro__text-block {
  flex-shrink: 0;
  position: relative;
  width: 440px;
  padding: 40px 30px 156px;
  background-color: #C0F205;
}

.intro__text-block::before {
  position: absolute;
  top: 287px;
  right: 0;
  content: '';
  display: block;
  width: 331px;
  height: 79px;
  background-image: url("../img/content/bg-all.png");
}

.intro__text-block::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 279px;
  height: 138px;
  background-image: url("../img/content/bg-all.png");
}

.intro__img-block {
  position: relative;
  line-height: 0;
  height: 739px;
  margin-left: -2px;
  z-index: 10;
}

.intro__img-block picture,
.intro__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro__img-block::before {
  position: absolute;
  top: 80px;
  left: 2px;
  content: '';
  display: block;
  width: 1769px;
  height: 96px;
  background-image: url("../img/content/intro/line.png");
  z-index: -1;
}

.intro__caption {
  margin-bottom: 15px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #080808;
}

.intro__title {
  max-width: 295px;
  margin-bottom: 79px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 68.77px;
  line-height: 1.1;
  color: #080808;
  text-transform: uppercase;
  word-break: break-all;
}

.intro__text {
  max-width: 340px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #080808;
}

.intro__img-arrow {
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 10;
}

.intro__polygon {
  position: absolute;
  bottom: -158px;
  left: 284px;
}

.intro__polygon-sm {
  position: absolute;
  top: 78px;
  right: -104px;
  z-index: 11;
}

.tab__list {
  display: inline-flex;
  padding: 8px 11px;
  background-color: #2c2c2c;
}

.tab__list_sm {
  padding: 5px;
}

.tab__list_sm .tab__item {
  width: 128px;
  height: 30px;
  font-size: 11px;
}

.tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  background-color: #2c2c2c;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.35s all;
}

.tab__item.active {
  color: #2c2c2c;
  background-color: #C0F205;
}

.tab_detail .tab__list {
  padding: 0;
  background-color: transparent;
}

.tab_detail .tab__item {
  height: 41px;
  padding: 8px 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #C0F205;
  background-color: transparent;
}

.tab_detail .tab__item.active {
  color: #2c2c2c;
  background-color: #C0F205;
}

.tab_detail-sm .tab__list {
  padding: 0;
  background-color: transparent;
}

.tab_detail-sm .tab__item {
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #C0F205;
  background-color: transparent;
}

.tab_detail-sm .tab__item.active {
  color: #2c2c2c;
  background-color: #C0F205;
}

.events-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.events-item.swiper-slide {
  display: flex;
}

.events-item__img-block {
  height: 352px;
  margin-bottom: 30px;
  line-height: 0;
}

.events-item__img-block picture,
.events-item__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-item__price-block {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 152px;
  padding: 20px 20px 10px 30px;
  background-color: #C0F205;
  box-shadow: 0px -20px 30px 25px #C0F205;
}

.events-item__price-block::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 263px;
  height: 75px;
  background-image: url("../img/content/bg-all.png");
}

.events-item__price-text {
  margin-bottom: 5px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 138%;
  text-transform: uppercase;
  color: #080808;
}

.events-item__price {
  position: relative;
  margin-left: auto;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 68px;
  line-height: 100%;
  color: #080808;
  z-index: 5;
}

.events-item__text-block {
  flex-grow: 1;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 177px;
  padding: 30px 30px 32px;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 43.61%, rgba(255, 255, 255, 0.1) 82.27%);
  background-size: auto auto;
  backdrop-filter: blur(70px);
  box-shadow: 2px 4px 30px 0px #0808081a;
}

.events-item__text-block::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 58.62%);
}

.events-item__text-block::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.events-item__date {
  margin-bottom: 20px;
  font-family: "Warmovie", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 15%;
  color: #ffffff;
}

.events-item__date span {
  font-size: 55px;
}

.events-item__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 138%;
  text-transform: uppercase;
  color: #C0F205;
}

.events-item__title span {
  font-weight: 200;
}

.events-item__text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: 138%;
  text-transform: uppercase;
  color: #ffffff;
}

.events-item__text_green {
  color: #C0F205;
}

.events__item:nth-child(2n + 2) .events-item__price-block::before,
.events-page__item:nth-child(2n + 2) .events-item__price-block::before {
  left: auto;
  right: 0;
}

.events-page__content_past .events-item__img-block img {
  filter: brightness(50%);
  transition: 0.35s filter;
}

.events-page__content_past .events-item:hover img {
  filter: brightness(100%);
}

.calendar {
  position: relative;
  margin-top: 0;
}

.calendar__wrap {
  position: relative;
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.calendar__header-block {
  margin-bottom: 61px;
}

.calendar__container {
  overflow: hidden;
  padding-bottom: 150px;
}

.calendar__list {
  display: flex;
  gap: 33px;
  margin-bottom: 40px;
}

.calendar__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calendar__item:nth-child(1) .calendar__tooltip,
.calendar__item:nth-child(2) .calendar__tooltip {
  right: auto;
  left: 0;
}

.calendar__item:nth-child(1) .calendar__tooltip-wrap::before,
.calendar__item:nth-child(2) .calendar__tooltip-wrap::before {
  right: auto;
  left: 18px;
}

.calendar__month {
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
}

.calendar__list-date {
  display: flex;
}

.calendar__item-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 68px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 5px 13px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  white-space: nowrap;
  color: #ffffff;
  background: linear-gradient(47.55deg, #d00910 6.58%, #6a0508 100%);
}

.calendar__item-date_blue-green {
  background: linear-gradient(39.89deg, #1e359c 20.97%, #c0f205 100%);
}

.calendar__item-date_blue {
  background: linear-gradient(270deg, #11006f 1.02%, #5c019d 97.05%);
}

.calendar__img-sm {
  position: absolute;
  bottom: -16px;
  right: -16px;
}

.calendar__info-block {
  padding: 18px 21px;
  background-color: #2c2c2c;
  background-image: url("../img/content/bg.png");
  background-size: auto auto;
}

.calendar__info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.calendar__info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 0;
}

.calendar__info-img {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  line-height: 0;
}

.calendar__info-img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
}

.calendar__info-img picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.calendar__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.calendar__info-col {
  display: flex;
  flex-direction: column;
}

.calendar__info-title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  color: #C0F205;
  white-space: nowrap;
  text-transform: uppercase;
}

.calendar__info-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 138%;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
}

.calendar__item-date-wrap {
  position: relative;
}

.calendar__tooltip-close {
  display: none;
}

.calendar__tooltip {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: calc(100% - 16px);
  padding-top: 23px;
  z-index: 10;
  transition: 0.35s opacity;
}

.calendar__tooltip-wrap {
  position: relative;
  width: 445px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #2c2c2c;
  border: 2px solid #C0F205;
  box-shadow: 9px 12px 6.8px 0px #0000005c;
}

.calendar__tooltip-wrap::before {
  position: absolute;
  bottom: 100%;
  right: 17px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 46px solid #C0F205;
}

.calendar__tooltip-row {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.calendar__tooltip-img-sm {
  flex-shrink: 0;
}

.calendar__tooltip-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-left: 6px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 138%;
  color: #C0F205;
  text-wrap: nowrap;
}

.calendar__tooltip-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 43px;
  margin-left: 25px;
  background-image: url("../img/content/bg-all.png");
}

.calendar__tooltip-date {
  margin-left: 33px;
  margin-bottom: 1px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.calendar__tooltip-text {
  margin-bottom: 34px;
  margin-left: 33px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  color: #C0F205;
}

.calendar__tooltip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  margin-left: 33px;
  padding: 5px 37px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 138%;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(270deg, #11006f 1.02%, #5c019d 97.05%);
}

.calendar__tooltip-img {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 168px;
  height: 147px;
}

.calendar__tooltip-img picture,
.calendar__tooltip-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.map {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 130px;
}

.map::before {
  position: absolute;
  top: -54px;
  right: 175px;
  content: '';
  width: 351px;
  height: 596px;
  background-image: url("../img/content/map/polygon.png");
}

.map__title {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.map__item {
  position: relative;
  z-index: 5;
  margin-left: auto;
  line-height: 0;
}

.map__city-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map__city {
  position: absolute;
  display: inline-block;
  overflow: hidden;
}

.map__city_spb {
  top: 19%;
  right: 58%;
}

.map__city_mos {
  top: 40%;
  right: 61.5%;
}

.map__city_eng {
  top: 65%;
  right: 60%;
}

.map__city_soch {
  top: 69%;
  right: 81%;
}

.map__city_ros {
  top: 59%;
  right: 71%;
}

.map__city_vnov {
  top: 29%;
  right: 64%;
}

.map__city_zel {
  top: 35%;
  right: 64%;
}

.map__city_kras {
  bottom: 37.5%;
  right: 80%;
}

.map__city_sam {
  bottom: 35.5%;
  right: 57%;
}

.map__city_chel {
  top: 77%;
  right: 46%;
}

.map__city_vor {
  bottom: 43.5%;
  right: 72%;
}

.map__city_yar {
  bottom: 62.5%;
  left: 41%;
}

.map__city_nov {
  bottom: 51.5%;
  left: 42%;
}

.map__city_kaz {
  bottom: 37.5%;
  left: 46%;
}

.map__city_ufa {
  bottom: 26.5%;
  left: 47%;
}

.map__city_ekat {
  bottom: 31.5%;
  left: 60%;
}

.map__city_tum {
  bottom: 22.5%;
  left: 64%;
}

.map__city_top-right {
  padding-top: 40px;
}

.map__city_top-right::before {
  position: absolute;
  top: 0;
  right: 30px;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}

.map__city_top-right::after {
  position: absolute;
  top: 44px;
  right: 20px;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(-50deg);
}

.map__city_center-right {
  padding-right: 50px;
}

.map__city_center-right::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}

.map__city_center-right::after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(-9deg);
}

.map__city_bottom-right {
  padding-bottom: 40px;
}

.map__city_bottom-right::before {
  position: absolute;
  bottom: 0;
  right: 20px;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}

.map__city_bottom-right::after {
  position: absolute;
  bottom: 41px;
  right: 7px;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(50deg);
}

.map__city_bottom-right-b {
  padding-right: 40px;
  padding-bottom: 40px;
}

.map__city_bottom-right-b::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}

.map__city_bottom-right-b::after {
  position: absolute;
  bottom: 44px;
  right: -11px;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(50deg);
}

.map__city_bottom-left {
  padding-left: 40px;
  padding-bottom: 20px;
}

.map__city_bottom-left::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}

.map__city_bottom-left::after {
  position: absolute;
  bottom: 37px;
  left: -5px;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(-40deg);
}

.map__city-link {
  position: relative;
  z-index: 3;
  display: block;
  padding: 4px 12px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #080808;
  background-color: #ffffff;
  white-space: nowrap;
}

.feature {
  position: relative;
  margin-top: 80px;
  padding-top: 67px;
  margin-bottom: 72px;
  z-index: 10;
}

.feature::before {
  position: absolute;
  top: 174px;
  left: 0;
  content: '';
  display: block;
  width: 141px;
  height: 638px;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 20.61%), url("../img/content/bg.png");
  z-index: 7;
  pointer-events: none;
}

.feature::after {
  position: absolute;
  bottom: 228px;
  right: 0;
  content: '';
  display: block;
  width: 479px;
  height: 594px;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 20.61%), url("../img/content/bg.png");
  z-index: 7;
  pointer-events: none;
}

.feature__slogan {
  position: absolute;
  top: 391px;
  right: -326px;
  font-family: "Warmovie", sans-serif;
  font-weight: 400;
  font-size: 75px;
  line-height: 110%;
  letter-spacing: 0.15em;
  color: #C0F205;
  text-transform: uppercase;
  text-align: right;
  transform: rotate(90deg);
  opacity: 0.4;
  z-index: 10;
}

.feature__white-text {
  color: #ffffff;
}

.feature__big-text {
  font-size: 115px;
}

.feature__container::before {
  position: absolute;
  top: 600px;
  left: 0;
  content: '';
  display: block;
  width: 869px;
  height: 1159px;
  background-image: url("../img/content/bg.png"), url("../img/content/feature/glow-left.png");
  background-size: auto auto, 869px 1159px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}

.feature__container::after {
  position: absolute;
  top: 384px;
  right: 0;
  content: '';
  display: block;
  width: 659px;
  height: 1159px;
  background-image: url("../img/content/bg.png"), url("../img/content/feature/glow-right.png");
  background-size: auto auto, 869px 1159px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}

.feature__wrap {
  position: relative;
}

.feature__wrap::before {
  position: absolute;
  top: -70px;
  right: 15%;
  content: '';
  display: block;
  width: 302px;
  height: 302px;
  background-image: url("../img/content/feature/polygon-sm.png");
  pointer-events: none;
}

.feature__wrap::after {
  position: absolute;
  bottom: 12px;
  left: 130px;
  content: '';
  display: block;
  width: 370px;
  height: 370px;
  background-image: url("../img/content/feature/polygon.png");
  z-index: 10;
  pointer-events: none;
}

.feature__header {
  position: relative;
  margin-bottom: 38px;
  z-index: 15;
}

.feature__row-header {
  display: flex;
  align-items: center;
  gap: 40px;
  text-transform: uppercase;
}

.feature__row-header svg {
  margin-bottom: 7px;
}

.feature__arrow {
  position: absolute;
  top: 120px;
  left: -71px;
}

.feature__list {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 46px;
  grid-template-areas: 'item1 item2' 'item1 item2' 'item3 item2' 'item3 item4';
  grid-template-columns: 610px 1fr;
  padding-bottom: 228px;
}

.feature__item-wrap {
  display: flex;
}

.feature__item-wrap:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item1;
  justify-content: flex-end;
}

.partners-page__feature > .feature__item-wrap:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.feature__item-wrap:nth-child(1) .feature__item {
  height: 636px;
  max-width: 500px;
  padding-top: 346px;
}

.feature__item-wrap:nth-child(1) .feature__text {
  margin-left: 60px;
}

.feature__item-wrap:nth-child(1) .feature__img {
  top: 70px;
  right: 40px;
}

.feature__item-wrap:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: item2;
  padding-top: 150px;
}

.partners-page__feature > .feature__item-wrap:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.feature__item-wrap:nth-child(2) .feature__item {
  height: 636px;
  max-width: 770px;
  padding-top: 110px;
  padding-right: 48px;
}

.feature__item-wrap:nth-child(2) .feature__value {
  margin-left: auto;
}

.feature__item-wrap:nth-child(2) .feature__text {
  margin-left: auto;
  padding-right: 50px;
}

.feature__item-wrap:nth-child(2) .feature__img {
  bottom: 50px;
  left: 0;
}

.feature__item-wrap:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item3;
}

.partners-page__feature > .feature__item-wrap:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

.feature__item-wrap:nth-child(3) .feature__item {
  height: 773px;
  padding: 385px 30px 20px 78px;
}

.feature__item-wrap:nth-child(3) .feature__text {
  margin-left: 65px;
}

.feature__item-wrap:nth-child(3) .feature__img {
  top: 0;
  right: 0;
}

.feature__item-wrap:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: item4;
  padding-bottom: 69px;
}

.feature__item-wrap:nth-child(4) .feature__item {
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 594px;
  padding: 307px 40px 20px 20px;
}

.feature__item-wrap:nth-child(4) .feature__img {
  top: 0;
  left: 0;
}

.feature__item-wrap:nth-child(4) .feature__value {
  margin-left: auto;
}

.feature__item-wrap:nth-child(4) .feature__text {
  margin-left: auto;
}

.feature__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 28px;
  padding-right: 40px;
  border: 2px solid #C0F205;
}

.feature__value {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 145px;
  line-height: 100%;
  color: #ffffff;
}

.feature__text {
  font-family: "Warmovie", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C0F205;
}

.feature__img {
  position: absolute;
}

.events-page {
  position: relative;
  margin-bottom: 80px;
}

.events-page__wrap {
  position: relative;
  z-index: 5;
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.events-page__header-block {
  margin-bottom: 70px;
}

.events-page__tab {
  position: absolute;
  bottom: -7px;
  right: calc((100vw - 1636px) / 2);
}

.events-page__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.events-page__container {
  position: relative;
  z-index: 5;
}

.events-page__block {
  position: relative;
}

.events-page__block::before {
  position: absolute;
  top: -186px;
  left: -333px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/events/glow-sm.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
}

.events-page__block::after {
  position: absolute;
  bottom: -362px;
  right: -233px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/events/glow-sm.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
}

.events-page__content {
  display: none;
}

.events-page__content.active {
  display: block;
}

.news-page {
  position: relative;
  margin-bottom: 80px;
}

.news-page__wrap {
  position: relative;
  z-index: 5;
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.news-page__header-block {
  margin-bottom: 70px;
}

.news-page__block {
  position: relative;
}

.news-page__block::before {
  position: absolute;
  top: -288px;
  left: -21px;
  content: '';
  width: 1132px;
  height: 1132px;
  background-image: url("../img/content/bg.png"), url("../img/content/news/glow-page.png");
  background-size: auto auto, 1132px 1132px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
}

.news-page__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 70px;
}

.breadcrumbs {
  position: relative;
  z-index: 5;
  margin-bottom: 66px;
}

.breadcrumbs__list {
  gap: 7px;
}

.breadcrumbs__item {
  display: inline;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 100%;
  color: #ffffff;
}

.breadcrumbs__item:not(:first-child) {
  margin-left: 2px;
}

.breadcrumbs__item:last-child {
  color: #4E4E4E;
}

.pagination {
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.pagination__item.active {
  color: #080808;
  background-color: #C0F205;
}

.pagination__item_last,
.pagination__item_first {
  width: auto;
  text-transform: uppercase;
  color: #C0F205;
}

.pagination__item_last {
  margin-left: 23px;
}

.pagination__item_first {
  margin-right: 23px;
}

.news-detail {
  margin-top: 70px;
  margin-bottom: 75px;
  position: relative;
}

.news-detail::before {
  position: absolute;
  top: -186px;
  left: -333px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/news/glow-detail.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -1;
}

.news-detail::after {
  position: absolute;
  top: 135px;
  right: 49px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/news/glow-detail.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -1;
}

.news-detail__header-block {
  margin-bottom: 40px;
}

.news-detail__img-block {
  position: relative;
  max-width: 800px;
  height: auto;
  margin-bottom: 40px;
  line-height: 0;
}

.news-detail__img-block picture,
.news-detail__img-block img {
  width: 100%;
  height: auto;
}

.news-detail__date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 10px 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #2c2c2c;
  background-color: #C0F205;
}

.news-detail__social {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}

.news-detail__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  color: #C0F205;
  background-color: #2c2c2c;
}

.news-detail__info-block {
  padding: 40px;
  backdrop-filter: blur(70px);
  box-shadow: 2px 4px 30px 0px #0000001a;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
}

.news-detail__info-block::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 58.62%);
  z-index: 3;
}

.news-detail__info-block::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
  z-index: 3;
}

.news-detail__info {
  max-width: 844px;
}

.news-detail__link {
  display: inline-flex;
  margin-top: 60px;
}

.news-detail__block {
  display: flex;
  align-items: flex-start;
}

.news-detail__left-block {
  position: relative;
  z-index: 3;
  width: 100%;
  flex-shrink: 0;
}

.news-detail__right-block {
  position: sticky;
  top: 0;
  width: 462px;
  margin-left: -462px;
  z-index: 20;
}

.news-detail__title {
  margin-bottom: 40px;
  text-align: right;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1;
  color: #C0F205;
}

.news-detail__title span {
  color: #ffffff;
}

.news-detail__list {
  border: 2px solid #C0F205;
}

.news-detail__item {
  position: relative;
  padding-bottom: 18px;
  background-color: #080808;
}

.news-detail__item .news-detail__date {
  position: static;
  display: inline-flex;
  height: 58px;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 20px;
  color: #ffffff;
  background-color: #2c2c2c;
}

.news-detail__item:not(:last-child) {
  border-bottom: 2px solid #C0F205;
}

.news-detail__caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
}

.content h2 {
  margin-bottom: 40px;
  font-family: "Strelka", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #C0F205;
  text-transform: uppercase;
}

.content h3 {
  margin-bottom: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 137%;
  text-transform: uppercase;
  color: #ffffff;
}

.content p {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}

.content p span {
  color: #C0F205;
}

.content .btn {
  display: inline-flex;
  width: auto;
  padding: 10px 100px;
}

.cart {
  position: relative;
  margin-top: 66px;
  padding-bottom: 193px;
  overflow: hidden;
}

.cart_no-glow .cart__container-wrap::before,
.cart_no-glow .cart__container-wrap::after {
  display: none;
}

.cart::before {
  position: absolute;
  top: 59px;
  right: 50px;
  content: '';
  display: block;
  width: 389px;
  height: 718px;
  background-image: url("../img/content/cart/polygon.png");
  background-size: 389px 718px;
  background-repeat: no-repeat;
  z-index: -1;
}

.cart::after {
  position: absolute;
  bottom: 75px;
  left: 0;
  content: '';
  display: block;
  max-width: 1530px;
  width: calc(100% - 390px);
  height: 48px;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.15) 82.27%);
  backdrop-filter: blur(70px);
  box-shadow: 2px 4px 30px 0px #0000001a;
}

.cart__wrap {
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.cart__header-block {
  position: relative;
  margin-bottom: 70px;
}

.cart__container-wrap {
  position: relative;
}

.cart__container-wrap::before {
  position: absolute;
  top: -288px;
  left: 0;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/cart/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -2;
}

.cart__container-wrap::after {
  position: absolute;
  top: -111px;
  right: -363px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/cart/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -2;
}

.cart__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart__item {
  display: flex;
  align-items: center;
  padding: 14px 50px 14px 14px;
  background-color: #080808;
  border: 1px solid #C0F205;
}

.cart__img-block {
  flex-shrink: 0;
  width: 180px;
  height: 190px;
  margin-right: 50px;
}

.cart__img-block picture,
.cart__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart__info-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;
}

.cart__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 137%;
  text-transform: uppercase;
}

.cart__info-price {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 151%;
}

.cart__price {
  flex-shrink: 0;
  width: 403px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-align: right;
  color: #ffffff;
}

.cart__counter-block {
  flex-shrink: 0;
  width: 132px;
}

.cart__total-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 125px;
  padding: 14px 50px;
  background-color: #080808;
  border: 1px solid #C0F205;
}

.cart__total-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 151%;
  text-transform: uppercase;
  color: #ffffff;
}

.cart__total-price {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #ffffff;
}

.cart__btn-block {
  display: flex;
  align-items: center;
}

.cart__link {
  margin-right: auto;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  color: #C0F205;
}

.cart__btn-transparent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  color: #C0F205;
}

.cart__btn {
  margin-left: 40px;
  padding-left: 75px;
  padding-right: 75px;
}

.cart-order {
  display: grid;
  grid-template-columns: 1fr 339px;
  gap: 30px;
  padding: 60px 50px 60px 60px;
  background-color: #080808;
  border: 1px solid #C0F205;
}

.cart-order__info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.cart-order__price-text {
  margin-top: 30px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 151%;
  text-transform: uppercase;
  color: #ffffff;
}

.cart-order__price {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cart-order__field {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-order__agree-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-order__text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 151%;
  color: #ffffff;
}

.cart-order__text a {
  font-weight: 400;
  color: #ffffff;
}

.cart-order__btn-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cart-order__link-back {
  margin-top: 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #C0F205;
}

.cart-order__info-list-wrap {
  width: 100%;
  max-height: 381px;
  overflow: auto;
}

.cart-order__info-list-wrap::-webkit-scrollbar {
  width: 4px;
  background-color: #4e4e4e;
}

.cart-order__info-list-wrap::-webkit-scrollbar-thumb {
  background-color: #C0F205;
}

.cart-order__info-list-wrap::-webkit-scrollbar-track {
  background-color: #4e4e4e;
}

.cart-order__info-list {
  padding-right: 14px;
}

.cart-order__info-item {
  display: flex;
  height: 127px;
  border: 2px solid #C0F205;
}

.cart-order__info-item:not(:first-child) {
  border-top: none;
}

.cart-order__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 20px;
}

.cart-order__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  text-transform: uppercase;
  color: #ffffff;
}

.cart-order__text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 151%;
  color: #ffffff;
}

.cart-order__img {
  line-height: 0;
  flex-shrink: 0;
  width: 117px;
  height: 100%;
}

.cart-order__img picture,
.cart-order__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.counter {
  display: flex;
  width: 132px;
}

.counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #C0F205;
}

.counter__value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 151%;
  color: #080808;
  background-color: #C0F205;
}

.cookie {
  display: none;
  position: fixed;
  bottom: 72px;
  right: 142px;
  z-index: 100;
  max-width: 588px;
  width: 100%;
  background: #2c2c2c;
  border: 1px solid #C0F205;
}

.cookie.show {
  display: block;
}

.cookie__text-block {
  display: flex;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.cookie__text {
  width: 421px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 151%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.cookie__text a {
  font-weight: 700;
  color: #ffffff;
}

.cookie__button {
  width: 100%;
}

.input {
  width: 100%;
  height: 45px;
  padding: 5px 12px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 102%;
  color: #080808;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.input::-moz-placeholder {
  color: #4e4e4e;
}

.input::placeholder {
  color: #4e4e4e;
}

.input_gray {
  height: 48px;
  color: #ffffff;
  background-color: #4e4e4e;
}

.input_gray::-moz-placeholder {
  color: #ffffff;
}

.input_gray::placeholder {
  color: #ffffff;
}

.input.error {
  color: red;
  border-color: red;
}

.input.error::-moz-placeholder {
  color: red;
}

.input.error::placeholder {
  color: red;
}

.checkbox.error .checkbox__label::before {
  border-color: red;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__label::before {
  background-color: #ffffff;
}

.checkbox__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 151%;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.checkbox__label::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #4e4e4e;
  border: 1px solid #ffffff;
  transition: 0.35s all;
}

select {
  width: 100%;
  height: 48px;
  padding-left: 12px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 102%;
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

select_white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.form .ss-main {
  height: 48px;
  padding: 5px 12px;
  border-radius: 0;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.form .ss-main:focus {
  box-shadow: none;
}

.form .ss-main .ss-placeholder {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 102%;
  color: #ffffff !important;
}

.ss-single {
  margin-left: 0 !important;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 102%;
  color: #ffffff;
}

.ss-arrow path {
  stroke: #ffffff !important;
}

.select_white.ss-main {
  background-color: #ffffff;
  border-color: #ffffff;
}

.select_white.ss-main .ss-placeholder {
  padding-left: 0 !important;
  color: #4e4e4e !important;
}

.select_white .ss-single {
  color: #2c2c2c;
}

.select_white .ss-arrow path {
  stroke: #0900ff !important;
}

.select.ss-content {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  border-radius: 0 !important;
}

.select.ss-content .ss-list {
  padding-top: 4px;
  padding-bottom: 4px;
}

.select.ss-content .ss-list .ss-option {
  padding: 10px 12px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 102%;
  color: #ffffff;
}

.select.ss-content .ss-list .ss-option:hover {
  color: #C0F205;
  background-color: #4e4e4e !important;
}

.select.ss-content .ss-list .ss-option.ss-selected {
  background-color: #4e4e4e !important;
}

.select.ss-content .ss-list .ss-option.ss-selected:hover {
  color: #C0F205;
}

.select.select_white.ss-content {
  background-color: transparent;
  border: none;
}

.select.select_white.ss-content .ss-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 5px;
  background-color: #00000040;
}

.select.select_white.ss-content .ss-list .ss-option {
  color: #2c2c2c;
  background-color: #ffffff !important;
}

.select.select_white.ss-content .ss-list .ss-option:hover {
  color: #2c2c2c;
  background-color: #C0F205 !important;
}

.select.select_white.ss-content .ss-list .ss-option.ss-selected {
  font-weight: 700;
  color: #2c2c2c;
  background-color: #C0F205 !important;
}

.select.select_white.ss-content .ss-list .ss-option.ss-selected:hover {
  color: #2c2c2c;
}

.form.success .form__success-wrap {
  display: flex;
}

.form__success-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: rgba(8, 8, 8, 0.5);
  z-index: 100;
}

.form__success {
  max-width: 1194px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 100px 20px;
  background-color: #C0F205;
}

.form__success-title {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 68px;
  line-height: 100%;
  text-align: center;
  color: #2c2c2c;
}

.form__success-title br {
  display: none;
}

.form__success-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #2c2c2c;
}

.form__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form__col .form__label {
  margin-bottom: 10px;
  padding-left: 13px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 28.55px;
  line-height: 100%;
  color: #ffffff;
}

.form__label {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  min-width: 110px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 102%;
  text-transform: uppercase;
  color: #C0F205;
}

.form__label span {
  font-size: 20px;
  text-transform: lowercase;
}

.form__label_col {
  flex-direction: column;
  align-items: flex-start;
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form_row .form__item-wrap {
  display: flex;
  gap: 20px;
}

.textarea {
  width: 100%;
  height: 158px;
  padding: 12px 12px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 102%;
  background-color: #ffffff;
  color: #080808;
  resize: none;
}

.textarea::-moz-placeholder {
  color: #2c2c2c;
}

.textarea::placeholder {
  color: #2c2c2c;
}

.rating {
  position: relative;
  margin-top: 66px;
  padding-bottom: 10;
  overflow: hidden;
}

.rating::before {
  position: absolute;
  bottom: -170px;
  left: -333px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/rating/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -1;
}

.rating::after {
  position: absolute;
  top: -180px;
  right: 234px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/rating/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -1;
}

.rating__wrap {
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.rating__header-block {
  position: relative;
  margin-bottom: 70px;
}

.rating__top {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-bottom: 80px;
}

.rating__search {
  max-width: 400px;
  width: 100%;
}

.rating__filter {
  max-width: 400px;
  width: 100%;
}

.rating__tab.tab__list {
  margin-left: auto;
}

.rating__content {
  display: none;
  margin-bottom: 40px;
}

.rating__content.active {
  display: block;
}

.rating__table-wrap {
  overflow-x: auto;
  transform: rotateX(180deg);
}

.rating__table-wrap::-webkit-scrollbar {
  height: 4px;
  background-color: #4e4e4e;
}

.rating__table-wrap::-webkit-scrollbar-thumb {
  background: #C0F205;
}

.rating__table {
  padding-top: 20px;
  transform: rotateX(180deg);
}

.rating table {
  width: 100%;
  min-width: 870px;
  border-collapse: collapse;
  border: 1px solid #C0F205;
}

.rating table th,
.rating table td {
  border: 1px solid #C0F205;
}

.rating table thead th {
  padding: 40px 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  background-color: #C0F205;
  border: 1px solid #2c2c2c;
}

.rating table tbody th,
.rating table tbody td {
  padding: 40px 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.rating table tbody tr:nth-child(2n+2 of :not([hidden])) th,
.rating table tbody tr:nth-child(2n+2 of :not([hidden])) td {
  color: #C0F205;
  background-color: #2c2c2c;
}

.detail {
  position: relative;
  margin-top: 66px;
  padding-bottom: 193px;
}

.detail::before {
  position: absolute;
  bottom: 75px;
  left: 0;
  content: '';
  display: block;
  max-width: 1530px;
  width: calc(100% - 390px);
  height: 48px;
  background: url("../img/content/bg.png"), linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.15) 82.27%);
  backdrop-filter: blur(70px);
  box-shadow: 2px 4px 30px 0px #0000001a;
}

.detail::after {
  position: absolute;
  top: -62px;
  right: 45px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/rating/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -1;
}

.detail__wrap {
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.detail__header-block {
  position: relative;
  display: flex;
  gap: 204px;
  margin-bottom: 23px;
}

.detail__header {
  position: relative;
}

.detail__header::after {
  content: '';
  position: absolute;
  top: 10px;
  left: calc(100% + 50px);
  display: block;
  width: calc(100vw - 100%);
  height: 48px;
  background-image: url("../img/content/bg-title.png");
  transform: translateY(-3px);
}

.detail__title-block {
  position: relative;
  display: inline-flex;
  margin-top: 30px;
  padding: 21px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 137%;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.detail__title-block::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 90%;
  background-color: #2c2c2c;
  transform: rotate(-2.38deg);
}

.detail__container-wrap::after {
  position: absolute;
  top: 4px;
  right: 80px;
  content: '';
  width: 335px;
  height: 614px;
  background-image: url("../img/content/detail/polygon.png");
  background-size: 335px 614px;
  z-index: 0;
}

.detail__container {
  display: flex;
}

.detail__img-block {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  width: 803px;
  height: 640px;
}

.detail__img-list-wrap {
  width: 605px;
  margin-left: 0 !important;
}

.detail__img-list-wrap.swiper-initialized .detail__img-item:nth-child(n + 2) {
  display: block;
}

.detail__thumbnail-list {
  display: flex;
  flex-direction: column;
}

.detail__img-item {
  width: 605px;
  height: 640px;
  line-height: 0;
}

.detail__img-item picture,
.detail__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail__img-item:nth-child(n + 2) {
  display: none;
}

.detail__thumbnail-wrap {
  position: relative;
  padding-bottom: 46px;
}

.detail__thumbnail-wrap .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-top: 0;
  border: 2px solid #4e4e4e;
  background-color: transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.detail__thumbnail-wrap .swiper-button-next svg {
  width: 29px;
  height: 29px;
}

.detail__thumbnail-wrap .swiper-button-next::after {
  display: none;
}

.detail__thumbnail-list-wrap {
  margin-right: 0 !important;
  height: 594px;
  overflow: hidden;
}

.detail__thumbnail-list {
  display: flex;
  overflow: hidden;
}

.detail__thumbnail-list.swiper-wrapper {
  height: auto;
}

.detail__thumbnail-item-wrap {
  padding-bottom: 36px;
}

.detail__thumbnail-item-wrap.swiper-slide-thumb-active .detail__thumbnail-item {
  border-color: #C0F205;
}

.detail__thumbnail-item {
  width: 162px;
  height: 162px;
  line-height: 0;
  background-color: #2c2c2c;
  border: 1px solid transparent;
  transition: 0.35s all;
}

.detail__thumbnail-item:hover {
  border-color: #C0F205;
}

.detail__thumbnail-item picture,
.detail__thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail__text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  margin-top: 0;
  padding-left: 110px;
  z-index: 5;
}

.detail__price {
  margin-bottom: 17px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #C0F205;
}

.detail__text {
  margin-bottom: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 151%;
  text-transform: uppercase;
  color: #ffffff;
}

.detail__size-list {
  display: flex;
  margin-bottom: 17px;
}

.detail__select {
  max-width: 321px;
  width: 100%;
  margin-bottom: 60px;
}

.detail__size-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail__size-item input {
  display: none;
}

.detail__size-item input:checked + span {
  color: #2c2c2c;
  background-color: #C0F205;
}

.detail__size-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 151%;
  text-align: center;
  text-transform: uppercase;
  background-color: #080808;
  cursor: pointer;
}

.detail__form {
  width: 100%;
}

.detail__submit {
  max-width: 321px;
  width: 100%;
}

.detail__content {
  display: none;
}

.detail__content.active {
  display: block;
}

.detail__info-list {
  position: relative;
  margin-top: 60px;
  display: inline-flex;
  flex-direction: column;
}

.detail__info-title {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 151%;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.35s all;
}

.detail__info-title:hover {
  color: #C0F205;
}

.detail__info-wrap {
  position: absolute;
  top: -80px;
  left: 133px;
  width: 588px;
  padding: 30px;
  border: 1px solid #C0F205;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  background-color: #080808;
  border: 1px solid #C0F205;
  transition: 0.35s all;
  z-index: 150;
}

.detail__info-tab {
  margin-bottom: 40px;
}

.detail__content {
  max-height: 225px;
  overflow: auto;
  padding-right: 5px;
}

.detail__content::-webkit-scrollbar {
  width: 4px;
  background-color: #4e4e4e;
}

.detail__content::-webkit-scrollbar-thumb {
  background: #C0F205;
}

.detail__content b {
  display: block;
  margin-bottom: 5px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
}

.detail__content p {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 125%;
}

.detail__row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.detail__close {
  display: none;
}

.products {
  position: relative;
  padding-bottom: 75px;
}

.products__wrap {
  position: relative;
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.products__block {
  display: inline-flex;
  margin-left: auto;
  gap: 20px;
}

.products__sort {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 40px;
  background-color: #2c2c2c;
}

.products__sort-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.products__sort-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.products__type {
  display: flex;
  gap: 28px;
  padding: 20px 40px;
  background-color: #2c2c2c;
}

.products__type-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.products__type-item.active {
  color: #C0F205;
}

.products__reset {
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.products__container {
  display: flex;
  flex-direction: column;
}

.products__block {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  margin-bottom: 52px;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.products__item {
  display: flex;
}

.products__show-more-btn {
  display: none;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-item__img {
  position: relative;
  height: 348px;
  line-height: 0;
}

.product-item__img picture,
.product-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-item__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background-color: #C0F205;
}

.product-item__tag-text {
  position: absolute;
  top: 35%;
  left: 50%;
  font-family: "Warmovie", sans-serif;
  font-size: 21px;
  line-height: 110%;
  letter-spacing: 0.05rem;
  color: #2c2c2c;
  text-transform: uppercase;
  transform: rotate(-10deg) translate(-50%, -50%);
}

.product-item__info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  padding: 12px 20px;
  background-color: #2c2c2c;
}

.product-item__price {
  flex-shrink: 0;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #C0F205;
}

.product-item__col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-item__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.product-item__text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.partners-page {
  position: relative;
  margin-bottom: 80px;
}

.partners-page__wrap {
  position: relative;
  margin-left: calc((100vw - 1676px) / 2);
  padding-left: 20px;
}

.partners-page__header-block {
  margin-bottom: 70px;
}

.partners-page__block-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 154px;
  margin-bottom: 150px;
}

.partners-page__block-info::before {
  position: absolute;
  top: 214px;
  left: 544px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/cart/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -2;
}

.partners-page__block-info-sm {
  position: relative;
  display: flex;
}

.partners-page__block-info-sm:first-child::before {
  position: absolute;
  bottom: -150px;
  left: 25.5%;
  content: '';
  display: block;
  width: 305px;
  height: 315px;
  background-image: url("../img/content/partners-page/polygon.png");
  background-size: 305px 315px;
  background-repeat: no-repeat;
  z-index: 1;
}

.partners-page__block-info-sm:first-child::after {
  position: absolute;
  bottom: -191px;
  right: 7.5%;
  content: '';
  display: block;
  width: 235px;
  height: 260px;
  background-image: url("../img/content/partners-page/polygon-sm.png");
  background-size: 235px 260px;
  background-repeat: no-repeat;
  z-index: 3;
}

.partners-page__block-info-sm:first-child .partners-page__img-block {
  z-index: 4;
}

.partners-page__block-info-sm:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to left, #c0f205 1.91%, rgba(255, 255, 255, 0) 58.62%);
}

.partners-page__block-info-sm:last-child::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, #c0f205 1.91%, rgba(255, 255, 255, 0) 95.62%);
}

.partners-page__block-info-sm:last-child .partners-page__info-text {
  width: calc(100% - 618px);
  padding: 53px 60px;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
}

.partners-page__block-info-sm:last-child .partners-page__info-text::after {
  display: none;
}

.partners-page__block-info-sm:last-child .partners-page__info-text::before {
  display: none;
}

.partners-page__block-info-sm:last-child .partners-page__img-block {
  flex-shrink: 0;
  width: 618px;
}

.partners-page__info-text {
  position: relative;
  flex-shrink: 0;
  width: 34.5%;
  padding: 50px 40px;
  background-color: #2c2c2c;
}

.partners-page__info-text::before {
  position: absolute;
  bottom: 57px;
  left: 0;
  content: '';
  display: block;
  width: 320px;
  height: 109px;
  background-image: url("../img/content/bg-all.png");
}

.partners-page__info-text::after {
  position: absolute;
  top: 38px;
  right: 0;
  content: '';
  display: block;
  width: 231px;
  height: 81px;
  background-image: url("../img/content/bg-all.png");
}

.partners-page__info-title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 52.13px;
  line-height: 138%;
  color: #ffffff;
  text-transform: uppercase;
}

.partners-page__info-title span {
  color: #C0F205;
}

.partners-page__img-block {
  flex-grow: 1;
  min-height: 494px;
  position: relative;
  z-index: 2;
}

.partners-page__img-block picture,
.partners-page__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.partners-page__info-desc {
  display: flex;
  flex-direction: column;
  max-width: 850px;
  gap: 20px;
}

.partners-page__info-desc p {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 26.77px;
  line-height: 1.3;
  color: #ffffff;
}

.partners-page__title {
  margin-bottom: 60px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  color: #C0F205;
}

.partners-page__title span {
  color: #ffffff;
}

.partners-page__offer {
  margin-top: 150px;
  margin-bottom: 150px;
}

.partners-page__offer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.partners-page__offer-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background-color: #ffffff;
}

.partners-page__offer-item:first-child {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column: 1 / 3;
  padding: 53px 30px 53px 20px;
}

.partners-page__offer-caption {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 125%;
  color: #080808;
}

.partners-page__offer-header {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  color: #080808;
}

.partners-page__event {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}

.partners-page__event::before {
  position: absolute;
  top: 59px;
  left: -223px;
  content: '';
  display: block;
  width: 310px;
  height: 288px;
  background-image: url("../img/content/partners-page/polygon-event.png");
  background-size: 310px 288px;
}

.partners-page__event-list.swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.partners-page__event-img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.partners-page__event-img picture,
.partners-page__event-img img {
  width: 100%;
  height: auto;
}

.partners-page__event-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0 0;
}

.partners-page__event-title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 125%;
  color: #C0F205;
}

.partners-page__event-desc {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 151%;
  color: #ffffff;
}

.partners-page__nav {
  display: none;
  gap: 12px;
}

.partners-page__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.partners-page__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.partners-page__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.partners-page__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.partners-page__form-wrap {
  position: relative;
  margin-top: 150px;
  margin-bottom: 75px;
  padding: 60px;
  border: 1px solid #C0F205;
  background-color: #080808;
}

.partners-page__form-wrap::before {
  position: absolute;
  top: -103px;
  right: -166px;
  content: '';
  display: block;
  width: 331px;
  height: 374px;
  background-image: url("../img/content/partners-page/polygon-form.png");
  background-size: 331px 374px;
  z-index: -1;
}

.partners-page__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 88px;
}

.partners-page__form-title {
  flex-grow: 1;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: #C0F205;
}

.partners-page__form {
  flex-shrink: 0;
  width: 586px;
}

.partners-page__form-caption {
  margin-bottom: 30px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 100%;
  color: #ffffff;
}

.partners-page__contact-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.partners-page__contact-block svg {
  margin-left: auto;
}

.partners-page__contact-name {
  display: flex;
  flex-direction: column;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 102%;
  text-transform: uppercase;
  color: #C0F205;
}

.partners-page__contact-name span {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 151%;
  text-transform: uppercase;
  color: #ffffff;
}

.partners-page__contact-phone {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 102%;
  text-transform: uppercase;
  color: #C0F205;
}

.partners-page__feature-wrap {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}

.partners-page__feature-wrap::before {
  position: absolute;
  top: 95px;
  left: 544px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/cart/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -2;
}

.partners-page__feature-wrap::after {
  position: absolute;
  top: -136px;
  left: -575px;
  content: '';
  width: 1072px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/cart/glow.png");
  background-size: auto auto, 1072px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  z-index: -2;
}

.partners-page__feature {
  position: relative;
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  grid-template-rows: 362px 362px;
  grid-template-areas: 'item1 item3' 'item2 item3';
  gap: 36px;
}

.partners-page__feature::before {
  position: absolute;
  top: 0;
  right: calc(100% + 50px);
  content: '';
  display: block;
  width: 92px;
  height: 638px;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%), url("../img/content/bg-all.png");
  z-index: 2;
}

.partners-page__feature::after {
  position: absolute;
  bottom: 0;
  left: calc(100% + 50px);
  content: '';
  display: block;
  width: 92px;
  height: 526px;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%), url("../img/content/bg-all.png");
}

.partners-page__feature-item {
  position: relative;
  display: flex;
  border: 2px solid #C0F205;
}

.partners-page__feature-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item1;
}

.partners-page__feature > .partners-page__feature-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.partners-page__feature-item:nth-child(1) .partners-page__feature-col {
  justify-content: center;
  padding: 30px;
}

.partners-page__feature-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: item2;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.partners-page__feature > .partners-page__feature-item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.partners-page__feature-item:nth-child(2) .partners-page__feature-col {
  padding: 50px;
}

.partners-page__feature-item:nth-child(2) .partners-page__feature-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.partners-page__feature-item:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item3;
  flex-direction: column;
  justify-content: space-between;
}

.partners-page__feature > .partners-page__feature-item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

.partners-page__feature-item:nth-child(3) .partners-page__feature-col {
  padding: 50px;
}

.partners-page__feature-img {
  flex-shrink: 0;
}

.partners-page__feature-img picture,
.partners-page__feature-img img {
  width: 100%;
  height: 100%;
}

.partners-page__feature-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partners-page__feature-num {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 100%;
  color: #ffffff;
}

.partners-page__feature-text {
  font-family: "Warmovie", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 15%;
  text-transform: uppercase;
  color: #C0F205;
}

.komus-fest {
  font-family: 'Outfit', sans-serif !important;
  position: relative;
  padding-bottom: 75px;
}

.komus-fest *,
.komus-fest *::before,
.komus-fest *::after {
  box-sizing: border-box;
}

.komus-fest img {
  max-width: 100%;
  height: auto;
}

.komus-fest .tickets__item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}

.komus-fest::before {
  position: absolute;
  top: -181px;
  left: -400px;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/komus-fest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.komus-fest::after {
  position: absolute;
  top: 82px;
  right: 0;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/komus-fest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.komus-fest_orange .komus-fest__caption-block,
.komus-fest_orange .komus-fest__img-block,
.komus-fest_orange .komus-fest__date,
.komus-fest_orange .komus-fest__img,
.komus-fest_orange .komus-fest__feature-item,
.komus-fest_orange .komus-fest__info-img {
  border-image-source: linear-gradient(89.81deg, #ff008c 0.79%, #ff6e00 44.02%, #ffec00 98.79%);
}

.komus-fest_orange .komus-fest__header-block,
.komus-fest_orange .komus-fest__info-block {
  background: linear-gradient(89.81deg, #ff008c 0.79%, #ff6e00 44.02%, #ffec00 98.79%);
}

.komus-fest_orange .komus-fest__feature-num {
  background: linear-gradient(89.81deg, #ff008c 0.79%, #ff6e00 44.02%, #ffec00 98.79%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.komus-fest_orange .komus-fest__btn {
  color: #ffffff !important;
  background: linear-gradient(89.81deg, #ff008c 0.79%, #ff6e00 44.02%, #ffec00 98.79%);
}

.komus-fest_orange .komus-fest__content::before {
  background-image: url("../img/content/komus-fest/glow4-orange.png");
}

.komus-fest_orange .komus-fest__content::after {
  background-image: url("../img/content/komus-fest/glow2-orange.png");
}

.komus-fest_orange .komus-fest__header-block-logo::before {
  background-image: url("../img/content/komus-fest/glow4-orange.png");
}

.komus-fest_orange .komus-fest__wrapper::before {
  background-image: url("../img/content/komus-fest/glow3-orange.png");
}

.komus-fest_pink .komus-fest__caption-block,
.komus-fest_pink .komus-fest__img-block,
.komus-fest_pink .komus-fest__date,
.komus-fest_pink .komus-fest__img,
.komus-fest_pink .komus-fest__feature-item,
.komus-fest_pink .komus-fest__info-img {
  border-image-source: linear-gradient(90deg, #100090 0%, #ff007e 100%);
}

.komus-fest_pink .komus-fest__header-block,
.komus-fest_pink .komus-fest__info-block {
  background: linear-gradient(90deg, #100090 0%, #ff007e 100%);
}

.komus-fest_pink .komus-fest__feature-num {
  background: linear-gradient(90deg, #100090 0%, #ff007e 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.komus-fest_pink .komus-fest__btn {
  color: #ffffff !important;
  background: linear-gradient(90deg, #100090 0%, #ff007e 100%);
}

.komus-fest_pink .komus-fest__content::before {
  background-image: url("../img/content/komus-fest/glow4-pink.png");
}

.komus-fest_pink .komus-fest__content::after {
  background-image: url("../img/content/komus-fest/glow2-pink.png");
}

.komus-fest_pink .komus-fest__header-block-logo::before {
  background-image: url("../img/content/komus-fest/glow4-pink.png");
}

.komus-fest_pink .komus-fest__wrapper::before {
  background-image: url("../img/content/komus-fest/glow3-pink.png");
}

.komus-fest_blue .komus-fest__caption-block,
.komus-fest_blue .komus-fest__img-block,
.komus-fest_blue .komus-fest__date,
.komus-fest_blue .komus-fest__img,
.komus-fest_blue .komus-fest__feature-item,
.komus-fest_blue .komus-fest__info-img {
  border-image-source: linear-gradient(90deg, #02247a 0%, #00a6ff 100%);
}

.komus-fest_blue .komus-fest__header-block,
.komus-fest_blue .komus-fest__info-block {
  background: linear-gradient(90deg, #02247a 0%, #00a6ff 100%);
}

.komus-fest_blue .komus-fest__feature-num {
  background: linear-gradient(90deg, #02247a 0%, #00a6ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.komus-fest_blue .komus-fest__btn {
  color: #ffffff !important;
  background: linear-gradient(90deg, #02247a 0%, #00a6ff 100%);
}

.komus-fest_blue .komus-fest__content::before {
  background-image: url("../img/content/komus-fest/glow4-blue.png");
}

.komus-fest_blue .komus-fest__content::after {
  background-image: url("../img/content/komus-fest/glow2-blue.png");
}

.komus-fest_blue .komus-fest__header-block-logo::before {
  background-image: url("../img/content/komus-fest/glow4-blue.png");
}

.komus-fest_blue .komus-fest__wrapper::before {
  background-image: url("../img/content/komus-fest/glow3-blue.png");
}

.komus-fest_red .komus-fest__caption-block,
.komus-fest_red .komus-fest__img-block,
.komus-fest_red .komus-fest__date,
.komus-fest_red .komus-fest__img,
.komus-fest_red .komus-fest__feature-item,
.komus-fest_red .komus-fest__info-img {
  border-image-source: linear-gradient(90deg, #0f0089 0%, #ff000f 47%, #ff6d00 94%);
}

.komus-fest_red .komus-fest__header-block,
.komus-fest_red .komus-fest__info-block {
  background: linear-gradient(90deg, #0f0089 0%, #ff000f 47%, #ff6d00 94%);
}

.komus-fest_red .komus-fest__feature-num {
  background: linear-gradient(90deg, #0f0089 0%, #ff000f 47%, #ff6d00 94%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.komus-fest_red .komus-fest__btn {
  color: #ffffff !important;
  background: linear-gradient(90deg, #0f0089 0%, #ff000f 47%, #ff6d00 94%);
}

.komus-fest_red .komus-fest__content::before {
  background-image: url("../img/content/komus-fest/glow4-red.png");
}

.komus-fest_red .komus-fest__content::after {
  background-image: url("../img/content/komus-fest/glow2-red.png");
}

.komus-fest_red .komus-fest__header-block-logo::before {
  background-image: url("../img/content/komus-fest/glow4-red.png");
}

.komus-fest_red .komus-fest__wrapper::before {
  background-image: url("../img/content/komus-fest/glow3-red.png");
}

.komus-fest_white .komus-fest__date {
  position: relative;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.komus-fest_white .komus-fest__date:after {
  left: -84px;
  max-width: 1183px;
  width: 1183px;
}

.komus-fest_white .komus-fest__caption-block {
  padding: 20px 50px;
  border: 2px solid #ffffff;
}

.komus-fest_white .komus-fest__img-block {
  border: 2px solid #D00910;
}

.komus-fest_white .komus-fest__btn {
  background: #ffffff;
  border: 2px solid #D00910;
}

.komus-fest_white .komus-fest__header-block-logo {
  background: #ffffff;
}

.komus-fest_white .komus-fest__header-block-logo::before,
.komus-fest_white .komus-fest__header-block-logo::after {
  display: none;
}

.komus-fest_white .komus-fest__img {
  border: 2px solid #ffffff;
}

.komus-fest_white .komus-fest__content::before {
  background-image: url("../img/content/komus-fest/glow4-white.png");
}

.komus-fest_white .komus-fest__content::after {
  top: 1623px;
  width: 509px;
  height: 1010px;
  background-image: url("../img/content/komus-fest/glow2-white.png");
  background-repeat: no-repeat;
}

.komus-fest_white .komus-fest__wrapper::before {
  width: 448px;
  height: 1266px;
  background-image: url("../img/content/komus-fest/glow3-white.png");
}

.komus-fest_white .komus-fest__header-block {
  background: #D00910;
}

.komus-fest_white .komus-fest__text_wide {
  max-width: none;
}

.komus-fest_white .komus-fest__text ul {
  margin-bottom: 60px;
  list-style-type: square;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-left: 30px;
}

.komus-fest_white .komus-fest__text ul li::marker {
  color: #D00910;
}

.komus-fest_white .komus-fest__doc-divider {
  background: #C0F205;
}

.komus-fest_white .komus-fest__wrapper-block::after {
  background: #D00910;
}

.komus-fest_white .komus-fest__container_polygon::before {
  position: absolute;
  top: -10px;
  right: -181px;
  content: '';
  display: block;
  width: 463px;
  height: 460px;
  background-image: url(../img/content/komus-fest/polygon-sm-white.png);
  background-size: 463px 460px;
  background-repeat: no-repeat;
  z-index: 10;
}

.komus-fest__top-block {
  margin-top: 70px;
  margin-bottom: 120px;
}

.komus-fest__title-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.komus-fest__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 57.35px;
  line-height: 132%;
  color: #ffffff;
  text-transform: uppercase;
}

.komus-fest__title span {
  color: #C0F205;
}

.komus-fest__date {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  padding: 5px 90px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__date:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  max-width: 1083px;
  width: 100%;
  height: 48px;
  background-image: url(../img/content/bg-title.png);
}

.komus-fest__main-info {
  display: flex;
  gap: 36px;
}

.komus-fest__main-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.komus-fest__main-right {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 655px;
  min-height: 342px;
  padding: 28px;
  background-color: #C0F205;
}

.komus-fest__main-right::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.komus-fest__main-right::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.komus-fest__main-row {
  display: flex;
  gap: 16px;
  flex-grow: 1;
}

.komus-fest__price-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 138%;
  color: #080808;
  text-transform: uppercase;
}

.komus-fest__price {
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 66px;
  line-height: 100%;
  color: #080808;
}

.komus-fest__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #080808 !important;
  text-decoration: none !important;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  text-transform: uppercase;
}

.komus-fest__caption-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 50px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__img-block {
  width: 363px;
  flex-shrink: 0;
}

.komus-fest__city {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}

.komus-fest__caption {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: 1.3;
  color: #C0F205;
}

.komus-fest__img-block {
  line-height: 0;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__img-block picture,
.komus-fest__img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__container {
  position: relative;
  max-width: 1676px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.komus-fest__container_polygon::before {
  position: absolute;
  top: 47px;
  right: -181px;
  content: '';
  display: block;
  width: 463px;
  height: 460px;
  background-image: url("../img/content/komus-fest/polygon-sm.png");
  background-size: 463px 460px;
  background-repeat: no-repeat;
  z-index: 10;
}

.komus-fest__content {
  position: relative;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
  box-shadow: 2px 4px 30px 0px #0000001a;
}

.komus-fest__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 917px;
  height: 767px;
  background-image: url("../img/content/komus-fest/glow4.png");
  z-index: -1;
}

.komus-fest__content::after {
  position: absolute;
  top: 1112px;
  left: 0;
  content: '';
  width: 890px;
  height: 1631px;
  background-image: url("../img/content/komus-fest/glow2.png");
  z-index: -1;
}

.komus-fest__header-block-logo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 40px 60px;
  background: linear-gradient(90deg, #0900ff 1.02%, #9500ff 97.05%);
  overflow: hidden;
  text-transform: uppercase;
}

.komus-fest__header-block-logo::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 917px;
  height: 767px;
  background-image: url("../img/content/komus-fest/glow4.png");
  z-index: 1;
}

.komus-fest__header-block-logo::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url("../img/content/bg-all.png");
  z-index: 1;
}

.komus-fest__header-block-logo picture {
  position: relative;
  z-index: 2;
}

.komus-fest__header-block {
  display: flex;
  align-items: center;
  min-height: 220px;
  margin-top: -37px;
  padding: 40px 60px;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  text-transform: uppercase;
}

.komus-fest__header-block-b {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 20px 20px 20px 40px;
  line-height: 0;
  background-color: #D00910;
}

.komus-fest__text-block {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 0 60px;
}

.komus-fest__text {
  max-width: 830px;
  padding-top: 60px;
  padding-bottom: 75px;
  font-family: 'TTHoves';
  font-weight: 200;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}

.komus-fest__text_wide {
  max-width: 1190px;
  padding-top: 20px;
}

.komus-fest__text p {
  margin-bottom: 20px;
  font-family: 'TTHoves';
  font-weight: 200;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.komus-fest__text a {
  color: #D00910;
}

.komus-fest__img {
  flex-shrink: 0;
  width: 562px;
  height: 514px;
  margin-left: 20px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__img picture,
.komus-fest__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__header {
  position: relative;
  z-index: 5;
  max-width: 730px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.komus-fest__header span {
  color: #C0F205;
}

.komus-fest__header-sm {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.komus-fest__icon-dots {
  margin-left: auto;
}

.komus-fest__feature-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  backdrop-filter: blur(2px);
}

.komus-fest__feature-list::before {
  position: absolute;
  bottom: -26px;
  left: -132px;
  content: '';
  display: block;
  width: 346px;
  height: 333px;
  background-image: url("../img/content/komus-fest/polygon.png");
  background-size: 346px 333px;
  background-repeat: no-repeat;
  z-index: 10;
}

.komus-fest__feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 347px;
  padding: 30px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__feature-item:nth-child(2) .komus-fest__feature-num {
  background: linear-gradient(90deg, #dbff00 3.17%, #02b3ff 56.54%, #11009d 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
}

.komus-fest__feature-item:nth-child(3) .komus-fest__feature-num {
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
}

.komus-fest__feature-item:nth-child(4) .komus-fest__feature-num {
  background: linear-gradient(90deg, #dbff00 3.17%, #02b3ff 56.06%, #11009d 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
}

.komus-fest__feature-num {
  margin-bottom: 40px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.komus-fest__feature-text {
  max-width: 240px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
  text-transform: uppercase;
}

.komus-fest__tile-wrap.swiper {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 120px;
}

.komus-fest__tile.swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
}

.komus-fest__tile-item.swiper-slide {
  min-height: 350px;
  line-height: 0;
  background-color: #2c2c2c;
}

.komus-fest__tile-item.swiper-slide picture,
.komus-fest__tile-item.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__tile-item:nth-child(1) {
  grid-row: 1 / 4;
}

.komus-fest__wrapper-block {
  position: relative;
}

.komus-fest__wrapper-block::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 284px;
  background: linear-gradient(90deg, #0900ff 1.02%, #9500ff 97.05%);
  z-index: -1;
}

.komus-fest__wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.komus-fest__wrapper::before {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 836px;
  height: 1521px;
  background-image: url("../img/content/komus-fest/glow3.png");
  z-index: -2;
}

.komus-fest__wrapper::after {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 836px;
  height: 1521px;
  backdrop-filter: blur(2px);
  z-index: -1;
}

.komus-fest__wrapper .komus-fest__header {
  margin-bottom: 60px;
}

.komus-fest__city-events {
  position: relative;
  padding-top: 120px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 120px;
}

.komus-fest__city-events .komus-fest__header {
  max-width: 800px;
  margin-bottom: 60px;
}

.komus-fest__city-events::before {
  position: absolute;
  top: -224px;
  left: -199px;
  content: '';
  display: block;
  width: 346px;
  height: 333px;
  background-image: url(../img/content/komus-fest/polygon-white.png);
  background-size: 346px 333px;
  background-repeat: no-repeat;
  z-index: 10;
}

.komus-fest__city-event-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.komus-fest__city-event-item {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #2c2c2c;
  box-shadow: 13.2px 20.53px 9.82px 0px #00000080;
  border: 1px solid #ffffff;
}

.komus-fest__city-event-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}

.komus-fest__img-cup {
  display: flex;
  align-items: center;
  line-height: 0;
}

.komus-fest__img-cup::before {
  content: '';
  display: block;
  width: 84px;
  height: 52px;
  margin-right: -34px;
  background: linear-gradient(58.1deg, #ff0505 0%, #990303 91.01%);
}

.komus-fest__city-event-col {
  display: flex;
  flex-direction: column;
}

.komus-fest__city-event-title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 138%;
  color: #C0F205;
}

.komus-fest__city-event-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 138%;
  color: #ffffff;
}

.komus-fest__city-event-date {
  margin-bottom: 9px;
  margin-left: 50px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.komus-fest__city-event {
  margin-left: 50px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 125%;
  color: #C0F205;
}

.komus-fest__city-event-btn {
  margin-top: 47px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 296px;
  min-height: 63px;
  font-family: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(58.1deg, #ff0505 0%, #990303 91.01%);
}

.komus-fest__city-event-img {
  position: absolute;
  right: 0;
  bottom: 18px;
}

.komus-fest__partner-list {
  position: relative;
  z-index: 3 !important;
}

.komus-fest__partner-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.komus-fest__partner-item picture,
.komus-fest__partner-item img {
  max-width: 373px;
  width: 100%;
  max-height: 220px;
  height: auto;
}

.komus-fest__partner-item.swiper-slide {
  height: 266px;
}

.komus-fest__partner-header-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.komus-fest__partner-header-block .komus-fest__header {
  margin-bottom: 0;
}

.komus-fest__partner-nav {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.komus-fest__partner-nav-prev,
.komus-fest__partner-nav-next {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.komus-fest__partner-nav-prev:hover,
.komus-fest__partner-nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.komus-fest__map-row {
  display: flex;
  gap: 36px;
  min-height: 346px;
  margin-bottom: 120px;
}

.komus-fest__map-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 453px;
  padding: 30px;
  background-color: #2c2c2c;
  border: 1px solid #9500ff;
}

.komus-fest__address {
  max-width: 320px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}

.komus-fest__map {
  flex-grow: 1;
}

.komus-fest__map picture,
.komus-fest__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__info-block {
  position: relative;
  display: flex;
  min-height: 319px;
  padding: 50px 0 35px;
  margin-bottom: 230px;
  background: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__info-col {
  display: flex;
  flex-direction: column;
}

.komus-fest__info-title {
  max-width: 600px;
  margin-bottom: 26px;
  padding-left: 74px;
}

.komus-fest__info-list {
  display: flex;
  align-items: center;
  gap: 70px;
  min-height: 97px;
  padding: 5px 70px;
  background-image: url("../img/content/bg-all.png");
}

.komus-fest__info-item {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
  text-transform: uppercase;
}

.komus-fest__info-img {
  position: absolute;
  top: 30px;
  right: 73px;
  width: 579px;
  height: 497px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__info-img picture,
.komus-fest__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.komus-fest__event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 15px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  backdrop-filter: blur(2px);
}

.komus-fest__event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 20px 30px;
  background-color: #C0F205;
  position: relative;
}

.komus-fest__event-item:nth-child(2),
.komus-fest__event-item:nth-child(4),
.komus-fest__event-item:nth-child(5),
.komus-fest__event-item:nth-child(7) {
  background-color: #080808;
  border: 1.49px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__event-item:nth-child(2) .komus-fest__event-title,
.komus-fest__event-item:nth-child(2) .komus-fest__event-text,
.komus-fest__event-item:nth-child(2) .komus-fest__event-desc,
.komus-fest__event-item:nth-child(4) .komus-fest__event-title,
.komus-fest__event-item:nth-child(4) .komus-fest__event-text,
.komus-fest__event-item:nth-child(4) .komus-fest__event-desc,
.komus-fest__event-item:nth-child(5) .komus-fest__event-title,
.komus-fest__event-item:nth-child(5) .komus-fest__event-text,
.komus-fest__event-item:nth-child(5) .komus-fest__event-desc,
.komus-fest__event-item:nth-child(7) .komus-fest__event-title,
.komus-fest__event-item:nth-child(7) .komus-fest__event-text,
.komus-fest__event-item:nth-child(7) .komus-fest__event-desc {
  color: #ffffff;
}

.komus-fest__event-item:nth-child(2) .komus-fest__event-price,
.komus-fest__event-item:nth-child(4) .komus-fest__event-price,
.komus-fest__event-item:nth-child(5) .komus-fest__event-price,
.komus-fest__event-item:nth-child(7) .komus-fest__event-price {
  color: #C0F205;
}

.komus-fest__event-title {
  margin-bottom: 20px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 138%;
  color: #080808;
  text-transform: uppercase;
}

.komus-fest__event-title span {
  font-weight: 200;
}

.komus-fest__event-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 25px;
  padding: 5px 15px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 19px;
  line-height: 138%;
  color: #080808;
  background-color: #ffffff;
  border: 1.46px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.komus-fest__event-price {
  margin-bottom: 2px;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 35.9px;
  line-height: 100%;
  color: #080808;
}

.komus-fest__event-text {
  margin-bottom: 30px;
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 18.94px;
  line-height: 138%;
  text-transform: lowercase;
  color: #080808;
}

.komus-fest__event-desc {
  max-width: 230px;
  margin-top: auto;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 18.94px;
  line-height: 138%;
  color: #080808;
}

.komus-fest__doc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 120px;
}

.komus-fest__doc-item {
  display: flex;
  align-items: center;
  line-height: 0;
  background-color: #ffffff;
}

.komus-fest__doc-item svg {
  cursor: pointer;
}

.komus-fest__doc-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
  color: #2c2c2c;
}

.komus-fest__doc-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 10px 40px 40px;
}

.komus-fest__doc-content picture {
  flex-shrink: 0;
}

.komus-fest__doc-divider {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  margin-left: 15px;
  background: linear-gradient(180deg, #0900ff 1.02%, #9500ff 97.05%);
}

.komus-fest__doc-download {
  margin-left: auto;
}

.komus-fest__nav {
  display: none;
  gap: 12px;
}

.komus-fest__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.komus-fest__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.komus-fest__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.komus-fest__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.komus-fest__place {
  padding-top: 120px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.komus-fest__place .komus-fest__header {
  margin-bottom: 50px;
}

.komus-fest__place-title {
  margin-bottom: 40px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}

.komus-fest__place-title span {
  font-size: 44px;
  color: #D00910;
}

.komus-fest__place-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.komus-fest__place-item:first-child .komus-fest__place-top {
  background-color: #D00910;
}

.komus-fest__place-item:first-child .komus-fest__place-caption,
.komus-fest__place-item:first-child .komus-fest__place-text {
  color: #ffffff;
}

.komus-fest__place-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background-color: #e8e8e8;
}

.komus-fest__place-caption {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #D00910;
}

.komus-fest__place-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 26.09px;
  line-height: 1;
  color: #D00910;
}

.komus-fest__place-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #fafafa;
  border-radius: 0 0 26px 26px;
}

.komus-fest__place-row {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.87px;
  color: #4e4e4e;
}

.komus-fest__place-row span {
  font-weight: 700;
  color: #D00910;
}

.komus-fest__place-footnote {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.grand {
  position: relative;
  padding-bottom: 75px;
}

.grand::before {
  position: absolute;
  top: -181px;
  left: -400px;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/komus-fest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.grand::after {
  position: absolute;
  top: 82px;
  right: 0;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/komus-fest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.grand__top-block {
  margin-top: 70px;
  margin-bottom: 120px;
}

.grand__title-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.grand__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 57.35px;
  line-height: 132%;
  color: #ffffff;
  text-transform: uppercase;
}

.grand__title span {
  color: #C0F205;
}

.grand__date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  padding: 5px 90px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.grand__date:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  max-width: 1083px;
  width: 100%;
  height: 48px;
  background-image: url(../img/content/bg-title.png);
}

.grand__main-info {
  display: flex;
  gap: 36px;
}

.grand__main-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.grand__intro-text {
  max-width: 860px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.35;
  color: #ffffff;
}

.grand__intro-accent {
  font-family: "TTHoves", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.grand__main-photo {
  flex-shrink: 0;
  width: 562px;
  border: 2px solid #ffffff;
  line-height: 0;
}

.grand__main-photo picture,
.grand__main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__main-right {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 655px;
  height: 342px;
  padding: 28px;
  background-color: #C0F205;
}

.grand__main-right::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.grand__main-right::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.grand__main-row {
  display: flex;
  gap: 16px;
  flex-grow: 1;
}

.grand__price-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 138%;
  color: #080808;
}

.grand__price {
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 66px;
  line-height: 100%;
  color: #080808;
}

.grand__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: white;
  background: #133194;
}

.grand__caption-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 50px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.grand__city {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  color: #ffffff;
}

.grand__caption {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: 1.3;
  color: #C0F205;
}

.grand__img-block {
  max-width: 363px;
  width: 100%;
  flex-shrink: 1;
  line-height: 0;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.grand__img-block picture,
.grand__img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__container {
  position: relative;
}

.grand__container_polygon::before {
  position: absolute;
  top: 47px;
  right: -181px;
  content: '';
  display: block;
  width: 463px;
  height: 460px;
  background-image: url("../img/content/komus-fest/polygon-sm.png");
  background-size: 463px 460px;
  background-repeat: no-repeat;
  z-index: 10;
}

.grand__content {
  position: relative;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
  box-shadow: 2px 4px 30px 0px #0000001a;
}

.grand__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1017px;
  height: 655px;
  background-image: url("../img/content/grand/novosib/lines.png");
  z-index: -1;
}

.grand__content::after {
  position: absolute;
  top: 1112px;
  left: 0;
  content: '';
  width: 810px;
  height: 1282px;
  background-image: url("../img/content/grand/novosib/lines2.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.grand__header-block-logo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 40px 60px;
  background: #133194;
  overflow: hidden;
}

.grand__header-block-logo::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1017px;
  height: 655px;
  background-image: url("../img/content/grand/novosib/lines.png");
  z-index: 1;
}

.grand__header-block-logo::after {
  position: absolute;
  inset: 0;
  content: '';
  background-image: url("../img/content/bg-all.png");
  z-index: 1;
}

.grand__header-block-logo picture {
  position: relative;
  z-index: 2;
}

.grand__desc-block {
  padding: 60px 60px 50px;
}

.grand__desc-text {
  max-width: 1500px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.35;
  color: #ffffff;
}

.grand__desc-text p {
  margin: 0;
}

.grand__desc-accent {
  font-family: "TTHoves", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.grand__quote {
  padding: 40px 60px;
  font-family: "TTHoves", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 1.35;
  color: #ffffff;
  background-color: #133194;
  margin-bottom: 120px;
  position: relative;
}

.grand__quote::before {
  position: absolute;
  top: 300px;
  left: -132px;
  content: '';
  display: block;
  opacity: 0.6;
  width: 346px;
  height: 333px;
  background-image: url("../img/content/komus-fest/polygon.png");
  background-size: 346px 333px;
  background-repeat: no-repeat;
  z-index: 10;
}

.grand__gallery-block {
  display: flex;
  gap: 12px;
  padding: 0 60px 80px;
}

.grand__gallery-main {
  flex-shrink: 0;
  width: 500px;
  border: 2px solid #385fc9;
  overflow: hidden;
  line-height: 0;
}

.grand__gallery-main picture,
.grand__gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__gallery-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.grand__text-block {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 0 60px;
  position: relative;
  z-index: 3;
}

.grand__text {
  max-width: 830px;
  padding-top: 60px;
  padding-bottom: 75px;
  font-family: 'TTHoves';
  font-weight: 200;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}

.grand__text_wide {
  max-width: 1190px;
  padding-top: 20px;
}

.grand__text_wide span {
  font-weight: 400;
}

.grand__photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  flex-shrink: 0;
  width: 562px;
  margin-left: 20px;
}

.grand__photo-item {
  min-height: 200px;
  overflow: hidden;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.grand__photo-item picture,
.grand__photo-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__photo-grid .grand__photo-item {
  height: 251px;
}

.grand__gallery-grid .grand__photo-item {
  height: 100%;
  min-height: 170px;
}

.grand__header-block {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  margin-top: -37px;
  padding: 40px 60px 40px 0;
  background: #ccd329;
}

.grand__header {
  position: relative;
  z-index: 5;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
  padding: 20px 60px;
}

.grand__header.bg {
  background-image: url(../img/content/bg-all.png);
}

.grand__header.p0 {
  padding: 0;
  margin-bottom: 60px;
}

.grand__header span {
  color: #C0F205;
}

.grand__event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 15px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.grand__event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 20px 30px;
  background-color: #C0F205;
}

.grand__event-item:nth-child(2n) {
  background-color: #080808;
  border: 1.49px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.grand__event-item:nth-child(2n) .grand__event-title,
.grand__event-item:nth-child(2n) .grand__event-text,
.grand__event-item:nth-child(2n) .grand__event-desc {
  color: #ffffff;
}

.grand__event-item:nth-child(2n) .grand__event-price {
  color: #C0F205;
}

.grand__event-title {
  margin-bottom: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #080808;
  text-transform: uppercase;
}

.grand__event-title span {
  display: block;
}

.grand__event-type {
  margin-bottom: 8px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #080808;
}

.grand__event-price {
  margin-top: auto;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  color: #080808;
}

.grand__event-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 138%;
  color: #080808;
  text-transform: uppercase;
}

.grand__event-desc {
  margin-top: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #080808;
}

.grand__info-block {
  position: relative;
  display: flex;
  min-height: 319px;
  padding: 50px 0 35px;
  margin-bottom: 230px;
  background: linear-gradient(90deg, #385fc9 0%, #df258b 49.52%, #e3ec13 100%);
}

.grand__info-col {
  display: flex;
  flex-direction: column;
}

.grand__info-title {
  max-width: 600px;
  margin-bottom: 26px;
  padding-left: 74px;
}

.grand__info-list {
  display: flex;
  align-items: center;
  gap: 70px;
  min-height: 97px;
  padding: 5px 70px;
  background-image: url("../img/content/bg-all.png");
}

.grand__info-item {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
}

.grand__info-img {
  position: absolute;
  top: 30px;
  right: 73px;
  width: 579px;
  height: 497px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.grand__info-img picture,
.grand__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__wrapper-block {
  position: relative;
}

.grand__wrapper-block::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 284px;
  background: #CCD329;
  z-index: -1;
}

.grand__wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.grand__wrapper::before {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 1100px;
  height: 1283px;
  background-image: url("../img/content/grand/novosib/lines3.png");
  background-repeat: no-repeat;
  z-index: -2;
}

.grand__wrapper .grand__header {
  margin-bottom: 60px;
}

.grand__address {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 30px 20px;
}

.grand__address svg {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  fill: #ffffff;
}

.grand__address-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.grand__social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px 30px;
}

.grand__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s linear;
}

.grand__social-item svg {
  width: 45px;
  height: 45px;
  fill: #ffffff;
}

.grand__social-item:hover svg {
  fill: #C0F205;
}

.grand__map-row {
  display: flex;
  gap: 36px;
  min-height: 346px;
  margin-bottom: 120px;
}

.grand__map-block {
  flex-shrink: 0;
  width: 453px;
  background-color: #2c2c2c;
  border: 1px solid #CCD329;
}

.grand__map {
  flex-grow: 1;
}

.grand__map picture,
.grand__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__doc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 120px;
}

.grand__doc-item {
  display: flex;
  align-items: center;
  line-height: 0;
  background-color: #ffffff;
}

.grand__doc-item svg {
  cursor: pointer;
}

.grand__doc-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
  color: #2c2c2c;
}

.grand__doc-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 10px 40px 40px;
}

.grand__doc-content picture {
  flex-shrink: 0;
}

.grand__doc-divider {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  margin-left: 15px;
  background: #ccd329;
}

.grand__doc-download {
  margin-left: auto;
}

.grand__partner-list {
  position: relative;
  z-index: 3;
}

.grand__partner-item.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.grand__partner-item.swiper-slide picture,
.grand__partner-item.swiper-slide img {
  max-width: 373px;
  width: 100%;
  max-height: 220px;
  height: auto;
}

.grand__partner-item.swiper-slide.swiper-slide {
  height: 266px;
}

.grand__partner-header-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.grand__partner-header-block .komus-fest__header {
  margin-bottom: 0;
}

.grand__partner-nav {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.grand__partner-nav-prev,
.grand__partner-nav-next {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.grand__partner-nav-prev:hover,
.grand__partner-nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.grand__tile-wrap.swiper {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 120px;
}

.grand__tile.swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
}

.grand__tile-item.swiper-slide {
  min-height: 350px;
  line-height: 0;
  background-color: #2c2c2c;
}

.grand__tile-item.swiper-slide picture,
.grand__tile-item.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__tile-item:nth-child(1) {
  grid-row: 1 / 4;
}

.grand__nav {
  display: none;
  gap: 12px;
}

.grand__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.grand__nav-prev:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.grand__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.grand__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.sports-contest {
  position: relative;
  padding-bottom: 75px;
}

.sports-contest::before {
  position: absolute;
  top: -181px;
  left: -400px;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/sports-contest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.sports-contest::after {
  position: absolute;
  top: 82px;
  right: 0;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/sports-contest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  background-repeat: repeat;
  pointer-events: none;
  z-index: -1;
}

.sports-contest__splat-1 {
  position: absolute;
  top: 35%;
  right: -380px;
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/sports-contest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.sports-contest__splat-2 {
  position: absolute;
  top: 60%;
  left: -380px;
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/sports-contest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.sports-contest__splat-3 {
  position: absolute;
  bottom: 10%;
  right: -380px;
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/sports-contest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.sports-contest__top-block {
  margin-top: 70px;
  margin-bottom: 80px;
}

.sports-contest__title-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sports-contest__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 57.35px;
  line-height: 132%;
  color: #ffffff;
}

.sports-contest__title span {
  color: #C0F205;
}

.sports-contest__date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  padding: 5px 90px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.sports-contest__date:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  max-width: 1083px;
  width: 100%;
  height: 48px;
  background-image: url(../img/content/bg-title.png);
}

.sports-contest__main-info {
  display: flex;
  align-items: stretch;
  gap: 36px;
}

.sports-contest__main-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.sports-contest__intro-text {
  max-width: 860px;
  font-family: "TTHoves", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.35;
  color: #ffffff;
}

.sports-contest__intro-accent {
  font-family: 'Russo One', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sports-contest__main-photo {
  flex-shrink: 0;
  width: 562px;
  border: 2px solid #ffffff;
  line-height: 0;
}

.sports-contest__main-photo picture,
.sports-contest__main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__main-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 34px;
}

.sports-contest__main-right-top {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 640px;
  height: auto;
  padding: 28px;
  background-color: #C0F205;
  flex: 1 0 auto;
}

.sports-contest__main-right-top::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.sports-contest__main-row {
  display: flex;
  gap: 16px;
  flex-grow: 1;
}

.sports-contest__price-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 138%;
  color: #080808;
}

.sports-contest__price {
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 66px;
  line-height: 100%;
  color: #080808;
}

.sports-contest__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: white;
  background: #1668d1;
}

.sports-contest__btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: white;
  background: #033271;
}

.sports-contest__caption-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 50px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-color: #1668D1;
}

.sports-contest__city {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  color: #ffffff;
}

.sports-contest__city2 {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 16px;
}

.sports-contest__caption {
  font-family: "TTHoves", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  color: #C0F205;
}

.sports-contest__img-block {
  width: 400px;
  flex-shrink: 0;
  line-height: 0;
  border: 2px solid;
  border-image-slice: 1;
  border-color: #b8e404;
}

.sports-contest__img-block picture,
.sports-contest__img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 10% 50%;
  object-position: 10% 50%;
}

.sports-contest__container {
  position: relative;
}

.sports-contest__container_polygon::before {
  position: absolute;
  top: 47px;
  right: -181px;
  content: '';
  display: block;
  width: 463px;
  height: 460px;
  background-image: url("../img/content/sports-contest/polygon-sm.png");
  background-size: 463px 460px;
  background-repeat: no-repeat;
  z-index: 10;
}

.sports-contest__content {
  position: relative;
  background-color: #ffffff;
  background-image: url("../img/content/sports-contest/pattern.png");
}

.sports-contest__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 917px;
  height: 767px;
  background-image: url("../img/content/sports-contest/lines.png");
  z-index: -1;
}

.sports-contest__content::after {
  position: absolute;
  top: 1112px;
  left: 0;
  content: '';
  width: 890px;
  height: 1631px;
  background-image: url("../img/content/sports-contest/lines2.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.sports-contest__header-block-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 40px 40px;
  background-color: #133194;
  background-image: url("../img/content/sports-contest/pattern.png");
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 32px;
}

.sports-contest__header-block-logo-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 620px;
  height: 100%;
  background-image: url("../img/content/sports-contest/mask.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.sports-contest__header-block-logo img {
  position: relative;
  z-index: 2;
}

.sports-contest__header-block-logo .mobile img {
  width: 52px;
  height: 19px;
}

.sports-contest__header-block-desc {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.sports-contest__header-block-desc-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sports-contest__header-block-desc-name {
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #B8E404;
}

.sports-contest__header-block-desc-bottom {
  color: #ffffff;
  font-family: "Etude Noire", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sports-contest__desc-block {
  padding: 60px 60px 50px;
}

.sports-contest__desc-text {
  max-width: 1500px;
  font-family: "TTHoves", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.35;
  color: #ffffff;
}

.sports-contest__desc-text p {
  margin: 0;
}

.sports-contest__desc-accent {
  font-family: 'Russo One', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.sports-contest__quote {
  padding: 40px 60px;
  font-family: 'Russo One', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 1.35;
  color: #ffffff;
  background-color: #133194;
  margin-bottom: 120px;
  position: relative;
}

.sports-contest__quote::before {
  position: absolute;
  top: 300px;
  left: -132px;
  content: '';
  display: block;
  opacity: 0.6;
  width: 346px;
  height: 333px;
  background-image: url("../img/content/sports-contest/polygon.png");
  background-size: 346px 333px;
  background-repeat: no-repeat;
  z-index: 10;
}

.sports-contest__gallery-block {
  display: flex;
  gap: 12px;
  padding: 0 60px 80px;
}

.sports-contest__gallery-main {
  flex-shrink: 0;
  width: 500px;
  border: 2px solid #385fc9;
  overflow: hidden;
  line-height: 0;
}

.sports-contest__gallery-main picture,
.sports-contest__gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__gallery-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sports-contest__text-block {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 80px 40px;
  background-color: #ffffff;
  border-bottom: 5px solid #1668D1;
  position: relative;
  z-index: 3;
}

.sports-contest__text {
  max-width: 830px;
}

.sports-contest__text ul,
.sports-contest__text li,
.sports-contest__text p {
  font-family: "TTHoves", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  color: #000000;
}

.sports-contest__text p {
  margin-bottom: 24px;
}

.sports-contest__text ul {
  list-style: disc;
}

.sports-contest__text li {
  margin-left: 32px;
}

.sports-contest__text a {
  color: #000000;
  text-decoration: underline;
}

.sports-contest__text strong {
  font-weight: 500;
}

.sports-contest__text_wide {
  max-width: 1190px;
  padding-top: 20px;
}

.sports-contest__text_wide span {
  font-weight: 700;
}

.sports-contest__img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.sports-contest__img img {
  display: block;
}

.sports-contest__photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  flex-shrink: 0;
  width: 562px;
  margin-left: 20px;
}

.sports-contest__photo-item {
  min-height: 200px;
  overflow: hidden;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.sports-contest__photo-item picture,
.sports-contest__photo-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__gallery-grid .sports-contest__photo-item {
  height: 100%;
  min-height: 170px;
}

.sports-contest__header-block {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  margin-top: -37px;
  padding: 40px 60px 40px 0;
  background: #ccd329;
}

.sports-contest__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "Nickel Gothic", sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: normal;
  color: #ffffff;
}

.sports-contest__header span {
  color: #1668D1;
}

.sports-contest__event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 15px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.sports-contest__event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 20px 30px;
  background-color: #C0F205;
}

.sports-contest__event-item:nth-child(2n) {
  background-color: #080808;
  border: 1.49px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.sports-contest__event-item:nth-child(2n) .sports-contest__event-title,
.sports-contest__event-item:nth-child(2n) .sports-contest__event-text,
.sports-contest__event-item:nth-child(2n) .sports-contest__event-desc {
  color: #ffffff;
}

.sports-contest__event-item:nth-child(2n) .sports-contest__event-price {
  color: #C0F205;
}

.sports-contest__event-title {
  margin-bottom: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #080808;
  text-transform: uppercase;
}

.sports-contest__event-title span {
  display: block;
}

.sports-contest__event-type {
  margin-bottom: 8px;
  font-family: "TTHoves", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #080808;
}

.sports-contest__event-price {
  margin-top: auto;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  color: #080808;
}

.sports-contest__event-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 138%;
  color: #080808;
  text-transform: uppercase;
}

.sports-contest__event-desc {
  margin-top: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  color: #080808;
}

.sports-contest__info-block {
  position: relative;
  display: flex;
  min-height: 319px;
  padding: 50px 0 35px;
  margin-bottom: 230px;
  background: linear-gradient(90deg, #385fc9 0%, #df258b 49.52%, #e3ec13 100%);
}

.sports-contest__info-col {
  display: flex;
  flex-direction: column;
}

.sports-contest__info-title {
  max-width: 600px;
  margin-bottom: 26px;
  padding-left: 74px;
}

.sports-contest__info-list {
  display: flex;
  align-items: center;
  gap: 70px;
  min-height: 97px;
  padding: 5px 70px;
  background-image: url("../img/content/bg-all.png");
}

.sports-contest__info-item {
  font-family: "TTHoves", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
}

.sports-contest__info-img {
  position: absolute;
  top: 30px;
  right: 73px;
  width: 579px;
  height: 497px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.sports-contest__info-img picture,
.sports-contest__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__wrapper-block {
  position: relative;
}

.sports-contest__wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.sports-contest__wrapper::before {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 1089px;
  height: 1282px;
  background-image: url("../img/content/sports-contest/lines3.png");
  z-index: -2;
}

.sports-contest__address {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 30px 20px;
}

.sports-contest__address svg {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  fill: #ffffff;
}

.sports-contest__address-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.sports-contest__social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px 30px;
}

.sports-contest__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s linear;
}

.sports-contest__social-item svg {
  width: 45px;
  height: 45px;
  fill: #ffffff;
}

.sports-contest__social-item:hover svg {
  fill: #C0F205;
}

.sports-contest__map-row {
  display: flex;
  gap: 36px;
  min-height: 346px;
  margin-bottom: 120px;
}

.sports-contest__map-block {
  flex-shrink: 0;
  width: 453px;
  background-color: #2c2c2c;
}

.sports-contest__map {
  flex-grow: 1;
}

.sports-contest__map picture,
.sports-contest__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__doc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 0 40px;
  margin: 0 auto 150px;
}

.sports-contest__doc-item {
  display: flex;
  align-items: flex-start;
  line-height: 0;
  background-color: #ffffff;
  border: 2px solid #1668D1;
  width: calc(50% - 18px);
}

.sports-contest__doc-item svg {
  cursor: pointer;
}

.sports-contest__doc-text {
  color: #2C2C2C;
  font-family: "TTHoves", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.sports-contest__doc-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 10px 40px 40px;
}

.sports-contest__doc-content picture {
  flex-shrink: 0;
}

.sports-contest__doc-divider {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  margin-left: 15px;
  background: #033271;
}

.sports-contest__doc-download {
  margin-left: auto;
  color: #1668D1;
  padding: 60px 0;
}

.sports-contest__partner-list {
  position: relative;
  z-index: 3;
}

.sports-contest__partner-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #033271;
  height: 280px;
  min-height: 280px;
}

.sports-contest__partner-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sports-contest__partner-header-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.sports-contest__partner-header-block .sports-contest__header {
  margin-bottom: 0;
}

.sports-contest__partner-nav {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.sports-contest__partner-nav-prev,
.sports-contest__partner-nav-next {
  background-color: #ffffff;
  border: 1px solid #1668D1;
  border-radius: 48px;
  width: 85px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sports-contest__partner-nav-prev svg,
.sports-contest__partner-nav-next svg {
  color: #1668D1;
}

.sports-contest__partner-nav-prev:hover,
.sports-contest__partner-nav-next:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1668D1;
}

.sports-contest__partner-nav-prev:hover svg,
.sports-contest__partner-nav-next:hover svg {
  color: #ffffff;
}

.sports-contest__tile-wrap.swiper {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 120px;
}

.sports-contest__tile.swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
}

.sports-contest__tile-item.swiper-slide {
  min-height: 350px;
  line-height: 0;
  background-color: #2c2c2c;
}

.sports-contest__tile-item.swiper-slide picture,
.sports-contest__tile-item.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__tile-item:nth-child(1) {
  grid-row: 1 / 4;
}

.sports-contest__nav {
  display: none;
  gap: 12px;
}

.sports-contest__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.sports-contest__nav-prev:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1668D1;
}

.sports-contest__nav-prev:hover svg {
  color: #ffffff;
}

.sports-contest__nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.35s all;
}

.sports-contest__nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

.sports-contest__online-block {
  position: relative;
}

.sports-contest__online-block-boll1 {
  position: absolute;
  right: 0;
  top: 20%;
  width: 175px;
  height: 332px;
}

.sports-contest__online-block-boll2 {
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 179px;
  height: 377px;
  z-index: 3;
}

.sports-contest__online-block-wrap {
  margin: 130px auto;
  width: 100%;
  max-width: 1200px;
}

.sports-contest__online-block-title {
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1668D1;
  color: #ffffff;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.sports-contest__online-block-title span {
  color: #B8E404;
}

.sports-contest__online-block-video {
  width: 100%;
  background-color: #033271;
  padding: 32px 120px;
}

.sports-contest__online-block-video img,
.sports-contest__online-block-video iframe,
.sports-contest__online-block-video video {
  width: 100%;
  height: auto;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
}

.sports-contest__online-block-video img.hidden,
.sports-contest__online-block-video iframe.hidden,
.sports-contest__online-block-video video.hidden {
  display: none !important;
}

.sports-contest__game-block {
  background: #033271;
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  border-bottom: 5px solid #033271;
}

.sports-contest__game-block-pic1 {
  position: absolute;
  left: 0;
  top: 120px;
}

.sports-contest__game-block-pic2 {
  position: absolute;
  right: 0;
  top: 0;
}

.sports-contest__game-block-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.sports-contest__game-block-wave img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.sports-contest__game-block-title {
  text-align: center;
  color: #ffffff;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.sports-contest__game-block-title span {
  color: #B8E404;
}

.sports-contest__game-block-desc {
  text-align: center;
  color: #ffffff;
  font-family: "TTHoves", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  margin: 40px auto;
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.sports-contest__game-block-desc span {
  color: #B8E404;
}

.sports-contest__game-block-wrapper {
  align-items: flex-end;
}

.sports-contest__game-block-item {
  cursor: pointer;
}

.sports-contest__game-block-item picture {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sports-contest__game-block-item img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.sports-contest__game-block-nav {
  display: none;
  gap: 14px;
  position: relative;
  z-index: 4;
}

.sports-contest__game-block-nav-prev,
.sports-contest__game-block-nav-next {
  background-color: #ffffff;
  border-radius: 48px;
  border: 1px solid #1668D1;
  width: 85px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sports-contest__game-block-nav-prev svg,
.sports-contest__game-block-nav-next svg {
  color: #1668D1;
}

.sports-contest__game-block-nav-prev:hover,
.sports-contest__game-block-nav-next:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1668D1;
}

.sports-contest__game-block-nav-prev:hover svg,
.sports-contest__game-block-nav-next:hover svg {
  color: #ffffff;
}

.sports-contest__modal {
  max-width: 550px !important;
  height: 650px;
  max-height: 100%;
  border: 3px solid #B8E404;
}

.sports-contest__modal-container {
  background-color: #ffffff;
  position: relative;
  height: 100%;
}

.sports-contest__modal-container::before {
  content: '';
  background-image: url("../img/content/sports-contest/modal-arrow.png");
  position: absolute;
  width: 57px;
  height: 60px;
  right: -54px;
  top: 100px;
}

.sports-contest__modal-title {
  height: 100px;
  padding: 20px;
  color: #FFF;
  font-family: "Etude Noire", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: #033271;
}

.sports-contest__modal-desc {
  height: 100px;
  padding: 20px;
  color: #1B1611;
  font-family: "TTHoves", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background-color: #ffffff;
}

.sports-contest__modal-mascot {
  position: absolute;
  left: -160px;
  bottom: 0;
}

.sports-contest__sport-types-block {
  margin-top: 130px;
  overflow: hidden;
}

.sports-contest__sport-types-block-head {
  padding: 0 40px;
  border-radius: 50px 50px 0 0;
  height: 140px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  background-color: #033271;
  margin-bottom: 10px;
}

.sports-contest__sport-types-block-head-text {
  color: #ffffff;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.sports-contest__sport-types-block-head-text span {
  color: #B8E404;
}

.sports-contest__sport-types-block-nav {
  display: flex;
  gap: 14px;
}

.sports-contest__sport-types-block-nav-prev,
.sports-contest__sport-types-block-nav-next {
  background-color: #ffffff;
  border-radius: 48px;
  border: 1px solid #1668D1;
  width: 85px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sports-contest__sport-types-block-nav-prev svg,
.sports-contest__sport-types-block-nav-next svg {
  color: #1668D1;
}

.sports-contest__sport-types-block-nav-prev:hover,
.sports-contest__sport-types-block-nav-next:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1668D1;
}

.sports-contest__sport-types-block-nav-prev:hover svg,
.sports-contest__sport-types-block-nav-next:hover svg {
  color: #ffffff;
}

.sports-contest__sport-types-block-slider {
  margin-bottom: 66px;
  padding: 0 80px 0 40px;
  position: relative;
}

.sports-contest__sport-types-block-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 37px;
  width: 100%;
  height: calc(100% - 123px);
  background-color: #B8E404;
  z-index: 2;
}

.sports-contest__sport-types-block-slider::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -66px;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  z-index: 1;
}

.sports-contest__sport-types-block-list {
  overflow: visible !important;
  z-index: 3 !important;
}

.sports-contest__sport-types-block-wrapper {
  align-items: flex-end;
  margin-top: -36px;
}

.sports-contest__sport-types-block-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 360px !important;
  height: 470px !important;
  display: flex !important;
  align-items: flex-end;
}

.sports-contest__sport-types-block-item * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sports-contest__sport-types-block-item img {
  width: 360px;
  height: auto;
  display: block;
}

.sports-contest__descriptions-block {
  margin-top: 20px;
  position: relative;
}

.sports-contest__descriptions-block-title {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 175px;
  padding-left: 40px;
}

.sports-contest__descriptions-block-title-text {
  color: #033271;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  margin-top: 40px;
}

.sports-contest__descriptions-block-title-text-light {
  color: #1668D1;
}

.sports-contest__descriptions-block-title-image {
  width: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.sports-contest__descriptions-block-title-image img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.sports-contest__descriptions-block-content {
  background-color: #ffffff;
  padding-left: 40px;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.sports-contest__descriptions-block-content-image {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  width: 30%;
  height: auto;
  background-color: #ffffff;
}

.sports-contest__descriptions-block-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__descriptions-block-content-text-wrap {
  width: 70%;
  display: flex;
  align-items: center;
}

.sports-contest__descriptions-block-content-text {
  width: 100%;
  padding: 30px 28px;
  color: #000000;
  font-family: "TTHoves", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.sports-contest__descriptions-block-content-text a {
  color: #000000;
  text-decoration: underline;
}

.sports-contest__promo-block {
  background-color: #1668D1;
  padding: 10px 0 20px;
  position: relative;
}

.sports-contest__promo-block-mascot {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}

.sports-contest__promo-block-wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sports-contest__promo-block-disclamer {
  color: #ffffff;
  font-family: "TTHoves", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
}

.sports-contest__promo-block-top {
  display: flex;
  align-items: stretch;
}

.sports-contest__promo-block-left {
  background-color: #DA1F2A;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports-contest__promo-block-left img {
  display: block;
  max-height: 84px;
  width: auto;
}

.sports-contest__promo-block-right {
  background-color: #033271;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.sports-contest__promo-block-right-desc {
  color: #FFFFFF;
  font-family: "TTHoves", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sports-contest__promo-block-right-desc a {
  font-weight: bold;
  color: #FFFFFF;
}

.sports-contest__promo-block-right-title {
  color: #FFFFFF;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 77px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.sports-contest__promo-block-bottom {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.sports-contest__promo-block-bottom-promo {
  background-color: #ffffff;
  padding: 30px 50px;
  color: #033271;
  font-family: "TTHoves", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports-contest__promo-block-bottom-name {
  background-color: #ffffff;
  padding: 30px 50px;
  color: #033271;
  font-family: "TTHoves", sans-serif;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 93px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sports-contest__reg-block {
  background-color: #FFFFFF;
  margin-top: 220px;
  position: relative;
}

.sports-contest__reg-block::before {
  content: '';
  background-image: url("../img/content/sports-contest/reg-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 145px);
  z-index: 0;
}

.sports-contest__reg-block-target {
  position: absolute;
  left: 0;
  top: -150px;
}

.sports-contest__reg-block-title {
  color: #B8E404;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 50px;
  display: block;
  text-align: center;
  position: relative;
}

.sports-contest__reg-block-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 70px auto 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.sports-contest__reg-block-item {
  width: calc(100% - 8px);
}

.sports-contest__reg-block-item-image img {
  display: block;
  width: 100%;
}

.sports-contest__reg-block-item-button {
  background-color: #033271;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-family: "TTHoves", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.sports-contest__reg-block-item-button_light {
  background-color: #1668D1;
}

.sports-contest__doc-block-header {
  color: #1668D1;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
}

.sports-contest__doc-block-header span {
  color: #033271;
}

.sports-contest__contacts-block {
  background-color: #ffffff;
  padding: 70px 40px;
}

.sports-contest__contacts-block-header {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  margin-bottom: 50px;
}

.sports-contest__contacts-block-header-text {
  color: #1668D1;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.sports-contest__contacts-block-header-text span {
  color: #033271;
}

.sports-contest__contacts-block-wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}

.sports-contest__contacts-block-adress {
  border: 2px solid #1668D1;
  flex: 1 1 auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  min-width: 460px;
}

.sports-contest__contacts-block-map {
  flex: 0 1 auto;
}

.sports-contest__contacts-block-map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sports-contest__contacts-block-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sports-contest__contacts-block-icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports-contest__contacts-block-icon img {
  display: block;
}

.sports-contest__contacts-block-text {
  color: #000000;
  font-family: "TTHoves", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.sports-contest__contacts-block-text span {
  font-family: "Etude Noire", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sports-contest__partner-block {
  padding: 0 40px 150px;
}

.sports-contest__partner-block::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 284px;
  background: #033271;
  z-index: 1;
}

.sports-contest__social-block {
  position: relative;
  margin: 70px auto 120px;
}

.sports-contest__social-block::before {
  content: '';
  background-color: #033271;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  z-index: 1;
}

.sports-contest__social-block-mascot {
  position: absolute;
  left: 50%;
  top: -160px;
  transform: translateX(-50%);
}

.sports-contest__social-block-wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 0 0 52px 52px;
  background: #1668D1;
  position: relative;
  z-index: 0;
  padding: 65px 60px 60px;
}

.sports-contest__social-block-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 auto;
}

.sports-contest__social-block-title {
  color: #ffffff;
  font-family: "Nickel Gothic", sans-serif;
  font-size: 71px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.sports-contest__social-block-title span {
  color: #B8E404;
}

.sports-contest__social-block-desc {
  color: #ffffff;
  font-family: "TTHoves", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sports-contest__social-block-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  flex: 0 1 auto;
}

.sports-contest__social-block-links-item {
  display: flex;
  height: 88px;
  padding: 15px 21px;
  align-items: center;
  gap: 22px;
  border-radius: 56px;
  border: 2px solid #B8E404;
  background: #1668D1;
}

.sports-contest__social-block-links-item-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
}

.sports-contest__social-block-links-item-icon svg {
  display: block;
  color: #B8E404;
}

.sports-contest__social-block-links-item-text {
  color: #B8E404;
  font-family: "TTHoves", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sports-contest__social-block-links-item:hover {
  background: #B8E404;
}

.sports-contest__social-block-links-item:hover .sports-contest__social-block-links-item-text {
  color: #1668D1;
}

.sports-contest__social-block-links-item:hover .sports-contest__social-block-links-item-icon svg {
  color: #1668D1;
}

.sports-contest .desktop {
  display: flex !important;
}

.sports-contest .mobile {
  display: none !important;
}

.novosib-fest {
  position: relative;
  padding-bottom: 75px;
}

.novosib-fest::before {
  position: absolute;
  top: -181px;
  left: -400px;
  content: '';
  display: block;
  width: 1027px;
  height: 1072px;
  background-image: url("../img/content/bg.png"), url("../img/content/komus-fest/main-glow.png");
  background-size: auto auto, 1027px 1072px;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.novosib-fest__top-block {
  margin-top: 70px;
  margin-bottom: 120px;
}

.novosib-fest__title-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.novosib-fest__title {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 57.35px;
  line-height: 132%;
  color: #ffffff;
  text-transform: uppercase;
}

.novosib-fest__title span {
  color: #C0F205;
}

.novosib-fest__date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  padding: 5px 90px;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.novosib-fest__date:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  max-width: 1083px;
  width: 100%;
  height: 48px;
  background-image: url(../img/content/bg-title.png);
}

.novosib-fest__main-info {
  display: flex;
  gap: 36px;
}

.novosib-fest__main-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.novosib-fest__intro-text {
  max-width: 860px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.35;
  color: #ffffff;
}

.novosib-fest__intro-accent {
  font-family: "TTHoves", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.novosib-fest__main-photo {
  flex-shrink: 0;
  width: 562px;
  border: 2px solid #ffffff;
  line-height: 0;
}

.novosib-fest__main-photo picture,
.novosib-fest__main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.novosib-fest__main-right {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 655px;
  height: 342px;
  padding: 28px;
  background-color: #C0F205;
}

.novosib-fest__main-right::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.novosib-fest__main-right::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 220px;
  height: 90px;
  background-image: url("../img/content/bg-all.png");
}

.novosib-fest__main-row {
  display: flex;
  gap: 16px;
  flex-grow: 1;
}

.novosib-fest__price-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 138%;
  color: #080808;
}

.novosib-fest__price {
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 66px;
  line-height: 100%;
  color: #080808;
}

.novosib-fest__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: white;
  background: #133194;
}

.novosib-fest__caption-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 50px;
  background-color: #080808;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.novosib-fest__city {
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  color: #ffffff;
}

.novosib-fest__caption {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: 1.3;
  color: #C0F205;
}

.novosib-fest__img-block {
  max-width: 363px;
  width: 100%;
  flex-shrink: 1;
  line-height: 0;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.novosib-fest__img-block picture,
.novosib-fest__img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.novosib-fest__container {
  position: relative;
}

.novosib-fest__container_polygon::before {
  position: absolute;
  top: 47px;
  right: -181px;
  content: '';
  display: block;
  width: 463px;
  height: 460px;
  background-image: url("../img/content/komus-fest/polygon-sm.png");
  background-size: 463px 460px;
  background-repeat: no-repeat;
  z-index: 10;
}

.novosib-fest__content {
  position: relative;
  background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.15) 20.61%, rgba(255, 255, 255, 0.1) 82.27%);
  box-shadow: 2px 4px 30px 0px #0000001a;
}

.novosib-fest__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1017px;
  height: 655px;
  background-image: url("../img/content/grand/novosib/lines.png");
  z-index: -1;
}

.novosib-fest__content::after {
  position: absolute;
  top: 1112px;
  left: 0;
  content: '';
  width: 810px;
  height: 1282px;
  background-image: url("../img/content/grand/novosib/lines2.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.novosib-fest__header-block-logo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 40px 60px;
  background: #133194;
  overflow: hidden;
}

.novosib-fest__header-block-logo::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1017px;
  height: 655px;
  background-image: url("../img/content/grand/novosib/lines.png");
  z-index: 1;
}

.novosib-fest__header-block-logo::after {
  position: absolute;
  inset: 0;
  content: '';
  background-image: url("../img/content/bg-all.png");
  z-index: 1;
}

.novosib-fest__header-block-logo picture {
  position: relative;
  z-index: 2;
}

.novosib-fest__desc-block {
  padding: 60px 60px 50px;
}

.novosib-fest__desc-text {
  max-width: 1500px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.35;
  color: #ffffff;
}

.novosib-fest__desc-text p {
  margin: 0;
}

.novosib-fest__desc-accent {
  font-family: "TTHoves", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.novosib-fest__quote {
  padding: 40px 60px;
  font-family: "TTHoves", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 1.35;
  color: #ffffff;
  background-color: #133194;
  margin-bottom: 120px;
  position: relative;
}

.novosib-fest__quote::before {
  position: absolute;
  top: 300px;
  left: -132px;
  content: '';
  display: block;
  opacity: 0.6;
  width: 346px;
  height: 333px;
  background-image: url("../img/content/komus-fest/polygon.png");
  background-size: 346px 333px;
  background-repeat: no-repeat;
  z-index: 10;
}

.novosib-fest__gallery-block {
  display: flex;
  gap: 12px;
  padding: 0 60px 80px;
}

.novosib-fest__gallery-main {
  flex-shrink: 0;
  width: 500px;
  border: 2px solid #385fc9;
  overflow: hidden;
  line-height: 0;
}

.novosib-fest__gallery-main picture,
.novosib-fest__gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.novosib-fest__gallery-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.novosib-fest__text-block {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 0 60px;
  position: relative;
  z-index: 3;
}

.novosib-fest__text {
  max-width: 830px;
  padding-top: 60px;
  padding-bottom: 75px;
  font-family: 'TTHoves';
  font-weight: 200;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}

.novosib-fest__text_wide {
  max-width: 1190px;
  padding-top: 20px;
}

.novosib-fest__text_wide span {
  font-weight: 400;
}

.novosib-fest__photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  flex-shrink: 0;
  width: 562px;
  margin-left: 20px;
}

.novosib-fest__photo-item {
  min-height: 200px;
  overflow: hidden;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.novosib-fest__photo-item picture,
.novosib-fest__photo-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grand__photo-grid .novosib-fest__photo-item {
  height: 251px;
}

.grand__gallery-grid .novosib-fest__photo-item {
  height: 100%;
  min-height: 170px;
}

.novosib-fest__header-block {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  margin-top: -37px;
  padding: 40px 60px 40px 0;
  background: #ccd329;
  padding-left: 0 !important;
}

.novosib-fest__header {
  position: relative;
  z-index: 5;
  font-family: "Strelka", sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
  padding: 20px 60px;
}

.novosib-fest__header.bg {
  background-image: url(../img/content/bg-all.png);
}

.novosib-fest__header.p0 {
  padding: 0;
  margin-bottom: 60px;
}

.novosib-fest__header span {
  color: #C0F205;
}

.novosib-fest__event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 15px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.novosib-fest__event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 20px 30px;
  background-color: #C0F205;
}

.novosib-fest__event-item:nth-child(2n) {
  background-color: #080808;
  border: 1.49px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.novosib-fest__event-item:nth-child(2n) .grand__event-title,
.novosib-fest__event-item:nth-child(2n) .grand__event-text,
.novosib-fest__event-item:nth-child(2n) .grand__event-desc {
  color: #ffffff;
}

.novosib-fest__event-item:nth-child(2n) .grand__event-price {
  color: #C0F205;
}

.novosib-fest__event-title {
  margin-bottom: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #080808;
  text-transform: uppercase;
}

.novosib-fest__event-title span {
  display: block;
}

.novosib-fest__event-type {
  margin-bottom: 8px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #080808;
}

.novosib-fest__event-price {
  margin-top: auto;
  font-family: "Strelka", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  color: #080808;
}

.novosib-fest__event-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 138%;
  color: #080808;
  text-transform: uppercase;
}

.novosib-fest__event-desc {
  margin-top: 10px;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #080808;
}

.novosib-fest__info-block {
  position: relative;
  display: flex;
  min-height: 319px;
  padding: 50px 0 35px;
  margin-bottom: 230px;
  background: linear-gradient(90deg, #385fc9 0%, #df258b 49.52%, #e3ec13 100%);
}

.novosib-fest__info-col {
  display: flex;
  flex-direction: column;
}

.novosib-fest__info-title {
  max-width: 600px;
  margin-bottom: 26px;
  padding-left: 74px;
}

.novosib-fest__info-list {
  display: flex;
  align-items: center;
  gap: 70px;
  min-height: 97px;
  padding: 5px 70px;
  background-image: url("../img/content/bg-all.png");
}

.novosib-fest__info-item {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 138%;
  color: #ffffff;
}

.novosib-fest__info-img {
  position: absolute;
  top: 30px;
  right: 73px;
  width: 579px;
  height: 497px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
}

.novosib-fest__info-img picture,
.novosib-fest__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.novosib-fest__wrapper-block {
  position: relative;
}

.novosib-fest__wrapper-block::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 284px;
  background: linear-gradient(270deg, #11006f 1.02%, #5c019d 97.05%);
  z-index: -1;
}

.novosib-fest__wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.novosib-fest__wrapper::before {
  position: absolute;
  bottom: 484px;
  right: 0;
  content: '';
  width: 1100px;
  height: 1283px;
  background-image: url("../img/content/grand/novosib/lines3.png");
  background-repeat: no-repeat;
  z-index: -2;
}

.novosib-fest__wrapper .grand__header {
  margin-bottom: 60px;
}

.novosib-fest__address {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 30px 20px;
}

.novosib-fest__address svg {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  fill: #ffffff;
}

.novosib-fest__address-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.novosib-fest__social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px 30px;
}

.novosib-fest__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s linear;
}

.novosib-fest__social-item svg {
  width: 45px;
  height: 45px;
  fill: #ffffff;
}

.novosib-fest__social-item:hover svg {
  fill: #C0F205;
}

.novosib-fest__map-row {
  display: flex;
  gap: 36px;
  min-height: 346px;
  margin-bottom: 120px;
}

.novosib-fest__map-block {
  flex-shrink: 0;
  width: 453px;
  background-color: #2c2c2c;
  border: 1px solid #ccd329;
}

.novosib-fest__map {
  flex-grow: 1;
}

.novosib-fest__map picture,
.novosib-fest__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.novosib-fest__doc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 120px;
}

.novosib-fest__doc-item {
  display: flex;
  align-items: center;
  line-height: 0;
  background-color: #ffffff;
}

.novosib-fest__doc-item svg {
  cursor: pointer;
}

.novosib-fest__doc-text {
  font-family: "TTHoves", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
  color: #2c2c2c;
}

.novosib-fest__doc-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 10px 40px 40px;
}

.novosib-fest__doc-content picture {
  flex-shrink: 0;
}

.novosib-fest__doc-divider {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  margin-left: 15px;
  background: #ccd329;
}

.novosib-fest__doc-download {
  margin-left: auto;
}

.novosib-fest__partner-list {
  position: relative;
  z-index: 3 !important;
}

.novosib-fest__partner-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.novosib-fest__partner-item picture,
.novosib-fest__partner-item img {
  max-width: 373px;
  width: 100%;
  max-height: 220px;
  height: auto;
}

.novosib-fest__partner-item.swiper-slide {
  height: 266px;
}

.novosib-fest__partner-header-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.novosib-fest__partner-header-block .komus-fest__header {
  margin-bottom: 0;
}

.novosib-fest__partner-nav {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.novosib-fest__partner-nav-prev,
.novosib-fest__partner-nav-next {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.novosib-fest__partner-nav-prev:hover,
.novosib-fest__partner-nav-next:hover {
  color: #080808;
  border-color: #C0F205;
  background-color: #C0F205;
}

@media (min-width: 1100px) {
  .detail__info-item:hover .detail__info-wrap {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }
}

@media (min-width: 1680px) {
  .calendar__item-date-wrap:hover .calendar__tooltip {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1750px) {
  .detail__header-block {
    gap: 70px;
  }
}

@media (max-width: 1700px) {
  .detail__text-block {
    padding-left: 70px;
  }

  .partners-page__form-title {
    max-width: 700px;
    font-size: 45px;
  }

  .partners-page__feature-num {
    font-size: 80px;
  }

  .partners-page__feature-text {
    font-size: 30px;
  }
}

@media (max-width: 1680px) {
  .calendar__info-list {
    justify-content: flex-start;
  }

  .calendar__item-date-wrap.show .calendar__tooltip {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(8, 8, 8, 0.62);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 50;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-wrap {
    max-width: 300px;
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-wrap::before {
    display: none;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-img {
    display: none;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-title {
    font-size: 20px;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-title::after {
    display: none;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-row {
    margin-bottom: 20px;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-date {
    margin-bottom: 4px;
    margin-left: 20px;
    font-size: 24px;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-text {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .calendar__item-date-wrap.show .calendar__tooltip-link {
    display: flex;
    height: 44px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    background: linear-gradient(270deg, #11006f 1.02%, #5c019d 97.05%);
  }

  .calendar__item-date-wrap.show .calendar__tooltip-close {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #080808;
    background-color: #C0F205;
  }

  .feature__slogan {
    display: none;
  }
}

@media (max-width: 1676px) {
  .partners__wrap {
    margin-left: 0;
  }

  .partners__nav {
    right: 0;
  }

  .news__wrap {
    margin-left: 0;
  }

  .news__nav {
    right: 0;
  }

  .events__wrap {
    margin-left: 0;
  }

  .events__tab {
    right: 20px;
  }

  .calendar__wrap {
    margin-left: 0;
  }

  .calendar__list {
    flex-wrap: wrap;
  }

  .events-page__wrap {
    margin-left: 0;
  }

  .events-page__tab {
    right: 20px;
  }

  .news-page__wrap {
    margin-left: 0;
  }

  .cart__wrap {
    margin-left: 0;
  }

  .rating__wrap {
    margin-left: 0;
  }

  .detail__wrap {
    margin-left: 0;
  }

  .products__wrap {
    margin-left: 0;
  }

  .partners-page__wrap {
    margin-left: 0;
  }
}

@media (max-width: 1650px) {
  .footer__wrap {
    gap: 20px;
  }

  .footer__logo {
    width: 300px;
  }

  .feature__value {
    font-size: 100px;
  }

  .cart__title {
    font-size: 30px;
  }

  .cart__price {
    width: 270px;
    font-size: 40px;
  }

  .detail__info-wrap {
    width: 450px;
    padding: 20px;
  }

  .detail__content {
    max-height: 180px;
  }

  .detail__content b {
    font-size: 16px;
  }

  .detail__content p {
    font-size: 16px;
  }

  .komus-fest_white .komus-fest__date:after {
    display: none;
  }

  .komus-fest__main-right {
    width: 500px;
  }

  .komus-fest__price {
    font-size: 46px;
  }

  .komus-fest__city-event-date {
    margin-left: 30px;
  }

  .komus-fest__city-event {
    margin-left: 30px;
  }

  .komus-fest__city-event-btn {
    margin-left: 30px;
  }

  .grand__main-photo {
    width: 460px;
  }

  .grand__main-right {
    width: 500px;
  }

  .grand__price {
    font-size: 46px;
  }

  .sports-contest__main-photo {
    width: 460px;
  }

  .sports-contest__main-right {
    gap: 20px;
  }

  .sports-contest__main-right-top {
    width: 450px;
  }

  .sports-contest__price {
    font-size: 42px;
  }

  .sports-contest__header-block-logo-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
  }

  .sports-contest__text-block {
    padding: 20px;
  }

  .sports-contest__text ul,
  .sports-contest__text li,
  .sports-contest__text p {
    font-size: 22px;
  }

  .sports-contest__text p {
    margin-bottom: 10px;
  }

  .sports-contest__doc-list {
    margin: 0 auto 60px;
    padding: 0 20px;
    gap: 20px;
  }

  .sports-contest__doc-item {
    width: calc(50% - 10px);
  }

  .sports-contest__game-block-pic1 {
    width: 300px;
    left: 90px;
    top: 310px;
  }

  .sports-contest__game-block-pic2 {
    width: 300px;
    right: 90px;
    top: 230px;
  }

  .sports-contest__sport-types-block-head {
    padding: 0 20px;
  }

  .sports-contest__sport-types-block-slider {
    padding: 0 20px;
  }

  .sports-contest__descriptions-block-title {
    padding-left: 20px;
  }

  .sports-contest__descriptions-block-title-text {
    font-size: 42px;
  }

  .sports-contest__descriptions-block-content {
    padding-left: 20px;
  }

  .sports-contest__promo-block-wrap {
    padding: 0 20px;
  }

  .sports-contest__promo-block-left {
    padding: 20px;
  }

  .sports-contest__promo-block-right {
    justify-content: space-around;
    padding: 20px;
    gap: 0;
    background-color: #1668D1;
  }

  .sports-contest__promo-block-bottom-promo {
    padding: 20px;
    font-size: 42px;
  }

  .sports-contest__promo-block-bottom-name {
    padding: 20px;
  }

  .sports-contest__reg-block {
    margin-top: 180px;
  }

  .sports-contest__reg-block-wrapper {
    padding: 0 20px;
  }

  .sports-contest__contacts-block {
    padding: 70px 20px;
  }

  .sports-contest__contacts-block-wrap {
    gap: 20px;
  }

  .sports-contest__social-block {
    padding: 0 20px;
    margin: 40px auto;
  }

  .sports-contest__social-block-wrap {
    padding: 35px 20px 30px;
  }

  .novosib-fest__main-photo {
    width: 460px;
  }

  .novosib-fest__main-right {
    width: 500px;
  }

  .novosib-fest__price {
    font-size: 46px;
  }
}

@media (max-width: 1600px) {
  .komus-fest__header-block-b svg {
    width: 140px;
    height: auto;
  }

  .komus-fest__header-sm {
    font-size: 54px;
  }

  .komus-fest__city-events::before {
    display: none;
  }

  .komus-fest__city-event-img {
    width: 200px;
    height: auto;
  }

  .komus-fest__event-item {
    padding: 15px;
  }

  .grand__event-item {
    padding: 15px;
  }

  .sports-contest__event-item {
    padding: 15px;
  }

  .novosib-fest__event-item {
    padding: 15px;
  }
}

@media (max-width: 1550px) {
  .main {
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .header__wrap::before {
    display: none;
  }

  .header__wrap {
    height: 70px;
  }

  .header__nav-item {
    font-size: 16px;
  }

  .header__social-list {
    gap: 15px;
  }

  .header__social-item {
    width: 45px;
    height: 45px;
  }

  .footer__wrap {
    height: 70px;
  }

  .footer__social-list {
    gap: 15px;
  }

  .footer__social-item {
    width: 45px;
    height: 45px;
  }

  .products__block {
    margin-top: 20px;
  }

  .partners-page__feature-num {
    font-size: 50px;
  }

  .komus-fest__info-title {
    padding-left: 40px;
  }

  .komus-fest__info-list {
    gap: 40px;
    padding: 5px 40px;
  }

  .komus-fest__info-item {
    font-size: 24px;
  }

  .grand__info-title {
    padding-left: 40px;
  }

  .grand__info-list {
    gap: 40px;
    padding: 5px 40px;
  }

  .grand__info-item {
    font-size: 24px;
  }

  .sports-contest__info-title {
    padding-left: 40px;
  }

  .sports-contest__info-list {
    gap: 40px;
    padding: 5px 40px;
  }

  .sports-contest__info-item {
    font-size: 24px;
  }

  .novosib-fest__info-title {
    padding-left: 40px;
  }

  .novosib-fest__info-list {
    gap: 40px;
    padding: 5px 40px;
  }

  .novosib-fest__info-item {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  .footer__nav-item {
    font-size: 16px;
  }

  .events__list {
    gap: 20px;
  }

  .intro__img-block {
    margin-right: -20px;
  }

  .intro__polygon-sm {
    display: none;
  }

  .events-item__img-block {
    margin-bottom: 20px;
  }

  .events-item__price-block {
    min-height: 135px;
  }

  .events-item__price {
    font-size: 50px;
  }

  .events-item__title {
    font-size: 30px;
  }

  .map {
    padding-top: 0;
  }

  .events-page__list {
    gap: 20px;
  }

  .rating::before {
    display: none;
  }

  .detail__img-block {
    width: 550px;
    height: 436px;
  }

  .detail__img-list-wrap {
    width: 410px;
  }

  .detail__img-item {
    width: 410px;
    height: 436px;
  }

  .detail__thumbnail-list-wrap {
    height: 390px;
  }

  .detail__thumbnail-item-wrap {
    padding-bottom: 30px;
  }

  .detail__thumbnail-item {
    width: 100px;
    height: 100px;
  }

  .products__list {
    gap: 20px;
  }

  .product-item__info {
    gap: 12px;
  }

  .product-item__price {
    font-size: 24px;
  }

  .partners-page__block-info {
    gap: 100px;
    margin-bottom: 100px;
  }

  .partners-page__block-info-sm:first-child::after {
    bottom: -136px;
  }

  .partners-page__info-desc p {
    font-size: 22px;
  }

  .komus-fest_white .komus-fest__container_polygon::before {
    display: none;
  }

  .komus-fest__title {
    font-size: 37.35px;
  }

  .komus-fest__date {
    min-height: 61px;
    font-size: 30px;
  }

  .komus-fest__date:after {
    display: none;
  }

  .komus-fest__container_polygon::before {
    display: none;
  }

  .komus-fest__header-block-logo {
    min-height: 180px;
  }

  .komus-fest__header-block-logo picture {
    width: 500px;
    height: auto;
  }

  .komus-fest__header-block {
    min-height: 180px;
  }

  .komus-fest__img {
    width: 462px;
    height: 414px;
  }

  .komus-fest__feature-list::before {
    display: none;
  }

  .komus-fest__feature-item {
    min-height: 300px;
  }

  .komus-fest__feature-text {
    font-size: 24px;
  }

  .grand__title {
    font-size: 37.35px;
  }

  .grand__date {
    min-height: 61px;
    font-size: 30px;
  }

  .grand__date:after {
    display: none;
  }

  .grand__container_polygon::before {
    display: none;
  }

  .grand__header-block-logo {
    min-height: 180px;
  }

  .grand__header-block-logo picture {
    width: 500px;
    height: auto;
  }

  .grand__quote::before {
    display: none;
  }

  .grand__gallery-main {
    width: 400px;
  }

  .grand__photo-grid {
    width: 462px;
  }

  .grand__photo-grid .grand__photo-item {
    height: 200px;
  }

  .grand__header-block {
    min-height: 180px;
  }

  .sports-contest__title {
    font-size: 37.35px;
  }

  .sports-contest__date {
    min-height: 61px;
    font-size: 30px;
  }

  .sports-contest__date:after {
    display: none;
  }

  .sports-contest__container_polygon::before {
    display: none;
  }

  .sports-contest__quote::before {
    display: none;
  }

  .sports-contest__gallery-main {
    width: 400px;
  }

  .sports-contest__photo-grid {
    width: 462px;
  }

  .sports-contest__header-block {
    min-height: 180px;
  }

  .novosib-fest__title {
    font-size: 37.35px;
  }

  .novosib-fest__date {
    min-height: 61px;
    font-size: 30px;
  }

  .novosib-fest__container_polygon::before {
    display: none;
  }

  .novosib-fest__header-block-logo {
    min-height: 180px;
  }

  .novosib-fest__header-block-logo picture {
    width: 500px;
    height: auto;
  }

  .novosib-fest__quote::before {
    display: none;
  }

  .novosib-fest__gallery-main {
    width: 400px;
  }

  .novosib-fest__photo-grid {
    width: 462px;
  }

  .grand__photo-grid .novosib-fest__photo-item {
    height: 200px;
  }

  .novosib-fest__header-block {
    min-height: 180px;
  }
}

@media (max-width: 1450px) {
  .modal-registration .modal-registration__form-list {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }

  .news-detail__info {
    max-width: calc(100% - 350px);
  }

  .news-detail__right-block {
    width: 350px;
    margin-left: -350px;
  }

  .news-detail__title {
    font-size: 40px;
  }

  .news-detail__caption {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .komus-fest_white .komus-fest__caption-block {
    padding: 20px 30px;
  }

  .komus-fest__main-info {
    gap: 20px;
  }

  .komus-fest__main-left {
    gap: 20px;
  }

  .komus-fest__main-right {
    min-height: 330px;
  }

  .komus-fest__caption-block {
    padding: 30px;
  }

  .komus-fest__img-block {
    width: 250px;
  }

  .komus-fest__city {
    font-size: 35px;
  }

  .komus-fest__caption {
    font-size: 22px;
  }

  .komus-fest__event-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .komus-fest__event-item:nth-child(2),
  .komus-fest__event-item:nth-child(4),
  .komus-fest__event-item:nth-child(5),
  .komus-fest__event-item:nth-child(7) {
    background-color: #C0F205;
    border: none;
  }

  .komus-fest__event-item:nth-child(2) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(2) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(2) .komus-fest__event-desc,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-desc,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-desc,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-desc {
    color: #080808;
  }

  .komus-fest__event-item:nth-child(2) .komus-fest__event-price,
  .komus-fest__event-item:nth-child(4) .komus-fest__event-price,
  .komus-fest__event-item:nth-child(5) .komus-fest__event-price,
  .komus-fest__event-item:nth-child(7) .komus-fest__event-price {
    color: #080808;
  }

  .komus-fest__event-item:nth-child(2n + 2) {
    background-color: #080808;
    border: 1.49px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(89.99deg, #11009d -7.02%, #02b3ff 31.54%, #dbff00 103.17%);
  }

  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-title,
  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-text,
  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-desc {
    color: #ffffff;
  }

  .komus-fest__event-item:nth-child(2n + 2) .komus-fest__event-price {
    color: #C0F205;
  }

  .grand__main-info {
    gap: 20px;
  }

  .grand__main-left {
    gap: 20px;
  }

  .grand__main-right {
    height: 330px;
  }

  .grand__caption-block {
    padding: 30px;
  }

  .grand__city {
    font-size: 30px;
  }

  .grand__caption {
    font-size: 22px;
  }

  .grand__img-block {
    width: 250px;
  }

  .sports-contest__main-info {
    gap: 20px;
  }

  .sports-contest__main-left {
    gap: 20px;
  }

  .sports-contest__main-right-top {
    height: 200px;
    padding: 15px;
  }

  .sports-contest__caption-block {
    padding: 15px;
  }

  .sports-contest__city {
    font-size: 35px;
  }

  .sports-contest__city2 {
    font-size: 28px;
  }

  .sports-contest__caption {
    font-size: 22px;
  }

  .sports-contest__img-block {
    width: 250px;
  }

  .novosib-fest__main-info {
    gap: 20px;
  }

  .novosib-fest__main-left {
    gap: 20px;
  }

  .novosib-fest__main-right {
    height: 330px;
  }

  .novosib-fest__caption-block {
    padding: 30px;
  }

  .novosib-fest__city {
    font-size: 30px;
  }

  .novosib-fest__caption {
    font-size: 22px;
  }

  .novosib-fest__img-block {
    width: 250px;
  }
}

@media (max-width: 1400px) {
  .title_right-line::after {
    height: 30px;
    transform: translateY(-2px);
  }

  .title {
    font-size: 44px;
  }

  .title-sm {
    font-size: 38px;
  }

  .title-sm span {
    max-width: 580px;
  }

  .title-sm_right-line {
    gap: 35px;
  }

  .title-sm_right-line::after {
    height: 30px;
    transform: translateY(-8px);
  }

  .gallery {
    margin-top: 100px;
  }

  .gallery__header-block {
    margin-bottom: 40px;
  }

  .gallery__item {
    height: 550px;
  }

  .partners__nav {
    bottom: -30px;
  }

  .news__nav {
    bottom: -30px;
  }

  .news__block {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .news-item__info-block {
    min-height: 200px;
  }

  .news-item__title {
    font-size: 32px;
  }

  .news-item__text {
    font-size: 22px;
  }

  .news-item__teaser {
    font-size: 18px;
  }

  .news-item__description {
    font-size: 16px;
  }

  .info__text-block {
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
  }

  .info__img-block {
    min-height: 500px;
  }

  .calendar__container {
    padding-bottom: 100px;
  }

  .feature__row-header {
    gap: 30px;
  }

  .feature__row-header svg {
    width: auto;
    height: 48px;
  }

  .feature__arrow {
    top: 70px;
  }

  .breadcrumbs__item {
    font-size: 16px;
  }

  .content h2 {
    font-size: 32px;
  }

  .content h3 {
    font-size: 26px;
  }

  .content p {
    font-size: 20px;
  }

  .cart {
    padding-bottom: 150px;
  }

  .cart::after {
    bottom: 70px;
    height: 28px;
    width: calc(100% - 200px);
  }

  .cart__container-wrap::after {
    display: none;
  }

  .cart-order {
    padding: 30px;
    gap: 20px;
  }

  .rating__top {
    margin-bottom: 50px;
  }

  .detail::before {
    bottom: 70px;
    height: 28px;
    width: calc(100% - 200px);
  }

  .detail__header::after {
    top: 7px;
    height: 30px;
    transform: translateY(-2px);
  }

  .detail__title-block {
    font-size: 30px;
    padding: 15px;
  }

  .detail__title-block::before {
    transform: rotate(-1deg);
  }

  .detail__text-block {
    padding-left: 50px;
  }

  .partners-page__info-title {
    max-width: 420px;
    font-size: 40px;
  }

  .partners-page__title {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .partners-page__offer {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .partners-page__offer-list {
    gap: 20px;
  }

  .partners-page__offer-item {
    padding: 25px;
  }

  .partners-page__offer-item:first-child {
    padding: 25px;
  }

  .partners-page__offer-header {
    font-size: 30px;
  }

  .partners-page__event {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .partners-page__event::before {
    display: none;
  }

  .partners-page__event-list.swiper-wrapper {
    gap: 20px;
  }

  .partners-page__event-title {
    font-size: 24px;
  }

  .partners-page__form-wrap::before {
    top: -56px;
    right: -48px;
    width: 110px;
    height: 140px;
    background-size: 110px 140px;
  }

  .partners-page__form-wrap {
    margin-top: 100px;
    padding: 30px;
  }

  .partners-page__contact-name {
    font-size: 24px;
  }

  .partners-page__contact-phone {
    font-size: 24px;
  }

  .komus-fest__header-block-logo {
    padding: 40px;
  }

  .komus-fest__header-block {
    margin-top: 0;
    padding: 40px;
  }

  .komus-fest__header-block-b svg {
    width: 100px;
  }

  .komus-fest__header-block-b picture {
    width: 250px;
    height: auto;
  }

  .komus-fest__text-block {
    padding: 50px;
  }

  .komus-fest__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .komus-fest__text_wide {
    padding-top: 0;
  }

  .komus-fest__header {
    font-size: 35px;
  }

  .komus-fest__feature-list {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }

  .komus-fest__tile-wrap.swiper {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 80px;
  }

  .komus-fest__tile-item.swiper-slide {
    min-height: 290px;
  }

  .komus-fest__wrapper-block::after {
    height: 180px;
  }

  .komus-fest__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .komus-fest__city-events {
    padding-left: 50px;
    padding-right: 50px;
  }

  .komus-fest__city-event-list {
    gap: 20px;
  }

  .komus-fest__city-event-item {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .komus-fest__city-event-row {
    margin-bottom: 40px;
  }

  .komus-fest__img-cup::before {
    width: 50px;
  }

  .komus-fest__city-event-title {
    font-size: 24px;
  }

  .komus-fest__city-event-text {
    font-size: 18px;
  }

  .komus-fest__city-event-date {
    font-size: 30px;
  }

  .komus-fest__city-event {
    font-size: 20px;
  }

  .komus-fest__map-row {
    margin-bottom: 80px;
  }

  .komus-fest__event-list {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
  }

  .komus-fest__doc-list {
    margin-bottom: 80px;
  }

  .komus-fest__place {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
  }

  .grand__intro-text {
    font-size: 22px;
  }

  .grand__main-photo {
    width: 380px;
  }

  .grand__header-block-logo {
    padding: 40px;
  }

  .grand__desc-block {
    padding: 50px;
  }

  .grand__quote {
    font-size: 30px;
    padding: 30px 50px;
  }

  .grand__gallery-block {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }

  .grand__text-block {
    padding: 50px;
  }

  .grand__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grand__text_wide {
    padding-top: 0;
  }

  .grand__header-block {
    margin-top: 0;
    padding: 40px;
  }

  .grand__header {
    font-size: 35px;
  }

  .grand__event-list {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }

  .grand__wrapper-block::after {
    height: 180px;
  }

  .grand__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grand__map-row {
    margin-bottom: 80px;
  }

  .grand__doc-list {
    margin-bottom: 80px;
  }

  .grand__tile-wrap.swiper {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 80px;
  }

  .grand__tile-item.swiper-slide {
    min-height: 290px;
  }

  .sports-contest__intro-text {
    font-size: 22px;
  }

  .sports-contest__main-photo {
    width: 380px;
  }

  .sports-contest__desc-block {
    padding: 50px;
  }

  .sports-contest__quote {
    font-size: 30px;
    padding: 30px 50px;
  }

  .sports-contest__gallery-block {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }

  .sports-contest__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sports-contest__text_wide {
    padding-top: 0;
  }

  .sports-contest__header-block {
    margin-top: 0;
    padding: 40px;
  }

  .sports-contest__event-list {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }

  .sports-contest__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sports-contest__map-row {
    margin-bottom: 80px;
  }

  .sports-contest__tile-wrap.swiper {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 80px;
  }

  .sports-contest__tile-item.swiper-slide {
    min-height: 290px;
  }

  .novosib-fest__intro-text {
    font-size: 22px;
  }

  .novosib-fest__main-photo {
    width: 380px;
  }

  .novosib-fest__header-block-logo {
    padding: 40px;
  }

  .novosib-fest__desc-block {
    padding: 50px;
  }

  .novosib-fest__quote {
    font-size: 30px;
    padding: 30px 50px;
  }

  .novosib-fest__gallery-block {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }

  .novosib-fest__text-block {
    padding: 50px;
  }

  .novosib-fest__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .novosib-fest__text_wide {
    padding-top: 0;
  }

  .novosib-fest__header-block {
    margin-top: 0;
    padding: 40px;
  }

  .novosib-fest__header {
    font-size: 35px;
  }

  .novosib-fest__event-list {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }

  .novosib-fest__wrapper-block::after {
    height: 180px;
  }

  .novosib-fest__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .novosib-fest__map-row {
    margin-bottom: 80px;
  }

  .novosib-fest__doc-list {
    margin-bottom: 80px;
  }
}

@media (max-width: 1350px) {
  .modal-registration .modal-registration__header {
    font-size: 50px;
  }

  .map::before {
    top: -340px;
    left: 50%;
    width: 1050px;
    height: 1044px;
    background-image: url("../img/content/bg.png"), url("../img/content/map/glow.png");
    background-size: auto auto, 1050px 1044px;
    z-index: -1;
  }

  .feature__container::after {
    display: none;
  }

  .feature__list {
    grid-template-columns: 500px 1fr;
    gap: 26px;
  }

  .detail__info-tab {
    margin-bottom: 20px;
  }

  .products__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .komus-fest__info-block {
    min-height: 280px;
  }

  .komus-fest__info-img {
    right: 40px;
    width: 490px;
    height: 390px;
  }

  .grand__info-block {
    min-height: 280px;
  }

  .grand__info-img {
    right: 40px;
    width: 490px;
    height: 390px;
  }

  .sports-contest__info-block {
    min-height: 280px;
  }

  .sports-contest__info-img {
    right: 40px;
    width: 490px;
    height: 390px;
  }

  .novosib-fest__info-block {
    min-height: 280px;
  }

  .novosib-fest__info-img {
    right: 40px;
    width: 490px;
    height: 390px;
  }
}

@media (max-width: 1300px) {
  .main {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .header {
    top: 40px;
  }

  .header__wrap {
    height: 50px;
  }

  .header__social-item {
    width: 32px;
    height: 32px;
  }

  .header__social-item svg {
    width: 25px;
    height: 25px;
  }

  .footer {
    bottom: 40px;
  }

  .footer__wrap {
    height: 50px;
  }

  .footer__social-item {
    width: 32px;
    height: 32px;
  }

  .footer__social-item svg {
    width: 25px;
    height: 25px;
  }

  .partners__item-wrap,
  .partners__item-wrap.swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news__header-block {
    margin-bottom: 50px;
  }

  .news-item {
    gap: 15px;
  }

  .news-item__img {
    height: 300px;
  }

  .intro {
    padding-bottom: 180px;
  }

  .map__city-link {
    font-size: 20px;
  }

  .news-detail__img-block {
    max-width: calc(100% - 400px);
  }

  .cart__header-block {
    margin-bottom: 40px;
  }

  .cookie {
    bottom: 50px;
    right: 50px;
    max-width: 388px;
  }

  .cookie__text-block {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie__text {
    font-size: 16px;
  }

  .checkbox__label {
    font-size: 16px;
  }

  .form__success {
    padding: 80px 20px;
  }

  .form__success-title {
    font-size: 50px;
  }

  .rating__header-block {
    margin-bottom: 40px;
  }

  .rating table thead th {
    padding: 20px 10px;
    font-size: 16px;
  }

  .rating table tbody th,
  .rating table tbody td {
    padding: 20px 10px;
    font-size: 16px;
  }

  .partners-page__block-info-sm:last-child .partners-page__info-text {
    width: calc(100% - 450px);
  }

  .partners-page__block-info-sm:last-child .partners-page__img-block {
    width: 450px;
  }

  .partners-page__form-title {
    font-size: 36px;
  }

  .partners-page__feature {
    grid-template-rows: 300px 300px;
  }

  .partners-page__feature::before {
    display: none;
  }

  .partners-page__feature::after {
    display: none;
  }

  .komus-fest__header-sm {
    font-size: 40px;
  }

  .komus-fest__feature-list {
    gap: 10px;
  }

  .komus-fest__partner-item.swiper-slide {
    height: 200px;
  }

  .komus-fest__map-block {
    width: 350px;
  }

  .komus-fest__event-list {
    gap: 10px;
  }

  .komus-fest__place-list {
    gap: 20px;
  }

  .komus-fest__place-caption {
    font-size: 36px;
  }

  .komus-fest__place-text {
    font-size: 22px;
  }

  .grand__main-right {
    height: 330px;
    width: 440px;
  }

  .grand__address-text {
    font-size: 17px;
  }

  .grand__map-block {
    width: 350px;
  }

  .grand__partner-item.swiper-slide.swiper-slide {
    height: 200px;
  }

  .sports-contest__address-text {
    font-size: 17px;
  }

  .sports-contest__map-block {
    width: 350px;
  }

  .novosib-fest__main-right {
    height: 330px;
    width: 440px;
  }

  .novosib-fest__address-text {
    font-size: 17px;
  }

  .novosib-fest__map-block {
    width: 350px;
  }

  .novosib-fest__partner-item.swiper-slide {
    height: 200px;
  }
}

@media (max-width: 1250px) {
  .footer__nav-item {
    font-size: 14px;
  }

  .feature::after {
    bottom: 80px;
    width: 279px;
  }

  .feature__wrap::after {
    display: none;
  }

  .feature__list {
    padding-bottom: 60px;
  }

  .feature__item-wrap:nth-child(1) .feature__item {
    height: 436px;
    padding-top: 240px;
  }

  .feature__item-wrap:nth-child(1) .feature__img {
    width: 250px;
    height: 250px;
  }

  .feature__item-wrap:nth-child(2) .feature__item {
    height: 436px;
  }

  .feature__item-wrap:nth-child(2) .feature__img {
    width: 290px;
    height: 290px;
  }

  .feature__item-wrap:nth-child(3) .feature__item {
    height: 560px;
  }

  .feature__item-wrap:nth-child(3) .feature__img {
    width: 400px;
    height: 400px;
  }

  .feature__item-wrap:nth-child(4) .feature__item {
    height: 300px;
    padding-top: 170px;
  }

  .feature__item-wrap:nth-child(4) .feature__img {
    width: 300px;
    height: 300px;
  }

  .feature__value {
    font-size: 70px;
  }

  .feature__text {
    font-size: 24px;
  }

  .detail__price {
    font-size: 44px;
  }

  .detail__select {
    margin-bottom: 30px;
  }

  .detail__info-list {
    margin-top: 30px;
  }

  .detail__info-wrap {
    left: 0;
    top: 100%;
  }

  .detail__content {
    max-height: 110px;
  }
}

@media (max-width: 1200px) {
  .modal-registration {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .modal-registration .modal-registration__form-list {
    gap: 40px;
    margin-top: 50px;
  }

  .modal-registration .modal-registration__header {
    margin-bottom: 17px;
    font-size: 36px;
  }

  .modal-registration .modal-registration__title {
    font-size: 40px;
  }

  .modal-registration .modal-registration__close-btn {
    width: 84px;
    height: 84px;
  }

  .modal-registration .modal-registration__close-btn svg {
    width: 40px;
    height: 40px;
  }

  .modal-registration .modal-registration__wrapper {
    padding: 0 30px;
  }

  .modal-registration .modal-registration__text {
    font-size: 20px;
  }

  .modal-success-request .modal-success-request__title {
    font-size: 50px;
  }

  .modal-success-request .modal-success-request__text {
    font-size: 26px;
  }

  .modal-success-request .modal-success-request__close-btn {
    width: 80px;
    height: 80px;
  }

  .modal-success-request .modal-success-request__close-btn svg {
    width: 45px;
    height: 45px;
  }

  .header__nav {
    gap: 20px;
  }

  .header__nav-item span {
    min-width: 16px;
    height: 16px;
    font-size: 12px;
  }

  .header__nav-item {
    font-size: 14px;
  }

  .footer__content {
    padding-left: 20px;
  }

  .footer__logo {
    width: 240px;
  }

  .partners {
    padding-top: 100px;
    margin-bottom: 110px;
  }

  .news {
    margin-top: 100px;
  }

  .news-item__img-block {
    height: 300px;
  }

  .events__header-block {
    margin-bottom: 50px;
  }

  .calendar__header-block {
    margin-bottom: 50px;
  }

  .events-page__header-block {
    margin-bottom: 50px;
  }

  .news-page__header-block {
    margin-bottom: 50px;
  }

  .news-page__block::before {
    display: none;
  }

  .cart::before {
    display: none;
  }

  .cart__container-wrap::before {
    display: none;
  }

  .cart__img-block {
    width: 110px;
    height: 115px;
    margin-right: 20px;
  }

  .cart__title {
    font-size: 20px;
  }

  .cart__price {
    width: 220px;
    font-size: 30px;
  }

  .cart__total-block {
    min-height: 110px;
    padding: 15px;
  }

  .form__col .form__label {
    padding-left: 8px;
    font-size: 20px;
  }

  .form__label {
    min-width: 80px;
    font-size: 24px;
  }

  .form__label span {
    font-size: 14px;
  }

  .form_row .form__item-wrap {
    align-items: center;
  }

  .products__sort-text {
    font-size: 18px;
  }

  .products__sort-item {
    font-size: 18px;
  }

  .products__type {
    display: none;
  }

  .products__reset {
    font-size: 18px;
  }

  .partners-page__header-block {
    margin-bottom: 50px;
  }

  .partners-page__block-info::before {
    top: -214px;
    left: auto;
    right: -400px;
  }

  .partners-page__block-info-sm:first-child::before {
    display: none;
  }

  .partners-page__block-info-sm:last-child .partners-page__info-text {
    padding: 30px;
  }

  .partners-page__info-title {
    font-size: 30px;
  }

  .partners-page__img-block {
    min-height: 350px;
  }

  .partners-page__info-desc p {
    font-size: 18px;
  }

  .partners-page__form {
    width: 400px;
  }

  .partners-page__contact-block {
    gap: 15px;
  }

  .partners-page__contact-name {
    font-size: 18px;
  }

  .partners-page__contact-name span {
    font-size: 16px;
  }

  .partners-page__contact-phone {
    font-size: 18px;
  }

  .partners-page__feature-wrap::before {
    display: none;
  }

  .partners-page__feature-wrap::after {
    top: -214px;
    left: auto;
    right: -400px;
  }

  .partners-page__feature-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .komus-fest__main-right {
    width: 50%;
    min-height: auto;
  }

  .komus-fest__main-row {
    flex-direction: column;
  }

  .komus-fest__img-block {
    width: 100%;
    height: auto;
  }

  .komus-fest__content::before {
    display: none;
  }

  .komus-fest__content::after {
    display: none;
  }

  .komus-fest__header-block-logo::before {
    display: none;
  }

  .komus-fest__header-block-logo {
    min-height: 150px;
    padding: 20px 40px;
  }

  .komus-fest__header-block {
    min-height: 150px;
    padding: 20px 40px;
  }

  .komus-fest__text-block {
    padding: 40px 30px;
  }

  .komus-fest__text {
    font-size: 20px;
  }

  .komus-fest__text p {
    font-size: 16px;
  }

  .komus-fest__img {
    width: 330px;
    height: 300px;
  }

  .komus-fest__feature-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .komus-fest__feature-item {
    min-height: 260px;
  }

  .komus-fest__tile-wrap.swiper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .komus-fest__wrapper::before {
    display: none;
  }

  .komus-fest__wrapper::after {
    display: none;
  }

  .komus-fest__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__wrapper .komus-fest__header {
    margin-bottom: 40px;
  }

  .komus-fest__city-events {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__city-events .komus-fest__header {
    margin-bottom: 40px;
  }

  .komus-fest__map-row {
    gap: 20px;
  }

  .komus-fest__info-block {
    margin-bottom: 180px;
  }

  .komus-fest__info-title {
    max-width: 400px;
  }

  .komus-fest__info-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 40px 15px;
    gap: 10px;
  }

  .komus-fest__event-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .komus-fest__event-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .komus-fest__doc-list {
    gap: 20px;
  }

  .komus-fest__doc-text {
    font-size: 16px;
  }

  .komus-fest__doc-content picture {
    width: 140px;
  }

  .komus-fest__doc-content {
    padding: 20px;
  }

  .komus-fest__place {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }

  .grand__intro-text {
    font-size: 18px;
  }

  .grand__main-photo {
    width: 50%;
  }

  .grand__main-right {
    width: 50%;
    height: auto;
  }

  .grand__main-row {
    flex-direction: column;
  }

  .grand__img-block {
    width: 100%;
    max-width: 100%;
  }

  .grand__content::before {
    display: none;
  }

  .grand__content::after {
    display: none;
  }

  .grand__header-block-logo::before {
    display: none;
  }

  .grand__header-block-logo {
    min-height: 150px;
    padding: 20px 40px;
  }

  .grand__desc-block {
    padding: 40px 30px;
  }

  .grand__desc-text {
    font-size: 20px;
  }

  .grand__quote {
    font-size: 24px;
    padding: 25px 30px;
  }

  .grand__gallery-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grand__gallery-main {
    width: 300px;
  }

  .grand__text-block {
    padding: 40px 30px;
  }

  .grand__text {
    font-size: 20px;
  }

  .grand__photo-grid {
    width: 330px;
  }

  .grand__photo-grid .grand__photo-item {
    height: 144px;
  }

  .grand__header-block {
    min-height: 150px;
    padding: 20px 40px;
  }

  .grand__header.p0 {
    margin-bottom: 40px;
  }

  .grand__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grand__event-list {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .grand__info-block {
    margin-bottom: 180px;
  }

  .grand__info-title {
    max-width: 400px;
  }

  .grand__info-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 40px;
    gap: 10px;
  }

  .grand__wrapper::before {
    display: none;
  }

  .grand__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grand__wrapper .grand__header {
    margin-bottom: 40px;
  }

  .grand__address {
    padding: 20px 20px 15px;
  }

  .grand__social {
    padding: 10px 20px 20px;
  }

  .grand__map-row {
    gap: 20px;
  }

  .grand__doc-list {
    gap: 20px;
  }

  .grand__doc-text {
    font-size: 16px;
  }

  .grand__doc-content picture {
    width: 140px;
  }

  .grand__doc-content {
    padding: 20px;
  }

  .grand__tile-wrap.swiper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sports-contest__main-info {
    flex-direction: column;
    gap: 10px;
  }

  .sports-contest__intro-text {
    font-size: 18px;
  }

  .sports-contest__main-photo {
    width: 50%;
  }

  .sports-contest__main-right {
    flex-direction: column-reverse;
    gap: 0;
  }

  .sports-contest__main-right-top {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .sports-contest__main-row {
    flex-direction: column;
  }

  .sports-contest__img-block {
    width: 100%;
  }

  .sports-contest__content::before {
    display: none;
  }

  .sports-contest__content::after {
    display: none;
  }

  .sports-contest__desc-block {
    padding: 40px 30px;
  }

  .sports-contest__desc-text {
    font-size: 20px;
  }

  .sports-contest__quote {
    font-size: 24px;
    padding: 25px 30px;
  }

  .sports-contest__gallery-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sports-contest__gallery-main {
    width: 300px;
  }

  .sports-contest__text-block {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .sports-contest__text {
    font-size: 20px;
  }

  .sports-contest__img {
    justify-content: flex-start;
  }

  .sports-contest__photo-grid {
    width: 330px;
  }

  .sports-contest__header-block {
    min-height: 150px;
    padding: 20px 40px;
  }

  .sports-contest__header {
    font-size: 36px;
  }

  .sports-contest__event-list {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sports-contest__info-block {
    margin-bottom: 180px;
  }

  .sports-contest__info-title {
    max-width: 400px;
  }

  .sports-contest__info-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 40px;
    gap: 10px;
  }

  .sports-contest__wrapper::before {
    display: none;
  }

  .sports-contest__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sports-contest__address {
    padding: 20px 20px 15px;
  }

  .sports-contest__social {
    padding: 10px 20px 20px;
  }

  .sports-contest__map-row {
    gap: 20px;
  }

  .sports-contest__doc-text {
    font-size: 24px;
  }

  .sports-contest__doc-content picture {
    width: 140px;
  }

  .sports-contest__doc-content {
    padding: 20px;
  }

  .sports-contest__partner-item {
    height: 220px;
    min-height: 220px;
  }

  .sports-contest__tile-wrap.swiper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sports-contest__online-block-boll1 {
    width: 100px;
    height: 260px;
  }

  .sports-contest__online-block-boll2 {
    width: 100px;
    height: 260px;
    bottom: -115px;
  }

  .sports-contest__online-block-wrap {
    margin: 64px auto;
  }

  .sports-contest__online-block-title {
    height: 64px;
    font-size: 36px;
  }

  .sports-contest__game-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sports-contest__game-block-pic1 {
    display: none;
  }

  .sports-contest__game-block-pic2 {
    right: -93px;
    top: 50px;
  }

  .sports-contest__game-block-title {
    font-size: 42px;
  }

  .sports-contest__game-block-desc {
    margin: 20px auto;
    font-size: 24px;
  }

  .sports-contest__sport-types-block {
    margin-top: 60px;
  }

  .sports-contest__sport-types-block-head {
    height: 64px;
    border-radius: 36px 36px 0 0;
  }

  .sports-contest__sport-types-block-head-text {
    font-size: 36px;
  }

  .sports-contest__descriptions-block-title {
    height: 96px;
  }

  .sports-contest__descriptions-block-title-text {
    font-size: 36px;
    margin-top: 20px;
  }

  .sports-contest__descriptions-block-content-image {
    width: 40%;
  }

  .sports-contest__descriptions-block-content-text {
    font-size: 22px;
  }

  .sports-contest__promo-block {
    padding: 0;
    background-color: #ffffff;
  }

  .sports-contest__promo-block-wrap {
    padding: 0;
  }

  .sports-contest__promo-block-disclamer {
    margin-top: 0;
    padding: 8px 40px;
    background-color: #1668D1;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }

  .sports-contest__promo-block-top {
    flex-direction: column;
  }

  .sports-contest__promo-block-left {
    padding: 20px 40px;
    border-bottom: 5px solid #ffffff;
  }

  .sports-contest__promo-block-right {
    flex-direction: column;
    padding: 20px 40px;
    border-bottom: 5px solid #ffffff;
  }

  .sports-contest__promo-block-right-desc {
    font-size: 24px;
  }

  .sports-contest__promo-block-right-title {
    font-size: 52px;
  }

  .sports-contest__promo-block-bottom {
    flex-direction: column;
    border-bottom: 5px solid #ffffff;
  }

  .sports-contest__promo-block-bottom-promo {
    background-color: #033271;
    color: #ffffff;
    font-size: 24px;
    padding: 20px 40px 6px;
  }

  .sports-contest__promo-block-bottom-name {
    background-color: #033271;
    color: #b8e404;
    font-size: 48px;
    padding: 0 40px 30px;
  }

  .sports-contest__reg-block::before {
    height: calc(100% - 64px);
  }

  .sports-contest__reg-block-target {
    width: 240px;
  }

  .sports-contest__reg-block-title {
    font-size: 36px;
  }

  .sports-contest__reg-block-item-button {
    font-size: 22px;
    height: 64px;
    border-radius: 0 0 34px 34px;
  }

  .sports-contest__doc-block-header {
    font-size: 36px;
    margin: 30px auto;
  }

  .sports-contest__contacts-block-header {
    gap: 40px;
  }

  .sports-contest__contacts-block-header-text {
    font-size: 36px;
  }

  .sports-contest__contacts-block-adress {
    min-width: 380px;
  }

  .sports-contest__contacts-block-text {
    font-size: 24px;
  }

  .sports-contest__contacts-block-text span {
    font-size: 32px;
  }

  .sports-contest__social-block-title {
    font-size: 36px;
  }

  .novosib-fest__intro-text {
    font-size: 18px;
  }

  .novosib-fest__main-photo {
    width: 50%;
  }

  .novosib-fest__main-right {
    width: 50%;
    height: auto;
  }

  .novosib-fest__main-row {
    flex-direction: column;
  }

  .novosib-fest__img-block {
    width: 100%;
    max-width: 100%;
  }

  .novosib-fest__content::before {
    display: none;
  }

  .novosib-fest__content::after {
    display: none;
  }

  .novosib-fest__header-block-logo::before {
    display: none;
  }

  .novosib-fest__header-block-logo {
    min-height: 150px;
    padding: 20px 40px;
  }

  .novosib-fest__desc-block {
    padding: 40px 30px;
  }

  .novosib-fest__desc-text {
    font-size: 20px;
  }

  .novosib-fest__quote {
    font-size: 24px;
    padding: 25px 30px;
  }

  .novosib-fest__gallery-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .novosib-fest__gallery-main {
    width: 300px;
  }

  .novosib-fest__text-block {
    padding: 40px 30px;
  }

  .novosib-fest__text {
    font-size: 20px;
  }

  .novosib-fest__photo-grid {
    width: 330px;
  }

  .grand__photo-grid .novosib-fest__photo-item {
    height: 144px;
  }

  .novosib-fest__header-block {
    min-height: 150px;
    padding: 20px 40px;
  }

  .novosib-fest__header.p0 {
    margin-bottom: 40px;
  }

  .novosib-fest__header {
    padding-left: 20px;
  }

  .novosib-fest__event-list {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .novosib-fest__info-block {
    margin-bottom: 180px;
  }

  .novosib-fest__info-title {
    max-width: 400px;
  }

  .novosib-fest__info-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 40px;
    gap: 10px;
  }

  .novosib-fest__wrapper::before {
    display: none;
  }

  .novosib-fest__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .novosib-fest__wrapper .grand__header {
    margin-bottom: 40px;
  }

  .novosib-fest__address {
    padding: 20px 20px 15px;
  }

  .novosib-fest__social {
    padding: 10px 20px 20px;
  }

  .novosib-fest__map-row {
    gap: 20px;
  }

  .novosib-fest__doc-list {
    gap: 20px;
  }

  .novosib-fest__doc-text {
    font-size: 16px;
  }

  .novosib-fest__doc-content picture {
    width: 140px;
  }

  .novosib-fest__doc-content {
    padding: 20px;
  }
}

@media (max-width: 1150px) {
  .news-item__text-block {
    padding: 10px;
  }

  .news-item__title {
    font-size: 24px;
  }

  .news-item__text {
    font-size: 18px;
  }

  .news-item__teaser {
    font-size: 16px;
  }

  .news-item__description {
    font-size: 14px;
  }

  .map__city_top-right {
    padding-top: 30px;
  }

  .news-page__list {
    gap: 20px;
    margin-bottom: 40px;
  }

  .detail__header-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .detail__title-block {
    margin-top: 0;
    padding: 11px;
    font-size: 24px;
  }

  .detail__text-block {
    padding-left: 30px;
  }

  .partners-page__feature {
    grid-template-rows: 250px 250px;
    gap: 20px;
  }
}

@media (max-width: 1120px) {
  .komus-fest__city-event-btn {
    width: calc(100% - 60px);
  }

  .komus-fest__city-event-img {
    display: none;
  }
}

@media (max-width: 1100px) {
  .footer__nav {
    gap: 15px;
  }

  .gallery__item-wrap {
    width: calc(100% / 2);
  }

  .partners__item-wrap,
  .partners__item-wrap.swiper-slide {
    width: calc(100% / 2);
  }

  .partners__item {
    height: 200px;
  }

  .news__item-wrap,
  .news__item-wrap.swiper-slide {
    width: calc(100% / 2);
  }

  .events__block::before {
    display: none;
  }

  .events__block::after {
    display: none;
  }

  .tab_detail .tab__list {
    width: 100%;
  }

  .tab_detail .tab__item {
    height: 34px;
    padding: 2px 20px;
    font-size: 14px;
  }

  .tab_detail-sm .tab__item {
    width: 34px;
    height: 34px;
  }

  .events-item__img-block {
    height: 167px;
    margin-bottom: 0;
  }

  .events-item__price-block {
    min-height: 80px;
    padding: 10px;
    box-shadow: none;
  }

  .events-item__price-block::before {
    width: 113px;
    height: 32px;
  }

  .events-item__price-text {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .events-item__price {
    font-size: 30px;
  }

  .events-item__text-block {
    min-height: 74px;
    padding: 10px;
  }

  .events-item__date {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .events-item__date span {
    font-size: 23px;
  }

  .events-item__title {
    font-size: 18px;
  }

  .events-item__text {
    font-size: 14px;
  }

  .feature__list {
    grid-template-columns: 1fr 1fr;
  }

  .events-page__block::before {
    top: 0;
  }

  .events-page__block::after {
    display: none;
  }

  .news-detail::before {
    display: none;
  }

  .news-detail::after {
    display: none;
  }

  .rating::after {
    top: 64px;
    left: -133px;
    right: auto;
    width: 500px;
    height: 500px;
    background-size: auto auto, 500px 500px;
  }

  .detail {
    padding-bottom: 150px;
  }

  .detail::after {
    top: 64px;
    left: -133px;
    right: auto;
    width: 500px;
    height: 500px;
    background-size: auto auto, 500px 500px;
  }

  .detail__container-wrap::after {
    display: none;
  }

  .detail__info-item.show .detail__content-block {
    display: flex;
  }

  .detail__info-tab {
    margin-bottom: 30px;
  }

  .detail__content {
    max-height: 180px;
  }

  .detail__content b {
    font-size: 14px;
  }

  .detail__content p {
    font-size: 14px;
  }

  .detail__row {
    margin-top: 6px;
  }

  .detail__content-block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 10px;
    background: #0808089e;
    z-index: 150;
  }

  .detail__content-block .detail__info-wrap {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }

  .detail__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #080808;
    border: 2px solid #080808;
    background: #C0F205;
  }

  .komus-fest__header-block-b {
    padding: 20px;
    gap: 20px;
  }

  .komus-fest__header-block-b svg {
    width: 50px;
  }

  .komus-fest__header-block-b picture {
    width: 200px;
  }

  .komus-fest__doc-divider {
    width: 30px;
  }

  .grand__doc-divider {
    width: 30px;
  }

  .sports-contest__doc-divider {
    width: 30px;
  }

  .novosib-fest__doc-divider {
    width: 30px;
  }
}

@media (max-width: 1100px) and (max-width: 1100px) {
  .detail__close {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
  }
}

@media (max-width: 1050px) {
  .partners-page__feature-item:nth-child(1) .partners-page__feature-col {
    padding: 15px;
  }

  .partners-page__feature-item:nth-child(2) .partners-page__feature-col {
    padding: 30px;
  }

  .partners-page__feature-item:nth-child(3) .partners-page__feature-col {
    padding: 30px;
  }

  .partners-page__feature-num {
    font-size: 32px;
  }

  .partners-page__feature-text {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .main {
    padding-top: 112px;
    padding-bottom: 176px;
  }

  .title-sm {
    font-size: 24px;
  }

  .title-sm span {
    max-width: 900px;
    width: 100%;
  }

  .title-sm_right-line::after {
    display: none;
  }

  .modal-registration .modal-registration__btn {
    min-height: 58px;
    min-width: 100%;
    margin-top: 38px;
    font-size: 20px;
  }

  .footer {
    bottom: 0;
    padding-left: 0;
  }

  .footer__wrap {
    display: none;
  }

  .footer__social-list {
    gap: 10px;
  }

  .footer__social-item {
    width: 40px;
    height: 40px;
    background-color: #C0F205;
    color: #2c2c2c;
  }

  .footer__social-item svg {
    width: 29px;
    height: 29px;
  }

  .footer__mobile-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .info {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info__container {
    flex-direction: column;
    gap: 20px;
  }

  .info__text-block {
    padding: 0;
    gap: 15px;
    font-size: 18px;
  }

  .info__img-block {
    width: 100%;
    min-height: auto;
  }

  .calendar__list {
    gap: 25px;
  }

  .calendar__item {
    gap: 6px;
  }

  .calendar__month {
    font-size: 20px;
  }

  .calendar__item-date {
    min-width: 55px;
    height: 55px;
    padding: 5px 10px;
    font-size: 19px;
    margin-right: 13px;
    margin-bottom: 13px;
  }

  .calendar__img-sm {
    width: 26px;
    height: 26px;
    bottom: -13px;
    right: -13px;
  }

  .calendar__img-sm picture,
  .calendar__img-sm img {
    width: 100%;
    height: 100%;
  }

  .calendar__info-block {
    padding: 18px 15px;
  }

  .calendar__info-item {
    gap: 8px;
  }

  .calendar__info-title {
    font-size: 18px;
  }

  .calendar__info-text {
    font-size: 14px;
  }

  .breadcrumbs {
    margin-bottom: 60px;
  }

  .breadcrumbs__item {
    font-size: 14px;
  }

  .pagination {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .news-detail__header-block {
    margin-bottom: 20px;
  }

  .news-detail__title {
    font-size: 32px;
  }

  .rating table thead th {
    font-size: 14px;
  }

  .rating table tbody th,
  .rating table tbody td {
    font-size: 14px;
  }

  .products__block {
    display: flex;
    margin-left: 0;
  }

  .products__sort {
    width: 100%;
  }

  .products__reset {
    display: none;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-page__info-text {
    padding: 30px;
  }

  .partners-page__offer-caption {
    font-size: 24px;
  }

  .partners-page__offer-header {
    font-size: 24px;
  }

  .komus-fest {
    padding-bottom: 40px;
  }

  .komus-fest__top-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .komus-fest__header-block-logo picture {
    width: 300px;
  }

  .komus-fest__partner-item.swiper-slide {
    height: 170px;
  }

  .komus-fest__map-row {
    min-height: auto;
    flex-direction: column;
  }

  .komus-fest__map-block {
    width: 100%;
  }

  .komus-fest__address {
    max-width: none;
  }

  .komus-fest__map {
    flex-grow: 0;
    height: 340px;
  }

  .komus-fest__info-block {
    min-height: 250px;
    margin-bottom: 240px;
    padding-top: 20px;
  }

  .komus-fest__info-title {
    padding-left: 30px;
  }

  .komus-fest__info-list {
    min-height: auto;
    padding-left: 30px;
  }

  .komus-fest__info-item {
    font-size: 16px;
  }

  .komus-fest__doc-item picture,
  .komus-fest__doc-item img {
    width: 140px;
    height: auto;
  }

  .komus-fest__doc-content picture {
    width: 110px;
  }

  .komus-fest__place-title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .komus-fest__place-title span {
    font-size: 36px;
  }

  .komus-fest__place-list {
    margin-bottom: 40px;
  }

  .grand {
    padding-bottom: 40px;
  }

  .grand__top-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grand__city {
    font-size: 20px;
  }

  .grand__header-block-logo picture {
    width: 300px;
  }

  .grand__gallery-block {
    flex-direction: column;
  }

  .grand__gallery-main {
    width: 100%;
    height: 400px;
  }

  .grand__info-block {
    min-height: 250px;
    margin-bottom: 240px;
    padding-top: 20px;
  }

  .grand__info-title {
    padding-left: 30px;
  }

  .grand__info-list {
    min-height: auto;
    padding-left: 30px;
  }

  .grand__info-item {
    font-size: 16px;
  }

  .grand__map-row {
    flex-direction: column;
  }

  .grand__map-block {
    width: 100%;
    min-height: 220px;
  }

  .grand__map {
    height: 340px;
  }

  .grand__doc-item picture,
  .grand__doc-item img {
    width: 140px;
    height: auto;
  }

  .grand__doc-content picture {
    width: 110px;
  }

  .grand__partner-item.swiper-slide.swiper-slide {
    height: 170px;
  }

  .sports-contest {
    padding-bottom: 40px;
  }

  .sports-contest__top-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sports-contest__gallery-block {
    flex-direction: column;
  }

  .sports-contest__gallery-main {
    width: 100%;
    height: 400px;
  }

  .sports-contest__info-block {
    min-height: 250px;
    margin-bottom: 240px;
    padding-top: 20px;
  }

  .sports-contest__info-title {
    padding-left: 30px;
  }

  .sports-contest__info-list {
    min-height: auto;
    padding-left: 30px;
  }

  .sports-contest__info-item {
    font-size: 16px;
  }

  .sports-contest__map-row {
    flex-direction: column;
  }

  .sports-contest__map-block {
    width: 100%;
    min-height: 220px;
  }

  .sports-contest__map {
    height: 340px;
  }

  .sports-contest__doc-item picture,
  .sports-contest__doc-item img {
    width: 140px;
    height: auto;
  }

  .sports-contest__doc-content picture {
    width: 110px;
  }

  .novosib-fest {
    padding-bottom: 40px;
  }

  .novosib-fest__top-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .novosib-fest__city {
    font-size: 20px;
  }

  .novosib-fest__header-block-logo picture {
    width: 300px;
  }

  .novosib-fest__gallery-block {
    flex-direction: column;
  }

  .novosib-fest__gallery-main {
    width: 100%;
    height: 400px;
  }

  .novosib-fest__info-block {
    min-height: 250px;
    margin-bottom: 240px;
    padding-top: 20px;
  }

  .novosib-fest__info-title {
    padding-left: 30px;
  }

  .novosib-fest__info-list {
    min-height: auto;
    padding-left: 30px;
  }

  .novosib-fest__info-item {
    font-size: 16px;
  }

  .novosib-fest__map-row {
    flex-direction: column;
  }

  .novosib-fest__map-block {
    width: 100%;
    min-height: 220px;
  }

  .novosib-fest__map {
    height: 340px;
  }

  .novosib-fest__doc-item picture,
  .novosib-fest__doc-item img {
    width: 140px;
    height: auto;
  }

  .novosib-fest__doc-content picture {
    width: 110px;
  }

  .novosib-fest__partner-item.swiper-slide {
    height: 170px;
  }
}

@media (max-width: 1000px) {
  .header__wrap {
    height: 40px;
  }

  .header__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__social-list {
    gap: 8px;
  }

  .header__social-item {
    width: 25px;
    height: 25px;
  }

  .header__social-item svg {
    width: 20px;
    height: 20px;
  }

  .footer__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .events__tab {
    position: static;
    margin-top: 20px;
  }

  .tab__list {
    width: calc(100% - 20px);
    padding: 5px;
  }

  .tab__list_sm .tab__item {
    width: 50%;
  }

  .tab__item {
    width: 50%;
    height: 40px;
    font-size: 14px;
  }

  .map__item {
    max-width: 950px;
  }

  .map__city_vor {
    right: 71%;
  }

  .map__city_top-right {
    padding-top: 12px;
  }

  .map__city_top-right::before {
    width: 5px;
    height: 5px;
    right: 10px;
  }

  .map__city_top-right::after {
    height: 1px;
    top: 40px;
    right: -6px;
  }

  .map__city_center-right {
    padding-right: 12px;
  }

  .map__city_center-right::before {
    width: 5px;
    height: 5px;
  }

  .map__city_center-right::after {
    height: 1px;
    top: 10px;
    right: 1px;
  }

  .map__city_bottom-right {
    padding-bottom: 12px;
  }

  .map__city_bottom-right::before {
    right: 5px;
    width: 5px;
    height: 5px;
  }

  .map__city_bottom-right::after {
    height: 1px;
    bottom: 41px;
    right: -10px;
  }

  .map__city_bottom-right-b {
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .map__city_bottom-right-b::before {
    right: 5px;
    width: 5px;
    height: 5px;
  }

  .map__city_bottom-right-b::after {
    height: 1px;
    bottom: 41px;
    right: -10px;
  }

  .map__city_bottom-left {
    padding-left: 12px;
    padding-bottom: 2px;
  }

  .map__city_bottom-left::before {
    width: 5px;
    height: 5px;
  }

  .map__city_bottom-left::after {
    height: 1px;
    bottom: 33px;
    left: -10px;
  }

  .map__city-link {
    padding: 1px 4px;
    font-size: 8px;
  }

  .events-page__tab {
    position: static;
    margin-top: 20px;
  }

  .detail__title-block {
    z-index: 0;
  }

  .partners-page__event-list.swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .komus-fest_white .komus-fest__date {
    margin-left: 0;
  }

  .komus-fest_white .komus-fest__caption-block {
    padding: 15px;
  }

  .komus-fest__title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .komus-fest__main-right {
    padding: 15px;
  }

  .komus-fest__price {
    font-size: 36px;
  }

  .komus-fest__caption-block {
    padding: 15px;
  }

  .komus-fest__tile.swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .komus-fest__tile.swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .komus-fest__tile-item.swiper-slide {
    min-height: auto;
    height: 300px;
  }

  .komus-fest__tile-item:nth-child(1) {
    grid-row: auto;
  }

  .grand__title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .grand__main-right {
    padding: 15px;
  }

  .grand__price {
    font-size: 36px;
  }

  .grand__caption-block {
    padding: 15px;
  }

  .grand__tile.swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grand__tile.swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .grand__tile-item.swiper-slide {
    min-height: auto;
    height: 300px;
  }

  .grand__tile-item:nth-child(1) {
    grid-row: auto;
  }

  .sports-contest__title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .sports-contest__price {
    font-size: 36px;
  }

  .sports-contest__tile.swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sports-contest__tile.swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .sports-contest__tile-item.swiper-slide {
    min-height: auto;
    height: 300px;
  }

  .sports-contest__tile-item:nth-child(1) {
    grid-row: auto;
  }

  .novosib-fest__title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .novosib-fest__main-right {
    padding: 15px;
  }

  .novosib-fest__price {
    font-size: 36px;
  }

  .novosib-fest__caption-block {
    padding: 15px;
  }
}

@media (max-width: 950px) {
  .intro {
    padding-bottom: 127px;
  }

  .intro__block {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .intro__text-block {
    max-width: 670px;
    width: 100%;
    margin-left: -20px;
  }

  .intro__img-block {
    height: auto;
    margin-left: -20px;
  }

  .intro__img-block::before {
    display: none;
  }

  .intro__title {
    max-width: 590px;
  }

  .intro__polygon {
    display: none;
  }

  .news-detail__img-block {
    max-width: 800px;
    margin-bottom: 20px;
  }

  .news-detail__info-block {
    padding: 20px;
  }

  .news-detail__info {
    max-width: none;
  }

  .news-detail__link {
    margin-top: 40px;
  }

  .news-detail__block {
    flex-direction: column;
  }

  .news-detail__right-block {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .news-detail__title {
    max-width: 200px;
    text-align: left;
    margin-bottom: 20px;
  }

  .content h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .content h3 {
    font-size: 20px;
  }

  .content p {
    font-size: 16px;
  }

  .cart-order {
    grid-template-columns: 1fr;
  }

  .cart-order__info-block {
    align-items: flex-start;
  }

  .cart-order__link-back {
    text-align: left;
  }

  .form__success {
    padding: 60px 20px;
  }

  .form__success-title {
    font-size: 40px;
  }

  .rating__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 40px;
  }

  .rating__search {
    max-width: 600px;
  }

  .rating__filter {
    max-width: 600px;
  }

  .rating__tab.tab__list {
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
    margin-left: 0;
  }

  .rating__table-wrap {
    margin-right: -10px;
  }

  .detail__container {
    flex-direction: column;
  }

  .detail__text-block {
    margin-top: 40px;
    padding-left: 0;
  }
}

@media (max-width: 930px) {
  .komus-fest__info-img {
    left: 15px;
    right: 15px;
    top: calc(100% - 40px);
    max-width: 400px;
    width: calc(100% - 30px);
    height: 231px;
  }

  .grand__info-img {
    left: 15px;
    right: 15px;
    top: calc(100% - 40px);
    max-width: 400px;
    width: calc(100% - 30px);
    height: 231px;
  }

  .sports-contest__info-img {
    left: 15px;
    right: 15px;
    top: calc(100% - 40px);
    max-width: 400px;
    width: calc(100% - 30px);
    height: 231px;
  }

  .novosib-fest__info-img {
    left: 15px;
    right: 15px;
    top: calc(100% - 40px);
    max-width: 400px;
    width: calc(100% - 30px);
    height: 231px;
  }
}

@media (max-width: 900px) {
  .modal-success-request::before {
    height: 0.5px;
  }

  .header {
    display: flex;
    padding-right: 10px;
  }

  .header_open-menu .header__mobile-block {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    top: 0;
  }

  .header_open-menu .header__btn {
    background-color: #2c2c2c;
  }

  .header_open-menu .header__burger-icon {
    display: none;
  }

  .header_open-menu .header__close-icon {
    display: block;
    transform: translateX(-1px);
  }

  .header_open-menu .header__logo {
    display: none;
  }

  .header__wrap {
    height: 32px;
    backdrop-filter: blur(27px);
    box-shadow: 0.78px 1.56px 11.71px 0px #0000001a;
  }

  .header__wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    backdrop-filter: blur(39px);
    z-index: -2;
  }

  .header__content::before {
    height: 0.5px;
  }

  .header__content {
    padding-left: 10px;
    backdrop-filter: blur(27px);
  }

  .header__nav {
    display: none;
  }

  .header__social-list {
    display: none;
  }

  .header__btn {
    display: flex;
  }

  .footer__content::before {
    height: 0.5px;
  }

  .footer__content {
    padding-left: 10px;
  }

  .news-item__info-block::before {
    height: 0.5px;
  }

  .info::before {
    height: 0.5px;
  }

  .events-item__text-block::before {
    height: 0.5px;
  }

  .map::before {
    left: -50%;
  }

  .feature {
    margin-top: 70px;
    padding-top: 0;
    margin-bottom: 70px;
  }

  .feature::before {
    display: none;
  }

  .feature::after {
    display: none;
  }

  .feature__container::before {
    top: 160px;
    width: 600px;
    height: 850px;
    background-size: 100% auto, 600px 850px;
    background-size: auto auto, 600px 850px;
  }

  .feature__wrap::before {
    display: none;
  }

  .feature__header {
    margin-bottom: 73px;
  }

  .feature__arrow {
    top: 80px;
    left: -25px;
    width: 125px;
    height: auto;
  }

  .feature__arrow svg {
    width: 100%;
    height: auto;
  }

  .feature__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }

  .feature__item-wrap:nth-child(1) {
    padding-right: 30px;
  }

  .feature__item-wrap:nth-child(1) .feature__item {
    width: 100%;
    max-width: 100%;
    height: 196px;
    padding: 101px 10px 10px 22px;
  }

  .feature__item-wrap:nth-child(1) .feature__text {
    margin-left: 30px;
  }

  .feature__item-wrap:nth-child(1) .feature__img {
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
  }

  .feature__item-wrap:nth-child(2) {
    padding-top: 0;
    padding-left: 30px;
  }

  .feature__item-wrap:nth-child(2) .feature__item {
    max-width: 100%;
    height: 263px;
    padding: 165px 10px 10px 22px;
  }

  .feature__item-wrap:nth-child(2) .feature__value {
    margin-left: 0;
  }

  .feature__item-wrap:nth-child(2) .feature__text {
    margin-left: 0;
    padding-left: 27px;
  }

  .feature__item-wrap:nth-child(2) .feature__img {
    top: 0;
    right: 0;
    left: auto;
    width: 174px;
    height: 174px;
  }

  .feature__item-wrap:nth-child(3) {
    padding-right: 30px;
  }

  .feature__item-wrap:nth-child(3) .feature__item {
    height: 196px;
    padding: 101px 10px 10px 22px;
  }

  .feature__item-wrap:nth-child(3) .feature__text {
    margin-left: 36px;
  }

  .feature__item-wrap:nth-child(3) .feature__img {
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
  }

  .feature__item-wrap:nth-child(4) {
    padding-bottom: 0;
    padding-left: 30px;
  }

  .feature__item-wrap:nth-child(4) .feature__item {
    height: 221px;
    padding: 145px 22px 10px 10px;
  }

  .feature__item-wrap:nth-child(4) .feature__img {
    top: 0;
    left: 0;
    width: 207px;
    height: 145px;
  }

  .feature__value {
    font-size: 58px;
  }

  .feature__text {
    font-size: 16px;
  }

  .feature__text br {
    display: none;
  }

  .news-detail__info-block::before {
    height: 0.5px;
  }

  .cart__item {
    flex-wrap: wrap;
    padding: 15px;
  }

  .cart__img-block {
    width: 135px;
    height: 142px;
    margin-right: 14px;
    margin-bottom: 20px;
  }

  .cart__info-block {
    width: calc(100% - 149px);
    margin-bottom: 20px;
  }

  .cart__price {
    width: calc(100% - 102px);
    font-size: 24px;
    text-align: right;
  }

  .cart__counter-block {
    width: 102px;
  }

  .cart__btn-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .cart__btn {
    margin-left: 0;
  }

  .counter {
    width: 102px;
  }

  .counter__btn {
    width: 34px;
    height: 34px;
  }

  .counter__btn svg {
    width: 25px;
    height: 25px;
  }

  .counter__value {
    font-size: 17px;
  }

  .partners-page__block-info::before {
    left: -650px;
    right: auto;
  }

  .partners-page__block-info {
    gap: 20px;
    margin-bottom: 70px;
  }

  .partners-page__block-info-sm {
    flex-direction: column;
  }

  .partners-page__block-info-sm:first-child::after {
    display: none;
  }

  .partners-page__block-info-sm:last-child .partners-page__info-text {
    width: 100%;
  }

  .partners-page__block-info-sm:last-child .partners-page__img-block {
    width: 100%;
  }

  .partners-page__info-text {
    width: 100%;
  }

  .partners-page__info-text::before {
    display: none;
  }

  .partners-page__info-text::after {
    top: 17px;
    width: 72px;
    height: 20px;
  }

  .partners-page__img-block {
    min-height: auto;
  }

  .partners-page__feature-wrap::after {
    top: 320px;
    right: -459px;
  }

  .komus-fest__header-block-b picture {
    width: 151px;
  }

  .komus-fest__city-event-date {
    margin-bottom: 4px;
    margin-left: 15px;
    font-size: 24px;
  }

  .komus-fest__city-event {
    margin-left: 15px;
    font-size: 16px;
  }

  .komus-fest__city-event-btn {
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .komus-fest__doc-text {
    max-width: 176px;
    font-size: 14px;
  }

  .komus-fest__doc-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .grand__doc-text {
    max-width: 176px;
    font-size: 14px;
  }

  .grand__doc-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .sports-contest__doc-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .novosib-fest__doc-text {
    max-width: 176px;
    font-size: 14px;
  }

  .novosib-fest__doc-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 900px) and (max-width: 900px) {
  .header_open-menu .header__wrap {
    background: url("../img/content/bg-header-sm-light.png");
    background-size: cover;
  }

  .header_open-menu .header__wrap::after {
    display: none;
  }

  .header_open-menu .header__content {
    backdrop-filter: none;
  }
}

@media (max-width: 850px) {
  .title_right-line::after {
    display: none;
  }

  .title {
    font-size: 24px;
  }

  .gallery {
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .gallery::before {
    display: none;
  }

  .gallery__header-block {
    margin-bottom: 20px;
  }

  .gallery__nav {
    display: none;
  }

  .gallery__list-wrap,
  .gallery__list-wrap.swiper {
    width: calc(100% + 14px);
    margin-left: -7px;
    margin-right: -7px;
  }

  .gallery__item-wrap {
    width: 286px !important;
    padding-left: 7px;
    padding-right: 7px;
  }

  .gallery__item {
    height: 372px;
  }

  .gallery__dots {
    display: flex;
    margin-top: 20px;
  }

  .gallery__dots .swiper-pagination-bullet {
    width: 100%;
    height: 2px;
    margin: 0 !important;
    background-color: #2c2c2c;
    opacity: 1;
  }

  .gallery__dots .swiper-pagination-bullet-active {
    background-color: #C0F205;
  }

  .partners {
    position: relative;
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .partners::before {
    position: absolute;
    top: -370px;
    left: -251px;
    content: '';
    width: 1050px;
    height: 1044px;
    background-image: url("../img/content/bg.png"), url("../img/content/partners/glow.png");
    background-size: auto auto, 1050px 1044px;
    pointer-events: none;
    z-index: -1;
  }

  .partners__header-block {
    position: static;
    margin-bottom: 20px;
  }

  .partners__nav {
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 0;
    gap: 12px;
    justify-content: center;
  }

  .partners__nav-prev {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .partners__nav-prev svg {
    width: 25px;
    height: 25px;
  }

  .partners__nav-next {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .partners__nav-next svg {
    width: 25px;
    height: 25px;
  }

  .partners__block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news {
    z-index: 11;
  }

  .news::before {
    display: none;
  }

  .news {
    margin-top: 70px;
  }

  .news__wrap-block {
    position: relative;
  }

  .news__header-block {
    position: static;
    margin-bottom: 20px;
  }

  .news__nav {
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 0;
    gap: 12px;
    justify-content: center;
  }

  .news__nav-prev {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .news__nav-prev svg {
    width: 25px;
    height: 25px;
  }

  .news__nav-next {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .news__nav-next svg {
    width: 25px;
    height: 25px;
  }

  .news__container-wrap {
    background-color: transparent;
  }

  .news__list-wrap,
  .news__list-wrap.swiper {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .news__block {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .news__item-wrap,
  .news__item-wrap.swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news__button {
    display: flex;
  }

  .events__nav-prev {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .events__nav-prev svg {
    width: 25px;
    height: 25px;
  }

  .events__nav-next {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .events__nav-next svg {
    width: 25px;
    height: 25px;
  }

  .feature__row-header {
    gap: 10px;
  }

  .feature__row-header svg {
    width: auto;
    height: 28px;
    margin-bottom: 5px;
  }

  .feature__arrow {
    top: 45px;
  }

  .cart {
    padding-bottom: 110px;
  }

  .cart::after {
    bottom: 40px;
    width: calc(100% - 10px);
  }

  .cart__header-block {
    margin-bottom: 20px;
  }

  .rating__header-block {
    margin-bottom: 20px;
  }

  .detail {
    padding-bottom: 110px;
  }

  .detail::before {
    bottom: 40px;
    width: calc(100% - 10px);
  }

  .detail__header-block {
    margin-bottom: 20px;
  }

  .detail__header::after {
    display: none;
  }

  .partners-page__row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .partners-page__contact-block {
    flex-direction: column;
    gap: 20px;
  }

  .partners-page__contact-block svg {
    margin-left: 0;
    margin-top: 20px;
  }

  .partners-page__contact-phone br {
    display: none;
  }
}

@media (max-width: 830px) {
  .partners-page__feature {
    grid-template-columns: 1fr;
    grid-template-areas: 'item1' 'item2' 'item3';
    grid-template-rows: auto;
    gap: 20px;
  }

  .partners-page__feature-item {
    flex-direction: column;
  }

  .partners-page__feature-item:nth-child(1) .partners-page__feature-col {
    padding: 0 20px 20px 20px;
  }

  .partners-page__feature-item:nth-child(2) {
    flex-direction: column;
    justify-content: flex-start;
  }

  .partners-page__feature-item:nth-child(2) .partners-page__feature-col {
    padding: 0 20px 20px 20px;
  }

  .partners-page__feature-item:nth-child(2) .partners-page__feature-img {
    position: static;
  }

  .partners-page__feature-item:nth-child(3) .partners-page__feature-col {
    padding: 20px 20px 0 20px;
  }

  .partners-page__feature-img {
    max-width: 400px;
  }

  .partners-page__feature-col {
    gap: 0;
  }

  .partners-page__feature-text {
    font-size: 16px;
  }
  .partners-page__feature > .feature__item-wrap:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .partners-page__feature > .feature__item-wrap:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .partners-page__feature > .feature__item-wrap:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .partners-page__feature > .partners-page__feature-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .partners-page__feature > .partners-page__feature-item:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .partners-page__feature > .partners-page__feature-item:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 800px) {
  .komus-fest__partner-item.swiper-slide {
    height: 140px;
  }

  .komus-fest__place-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .grand__partner-item.swiper-slide.swiper-slide {
    height: 140px;
  }

  .novosib-fest__partner-item.swiper-slide {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  .btn {
    height: 44px;
    font-size: 14px;
  }

  .modal-container {
    padding: 60px 20px;
  }

  .modal-registration {
    padding-top: 14px;
    padding-bottom: 50px;
  }

  .modal-registration .modal-registration__form-list {
    gap: 20px;
    margin-top: 20px;
  }

  .modal-registration .modal-registration__form-item:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -15px;
    top: -23px;
    display: block;
    width: calc(100% + 30px);
    height: 37px;
    background-image: url("../img/content/bg-all.png");
    z-index: 0;
  }

  .modal-registration .modal-registration__header {
    font-size: 26px;
  }

  .modal-registration .modal-registration__title-block {
    gap: 11px;
    margin-bottom: 5px;
  }

  .modal-registration .modal-registration__title {
    font-size: 20px;
    padding: 5px 23px 5px;
  }

  .modal-registration .modal-registration__close-btn {
    width: 37px;
    height: 37px;
  }

  .modal-registration .modal-registration__close-btn svg {
    width: 21px;
    height: 21px;
  }

  .modal-registration .modal-registration__wrapper {
    padding: 0 15px;
  }

  .modal-registration .modal-registration__text {
    font-size: 14px;
  }

  .modal-success-request .modal-success-request__top-block {
    display: none;
  }

  .modal-success-request .modal-success-request__block::before {
    display: none;
  }

  .modal-success-request .modal-success-request__center-block {
    position: relative;
    padding: 25px 23px;
    border-bottom: 1px solid;
    overflow: hidden;
  }

  .modal-success-request .modal-success-request__center-block::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 177px;
    height: 204px;
    background-image: url("../img/content/komus-fest/bg-modal-sm.png");
  }

  .modal-success-request .modal-success-request__title {
    max-width: 250px;
    margin-bottom: 6px;
    font-size: 26px;
  }

  .modal-success-request .modal-success-request__text {
    max-width: 244px;
    font-size: 14px;
  }

  .modal-success-request .modal-success-request__bottom-block {
    padding: 22px 23px 55px 23px;
  }

  .modal-success-request .modal-success-request__bottom-block::after {
    height: 30px;
  }

  .modal-success-request .modal-success-request__close-btn {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }

  .modal-success-request .modal-success-request__close-btn svg {
    width: 25px;
    height: 25px;
  }

  .modal__title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .modal__text {
    font-size: 16px;
    line-height: 140%;
  }

  .modal-container--order-success {
    padding: 20px;
  }

  .modal__title--order-success {
    font-size: 32px;
  }

  .modal__text--order-success {
    font-size: 12px;
  }

  .modal__btn {
    font-size: 14px;
    margin-top: 18px;
  }

  .modal__link {
    font-size: 14px;
    margin-top: 18px;
  }

  .partners__wrap {
    padding-left: 10px;
  }

  .news__wrap {
    padding-left: 10px;
  }

  .news-item__img-block {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .news-item__img-block picture,
  .news-item__img-block img {
    height: auto;
  }

  .news-item__date {
    height: 34px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .news-item__title {
    font-size: 18px;
  }

  .news-item__text {
    margin-top: 2px;
    font-size: 14px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .news-item__teaser {
    font-size: 14px;
  }

  .news-item__description {
    margin-top: 2px;
    font-size: 12px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .info__text-block {
    font-size: 14px;
  }

  .events {
    margin-bottom: 70px;
  }

  .events__wrap {
    padding-left: 10px;
  }

  .events__header-block {
    margin-bottom: 20px;
  }

  .intro::before {
    bottom: -390px;
    left: -220px;
  }

  .intro__text-block {
    margin-left: -10px;
  }

  .intro__img-block {
    margin-right: -10px;
    margin-left: -10px;
  }

  .tab__list {
    width: calc(100% - 10px);
  }

  .calendar__wrap {
    padding-left: 10px;
  }

  .calendar__header-block {
    margin-bottom: 20px;
  }

  .calendar__container {
    padding-bottom: 70px;
  }

  .calendar__list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .calendar__info-list {
    flex-direction: column;
  }

  .calendar__info-img {
    width: 46px;
    height: 46px;
  }

  .calendar__info-img span {
    width: 27px;
    height: 27px;
  }

  .map {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .map__title {
    margin-bottom: 10px;
  }

  .events-page {
    margin-bottom: 70px;
  }

  .events-page__wrap {
    padding-left: 10px;
  }

  .events-page__header-block {
    margin-bottom: 20px;
  }

  .news-page {
    margin-bottom: 40px;
  }

  .news-page__wrap {
    padding-left: 10px;
  }

  .news-page__header-block {
    margin-bottom: 20px;
  }

  .news-page__list {
    grid-template-columns: 1fr;
  }

  .pagination {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .news-detail {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .news-detail__date {
    height: 34px;
    margin-bottom: 16px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .news-detail__social-item {
    width: 40px;
    height: 40px;
  }

  .news-detail__social-item svg {
    width: 29px;
    height: 29px;
  }

  .news-detail__info-block {
    padding: 15px;
  }

  .news-detail__link {
    margin-top: 20px;
  }

  .news-detail__title {
    font-size: 24px;
  }

  .news-detail__item .news-detail__date {
    height: 34px;
    margin-bottom: 16px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .news-detail__caption {
    font-size: 14px;
  }

  .content p {
    font-size: 14px;
  }

  .content .btn {
    width: 100%;
  }

  .cart {
    margin-top: 60px;
  }

  .cart__wrap {
    padding-left: 10px;
  }

  .cart__title {
    font-size: 16px;
  }

  .cart__info-price {
    font-size: 14px;
  }

  .cart__total-block {
    min-height: 55px;
  }

  .cart__total-text {
    font-size: 18px;
  }

  .cart__total-price {
    font-size: 20px;
  }

  .cart__link {
    font-size: 14px;
  }

  .cart__btn-transparent {
    font-size: 14px;
  }

  .cart__btn {
    width: 100%;
  }

  .cart-order {
    padding: 15px 15px 20px 15px;
  }

  .cart-order__price-text {
    font-size: 16px;
  }

  .cart-order__price {
    font-size: 20px;
  }

  .cart-order__field {
    gap: 10px;
  }

  .cart-order__agree-block {
    gap: 15px;
  }

  .cart-order__link-back {
    margin-top: 10px;
    font-size: 14px;
  }

  .cart-order__info-list-wrap {
    max-height: 336px;
  }

  .cart-order__info-list {
    padding-right: 6px;
  }

  .cart-order__info-item {
    height: 112px;
  }

  .cart-order__row {
    padding: 15px;
  }

  .cart-order__title {
    font-size: 18px;
  }

  .cart-order__img {
    width: 104px;
  }

  .cookie {
    bottom: 30px;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: none;
    padding: 0 10px 10px 10px;
  }

  .cookie__text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .cookie__text {
    font-size: 14px;
  }

  .input {
    height: 38px;
    padding: 5px 10px;
    font-size: 14px;
  }

  select {
    height: 44px;
    font-size: 14px;
  }

  .form .ss-main {
    height: 44px;
    padding-left: 10px;
  }

  .form .ss-main .ss-placeholder {
    font-size: 14px;
  }

  .ss-single {
    font-size: 14px;
  }

  .select.ss-content .ss-list .ss-option {
    padding: 8px 10px;
    font-size: 14px;
  }

  .select.select_white.ss-content .ss-list {
    gap: 3px;
  }

  .select.select_white.ss-content .ss-list .ss-option.ss-selected {
    font-weight: 400;
  }

  .form__success-wrap {
    padding: 10px;
  }

  .form__success {
    max-width: 300px;
    padding: 60px 20px;
  }

  .form__success-title br {
    display: block;
  }

  .form__success-title {
    font-size: 24px;
  }

  .form__success-text {
    max-width: 200px;
    font-size: 18px;
  }

  .form__col {
    gap: 11px;
  }

  .form_row {
    gap: 10px;
  }

  .form_row .form__item-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .textarea {
    height: 120px;
    padding: 10px;
    font-size: 14px;
  }

  .rating {
    margin-top: 60px;
  }

  .rating__wrap {
    padding-left: 10px;
  }

  .detail {
    margin-top: 60px;
  }

  .detail__wrap {
    padding-left: 10px;
  }

  .detail__title-block {
    font-size: 20px;
  }

  .detail__img-block {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 10px;
  }

  .detail__img-list-wrap {
    width: 100%;
  }

  .detail__img-item {
    width: 100%;
    height: calc(100vw - 20px) !important;
  }

  .detail__thumbnail-wrap .swiper-button-next {
    display: none;
  }

  .detail__thumbnail-wrap {
    padding-bottom: 0;
  }

  .detail__thumbnail-list-wrap {
    width: 100%;
    height: auto;
  }

  .detail__thumbnail-list {
    width: -moz-fit-content !important;
    width: fit-content !important;
    flex-direction: row;
  }

  .detail__thumbnail-item-wrap {
    width: 110px !important;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .detail__price {
    font-size: 42 px;
  }

  .detail__text {
    font-size: 16px;
  }

  .detail__select {
    margin-bottom: 40px;
  }

  .detail__form {
    width: 100%;
  }

  .detail__submit {
    max-width: 100%;
  }

  .detail__info-list {
    margin-top: 40px;
  }

  .detail__info-title {
    font-size: 18px;
  }

  .products {
    padding-bottom: 40px;
  }

  .products__wrap {
    padding-left: 10px;
  }

  .products__sort {
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .products__sort-text {
    width: 100%;
    font-size: 14px;
  }

  .products__sort-item:last-of-type {
    margin-left: 10px;
  }

  .products__sort-item {
    font-size: 14px;
  }

  .products__sort-item svg {
    width: 16px;
    height: 16px;
  }

  .products__block {
    margin-bottom: 20px;
  }

  .products__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .products__show-more-btn {
    display: flex;
    margin-top: 40px;
  }

  .product-item__img {
    height: auto;
  }

  .product-item__img picture,
  .product-item__img img {
    height: auto;
  }

  .product-item__tag {
    width: 35px;
    height: 35px;
  }

  .product-item__tag-text {
    font-size: 17px;
  }

  .product-item__info {
    padding: 7px 20px;
    gap: 10px;
  }

  .partners-page {
    margin-bottom: 0;
  }

  .partners-page__wrap {
    padding-left: 10px;
  }

  .partners-page__header-block {
    margin-bottom: 20px;
  }

  .partners-page__block-info-sm:last-child::before {
    display: none;
  }

  .partners-page__block-info-sm:last-child::after {
    display: none;
  }

  .partners-page__block-info-sm:last-child .partners-page__info-text {
    padding: 15px;
  }

  .partners-page__info-text {
    padding: 15px;
  }

  .partners-page__info-title {
    font-size: 18px;
  }

  .partners-page__info-desc p {
    font-size: 14px;
  }

  .partners-page__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .partners-page__offer {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .partners-page__offer-list {
    grid-template-columns: 1fr;
  }

  .partners-page__offer-item svg {
    width: 145px;
    height: auto;
  }

  .partners-page__offer-item:first-child {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .partners-page__offer-caption {
    font-size: 20px;
  }

  .partners-page__offer-header {
    font-size: 20px;
  }

  .partners-page__event {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .partners-page__form-wrap {
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 15px 15px 10px 15px;
  }

  .partners-page__form-title {
    font-size: 24px;
  }

  .partners-page__form {
    width: 100%;
  }

  .partners-page__form-caption {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .partners-page__contact-block svg {
    width: 145px;
    height: auto;
  }

  .partners-page__feature-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .komus-fest::before {
    bottom: -390px;
    left: -220px;
  }

  .komus-fest::after {
    bottom: -390px;
    left: -220px;
  }

  .komus-fest_white .komus-fest__text ul {
    margin-bottom: 20px;
    padding-left: 15px;
    -moz-columns: 1;
    columns: 1;
  }

  .komus-fest_white .komus-fest__text ul li {
    margin-bottom: 8px;
  }

  .komus-fest__title {
    font-size: 24px;
  }

  .komus-fest__date {
    width: 100%;
    min-height: 49px;
    padding: 5px 20px;
    font-size: 24px;
  }

  .komus-fest__main-info {
    flex-direction: column;
  }

  .komus-fest__main-right {
    width: 100%;
    padding: 40px 15px;
  }

  .komus-fest__main-right::before {
    width: 78px;
    height: 32px;
  }

  .komus-fest__main-right::after {
    width: 78px;
    height: 32px;
  }

  .komus-fest__main-row {
    gap: 10px;
  }

  .komus-fest__price-text {
    font-size: 14px;
  }

  .komus-fest__price {
    font-size: 30px;
  }

  .komus-fest__btn {
    height: 46px;
    font-size: 14px;
  }

  .komus-fest__caption-block {
    gap: 10px;
  }

  .komus-fest__city {
    max-width: 300px;
    font-size: 20px;
  }

  .komus-fest__caption {
    max-width: 250px;
    font-size: 16px;
  }

  .komus-fest__header-block-logo {
    min-height: auto;
    padding: 20px 15px;
  }

  .komus-fest__header-block-logo picture {
    width: 186px;
  }

  .komus-fest__header-block {
    min-height: auto;
    padding: 20px 15px;
  }

  .komus-fest__header-block-b {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 15px;
  }

  .komus-fest__header-block-b svg {
    display: none;
  }

  .komus-fest__text-block {
    flex-direction: column;
    gap: 35px;
    padding: 20px 15px 50px;
  }

  .komus-fest__text {
    font-size: 14px;
  }

  .komus-fest__text p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .komus-fest__img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .komus-fest__header {
    max-width: 280px;
    font-size: 20px;
  }

  .komus-fest__header-sm {
    font-size: 30px;
  }

  .komus-fest__feature-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .komus-fest__feature-item {
    min-height: auto;
    padding: 15px;
  }

  .komus-fest__feature-num {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .komus-fest__tile-wrap.swiper {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
  }

  .komus-fest__wrapper-block::after {
    height: 272px;
  }

  .komus-fest__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }

  .komus-fest__wrapper .komus-fest__header {
    margin-bottom: 20px;
  }

  .komus-fest__city-events {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }

  .komus-fest__city-events .komus-fest__header {
    margin-bottom: 20px;
  }

  .komus-fest__city-event-list {
    grid-template-columns: 1fr;
  }

  .komus-fest__city-event-item {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .komus-fest__city-event-row {
    margin-bottom: 20px;
    gap: 5px;
  }

  .komus-fest__img-cup::before {
    width: 39px;
    height: 31px;
    margin-right: -20px;
  }

  .komus-fest__img-cup picture {
    width: 40px;
    height: 40px;
  }

  .komus-fest__city-event-title {
    font-size: 20px;
  }

  .komus-fest__city-event-text {
    font-size: 14px;
  }

  .komus-fest__city-event-btn {
    margin-top: 20px;
    min-height: 44px;
    font-size: 14px;
  }

  .komus-fest__partner-list {
    height: 460px;
  }

  .komus-fest__partner-item picture,
  .komus-fest__partner-item img {
    width: auto;
    max-height: 90px;
  }

  .komus-fest__partner-item.swiper-slide {
    height: auto;
  }

  .komus-fest__partner-header-block {
    margin-bottom: 20px;
  }

  .komus-fest__partner-header-block .komus-fest__header {
    margin-bottom: 0;
  }

  .komus-fest__partner-nav {
    gap: 12px;
  }

  .komus-fest__partner-nav-prev,
  .komus-fest__partner-nav-next {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .komus-fest__partner-nav-prev svg,
  .komus-fest__partner-nav-next svg {
    width: 25px;
    height: 25px;
  }

  .komus-fest__map-row {
    gap: 10px;
    margin-bottom: 50px;
  }

  .komus-fest__map-block {
    padding: 15px;
  }

  .komus-fest__address {
    font-size: 14px;
    line-height: 20px;
  }

  .komus-fest__map {
    height: 300px;
  }

  .komus-fest__info-title {
    padding-left: 15px;
  }

  .komus-fest__info-list {
    padding-left: 15px;
  }

  .komus-fest__event-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    grid-template-columns: repeat(1, 1fr);
  }

  .komus-fest__event-title {
    font-size: 18px;
  }

  .komus-fest__event-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .komus-fest__event-desc {
    font-size: 16px;
  }

  .komus-fest__doc-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 50px;
  }

  .komus-fest__doc-item picture,
  .komus-fest__doc-item img {
    width: 110px;
  }

  .komus-fest__doc-divider {
    width: 20px;
    margin-left: 6px;
  }

  .komus-fest__place {
    padding-left: 15px;
    padding-right: 15px;
  }

  .komus-fest__place .komus-fest__header {
    margin-bottom: 20px;
  }

  .komus-fest__place-title {
    font-size: 20px;
  }

  .komus-fest__place-title span {
    font-size: 22px;
  }

  .komus-fest__place-top {
    padding: 15px;
  }

  .komus-fest__place-caption {
    font-size: 34px;
  }

  .komus-fest__place-text {
    font-size: 20px;
  }

  .komus-fest__place-bottom {
    padding: 15px;
    gap: 10px;
  }

  .komus-fest__place-row {
    font-size: 14px;
  }

  .komus-fest__place-footnote {
    font-size: 14px;
  }

  .grand::before {
    left: -220px;
  }

  .grand__title {
    font-size: 24px;
  }

  .grand__date {
    width: 100%;
    min-height: 49px;
    padding: 5px 20px;
    font-size: 24px;
  }

  .grand__main-info {
    flex-direction: column;
  }

  .grand__intro-text {
    font-size: 14px;
  }

  .grand__main-photo {
    width: 100%;
  }

  .grand__main-right {
    width: 100%;
    padding: 40px 15px;
  }

  .grand__main-right::before {
    width: 78px;
    height: 32px;
  }

  .grand__main-right::after {
    width: 78px;
    height: 32px;
  }

  .grand__main-row {
    gap: 10px;
  }

  .grand__price-text {
    font-size: 14px;
  }

  .grand__price {
    font-size: 30px;
  }

  .grand__btn {
    height: 46px;
    font-size: 14px;
  }

  .grand__caption-block {
    gap: 10px;
  }

  .grand__caption {
    font-size: 16px;
  }

  .grand__header-block-logo {
    min-height: auto;
    padding: 20px 15px;
  }

  .grand__header-block-logo picture {
    width: 186px;
  }

  .grand__desc-block {
    padding: 20px 15px 30px;
  }

  .grand__desc-text {
    font-size: 14px;
  }

  .grand__quote {
    font-size: 16px;
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  .grand__gallery-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    gap: 10px;
  }

  .grand__gallery-main {
    height: 260px;
  }

  .grand__gallery-grid {
    gap: 10px;
  }

  .grand__text-block {
    flex-direction: column;
    gap: 35px;
    padding: 20px 15px 50px;
  }

  .grand__text {
    font-size: 14px;
  }

  .grand__photo-grid {
    width: 100%;
    margin-left: 0;
  }

  .grand__photo-grid .grand__photo-item {
    height: 140px;
  }

  .grand__gallery-grid .grand__photo-item {
    min-height: 120px;
  }

  .grand__header-block {
    min-height: auto;
    padding: 20px 15px;
  }

  .grand__header.p0 {
    margin-bottom: 20px;
  }

  .grand__header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grand__header {
    font-size: 20px;
  }

  .grand__event-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .grand__event-price {
    font-size: 22px;
  }

  .grand__info-title {
    padding-left: 15px;
  }

  .grand__info-list {
    padding-left: 15px;
  }

  .grand__wrapper-block::after {
    height: 272px;
  }

  .grand__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }

  .grand__wrapper .grand__header {
    margin-bottom: 20px;
  }

  .grand__address svg {
    width: 36px;
    height: 36px;
  }

  .grand__address {
    padding: 15px;
  }

  .grand__address-text {
    font-size: 14px;
  }

  .grand__social {
    padding: 10px 15px 15px;
  }

  .grand__social-item {
    width: 36px;
    height: 36px;
  }

  .grand__social-item svg {
    width: 36px;
    height: 36px;
  }

  .grand__map-row {
    gap: 10px;
    margin-bottom: 50px;
  }

  .grand__doc-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 50px;
  }

  .grand__doc-item picture,
  .grand__doc-item img {
    width: 110px;
  }

  .grand__doc-divider {
    width: 20px;
    margin-left: 6px;
  }

  .grand__partner-list {
    height: 460px;
  }

  .grand__partner-item.swiper-slide picture,
  .grand__partner-item.swiper-slide img {
    width: auto;
    max-height: 90px;
  }

  .grand__partner-item.swiper-slide.swiper-slide {
    height: auto;
  }

  .grand__partner-header-block {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grand__partner-header-block .komus-fest__header {
    margin-bottom: 0;
  }

  .grand__partner-nav {
    gap: 12px;
  }

  .grand__partner-nav-prev,
  .grand__partner-nav-next {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .grand__partner-nav-prev svg,
  .grand__partner-nav-next svg {
    width: 25px;
    height: 25px;
  }

  .grand__tile-wrap.swiper {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
  }

  .sports-contest::before {
    left: -220px;
  }

  .sports-contest__top-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sports-contest__title {
    font-size: 24px;
  }

  .sports-contest__date {
    width: 100%;
    min-height: 49px;
    padding: 5px 20px;
    font-size: 24px;
  }

  .sports-contest__intro-text {
    font-size: 14px;
  }

  .sports-contest__main-photo {
    width: 100%;
  }

  .sports-contest__main-right-top {
    width: 100%;
    padding: 40px 15px;
    margin: 0;
  }

  .sports-contest__main-right-top::before {
    width: 78px;
    height: 32px;
  }

  .sports-contest__main-row {
    gap: 10px;
  }

  .sports-contest__price-text {
    font-size: 14px;
  }

  .sports-contest__price {
    font-size: 30px;
  }

  .sports-contest__btn {
    height: 46px;
    font-size: 14px;
  }

  .sports-contest__btn2 {
    height: 46px;
    font-size: 14px;
  }

  .sports-contest__city {
    font-size: 20px;
    text-align: center;
  }

  .sports-contest__city2 {
    font-size: 16px;
    text-align: center;
  }

  .sports-contest__caption {
    font-size: 16px;
    text-align: center;
  }

  .sports-contest__img-block {
    margin-top: 20px;
  }

  .sports-contest__header-block-logo-wrap {
    min-height: auto;
    gap: 8px;
  }

  .sports-contest__header-block-logo-wrap::before {
    width: 240px;
  }

  .sports-contest__header-block-logo {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .sports-contest__header-block-logo img {
    width: 124px;
  }

  .sports-contest__header-block-desc-name {
    font-size: 18px;
  }

  .sports-contest__header-block-desc-bottom {
    font-size: 12px;
  }

  .sports-contest__desc-block {
    padding: 20px 15px 30px;
  }

  .sports-contest__desc-text {
    font-size: 14px;
  }

  .sports-contest__quote {
    font-size: 16px;
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  .sports-contest__gallery-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    gap: 10px;
  }

  .sports-contest__gallery-main {
    height: 260px;
  }

  .sports-contest__gallery-grid {
    gap: 10px;
  }

  .sports-contest__text-block {
    border-bottom: 2px solid #1668D1;
  }

  .sports-contest__text ul,
  .sports-contest__text li,
  .sports-contest__text p {
    font-size: 15px;
  }

  .sports-contest__text {
    font-size: 14px;
  }

  .sports-contest__photo-grid {
    width: 100%;
    margin-left: 0;
  }

  .sports-contest__gallery-grid .sports-contest__photo-item {
    min-height: 120px;
  }

  .sports-contest__header-block {
    min-height: auto;
    padding: 20px 15px;
  }

  .sports-contest__header {
    font-size: 26px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .sports-contest__event-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .sports-contest__event-price {
    font-size: 22px;
  }

  .sports-contest__info-title {
    padding-left: 15px;
  }

  .sports-contest__info-list {
    padding-left: 15px;
  }

  .sports-contest__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }

  .sports-contest__address svg {
    width: 36px;
    height: 36px;
  }

  .sports-contest__address {
    padding: 15px;
  }

  .sports-contest__address-text {
    font-size: 14px;
  }

  .sports-contest__social {
    padding: 10px 15px 15px;
  }

  .sports-contest__social-item {
    width: 36px;
    height: 36px;
  }

  .sports-contest__social-item svg {
    width: 36px;
    height: 36px;
  }

  .sports-contest__map-row {
    gap: 10px;
    margin-bottom: 50px;
  }

  .sports-contest__doc-list {
    margin: 0 auto;
    gap: 10px;
  }

  .sports-contest__doc-item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sports-contest__doc-item picture,
  .sports-contest__doc-item img {
    width: 110px;
  }

  .sports-contest__doc-text {
    font-size: 15px;
  }

  .sports-contest__doc-divider {
    width: 100%;
    height: 30px;
    margin: 0;
  }

  .sports-contest__doc-download {
    padding: 20px 20px 0 0;
  }

  .sports-contest__partner-header-block {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 106px;
    margin-bottom: 0;
  }

  .sports-contest__partner-nav {
    gap: 12px;
  }

  .sports-contest__partner-nav-prev,
  .sports-contest__partner-nav-next {
    width: 40px;
    height: 20px;
  }

  .sports-contest__partner-nav-prev svg,
  .sports-contest__partner-nav-next svg {
    width: 16px;
    height: 16px;
  }

  .sports-contest__tile-wrap.swiper {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
  }

  .sports-contest__online-block-boll1 {
    display: none;
  }

  .sports-contest__online-block-boll2 {
    width: 50px;
    height: 110px;
    bottom: -90px;
    transform: rotate(-90deg);
    transform-origin: center;
    left: 45%;
    z-index: 0;
  }

  .sports-contest__online-block-wrap {
    margin: 32px auto 44px;
  }

  .sports-contest__online-block-title {
    height: 36px;
    font-size: 12px;
  }

  .sports-contest__online-block-video {
    padding: 8px 30px;
  }

  .sports-contest__online-block-video img,
  .sports-contest__online-block-video iframe,
  .sports-contest__online-block-video video {
    min-height: 130px;
  }

  .sports-contest__game-block {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .sports-contest__game-block-pic2 {
    width: 40%;
    right: -12%;
    top: auto;
    bottom: 45%;
    transform: rotate(-35deg);
  }

  .sports-contest__game-block-wave {
    left: -50%;
    width: 200%;
  }

  .sports-contest__game-block-title {
    font-size: 33px;
  }

  .sports-contest__game-block-desc {
    font-size: 15px;
    margin: 10px auto;
    padding: 0 20px;
  }

  .sports-contest__game-block-item img {
    width: 90%;
    max-width: 385px;
    margin: 0 auto;
  }

  .sports-contest__game-block-nav {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  .sports-contest__game-block-nav-prev,
  .sports-contest__game-block-nav-next {
    width: 40px;
    height: 20px;
  }

  .sports-contest__game-block-nav-prev svg,
  .sports-contest__game-block-nav-next svg {
    width: 16px;
    height: 16px;
  }

  .sports-contest__modal {
    max-width: 90% !important;
    height: 450px;
  }

  .sports-contest__modal-container::before {
    display: none;
  }

  .sports-contest__modal-title {
    padding: 10px;
    font-size: 18px;
  }

  .sports-contest__modal-desc {
    padding: 10px;
    font-size: 14px;
  }

  .sports-contest__modal-mascot {
    left: -20px;
    width: 150px;
  }

  .sports-contest__sport-types-block-head {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 106px;
  }

  .sports-contest__sport-types-block-head-text {
    font-size: 26px;
  }

  .sports-contest__sport-types-block-nav-prev,
  .sports-contest__sport-types-block-nav-next {
    width: 40px;
    height: 20px;
  }

  .sports-contest__sport-types-block-nav-prev svg,
  .sports-contest__sport-types-block-nav-next svg {
    width: 16px;
    height: 16px;
  }

  .sports-contest__sport-types-block-slider {
    margin-bottom: 0;
  }

  .sports-contest__descriptions-block {
    margin-top: 0;
    padding-top: 60px;
  }

  .sports-contest__descriptions-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
  }

  .sports-contest__descriptions-block-item {
    margin-bottom: 20px;
  }

  .sports-contest__descriptions-block-title {
    display: none;
    height: auto;
    align-items: flex-end;
    padding: 0 20px;
    gap: 8px;
    justify-content: flex-start;
  }

  .sports-contest__descriptions-block-title-text {
    font-size: 26px;
    margin-top: 0;
    white-space: unset;
  }

  .sports-contest__descriptions-block-title-image img {
    width: 16px;
    height: 31px;
    min-width: 16px;
    min-height: 31px;
    margin-bottom: 6px;
  }

  .sports-contest__descriptions-block-content {
    flex-direction: column;
    padding: 0;
    gap: 20px;
    background-color: transparent;
  }

  .sports-contest__descriptions-block-content-image {
    width: 100%;
    height: 240px;
    border-radius: 50px 50px 0 0;
  }

  .sports-contest__descriptions-block-content-text-wrap {
    width: 100%;
  }

  .sports-contest__descriptions-block-content-text {
    padding: 10px 20px 20px;
    background-color: #ffffff;
    font-size: 15px;
  }

  .sports-contest__promo-block {
    margin-top: 90px;
  }

  .sports-contest__promo-block-disclamer {
    font-size: 11px;
  }

  .sports-contest__promo-block-right-desc {
    font-size: 19px;
  }

  .sports-contest__promo-block-right-title {
    font-size: 40px;
  }

  .sports-contest__promo-block-bottom-promo {
    font-size: 15px;
  }

  .sports-contest__promo-block-bottom-name {
    font-size: 30px;
  }

  .sports-contest__reg-block {
    margin-top: 80px;
    background-color: transparent;
    margin-bottom: 24px;
  }

  .sports-contest__reg-block::before {
    z-index: 1;
    height: calc(100% - 54px);
  }

  .sports-contest__reg-block-target {
    z-index: 0;
    width: 140px;
    height: 113px;
    left: 0;
    top: -75px;
  }

  .sports-contest__reg-block-title {
    z-index: 2;
    font-size: 26px;
    padding-top: 20px;
  }

  .sports-contest__reg-block-wrapper {
    margin: 30px auto 0;
    flex-direction: column;
  }

  .sports-contest__reg-block-item-button {
    font-size: 12px;
    height: 54px;
    padding: 20px;
  }

  .sports-contest__doc-block-header {
    font-size: 26px;
    margin: 20px auto;
  }

  .sports-contest__contacts-block {
    padding: 10px 0 0;
  }

  .sports-contest__contacts-block-header {
    flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 30px;
  }

  .sports-contest__contacts-block-header-text {
    font-size: 26px;
  }

  .sports-contest__contacts-block-header-icon {
    max-width: 70px;
  }

  .sports-contest__contacts-block-header-icon--after {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: none;
    width: 100%;
  }

  .sports-contest__contacts-block-wrap {
    flex-direction: column;
  }

  .sports-contest__contacts-block-adress {
    min-width: auto;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #1668D1;
    border-bottom: 2px solid #1668D1;
  }

  .sports-contest__contacts-block-map {
    height: 220px;
  }

  .sports-contest__contacts-block-icon {
    width: 30px;
    height: 30px;
  }

  .sports-contest__contacts-block-icon picture {
    max-width: 100%;
    height: 100%;
  }

  .sports-contest__contacts-block-icon img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sports-contest__contacts-block-text {
    font-size: 19px;
  }

  .sports-contest__contacts-block-text span {
    font-size: 29px;
  }

  .sports-contest__partner-block {
    padding: 0 20px 60px;
    background-color: #ffffff;
  }

  .sports-contest__partner-block::before {
    height: 100px;
  }

  .sports-contest__social-block {
    margin: 160px auto 20px;
  }

  .sports-contest__social-block-wrap {
    padding: 20px;
    flex-direction: column;
    gap: 10px;
  }

  .sports-contest__social-block-title {
    font-size: 22px;
    max-width: 200px;
    text-align: center;
  }

  .sports-contest__social-block-title span {
    font-size: 28px;
  }

  .sports-contest__social-block-desc {
    font-size: 11px;
    text-align: center;
    max-width: 300px;
  }

  .sports-contest__social-block-links {
    gap: 16px;
  }

  .sports-contest__social-block-links-item {
    height: 34px;
    padding: 6px;
    gap: 8px;
  }

  .sports-contest__social-block-links-item-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  .sports-contest__social-block-links-item-icon svg {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  .sports-contest__social-block-links-item-text {
    font-size: 13px;
  }

  .sports-contest .desktop {
    display: none !important;
  }

  .sports-contest .mobile {
    display: flex !important;
  }

  .novosib-fest::before {
    left: -220px;
  }

  .novosib-fest__title {
    font-size: 24px;
  }

  .novosib-fest__date {
    width: 100%;
    min-height: 49px;
    padding: 5px 20px;
    font-size: 24px;
  }

  .novosib-fest__main-info {
    flex-direction: column;
  }

  .novosib-fest__intro-text {
    font-size: 14px;
  }

  .novosib-fest__main-photo {
    width: 100%;
  }

  .novosib-fest__main-right {
    width: 100%;
    padding: 40px 15px;
  }

  .novosib-fest__main-right::before {
    width: 78px;
    height: 32px;
  }

  .novosib-fest__main-right::after {
    width: 78px;
    height: 32px;
  }

  .novosib-fest__main-row {
    gap: 10px;
  }

  .novosib-fest__price-text {
    font-size: 14px;
  }

  .novosib-fest__price {
    font-size: 30px;
  }

  .novosib-fest__btn {
    height: 46px;
    font-size: 14px;
  }

  .novosib-fest__caption-block {
    gap: 10px;
  }

  .novosib-fest__caption {
    font-size: 16px;
  }

  .novosib-fest__header-block-logo {
    min-height: auto;
    padding: 20px 15px;
  }

  .novosib-fest__header-block-logo picture {
    width: 186px;
  }

  .novosib-fest__desc-block {
    padding: 20px 15px 30px;
  }

  .novosib-fest__desc-text {
    font-size: 14px;
  }

  .novosib-fest__quote {
    font-size: 16px;
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  .novosib-fest__gallery-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    gap: 10px;
  }

  .novosib-fest__gallery-main {
    height: 260px;
  }

  .novosib-fest__gallery-grid {
    gap: 10px;
  }

  .novosib-fest__text-block {
    flex-direction: column;
    gap: 35px;
    padding: 20px 15px 50px;
  }

  .novosib-fest__text {
    font-size: 14px;
  }

  .novosib-fest__photo-grid {
    width: 100%;
    margin-left: 0;
  }

  .grand__photo-grid .novosib-fest__photo-item {
    height: 140px;
  }

  .grand__gallery-grid .novosib-fest__photo-item {
    min-height: 120px;
  }

  .novosib-fest__header-block {
    min-height: auto;
    padding: 20px 15px;
  }

  .novosib-fest__header.p0 {
    margin-bottom: 20px;
  }

  .novosib-fest__header {
    padding-left: 15px;
  }

  .novosib-fest__header {
    font-size: 20px;
  }

  .novosib-fest__event-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .novosib-fest__event-price {
    font-size: 22px;
  }

  .novosib-fest__info-title {
    padding-left: 15px;
  }

  .novosib-fest__info-list {
    padding-left: 15px;
  }

  .novosib-fest__wrapper-block::after {
    height: 272px;
  }

  .novosib-fest__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }

  .novosib-fest__wrapper .grand__header {
    margin-bottom: 20px;
  }

  .novosib-fest__address svg {
    width: 36px;
    height: 36px;
  }

  .novosib-fest__address {
    padding: 15px;
  }

  .novosib-fest__address-text {
    font-size: 14px;
  }

  .novosib-fest__social {
    padding: 10px 15px 15px;
  }

  .novosib-fest__social-item {
    width: 36px;
    height: 36px;
  }

  .novosib-fest__social-item svg {
    width: 36px;
    height: 36px;
  }

  .novosib-fest__map-row {
    gap: 10px;
    margin-bottom: 50px;
  }

  .novosib-fest__doc-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 50px;
  }

  .novosib-fest__doc-item picture,
  .novosib-fest__doc-item img {
    width: 110px;
  }

  .novosib-fest__doc-divider {
    width: 20px;
    margin-left: 6px;
  }

  .novosib-fest__partner-list {
    height: 460px;
  }

  .novosib-fest__partner-item picture,
  .novosib-fest__partner-item img {
    width: auto;
    max-height: 90px;
  }

  .novosib-fest__partner-item.swiper-slide {
    height: auto;
  }

  .novosib-fest__partner-header-block {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .novosib-fest__partner-header-block .komus-fest__header {
    margin-bottom: 0;
  }

  .novosib-fest__partner-nav {
    gap: 12px;
  }

  .novosib-fest__partner-nav-prev,
  .novosib-fest__partner-nav-next {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .novosib-fest__partner-nav-prev svg,
  .novosib-fest__partner-nav-next svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .info {
    background-image: url("../img/content/info/bg-sm.png");
  }

  .sports-contest__title-block {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .partners__block {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 0;
  }

  .partners__item-wrap,
  .partners__item-wrap.swiper-slide {
    width: 118px !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .partners__item {
    height: 102px;
    padding: 10px;
  }

  .news__list-wrap,
  .news__list-wrap.swiper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .news__item-wrap,
  .news__item-wrap.swiper-slide {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .news-item {
    gap: 0;
    padding-bottom: 0;
  }

  .news-item__img {
    height: 233px;
  }

  .news-item__info-block {
    min-height: 95px;
    padding: 20px;
  }

  .news-item__block {
    display: none;
  }

  .events::before {
    display: none;
  }

  .events__list-wrap.swiper-initialized .events__item:nth-child(n + 2) {
    display: flex;
  }

  .events__list {
    display: flex;
    gap: 0;
  }

  .events__item {
    flex-shrink: 0;
    width: 100%;
  }

  .events__item:nth-child(n + 2) {
    display: none;
  }

  .events__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .events__button {
    display: flex;
  }

  .feature__item-wrap:nth-child(4) .feature__value {
    font-size: 40px;
  }

  .events-page__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .events-page__item {
    flex-shrink: 0;
    width: 100%;
  }

  .partners-page__event-list.swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .partners-page__event-item.swiper-slide {
    flex-shrink: 0;
    width: 100%;
  }

  .partners-page__nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .komus-fest__tile.swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .komus-fest__tile-item.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 280px;
  }

  .komus-fest__nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .grand__map {
    height: 182px;
  }

  .grand__tile.swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .grand__tile-item.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 280px;
  }

  .grand__nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .sports-contest__map {
    height: 182px;
  }

  .sports-contest__tile.swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .sports-contest__tile-item.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 280px;
  }

  .sports-contest__nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 690px) {
  .intro__polygon {
    left: auto;
    right: -28px;
    bottom: -122px;
    display: block;
    width: 138px;
    height: 236px;
    background-size: 138px 236px;
  }
}

@media (max-width: 660px) {
  .sports-contest__game-block-pic2 {
    bottom: 40%;
  }
}

@media (max-width: 650px) {
  .modal-registration .modal-registration__form-list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  body::after {
    background-image: url("../img/content/glow-footer-mob.png");
    background-size: cover;
  }

  body.sm-glow::after {
    display: none;
  }

  .news-item__link {
    position: static;
    width: 100%;
  }

  .intro__text-block {
    max-width: calc(100% - 17px);
    padding: 30px 10px;
  }

  .intro__text-block::before {
    top: 0;
    width: 17px;
    height: 70px;
  }

  .intro__text-block::after {
    width: 20px;
    height: 114px;
  }

  .intro__caption {
    font-size: 26px;
  }

  .intro__title {
    max-width: 242px;
    margin-bottom: 20px;
    font-size: 55px;
  }

  .intro__text {
    max-width: 245px;
    font-size: 22px;
  }

  .intro__img-arrow {
    display: none;
  }

  .intro__polygon {
    right: -12px;
  }

  .komus-fest__map {
    height: 182px;
  }
}

@media (max-width: 500px) {
  .partners-page__block-info-sm:first-child::after {
    display: block;
    bottom: -10px;
    right: -17px;
    width: 79px;
    height: 81px;
    background-image: url("../img/content/partners-page/polygon-mob.png");
    background-size: 79px 81px;
    z-index: 10;
  }

  .sports-contest__game-block-pic2 {
    bottom: 30%;
  }
}

@media (max-width: 425px) {
  .sports-contest__sport-types-block-slider::before {
    height: 73%;
  }

  .sports-contest__sport-types-block-item {
    width: 100% !important;
    height: auto !important;
  }
}