@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
}

button:active, a:active {
  outline: 0;
  outline-offset: 0;
}
button:focus, a:focus {
  outline: 0;
  outline-offset: 0;
}
button:hover, a:hover {
  outline: 0;
  outline-offset: 0;
}

.overlay_ {
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 1, 1, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 200;
}
.overlay_.open {
  opacity: 1;
  visibility: visible;
}

.popup {
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--blackColor);
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: visibility 0.3s ease;
  -o-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
  z-index: 300;
  visibility: hidden;
}
.popup.open {
  opacity: 1;
  -webkit-transition: visibility 0.5s ease;
  -o-transition: visibility 0.5s ease;
  transition: visibility 0.5s ease;
  visibility: visible;
}

@-webkit-keyframes arrowbounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes arrowbounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
:root {
  scrollbar-color: var(--blackColor) var(--yellowColor);
  scrollbar-width: thin !important;
  --baseFontSize: 10px;
  --blackColor: #000000;
  --footerColor: #0a0810;
  --lightYellowColor: #fce750;
  --lilacColor: #6355a2;
  --mediumGrayColor: #7a7a7a;
  --violetColor: #421eaa;
  --whiteColor: #ffffff;
  --yellowColor: #f9dd16;
  font-family: "Roboto", "Arial", sans-serif;
  scroll-behavior: smooth;
}
:root ::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}
:root ::-webkit-scrollbar-track {
  background: var(--blackColor);
}
:root ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--yellowColor);
}
:root ::-webkit-scrollbar-thumb:hover {
  background-color: var(--violetColor);
}
:root ::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}
:root ::-webkit-scrollbar {
  width: 4px;
}
:root .popup ::-webkit-scrollbar-track {
  background-color: var(--blackColor) !important;
  margin-bottom: 10px;
}

@font-face {
  font-family: "GothamPro";
  src: url("/assets/fonts/gotham_pro_black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("/assets/fonts/gotham_pro_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--baseFontSize);
}
html a {
  -webkit-tap-highlight-color: transparent !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}
html a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}

body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", "Arial", sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}
body * {
  font-size: 14px;
}

.wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
  position: relative;
  width: 1514px;
}

.owl-prev,
.owl-next {
  border: none;
  height: 10px;
  opacity: 40%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80px;
}
.owl-prev span,
.owl-next span {
  display: none;
}
.owl-prev:hover, .owl-prev:active, .owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  opacity: 100%;
}

.owl-prev {
  background: url("/assets/img/slider-arrow.svg") center no-repeat !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-next {
  background: url("/assets/img/slider-arrow.svg") center no-repeat !important;
}

.owl-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -500px auto 500px;
  position: relative;
  top: -60px;
  width: 100%;
}

.hidden {
  display: none !important;
}

.open-list, .close-list {
  bottom: -50px;
  color: var(--yellowColor);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.03em;
  position: absolute;
  text-transform: uppercase;
}
.open-list svg, .close-list svg {
  margin-left: 10px;
  padding-bottom: 1px;
}
.open-list svg path, .close-list svg path {
  fill: var(--yellowColor);
}

.close-list svg {
  padding-top: 2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.darken {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
}

.buy-btn-wrapper {
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.buy-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--yellowColor);
  color: var(--blackColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 108px;
}

.cancel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 400px;
}
.cancel:hover, .cancel:active, .cancel:focus {
  color: var(--whiteColor);
}

.close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px;
  position: absolute;
  right: 44px;
  top: 44px;
}
.close-btn .close-icon {
  cursor: pointer;
  height: 58px;
  position: relative;
  width: 42px;
}
.close-btn .close-icon:hover .leftright, .close-btn .close-icon:active .leftright, .close-btn .close-icon:focus .leftright {
  background-color: var(--violetColor);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-btn .close-icon:hover .rightleft, .close-btn .close-icon:active .rightleft, .close-btn .close-icon:focus .rightleft {
  background-color: var(--violetColor);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn .close-icon .leftright {
  background-color: var(--whiteColor);
  border-radius: 2px;
  height: 4px;
  margin-top: 24px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 42px;
}
.close-btn .close-icon .rightleft {
  background-color: var(--whiteColor);
  border-radius: 2px;
  height: 4px;
  margin-top: 24px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 42px;
}

.txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--whiteColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: 0.04em;
  line-height: 150%;
  opacity: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
}

.yellow-screen {
  background-color: rgba(249, 221, 22, 0.8);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
}
.yellow-screen::after {
  color: var(--blackColor);
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 110%;
  text-transform: uppercase;
  width: 100%;
}

.title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: var(--whiteColor);
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  font-size: 120px;
  font-weight: 700;
  margin-bottom: 80px;
  margin-top: 100px;
}

.subtitle {
  color: var(--yellowColor);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.title-secondary {
  color: var(--whiteColor);
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.back {
  bottom: 35px;
  color: var(--yellowColor);
  font-size: 18px;
  font-weight: 400;
  left: 10vw;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.back:hover, .back:active, .back:focus {
  color: var(--lilacColor);
}

.secondary-page {
  background-color: var(--blackColor);
  background-image: url("/assets/img/bg_secondary.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-top: 70px;
  width: 100%;
}
.secondary-page .wrapper {
  padding-bottom: 100px;
}
.secondary-page .title {
  margin-top: 40px;
}

.transform {
  fill: var(--whiteColor) !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials .vk, .socials .youtube, .socials .ok, .socials .telegram, .socials .rutube {
  cursor: pointer !important;
  height: 34px;
  margin-right: 19px;
  width: 34px;
}
.socials .vk .white, .socials .youtube .white, .socials .ok .white, .socials .telegram .white, .socials .rutube .white {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.socials .vk:hover .white, .socials .vk:active .white, .socials .vk:focus .white, .socials .youtube:hover .white, .socials .youtube:active .white, .socials .youtube:focus .white, .socials .ok:hover .white, .socials .ok:active .white, .socials .ok:focus .white, .socials .telegram:hover .white, .socials .telegram:active .white, .socials .telegram:focus .white, .socials .rutube:hover .white, .socials .rutube:active .white, .socials .rutube:focus .white {
  fill: var(--violetColor);
}
.socials .rutube {
  margin-right: 0 !important;
}

@media screen and (max-width: 1739px) {
  :root {
    --baseFontSize: 8px;
  }
  .wrapper {
    width: 1370px;
  }
}
@media screen and (max-width: 1439px) {
  .wrapper {
    width: 1100px;
  }
  .title {
    font-size: 100px;
  }
  .close-btn {
    right: 30px;
    top: 30px;
  }
  .close-btn .close-icon {
    height: 48px;
    width: 32px;
  }
  .close-btn .close-icon .leftright {
    width: 32px;
  }
  .close-btn .close-icon .rightleft {
    width: 32px;
  }
  .secondary-page {
    padding-top: 40px;
  }
  .secondary-page .title {
    margin-top: 20px;
  }
  .cancel {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 80px;
  }
  .wrapper {
    width: 964px;
  }
  .subtitle {
    font-size: 20px;
  }
  .title-secondary {
    font-size: 36px;
  }
  .socials .vk, .socials .youtube, .socials .ok, .socials .telegram, .socials .rutube {
    margin-right: 12px;
  }
  .close-btn .close-icon {
    height: 36px;
    width: 24px !important;
  }
  .close-btn .close-icon .leftright {
    height: 3px;
    width: 24px !important;
  }
  .close-btn .close-icon .rightleft {
    height: 3px;
    width: 24px !important;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    width: 708px;
  }
  .title {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 420px;
  }
  .title {
    font-size: 60px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .back {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .wrapper {
    width: 280px;
  }
  .title {
    font-size: 34px;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .open-list, .close-list {
    font-size: 14px;
    font-weight: 500;
  }
  .txt {
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 120%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .back {
    font-size: 16px;
  }
  .secondary-page .txt {
    font-size: 15px;
  }
  .secondary-page .wrapper {
    padding-bottom: 30px;
  }
}
section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}

.video-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper video {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tickets {
  background-color: var(--blackColor);
  margin-top: 100vh;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
}
.tickets .logo {
  position: absolute;
  top: -306px;
}
.tickets .logo img {
  width: 566px;
}
.tickets .continue {
  -webkit-animation: arrowbounce 2s 2s infinite;
          animation: arrowbounce 2s 2s infinite;
  position: absolute;
  top: -58px;
  -webkit-transition: all 0.5s ease-in 3s;
  -o-transition: all 0.5s ease-in 3s;
  transition: all 0.5s ease-in 3s;
}
.tickets .concert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 1150px;
}
.tickets .concert-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px rgba(99, 88, 162, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 18% 9% 56% 12% 5%;
  height: 100px;
  justify-items: start;
  padding: 24px 0 24px 0;
  position: relative;
  width: 100%;
}
.tickets .concert-item .date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 174px;
}
.tickets .concert-item__vk {
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tickets .concert-item__vk path {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.tickets .concert-item__vk::after {
  bottom: -56px;
  position: absolute;
  background-color: rgba(233, 228, 255, 0.6);
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 130%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "Участвуй во встрече ВКонтакте";
  height: 50px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 164px;
  z-index: 10;
}
.tickets .concert-item__vk:hover path:first-child, .tickets .concert-item__vk:active path:first-child, .tickets .concert-item__vk:focus path:first-child {
  fill: var(--violetColor);
}
.tickets .concert-item__vk:hover::after, .tickets .concert-item__vk:active::after, .tickets .concert-item__vk:focus::after {
  opacity: 1;
}
.tickets .concert-item__date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-column-gap: 12px;
  grid-template-areas: "date month month" "date year year" "date year year";
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  justify-items: start;
}
.tickets .concert-item__date .date {
  color: var(--whiteColor);
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  grid-area: date;
}
.tickets .concert-item__date .month {
  align-self: flex-end;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
  grid-area: month;
  letter-spacing: 0em;
  text-transform: capitalize;
}
.tickets .concert-item__date .year {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 700;
  grid-area: year;
}
.tickets .concert-item__place {
  display: grid;
  grid-row-gap: 6px;
  grid-template-rows: 1fr 1fr;
}
.tickets .concert-item__place .city {
  color: var(--yellowColor);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.tickets .concert-item__place .musichall {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.tickets .concert-item__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--yellowColor);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--blackColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 130%;
  padding-top: 1px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 118px;
}
.tickets .concert-item__btn.inactive {
  background-color: var(--mediumGrayColor);
  color: white;
}
.tickets .concert-item__btn:hover, .tickets .concert-item__btn:active, .tickets .concert-item__btn:focus {
  background-color: var(--violetColor);
}
.tickets .concert-item__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px var(--yellowColor);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: end;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 52px;
  z-index: 20;
}
.tickets .concert-item__info path {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.tickets .concert-item__info::after {
  content: "Подробнее";
  height: 34px;
  left: 64px;
  opacity: 0;
  width: 112px;
  position: absolute;
  background-color: rgba(233, 228, 255, 0.6);
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 130%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tickets .concert-item__info:hover, .tickets .concert-item__info:active, .tickets .concert-item__info:focus {
  border-color: var(--violetColor);
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tickets .concert-item__info:hover path, .tickets .concert-item__info:active path, .tickets .concert-item__info:focus path {
  fill: var(--violetColor);
}
.tickets .concert-item__info:hover::after, .tickets .concert-item__info:active::after, .tickets .concert-item__info:focus::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

@media screen and (max-width: 1439px) {
  .tickets .logo {
    top: -286px;
  }
  .tickets .logo img {
    width: 493px;
  }
  .tickets .concert {
    width: 1100px;
  }
  .tickets .concert-item {
    height: 90px;
    padding: 10px 0 10px 0;
  }
  .tickets .concert-item__info::after {
    bottom: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1199px) {
  .tickets .logo {
    top: -206px;
  }
  .tickets .logo img {
    width: 375px;
  }
  .tickets .concert {
    width: 964px;
  }
  .tickets .concert-item {
    height: 90px;
    padding: 10px 0 10px 0;
  }
  .tickets .concert-item__info::after {
    bottom: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tickets .concert-item__date .date {
    font-size: 42px;
  }
  .tickets .concert-item__date .month {
    font-size: 17px;
  }
  .tickets .concert-item__date .year {
    font-size: 16px;
  }
  .tickets .concert-item__place .city {
    font-size: 17px;
  }
  .tickets .concert-item__place .musichall {
    font-size: 17px;
  }
  .tickets .concert-item__btn {
    font-size: 14px;
    height: 44px;
    width: 110px;
  }
  .tickets .concert-item__info {
    height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .tickets .concert {
    width: 700px;
  }
  .tickets .concert-item {
    grid-template-columns: 19% 10% 50% 16% 5%;
    height: 74px;
    padding: 10px 0 10px 0;
  }
  .tickets .concert-item__info::after {
    bottom: -38px;
    left: 100%;
    -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  .tickets .concert-item__place {
    grid-row-gap: 3px;
  }
  .tickets .concert-item__btn {
    height: 40px;
    padding-top: 3px;
    width: 100px;
  }
  .tickets .concert-item__info {
    height: 40px;
    width: 40px;
  }
  .tickets .concert-item__info svg {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tickets .logo {
    top: -180px;
  }
  .tickets .logo img {
    width: 290px;
  }
  .tickets .concert {
    width: 420px;
  }
  .tickets .concert.open .concert-item:nth-child(n+6) {
    display: grid;
  }
  .tickets .concert-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    grid-template-areas: "date place place vk" "date btn info info";
    grid-template-columns: 23% 28% 39% 10%;
    grid-template-rows: 1fr 1fr;
    height: 124px;
    justify-items: start;
    padding: 4px 0 4px 0;
    row-gap: 10px;
  }
  .tickets .concert-item .date-wrap {
    grid-area: date;
    min-width: 0px;
  }
  .tickets .concert-item__vk {
    align-self: end;
    grid-area: vk;
  }
  .tickets .concert-item__vk:hover::after {
    opacity: 0;
  }
  .tickets .concert-item__date {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-column-gap: 12px;
    grid-template-areas: "date date" "date date" "month month" "year year";
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }
  .tickets .concert-item__date .date {
    font-size: 42px;
    grid-area: date;
  }
  .tickets .concert-item__date .month {
    align-self: flex-end;
    font-size: 22px;
    grid-area: month;
  }
  .tickets .concert-item__date .year {
    font-size: 18px;
    grid-area: year;
    letter-spacing: 0.02em;
  }
  .tickets .concert-item__place {
    align-self: end;
    grid-area: place;
    grid-row-gap: 4px;
  }
  .tickets .concert-item__btn {
    align-self: flex-start;
    grid-area: btn;
  }
  .tickets .concert-item__info {
    align-self: flex-start;
    grid-area: info;
    justify-self: start;
  }
  .tickets .concert-item__info:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 479px) {
  .tickets .logo {
    top: -160px;
  }
  .tickets .logo img {
    width: 250px;
  }
  .tickets .concert {
    width: 280px;
  }
  .tickets .concert.open .concert-item:nth-child(n+4) {
    display: grid;
  }
  .tickets .concert-item {
    grid-template-areas: "date place place place" "date btn info vk";
    grid-template-columns: 23% 35% 20% 22%;
    grid-template-rows: 1fr 1fr;
  }
  .tickets .concert-item__vk {
    -ms-flex-item-align: start;
        align-self: flex-start;
    justify-self: end;
  }
  .tickets .concert-item__vk svg {
    height: 40px;
    width: 40px;
  }
  .tickets .concert-item__vk svg path {
    fill: var(--whiteColor);
  }
  .tickets .concert-item__vk svg path:first-child {
    opacity: 0;
  }
  .tickets .concert-item__vk svg:active path, .tickets .concert-item__vk svg:focus path {
    fill: var(--violetColor);
  }
  .tickets .concert-item__date .date {
    font-size: 36px;
  }
  .tickets .concert-item__date .month {
    font-size: 18px;
  }
  .tickets .concert-item__date .year {
    font-size: 16px;
  }
  .tickets .concert-item__place .city, .tickets .concert-item__place .musichall {
    font-size: 16px;
  }
  .tickets .concert-item__btn {
    height: 36px;
    width: 87px;
  }
  .tickets .concert-item__info {
    height: 36px;
    width: 36px;
  }
  .tickets .concert-item__info svg {
    height: 18px !important;
    width: 7px !important;
  }
}
.other {
  width: 100%;
  position: relative;
  height: 1200px;
  background-image: url("/assets/img/chert__.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.other .wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other-block {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 104px 184px;
  position: relative;
}
.other-block::after {
  content: "";
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 1px var(--yellowColor);
  border-left: solid 1px var(--yellowColor);
}
.other-block::before {
  content: "";
  width: 76px;
  height: 76px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px var(--yellowColor);
  border-right: solid 1px var(--yellowColor);
}
.other-block_title {
  position: absolute;
  top: 40px;
  left: 42px;
  color: var(--whiteColor);
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.other-block_table {
  width: 720px;
  height: 480px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "solo graph books" "lecture lecture books";
}
.other-block_table .solo {
  grid-area: solo;
  position: relative;
  width: 240px;
  height: 240px;
  background-image: url("/assets/img/solo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-block_table .solo:hover .darken {
  opacity: 0;
}
.other-block_table .solo:hover .yellow-screen {
  opacity: 1;
}
.other-block_table .solo:hover .yellow-screen::after {
  position: absolute;
  content: "Сольные альбомы";
  text-align: right;
  padding-top: 24px;
  right: -4px;
}
.other-block_table .graph {
  grid-area: graph;
  position: relative;
  width: 240px;
  height: 240px;
  background-image: url("/assets/img/graph.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-block_table .graph:hover .yellow-screen {
  opacity: 1;
}
.other-block_table .graph:hover .yellow-screen::after {
  position: absolute;
  content: "Графика";
  text-align: left;
  padding-top: 150px;
  left: -3px;
}
.other-block_table .lecture {
  grid-area: lecture;
  position: relative;
  width: 480px;
  height: 240px;
  background-image: url("/assets/img/lecture.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
.other-block_table .lecture:hover .darken {
  opacity: 0;
}
.other-block_table .lecture:hover .yellow-screen {
  opacity: 1;
}
.other-block_table .lecture:hover .yellow-screen::after {
  max-width: 290px;
  position: absolute;
  content: "Лекции Ильи Кнабенгофа";
  text-align: left;
  padding-top: 90px;
  left: -7px;
}
.other-block_table .books {
  grid-area: books;
  position: relative;
  width: 240px;
  height: 480px;
  background-image: url("/assets/img/books.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-block_table .books:hover .darken {
  opacity: 0;
}
.other-block_table .books:hover .yellow-screen {
  opacity: 1;
}
.other-block_table .books:hover .yellow-screen::after {
  max-width: 290px;
  position: absolute;
  content: "Стихи и проза";
  text-align: right;
  padding-top: 320px;
  right: -8px;
}

@media screen and (max-width: 1739px) {
  .other {
    height: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .other {
    height: 800px;
  }
  .other-block {
    padding: 83px 147px;
  }
  .other-block::after {
    width: 58px;
    height: 58px;
  }
  .other-block::before {
    width: 58px;
    height: 58px;
  }
  .other-block_title {
    top: 30px;
    left: 32px;
    font-size: 28px;
  }
  .other-block_table {
    width: 576px;
    height: 384px;
  }
  .other-block_table .solo {
    width: 192px;
    height: 192px;
  }
  .other-block_table .solo:hover .yellow-screen::after {
    padding-top: 24px;
    right: -2px;
    font-size: 33px;
  }
  .other-block_table .graph {
    width: 192px;
    height: 192px;
  }
  .other-block_table .graph:hover .yellow-screen::after {
    font-size: 33px;
    padding-top: 150px;
    left: -2px;
    bottom: 20px;
  }
  .other-block_table .lecture {
    width: 384px;
    height: 192px;
  }
  .other-block_table .lecture:hover .yellow-screen::after {
    max-width: 260px;
    padding-top: 90px;
    font-size: 33px;
    left: -6px;
    bottom: 20px;
  }
  .other-block_table .books {
    width: 192px;
    height: 384px;
  }
  .other-block_table .books:hover .yellow-screen::after {
    max-width: 290px;
    padding-top: 320px;
    right: -6px;
    font-size: 33px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .other {
    height: 600px;
  }
  .other-block {
    padding: 70px 70px;
  }
  .other-block::after {
    width: 50px;
    height: 50px;
  }
  .other-block::before {
    width: 50px;
    height: 50px;
  }
  .other-block_title {
    top: 20px;
    left: 20px;
    font-size: 24px;
  }
  .other-block_table {
    width: 441px;
    height: 294px;
  }
  .other-block_table .solo {
    width: 147px;
    height: 147px;
  }
  .other-block_table .solo .darken {
    opacity: 0;
  }
  .other-block_table .solo .yellow-screen {
    opacity: 1;
  }
  .other-block_table .solo .yellow-screen::after, .other-block_table .solo .yellow-screen:hover::after {
    position: absolute;
    content: "Сольные альбомы";
    text-align: left;
    padding-top: 24px;
    right: auto;
    left: 8px;
    font-size: 24px;
    bottom: 20px;
  }
  .other-block_table .graph {
    width: 147px;
    height: 147px;
  }
  .other-block_table .graph .darken {
    opacity: 0;
  }
  .other-block_table .graph .yellow-screen {
    opacity: 1;
  }
  .other-block_table .graph .yellow-screen::after, .other-block_table .graph .yellow-screen:hover::after {
    position: absolute;
    content: "Графика";
    text-align: left;
    padding-top: 0;
    font-size: 24px;
    bottom: 20px;
    right: auto;
    left: 8px;
  }
  .other-block_table .lecture {
    width: 294px;
    height: 147px;
  }
  .other-block_table .lecture .darken {
    opacity: 0;
  }
  .other-block_table .lecture .yellow-screen {
    opacity: 1;
  }
  .other-block_table .lecture .yellow-screen::after, .other-block_table .lecture .yellow-screen:hover::after {
    position: absolute;
    max-width: 180px;
    content: "Лекции Ильи Кнабенгофа";
    text-align: left;
    padding-top: 90px;
    left: 8px;
    right: auto;
    font-size: 24px;
    bottom: 20px;
  }
  .other-block_table .books {
    width: 147px;
    height: 294px;
  }
  .other-block_table .books .darken {
    opacity: 0;
  }
  .other-block_table .books .yellow-screen {
    opacity: 1;
  }
  .other-block_table .books .yellow-screen::after, .other-block_table .books .yellow-screen:hover::after {
    position: absolute;
    max-width: 120px;
    content: "Стихи и проза";
    text-align: left;
    padding-top: 90px;
    left: 8px;
    right: auto;
    font-size: 24px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .other {
    background-image: none;
    background-color: var(--blackColor);
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-block {
    width: 368px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 26px;
  }
  .other-block_title {
    top: -50px;
    left: 0;
  }
  .other-block_table {
    width: 368px;
    height: 552px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "solo books" "graph books" "lecture lecture";
  }
  .other-block_table .solo {
    width: 184px;
    height: 184px;
  }
  .other-block_table .solo .darken {
    opacity: 0;
  }
  .other-block_table .solo .yellow-screen::after, .other-block_table .solo .yellow-screen:hover::after {
    text-align: left;
    padding-top: 24px;
    right: auto;
    left: -6px;
    font-size: 32px;
    bottom: 20px;
  }
  .other-block_table .graph {
    width: 184px;
    height: 184px;
  }
  .other-block_table .graph .yellow-screen {
    height: 70px;
    top: auto;
    bottom: 0;
    background-color: black;
  }
  .other-block_table .graph .yellow-screen::after, .other-block_table .graph .yellow-screen:hover::after {
    color: var(--yellowColor);
    letter-spacing: 0.03em;
    text-align: left;
    padding-top: 0;
    font-size: 32px;
    bottom: 20px;
    right: auto;
    left: -4px;
  }
  .other-block_table .lecture {
    width: 368px;
    height: 184px;
  }
  .other-block_table .lecture .yellow-screen::after, .other-block_table .lecture .yellow-screen:hover::after {
    max-width: 180px;
    text-align: left;
    padding-top: 90px;
    left: -6px;
    right: auto;
    font-size: 32px;
    bottom: 20px;
  }
  .other-block_table .books {
    width: 184px;
    height: 368px;
  }
  .other-block_table .books .yellow-screen::after, .other-block_table .books .yellow-screen:hover::after {
    text-align: right;
    padding-top: 90px;
    left: auto;
    right: 22px;
    font-size: 32px;
    bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .other {
    background-image: none;
    background-color: var(--blackColor);
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other-block {
    width: 280px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 60px;
  }
  .other-block::after {
    display: none;
  }
  .other-block::before {
    display: none;
  }
  .other-block_title {
    display: none;
  }
  .other-block_table {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    width: 280px;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "solo" "graph" "lecture" "books";
  }
  .other-block_table .solo {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 98px;
    margin-bottom: 0;
    background-image: none;
  }
  .other-block_table .solo .yellow-screen, .other-block_table .solo .yellow-screen:hover {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-block_table .solo .yellow-screen::after, .other-block_table .solo .yellow-screen:hover::after {
    position: relative;
    color: var(--yellowColor);
    text-align: left;
    padding: 0;
    left: auto;
    font-size: 30px;
    bottom: auto;
    top: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .other-block_table .solo .yellow-screen::before, .other-block_table .solo .yellow-screen:hover::before {
    content: url("/assets/img/slider-arrow.svg");
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .other-block_table .graph {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 68px;
    background-image: none;
    margin-bottom: 0;
  }
  .other-block_table .graph .yellow-screen, .other-block_table .graph .yellow-screen:hover {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-block_table .graph .yellow-screen::after, .other-block_table .graph .yellow-screen:hover::after {
    position: relative;
    color: var(--yellowColor);
    text-align: left;
    padding: 0;
    left: auto;
    font-size: 30px;
    bottom: auto;
    top: auto;
  }
  .other-block_table .graph .yellow-screen::before, .other-block_table .graph .yellow-screen:hover::before {
    content: url("/assets/img/slider-arrow.svg");
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .other-block_table .lecture {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 98px;
    background-image: none;
  }
  .other-block_table .lecture .yellow-screen, .other-block_table .lecture .yellow-screen:hover {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-block_table .lecture .yellow-screen::after, .other-block_table .lecture .yellow-screen:hover::after {
    position: relative;
    color: var(--yellowColor);
    text-align: left;
    padding: 0;
    left: auto;
    font-size: 30px;
    bottom: auto;
    top: auto;
  }
  .other-block_table .lecture .yellow-screen::before, .other-block_table .lecture .yellow-screen:hover::before {
    content: url("/assets/img/slider-arrow.svg");
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .other-block_table .books {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 98px;
    background-image: none;
  }
  .other-block_table .books .yellow-screen, .other-block_table .books .yellow-screen:hover {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-block_table .books .yellow-screen::after, .other-block_table .books .yellow-screen:hover::after {
    position: relative;
    color: var(--yellowColor);
    text-align: left;
    padding: 0;
    left: auto;
    right: auto;
    font-size: 30px;
    bottom: auto;
    top: auto;
  }
  .other-block_table .books .yellow-screen::before, .other-block_table .books .yellow-screen:hover::before {
    content: url("/assets/img/slider-arrow.svg");
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .other-block_table .yellow-screen:active::after, .other-block_table .yellow-screen:focus::after {
    color: var(--violetColor) !important;
  }
}
.group {
  background-color: var(--blackColor);
  background-image: inherit;
  background-position: center;
  min-height: 1000px;
  position: relative;
  width: 100vw;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .group {
    max-height: 700px !important;
    min-height: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .group {
    max-height: 700px !important;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .group {
    background-attachment: scroll;
    background-size: contain;
    background-position: center;
    max-height: 800px !important;
  }
}
@media screen and (max-width: 479px) {
  .group {
    background-attachment: scroll;
    background-size: contain;
    background-position: center;
    max-height: 600px !important;
    min-height: 400px;
  }
}
.album-leftarrow {
  position: absolute;
  top: -30px;
  left: 0;
}

.album-rightarrow {
  position: absolute;
  top: -30px;
  right: 0;
}

.albums {
  min-height: 800px;
  width: 100%;
  position: relative;
  background-color: var(--blackColor);
}
.albums-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.albums .slick-slide > div:nth-child(2) .albums_item__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.albums .slick-slide > div:nth-child(2) .albums_item__description .album_details {
  right: 0;
  left: auto;
  padding-left: 2px;
  padding-right: 0;
}
.albums .slick-slide > div:nth-child(2) .albums_item__description .album_details svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.albums .slick-slide > div:nth-child(2) .albums_item__description .album_date {
  left: 0;
  right: auto;
}
.albums .slick-slide .slide:hover .albums_item__img .darken {
  opacity: 0;
}
.albums .slick-slide .slide:hover .albums_item__description .album_details {
  background-color: var(--violetColor);
}
.albums .slick-slide .slide:hover .albums_item__description .album_tracks {
  color: var(--violetColor);
}
.albums-list {
  width: 100%;
  margin-top: 100px;
}

.albums_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  margin-right: 0 !important;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.albums_item__img {
  width: 244px;
  height: 244px;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-image: inherit;
  background-repeat: no-repeat;
}
.albums_item__description {
  width: 244px;
  height: 244px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.14);
  padding: 30px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.albums_item__description .album_name {
  font-weight: 700;
  font-size: 28px;
  color: var(--whiteColor);
  line-height: 100%;
  text-align: left;
}
.albums_item__description .album_tracks {
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  color: var(--yellowColor);
  letter-spacing: 0.04em;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.albums_item__description .album_details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: var(--yellowColor);
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-right: 2px;
}
.albums_item__description .album_date {
  position: absolute;
  right: 0;
  bottom: -12px;
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  color: var(--blackColor);
  font-size: 54px;
  font-weight: 900;
}

@media screen and (max-width: 1739px) {
  .albums_item {
    margin-bottom: 18px;
  }
  .albums_item__img {
    width: 215px;
    height: 215px;
  }
  .albums_item__description {
    width: 215px;
    height: 215px;
    padding: 24px 14px 0 14px;
  }
  .albums_item .album_date {
    font-size: 52px;
  }
}
@media screen and (max-width: 1439px) {
  .albums_item {
    margin-bottom: 16px;
  }
  .albums_item__img {
    width: 275px;
    height: 275px;
  }
  .albums_item__description {
    width: 275px;
    height: 275px;
  }
  .albums_item__description .album_date {
    font-size: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .albums_item {
    margin-bottom: 16px;
  }
  .albums_item__img {
    width: 245px;
    height: 245px;
  }
  .albums_item__description {
    width: 245px;
    height: 245px;
  }
  .albums_item__description .album_date {
    font-size: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .albums_item {
    margin-bottom: 14px;
  }
  .albums_item__img {
    width: 174px;
    height: 174px;
  }
  .albums_item__description {
    width: 174px;
    height: 174px;
    padding: 18px 10px 0 10px;
  }
  .albums_item__description .album_name {
    font-size: 22px;
  }
  .albums_item__description .album_tracks {
    font-size: 16px;
    margin-top: 10px;
  }
  .albums_item__description .album_details {
    width: 36px;
    height: 36px;
  }
  .albums_item__description .album_date {
    font-size: 46px;
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .albums_item {
    margin-bottom: 14px;
  }
  .albums_item__img {
    width: 200px;
    height: 200px;
  }
  .albums_item__description {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 479px) {
  .slide-one {
    width: 100vw !important;
  }
  .albums .darken {
    opacity: 0;
  }
  .albums .owl-prev {
    left: 30px;
  }
  .albums .owl-next {
    right: 30px;
  }
  .albums_item {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .albums_item__img {
    width: 230px;
    height: 230px;
  }
  .albums_item__description {
    width: 230px;
    height: 110px;
  }
  .albums_item__description .album_details {
    display: none;
  }
}
.video {
  width: 100%;
  padding-bottom: 200px;
  background-color: var(--blackColor);
}

.video .slide-two, .secondary-page .slide-two {
  margin-top: 80px;
}
.video .slide-two .owl-nav, .secondary-page .slide-two .owl-nav {
  top: 140px;
}

.video_wrapper {
  width: 490px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  margin: 0 auto;
  position: relative;
  background-color: var(--blackColor);
}
.video_wrapper_full {
  padding-top: 315px;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  opacity: 1;
}
.videoPoster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 3px solid var(--yellowColor);
  border-radius: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.videoPoster::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 30px solid var(--yellowColor);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.videoPoster:hover, .videoPoster:active, .videoPoster:focus {
  cursor: pointer;
}
.videoPoster:hover .txt, .videoPoster:active .txt, .videoPoster:focus .txt {
  opacity: 1;
}
.videoPoster:hover::before, .videoPoster:active::before, .videoPoster:focus::before {
  border-color: var(--lilacColor);
}
.videoPoster:hover::after, .videoPoster:active::after, .videoPoster:focus::after {
  border-left-color: var(--lilacColor);
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 0.8s;
       -o-transition-delay: 0s, 0.8s;
          transition-delay: 0s, 0.8s;
}

@media screen and (max-width: 1739px) {
  .video_wrapper {
    width: 440px;
  }
}
@media screen and (max-width: 1439px) {
  .video_wrapper {
    width: 524px;
  }
}
@media screen and (max-width: 1199px) {
  .video {
    padding-bottom: 140px;
  }
  .video_wrapper {
    width: 470px;
  }
}
@media screen and (max-width: 1023px) {
  .video {
    padding-bottom: 140px;
  }
  .video .owl-carousel.slide-two {
    width: 100vw;
  }
  .video .owl-carousel.slide-two .owl-nav {
    width: 708px;
  }
  .video_wrapper {
    width: 530px;
  }
  .videoPoster .txt {
    opacity: 1;
  }
  .secondary-page .owl-carousel.slide-two {
    width: 100vw;
  }
  .secondary-page .owl-nav {
    width: 708px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding-bottom: 120px;
  }
  .video .title {
    margin-top: 0px;
  }
  .video .owl-carousel.slide-two {
    width: 100vw;
  }
  .video .owl-carousel.slide-two .owl-nav {
    width: 420px;
  }
  .video_wrapper {
    width: 420px;
  }
  .videoPoster .txt {
    opacity: 1;
  }
  .secondary-page .owl-carousel.slide-two {
    width: 100vw;
  }
  .secondary-page .owl-nav {
    width: 420px;
  }
}
@media screen and (max-width: 479px) {
  .video {
    padding-bottom: 40px;
  }
  .video .owl-carousel.slide-two .owl-nav {
    width: 280px;
  }
  .video_wrapper {
    width: 280px;
  }
  .videoPoster {
    height: 250px !important;
  }
  .videoPoster::before {
    width: 60px;
    height: 60px;
  }
  .videoPoster::after {
    border-left: 24px solid var(--yellowColor);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }
  .secondary-page .owl-carousel.slide-two .owl-nav {
    width: 280px;
  }
  .secondary-page .owl-carousel.slide-two .video_wrapper {
    width: 280px;
  }
  .secondary-page .owl-carousel.slide-two .videoPoster {
    height: 250px !important;
  }
  .secondary-page .owl-carousel.slide-two .videoPoster::before {
    width: 60px;
    height: 60px;
  }
  .secondary-page .owl-carousel.slide-two .videoPoster::after {
    border-left: 24px solid var(--yellowColor);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }
}
.shop {
  width: 100%;
  height: 900px;
  background-color: var(--blackColor);
  background-image: url(/assets/img/hands.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 1200px;
}
.shop-block {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-block_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  height: 425px;
  grid-template-columns: 160px 160px 160px;
  grid-template-rows: 77px 77px 77px 77px 77px;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
.shop-block_img .sh1 {
  background-color: green;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  background-image: url(/assets/img/sh1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_img .sh2 {
  background-color: yellow;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  background-image: url(/assets/img/sh2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_img .sh3 {
  background-color: red;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background-image: url(/assets/img/sh3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_img .sh4 {
  background-color: white;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
  background-image: url(/assets/img/sh4.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_img .sh5 {
  background-color: aqua;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 6;
  background-image: url(/assets/img/sh5.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_img .sh6 {
  background-color: lightcoral;
  grid-row-start: 4;
  grid-row-end: 6;
  grid-column-start: 2;
  grid-column-end: 3;
  background-image: url(/assets/img/sh6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_img .sh7 {
  background-color: azure;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  background-image: url(/assets/img/sh7.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shop-block_txt {
  padding-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-block_txt__title {
  color: var(--whiteColor);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.shop-block_txt__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 52px;
  background-color: var(--yellowColor);
  color: var(--blackColor);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-block_txt__btn:hover, .shop-block_txt__btn:active, .shop-block_txt__btn:focus {
  background-color: var(--violetColor);
}

@media screen and (max-width: 1739px) {
  .shop {
    height: 800px;
    padding-bottom: 1000px;
  }
}
@media screen and (max-width: 1439px) {
  .shop-block_img {
    height: 325px;
    grid-template-columns: 145px 145px 145px;
    grid-template-rows: 70px 70px 70px 70px 70px;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .shop {
    height: 900px;
    padding-bottom: 400px;
  }
  .shop-block {
    margin-top: 40px;
  }
  .shop-block_txt__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .shop {
    height: 700px;
    padding-bottom: 400px;
  }
  .shop-block {
    margin-top: 40px;
  }
  .shop-block_img {
    height: 260px;
    grid-template-columns: 116px 116px 116px;
    grid-template-rows: 56px 56px 56px 56px 56px;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
  }
  .shop-block_txt {
    min-width: 240px;
  }
  .shop-block_txt__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .shop-block_txt__btn {
    height: 44px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .shop {
    height: 1400px;
    padding-bottom: 200px;
    background-size: cover;
  }
  .shop-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .shop-block_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 260px;
    grid-template-columns: 116px 116px 116px;
    grid-template-rows: 56px 56px 56px 56px 56px;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    padding-right: 0;
    margin-bottom: 100px;
  }
  .shop-block_txt {
    padding-left: 0;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    min-width: 240px;
  }
  .shop-block_txt__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .shop-block_txt__btn {
    height: 44px;
    width: 220px;
  }
}
@media screen and (max-width: 479px) {
  .shop {
    height: 800px;
    background-size: 200%;
    padding-bottom: 0px;
  }
  .shop-block {
    margin-top: 10px;
  }
  .shop-block_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 252px;
    grid-template-columns: 90px 90px;
    grid-template-rows: 44px 44px 44px 44px 44px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 30px;
  }
  .shop-block_img .sh1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .shop-block_img .sh2 {
    display: none;
  }
  .shop-block_img .sh3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .shop-block_img .sh4 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .shop-block_img .sh5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .shop-block_img .sh6 {
    display: none;
  }
  .shop-block_img .sh7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .shop-block_txt {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 280px;
  }
  .shop-block_txt__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .shop-block_txt__btn {
    width: 190px;
    height: 40px;
    font-size: 14px;
  }
}
.news {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, black), color-stop(30%, transparent));
  background: -o-linear-gradient(bottom, black 30%, transparent 30%);
  background: linear-gradient(to top, black 30%, transparent 30%);
  padding-bottom: 140px;
  width: 100%;
}
.news.news-single {
  margin-top: -1000px;
}
.news .slide-three {
  margin-top: 90px;
}
.news .owl-nav {
  top: 36px;
}
.news .item {
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 428px;
  position: relative;
  width: 286px;
}
.news .item_img {
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  height: 286px;
  position: relative;
  width: 286px;
}
.news .item_title {
  -webkit-box-orient: vertical;
  color: white;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 3; /* количество строк */
  line-height: 130%;
  margin-top: 20px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
}
.news .item_date {
  bottom: 12px;
  color: var(--yellowColor);
  font-size: 16px;
  font-weight: 400;
  left: 15px;
  position: absolute;
  text-align: left;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.news .item_more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--yellowColor);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 40px;
}
.news .item_more svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news .item:hover .darken, .news .item:active .darken, .news .item:focus .darken {
  opacity: 0;
}
.news .item:hover .item_date, .news .item:active .item_date, .news .item:focus .item_date {
  color: var(--lilacColor);
}
.news .item:hover .item_more, .news .item:active .item_more, .news .item:focus .item_more {
  background-color: var(--violetColor);
}

@media screen and (max-width: 1739px) {
  .news.news-single {
    margin-top: -800px;
  }
  .news.news-single .item {
    height: 383px;
    width: 256px;
  }
  .news.news-single .item_img {
    height: 256px;
    width: 256px;
  }
  .news.news-single .item_title {
    font-size: 13px;
  }
  .news.news-single .item_date {
    font-size: 14px;
  }
  .news.news-single .item_more {
    height: 36px;
    padding-left: 2px;
    width: 36px;
  }
  .news.news-single .owl-nav {
    top: 76px;
  }
}
@media screen and (max-width: 1199px) {
  .news.news-single {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, black), color-stop(30%, transparent));
    background: -o-linear-gradient(bottom, black 50%, transparent 30%);
    background: linear-gradient(to top, black 50%, transparent 30%);
    margin-top: -500px;
  }
  .news.news-single .item {
    height: 438px;
    width: 298px;
  }
  .news.news-single .item_img {
    height: 298px;
    width: 298px;
  }
  .news.news-single .item_title {
    font-size: 14px;
  }
  .news.news-single .item_date {
    font-size: 16px;
  }
  .news.news-single .item_more {
    height: 44px;
    width: 44px;
  }
  .news.news-single .owl-carousel {
    margin-top: 70px;
  }
  .news.news-single .owl-carousel .owl-nav {
    top: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .news.news-single {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, black), color-stop(30%, transparent));
    background: -o-linear-gradient(bottom, black 70%, transparent 30%);
    background: linear-gradient(to top, black 70%, transparent 30%);
    margin-top: -400px;
    padding-bottom: 100px;
  }
  .news.news-single .item {
    height: 336px;
    width: 218px;
  }
  .news.news-single .item_img {
    height: 218px;
    width: 218px;
  }
  .news.news-single .item_title {
    font-size: 12px;
  }
  .news.news-single .item_date {
    font-size: 13px;
  }
  .news.news-single .item_more {
    height: 36px;
    width: 36px;
  }
  .news.news-single .owl-carousel {
    margin-top: 50px;
  }
  .news.news-single .owl-carousel .owl-nav {
    top: 126px;
  }
}
@media screen and (max-width: 767px) {
  .news.news-single {
    margin-top: -760px;
    padding-bottom: 30px;
  }
  .news.news-single .item .darken {
    opacity: 0;
  }
  .news.news-single .owl-carousel {
    width: 100vw;
  }
  .news.news-single .owl-carousel .owl-nav {
    width: 420px;
  }
}
@media screen and (max-width: 479px) {
  .news.news-single {
    margin-top: -260px;
    padding-bottom: 30px;
  }
  .news.news-single .owl-carousel {
    margin-top: 50px;
    width: 100vw;
  }
  .news.news-single .owl-carousel .owl-nav {
    top: 120px;
    width: 280px;
  }
}
.tracklist-block {
  padding-top: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
}
.tracklist-block_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tracklist-block_img .vinil {
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tracklist-block_img .vinil_box {
  width: 323px;
  height: 323px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}
.tracklist-block_img .vinil_vinil {
  width: 117px;
  height: 298px;
  background-image: url("/assets/img/vinil.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.tracklist-block_list {
  padding-left: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.tracklist-block_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  border-bottom: 1px solid rgba(99, 85, 162, 0.5);
  color: var(--whiteColor);
  font-weight: 500;
  font-size: 18px;
}
.tracklist-block_list__item .track-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tracklist-block_list__item .number {
  margin-right: 12px;
}
.tracklist-block_list__item .number::after {
  content: ".";
}
.tracklist-block_list__item .txt-icon {
  justify-self: right !important;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.tracklist-block_list__item .txt-icon svg {
  pointer-events: none;
}
.tracklist-block_list__item .txt-icon path {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tracklist-block_list__item .txt-icon:hover path, .tracklist-block_list__item .txt-icon:active path, .tracklist-block_list__item .txt-icon:focus path {
  fill: var(--lilacColor);
}

@media screen and (max-width: 1439px) {
  .tracklist-block_img {
    padding-right: 27px;
  }
  .tracklist-block_img .vinil {
    width: 398px;
  }
  .tracklist-block_img .vinil_box {
    width: 290px;
    height: 290px;
  }
  .tracklist-block_img .vinil_vinil {
    width: 108px;
    height: 275px;
  }
  .tracklist-block_list {
    padding-left: 27px;
  }
  .tracklist-block_list__item {
    width: 460px;
    height: 46px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .tracklist-block {
    width: 90%;
  }
  .tracklist-block_img {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .tracklist-block_img .vinil {
    width: 326px;
  }
  .tracklist-block_img .vinil_box {
    width: 240px;
    height: 240px;
  }
  .tracklist-block_img .vinil_vinil {
    width: 86px;
    height: 220px;
  }
  .tracklist-block_list {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
  .tracklist-block_list__item {
    width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .tracklist-block {
    padding-top: 100px;
  }
  .tracklist-block_img {
    padding-right: 15px;
  }
  .tracklist-block_img .vinil {
    width: 280px;
  }
  .tracklist-block_img .vinil_box {
    width: 210px;
    height: 210px;
  }
  .tracklist-block_img .vinil_vinil {
    width: 70px;
    height: 180px;
  }
  .tracklist-block_list {
    padding-left: 15px;
  }
  .tracklist-block_list__item {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .tracklist-block {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tracklist-block_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0px;
            flex: 0 1 0;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .tracklist-block_img .vinil {
    width: 280px;
  }
  .tracklist-block_img .vinil_box {
    width: 210px;
    height: 210px;
  }
  .tracklist-block_img .vinil_vinil {
    width: 70px;
    height: 180px;
  }
  .tracklist-block_list {
    width: 100%;
    padding-left: 0;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 0px !important;
            flex: 0 1 0 !important;
  }
  .tracklist-block_list__item {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .tracklist-block {
    padding-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tracklist-block_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .tracklist-block_img .vinil {
    width: 280px;
  }
  .tracklist-block_img .vinil_box {
    width: 170px;
    height: 170px;
  }
  .tracklist-block_img .vinil_vinil {
    width: 58px;
    height: 150px;
  }
  .tracklist-block_list {
    width: 100%;
    padding-left: 0;
  }
  .tracklist-block_list__item {
    width: 100%;
  }
}
.newspage-block {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1130px;
  position: relative;
}
.newspage-block_date {
  color: var(--yellowColor);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding-bottom: 52px;
}
.newspage-block_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newspage-block_content__img {
  margin-right: 166px;
}
.newspage-block_content__img img {
  max-width: 500px;
}
.newspage-block_content__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newspage-block_content__data-title {
  color: var(--whiteColor);
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.newspage-block_content__data-text {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.02em;
}
.newspage-block_content__data-text p {
  margin-bottom: 34px;
}

@media screen and (max-width: 1439px) {
  .newspage-block {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .newspage-block_content__img {
    margin-right: 120px;
  }
  .newspage-block_content__img img {
    width: 300px;
  }
  .newspage-block_content__data-title {
    font-size: 30px;
    margin-bottom: 42px;
  }
  .newspage-block_content__data-text {
    font-size: 20px;
  }
  .newspage-block_content__data-text p {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .newspage-block {
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .newspage-block_content__img {
    margin-right: 80px;
  }
  .newspage-block_content__img img {
    width: 300px;
  }
  .newspage-block_content__data-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .newspage-block_content__data-text {
    font-size: 20px;
    line-height: 120%;
  }
  .newspage-block_content__data-text p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .newspage-block {
    max-width: 708px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newspage-block_content__img {
    margin-right: 40px;
  }
  .newspage-block_content__img img {
    width: 240px;
  }
  .newspage-block_content__data-title {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .newspage-block_content__data-text {
    font-size: 18px;
    line-height: 120%;
  }
  .newspage-block_content__data-text p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newspage-block {
    max-width: 420px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .newspage-block_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newspage-block_content__img {
    margin-right: 0px;
  }
  .newspage-block_content__img img {
    width: 300px;
    margin-bottom: 40px;
  }
  .newspage-block_content__data-title {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .newspage-block_content__data-text {
    font-size: 18px;
    line-height: 120%;
  }
  .newspage-block_content__data-text p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .newspage-block {
    max-width: 280px;
    padding-top: 0;
  }
  .newspage-block_date {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .newspage-block_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newspage-block_content__img {
    margin-right: 0px;
  }
  .newspage-block_content__img img {
    width: 280px;
    margin-bottom: 40px;
  }
  .newspage-block_content__data-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .newspage-block_content__data-text {
    font-size: 16px;
    line-height: 120%;
  }
  .newspage-block_content__data-text p {
    margin-bottom: 7px;
  }
}
.slide-four {
  margin-top: 80px;
}
.slide-four .owl-nav {
  top: 210px;
}

.graphic_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  margin-right: 16px;
  width: 230px;
  height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--yellowColor);
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
.graphic_item:hover .darken, .graphic_item:active .darken, .graphic_item:focus .darken {
  opacity: 0;
}

@media screen and (max-width: 1739px) {
  .graphic_item {
    width: 214px;
    height: 214px;
  }
  .slide-four .owl-nav {
    top: 230px;
  }
}
@media screen and (max-width: 1439px) {
  .graphic_item {
    width: 200px;
    height: 200px;
  }
  .slide-four .owl-nav {
    top: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .graphic_item {
    width: 180px;
    height: 180px;
  }
  .slide-four {
    margin-top: 60px;
  }
  .slide-four .owl-nav {
    top: 260px;
  }
}
@media screen and (max-width: 1023px) {
  .graphic_item {
    width: 160px;
    height: 160px;
  }
  .slide-four {
    margin-top: 60px;
  }
  .slide-four .owl-nav {
    top: 280px;
  }
}
@media screen and (max-width: 767px) {
  .graphic_item {
    width: 160px;
    height: 160px;
  }
  .slide-four {
    width: 100vw;
    margin-top: 60px;
  }
  .slide-four .owl-nav {
    width: 420px;
    top: 280px;
  }
}
@media screen and (max-width: 479px) {
  .slide-four {
    margin-top: 60px;
  }
  .slide-four .owl-nav {
    width: 280px;
    top: 280px;
  }
}
.slide-five {
  margin-top: 80px;
}
.slide-five .owl-nav {
  top: 150px;
}

.book_item {
  width: 230px;
  height: 294px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book_item:hover .darken {
  opacity: 0;
}
.book_item:hover .buy-btn {
  opacity: 1;
  cursor: pointer;
}
.book_item:hover .buy-btn:hover {
  background-color: var(--violetColor);
}
.book_item__img {
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1739px) {
  .book_item {
    width: 214px;
    height: 274px;
  }
}
@media screen and (max-width: 1439px) {
  .book_item {
    width: 210px;
    height: 269px;
  }
  .slide-five {
    margin-top: 80px;
  }
  .slide-five .owl-nav {
    top: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .book_item {
    width: 220px;
    height: 282px;
  }
  .slide-five {
    margin-top: 80px;
  }
  .slide-five .owl-nav {
    top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .book_item {
    width: 220px;
    height: 282px;
  }
  .book_item .darken {
    opacity: 0;
  }
  .book_item .buy-btn {
    opacity: 1;
    cursor: pointer;
  }
  .book_item .buy-btn:active, .book_item .buy-btn:focus {
    background-color: var(--violetColor);
  }
  .slide-five {
    width: 100vw;
    margin-top: 80px;
  }
  .slide-five .owl-nav {
    width: 420px;
    top: 170px;
  }
}
@media screen and (max-width: 479px) {
  .slide-five {
    width: 100vw;
    margin-top: 30px;
  }
  .slide-five .owl-nav {
    width: 280px;
    top: 170px;
  }
}
.menu-btn {
  width: 54px;
  height: 54px;
  background-color: var(--yellowColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 100;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.menu-btn:hover, .menu-btn:active, .menu-btn:focus {
  background-color: var(--violetColor);
}

.menu-block {
  padding-left: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-block.popup {
  overflow-y: scroll;
}
.menu-block .menu-logo {
  margin-top: 60px;
  margin-bottom: 100px;
}
.menu-block .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
.menu-block .nav_item {
  color: var(--whiteColor);
  font-family: "GothamPro", "OpenSans", "Arial", sans-serif !important;
  font-weight: 700;
  font-size: 70px;
  margin-bottom: 40px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.menu-block .nav_item:hover, .menu-block .nav_item:active, .menu-block .nav_item:focus {
  color: var(--violetColor);
}

@media screen and (max-width: 1739px) {
  .menu-block {
    padding-left: 140px;
  }
  .menu-block .menu-logo {
    margin-bottom: 60px;
  }
  .menu-block .nav {
    margin-bottom: 50px;
  }
  .menu-block .nav_item {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1439px) {
  .menu-block .menu-logo {
    margin-bottom: 60px;
  }
  .menu-block .nav {
    margin-bottom: 50px;
  }
  .menu-block .nav_item {
    font-size: 56px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-btn {
    width: 46px;
    height: 46px;
  }
  .menu-block .menu-logo {
    margin-bottom: 60px;
  }
  .menu-block .menu-logo img {
    width: 240px;
  }
  .menu-block .nav {
    margin-bottom: 50px;
  }
  .menu-block .nav_item {
    font-size: 50px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-block {
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 479px) {
  .menu-btn {
    width: 36px;
    height: 36px;
  }
  .menu-btn svg {
    width: 16px !important;
    height: 20px;
  }
  .menu-block {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
  .menu-block .menu-logo {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .menu-block .menu-logo img {
    width: 202px;
  }
  .menu-block .nav {
    margin-bottom: 20px;
  }
  .menu-block .nav_item {
    font-size: 26px;
    margin-bottom: 18px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .menu-block .close-btn {
    top: 10px;
    right: 20px;
    margin: 0px;
  }
}
.song-block {
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/bg_secondary.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 66px;
}
.song-block .song_txt {
  margin-top: 40px;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 120%;
}
.song-block .song_txt .song-details {
  color: var(--yellowColor);
  margin-top: 30px;
}
.song-block.popup {
  overflow-y: scroll !important;
}

@media screen and (max-width: 1199px) {
  .song-block .close-btn {
    right: 14px;
    top: 4px;
  }
}
@media screen and (max-width: 497px) {
  .song-block {
    padding: 40px 20px;
  }
  .song-block .close-btn {
    margin: 0;
    right: 7px;
    top: 2px;
  }
  .song-block .title-secondary {
    font-size: 24px;
  }
  .song-block .subtitle {
    font-size: 16px;
  }
  .song-block .song_txt {
    word-wrap: break-word;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 362px) {
  .song-block {
    overflow-x: scroll;
  }
  .song-block .song_txt {
    -ms-flex-item-align: start;
        align-self: flex-start;
    word-wrap: break-word;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.03em;
  }
}
.poster-block {
  background-image: inherit;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 66px;
}
.poster-block.popup {
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 10px rgba(249, 221, 22, 0.4);
          box-shadow: 0 0 10px rgba(249, 221, 22, 0.4);
}
.poster-block .close-btn {
  right: -10px;
  top: -20px;
}
.poster-block .close-btn .close-icon {
  height: 44px;
  width: 30px;
}
.poster-block .close-btn .close-icon .leftright {
  width: 30px;
}
.poster-block .close-btn .close-icon .rightleft {
  width: 30px;
}

@media screen and (max-width: 1439px) {
  .poster-block .close-btn {
    right: -10px;
    top: -27px;
  }
}
@media screen and (max-width: 1199px) {
  .poster-block {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .poster-block {
    width: 86%;
  }
}
@media screen and (max-width: 479px) {
  .poster-block {
    width: 100vw;
    overflow-y: visible;
  }
  .poster-block .close-btn {
    top: -60px;
  }
}
.book_shop-block {
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--blackColor);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.book_shop-block.popup {
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 10px rgba(249, 221, 22, 0.4);
          box-shadow: 0 0 10px rgba(249, 221, 22, 0.4);
}
.book_shop-block .buy-link_btn {
  background-color: var(--yellowColor);
  height: 52px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.book_shop-block .buy-link_btn:hover, .book_shop-block .buy-link_btn:active, .book_shop-block .buy-link_btn:focus {
  background-color: var(--violetColor);
}
.book_shop-block .close-btn {
  right: -8px;
  top: -20px;
}
.book_shop-block .close-btn .close-icon {
  height: 44px;
  width: 30px;
}
.book_shop-block .close-btn .close-icon .leftright {
  width: 30px;
}
.book_shop-block .close-btn .close-icon .rightleft {
  width: 30px;
}

@media screen and (max-width: 1739px) {
  .book_shop-block {
    width: 37%;
  }
}
@media screen and (max-width: 1439px) {
  .book_shop-block .buy-link_btn {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .book_shop-block {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .book_shop-block {
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .book_shop-block {
    padding-top: 20px;
    width: 100vw;
  }
  .book_shop-block .buy-link_btn {
    width: 240px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 18px;
  }
  .book_shop-block .cancel {
    width: 240px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.vk-block {
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--blackColor);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vk-block .title-secondary {
  font-size: 22px !important;
  margin-bottom: 54px;
}
.vk-block .alternative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vk-block .alternative .buy-link_btn, .vk-block .alternative .cancel {
  width: 200px !important;
}
.vk-block.popup {
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 10px rgba(249, 221, 22, 0.4);
          box-shadow: 0 0 10px rgba(249, 221, 22, 0.4);
}
.vk-block .buy-link_btn {
  background-color: var(--yellowColor);
  height: 52px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.vk-block .buy-link_btn:hover, .vk-block .buy-link_btn:active, .vk-block .buy-link_btn:focus {
  background-color: var(--violetColor);
}
.vk-block .close-btn {
  right: -8px;
  top: -20px;
}
.vk-block .close-btn .close-icon {
  height: 44px;
  width: 30px;
}
.vk-block .close-btn .close-icon .leftright {
  width: 30px;
}
.vk-block .close-btn .close-icon .rightleft {
  width: 30px;
}

@media screen and (max-width: 1739px) {
  .vk-block {
    width: 37%;
  }
}
@media screen and (max-width: 1199px) {
  .vk-block .title-secondary {
    font-size: 21px !important;
    max-width: 80%;
    margin-bottom: 54px;
  }
  .vk-block .alternative .buy-link_btn, .vk-block .alternative .cancel {
    width: 150px !important;
  }
  .vk-block .close-btn {
    top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .vk-block {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .vk-block {
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .vk-block {
    width: 100vw;
  }
  .vk-block .title-secondary {
    font-size: 19px !important;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .vk-block .buy-link_btn {
    max-width: 120px;
    height: 40px;
    font-size: 15px;
  }
  .vk-block .cancel {
    max-width: 120px;
    height: 40px;
    font-size: 15px;
  }
}
.history {
  background: #000000;
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.history .history {
  background: #000000;
}
.history .cd-horizontal-timeline {
  margin: 2em auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.history .cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.history .cd-horizontal-timeline .timeline {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.history .cd-horizontal-timeline .events-wrapper {
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
  position: relative;
}
.history .cd-horizontal-timeline .events-wrapper::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 2;
}
.history .cd-horizontal-timeline .events-wrapper::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 2;
}
.history .cd-horizontal-timeline .events {
  background: #dfdfdf;
  height: 2px;
  left: 0;
  position: absolute;
  top: 49px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}
.history .cd-horizontal-timeline .events a {
  bottom: 0;
  color: #fff;
  font-size: 15px;
  padding-bottom: 30px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.history .cd-horizontal-timeline .events a::after {
  background-color: #000;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 0;
  bottom: -7px;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  width: 12px;
}
.history .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  color: var(--yellowColor);
}
.history .cd-horizontal-timeline .events a.selected::after {
  background-color: var(--yellowColor);
  border-color: var(--yellowColor);
}
.history .cd-horizontal-timeline .events a.older-event::after {
  background-color: #000;
  border-color: var(--yellowColor);
}
.history .cd-horizontal-timeline .filling-line {
  background-color: var(--yellowColor);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  z-index: 1;
}
.history .cd-horizontal-timeline .events-content {
  margin: 2em 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  width: 100%;
}
.history .cd-horizontal-timeline .events-content li {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  left: 0;
  opacity: 0;
  padding: 0 5%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  z-index: 1;
}
.history .cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
  max-width: 800px;
}
.history .cd-horizontal-timeline .events-content li.selected {
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}
.history .cd-horizontal-timeline .events-content li.enter-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.history .cd-horizontal-timeline .events-content li.leave-right {
  animation-direction: reverse;
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.history .cd-horizontal-timeline .events-content li.enter-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.history .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.history .cd-horizontal-timeline .events-content h2 {
  font-size: 2.6rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.history .cd-horizontal-timeline .events-content em {
  display: block;
  font-weight: bold;
  font-weight: 700;
  color: var(--yellowColor);
  line-height: 1.6;
  margin: 10px auto;
}
.history .cd-horizontal-timeline .events-content em::before {
  content: "";
}
.history .cd-horizontal-timeline .events-content p {
  color: #959595;
  font-size: 1.4rem;
  line-height: 1.6;
}
.history .cd-horizontal-timeline.loaded {
  opacity: 1;
}
.history .no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: var(--yellowColor);
  border-color: var(--yellowColor);
}
.history .no-touch .cd-timeline-navigation a:hover {
  border-color: var(--yellowColor);
}
.history .no-touch .cd-timeline-navigation a.inactive {
  opacity: 0;
}
.history .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.history .cd-timeline-navigation a {
  border: 2px solid #dfdfdf;
  border-radius: 50%;
  bottom: auto;
  color: transparent;
  height: 34px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  white-space: nowrap;
  width: 34px;
  z-index: 1;
}
.history .cd-timeline-navigation a::after {
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
  bottom: auto;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
}
.history .cd-timeline-navigation a.prev {
  left: 0;
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.history .cd-timeline-navigation a.next {
  right: 0;
}
.history .cd-timeline-navigation a.inactive {
  cursor: not-allowed;
  opacity: 0;
}
.history .cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
@media only screen and (min-width: 1100px) {
  .history .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .history .cd-horizontal-timeline::before {
    content: "desktop";
  }
}
@media only screen and (min-width: 768px) {
  .history .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .history .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .history .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

.footer {
  background-color: var(--footerColor);
  padding-top: 120px;
  width: 100%;
}
.footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100% !important;
}
.footer .contacts a {
  cursor: pointer !important;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer .contacts a:hover, .footer .contacts a:active, .footer .contacts a:focus {
  color: var(--violetColor);
}
.footer .contacts a:hover svg path, .footer .contacts a:active svg path, .footer .contacts a:focus svg path {
  fill: var(--violetColor);
}
.footer .contacts_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 80px;
}
.footer .contacts_item__post {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: auto;
}
.footer .contacts_item__post:nth-child(1) {
  margin-bottom: -6px;
}
.footer .contacts_item__post:nth-child(2) {
  margin-bottom: 52px;
}
.footer .contacts_item__post p {
  color: var(--yellowColor);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: -5px;
  text-transform: uppercase;
}
.footer .contacts_item__name, .footer .contacts_item__phone, .footer .contacts_item__male {
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.footer .contacts_item__rider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--yellowColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer .contacts_item__rider svg {
  margin-left: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer .contacts_item__rider svg path {
  fill: var(--yellowColor);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer .contacts_item.concerts {
  -webkit-box-flex: 24%;
      -ms-flex: 24%;
          flex: 24%;
}
.footer .contacts_item.media {
  -webkit-box-flex: 31%;
      -ms-flex: 31%;
          flex: 31%;
}
.footer .contacts_item.sound {
  -webkit-box-flex: 24%;
      -ms-flex: 24%;
          flex: 24%;
}
.footer .contacts_item.light {
  -webkit-box-flex: 21%;
      -ms-flex: 21%;
          flex: 21%;
}
.footer_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 18px;
  padding-top: 125px;
  position: relative;
  width: 100%;
}
.footer_bottom .copyright-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.footer_bottom .copyright-wrapper a {
  color: var(--yellowColor);
}
.footer_bottom .copyright {
  color: var(--whiteColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 130%;
  margin-top: 16px;
  text-align: center;
}
.footer_bottom::before {
  background: url(/assets/img/girl.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 18px;
  content: "";
  height: 166px;
  left: 116px;
  position: absolute;
  width: 386px;
}
.footer_bottom::after {
  background: url(/assets/img/teddy.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10px;
  content: "";
  height: 76px;
  position: absolute;
  right: 116px;
  width: 176px;
}

@media screen and (max-width: 1439px) {
  .footer {
    padding-top: 80px;
  }
  .footer .contacts_item {
    padding-left: 10px;
  }
  .footer .contacts_item.concerts {
    -webkit-box-flex: 22%;
        -ms-flex: 22%;
            flex: 22%;
  }
  .footer .contacts_item.media {
    -webkit-box-flex: 35%;
        -ms-flex: 35%;
            flex: 35%;
  }
  .footer .contacts_item.sound {
    -webkit-box-flex: 22%;
        -ms-flex: 22%;
            flex: 22%;
  }
  .footer .contacts_item.light {
    -webkit-box-flex: 21%;
        -ms-flex: 21%;
            flex: 21%;
  }
  .footer_bottom::before {
    height: 159px;
    left: 80px;
    width: 370px;
  }
  .footer_bottom::after {
    height: 72px;
    right: 80px;
    width: 167px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .contacts_item__post {
    height: 27px;
  }
  .footer .contacts_item__post:nth-child(1) {
    margin-bottom: -6px;
  }
  .footer .contacts_item__post:nth-child(2) {
    margin-bottom: 38px;
  }
  .footer .contacts_item__post p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: -4px;
  }
  .footer .contacts_item__name, .footer .contacts_item__phone, .footer .contacts_item__male {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer .contacts_item__rider {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer .contacts_item__rider svg {
    height: 13px;
    margin-bottom: 1px;
    margin-left: 8px;
  }
  .footer_bottom::before {
    bottom: 4px;
    height: 159px;
    left: 50px;
    width: 330px;
  }
  .footer_bottom::after {
    bottom: 8px;
    height: 64px;
    right: 50px;
    width: 149px;
  }
  .footer_bottom .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .contacts_item {
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .footer .contacts_item__post:nth-child(2) {
    margin-bottom: 30px;
  }
  .footer .contacts_item.concerts {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .footer .contacts_item.media {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .footer .contacts_item.sound {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .footer .contacts_item.light {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .footer_bottom .copyright {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer_bottom::before {
    background: url(/assets/img/girl_small.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    height: 135px;
    width: 178px;
  }
  .footer_bottom::after {
    height: 63px;
    width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
  }
  .footer .contacts_item {
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .footer .contacts_item__post p {
    font-size: 14px;
    letter-spacing: -0.02em;
    max-width: 230px;
  }
  .footer .contacts_item__post:nth-child(2) {
    margin-bottom: 30px;
  }
  .footer .contacts_item.concerts {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
  .footer .contacts_item.media {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .footer .contacts_item.sound {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
  .footer .contacts_item.light {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .footer_bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 150px;
    width: 420px;
  }
  .footer_bottom::before {
    left: 0;
  }
  .footer_bottom::after {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    padding-top: 40px;
  }
  .footer .contacts_item {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .footer .contacts_item__post p {
    font-size: 16px;
    letter-spacing: -0.02em;
    max-width: 280px;
  }
  .footer .contacts_item__post:nth-child(2) {
    margin-bottom: 26px;
  }
  .footer .contacts_item__name, .footer .contacts_item__phone, .footer .contacts_item__male {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer .contacts_item__rider {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    margin-top: 16px;
  }
  .footer .contacts_item.concerts {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .footer .contacts_item.media {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .footer .contacts_item.sound {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .footer .contacts_item.sound .contacts_item__post:nth-child(2) {
    margin-bottom: 0px;
  }
  .footer .contacts_item.light {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .footer_bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-top: 25px;
    position: relative;
    width: 280px;
  }
  .footer_bottom .socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
    width: 100%;
  }
  .footer_bottom .socials a svg {
    height: 44px;
    width: 44px;
  }
  .footer_bottom .copyright-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer_bottom .copyright-wrapper a {
    margin-bottom: 20px;
  }
  .footer_bottom .copyright {
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 130%;
    margin-top: 0px;
    max-width: 140px;
    text-align: right;
  }
  .footer_bottom::before {
    height: 122px;
    left: 0;
    width: 160px;
  }
  .footer_bottom::after {
    display: none;
  }
}

.tracklist-block_content {
  margin-top: 40px;
  color: white;
}

.tracklist-block_content p:not(:last-child) {
  margin-bottom: 15px;
}

.tracklist-block_content a {
  color: var(--yellowColor);
  text-decoration: underline;
}