/* Normalize */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul,
ol {
  padding-left: 1em;
}

button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input[type=file] {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: -1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus {
  outline: none;
}

textarea {
  font-family: inherit;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

/* Fonts */

/* Variables */

/* Mixins */

@font-face {
  src: url("../fonts/Averta/cyrillic/Averta-Regular.otf") format("opentype");
  font-family: "Averta";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Averta/cyrillic/Averta-Medium.otf") format("opentype");
  font-family: "Averta";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Averta/cyrillic/Averta-SemiBold.otf") format("opentype");
  font-family: "Averta";
  font-style: "normal";
  font-weight: 600;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Averta/cyrillic/Averta-Bold.otf") format("opentype");
  font-family: "Averta";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
}

/* Document */

html,
body {
  font-family: Averta, Onest, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.color-main {
  color: #FFFFFF;
}

.color-white {
  color: #FFFFFF;
}

.color-gray {
  color: rgba(255, 255, 255, 0.6);
}

.title_center {
  text-align: center;
  display: block;
  width: 100%;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
.title span {
  padding-right: 0.1em;
  background: linear-gradient(90.5deg, #424242 -2.09%, #A5A5A5 4.44%, #FFFFFF 44.01%, #A5A5A5 85.54%, #424242 92.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

h2,
.h2,
.title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.04em;
}

b,
strong {
  font-weight: 700;
}

.icon {
  display: inline-block;
  width: 22px;
  height: auto;
}

.icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bg,
.bg__shadow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.bg__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: inherit;
}

.bg__media img,
.bg__media svg,
.bg__media video,
.bg__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: inherit;
}

.bg__shadow {
  background: rgba(0, 0, 0, 0.5);
}

.bg ~ .container {
  position: relative;
}

.logo {
  position: relative;
  display: block;
  height: auto;
}

.logo::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  background: linear-gradient(90deg, rgba(187, 187, 187, 0.4) 0%, rgba(114, 114, 114, 0.4) 100%);
  filter: blur(10px);
  border-radius: 10px;
}

.logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn {
  color: #2A2A2A;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  height: 70px;
  padding: 0 20px;
  background: linear-gradient(180deg, #D8D8D8 0%, #878787 100%);
  background: transparent;
  border-radius: 70px;
  border: 0;
  transition: 0.5s;
  touch-action: manipulation;
}

.btn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(187, 187, 187, 0.3) 0%, rgba(114, 114, 114, 0.3) 100%);
  filter: blur(17.5px);
  border-radius: inherit;
  transition: inherit;
  will-change: transform, filter;
  transform: translate3d(0, 0, 0);
}

.btn__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  transition: inherit;
}

.btn__icon {
  position: relative;
  width: 1em;
}

.btn__text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  position: relative;
  background: linear-gradient(180deg, #2A2A2A 3.85%, #383838 103.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn_tg {
  width: 125px;
  height: 45px;
  padding: 0 10px;
  border-radius: 12px;
}

.btn_tg::before {
  top: 5px;
  background: linear-gradient(90deg, rgba(187, 187, 187, 0.4) 0%, rgba(114, 114, 114, 0.4) 100%);
  filter: blur(10px);
  border-radius: inherit;
}

.btn_tg .btn__text {
  font-size: 16px;
}

.btn_manager {
  width: 313px;
}

.btn:hover::before {
  top: 0;
}

.btn:hover .btn__bg {
  transform: scale(0.95);
}

.btn:disabled {
  filter: grayscale(2);
}

button:disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.title-block {
  position: relative;
}

.title-block .h2,
.title-block .title {
  position: relative;
  display: inline-block;
}

.title-block .description {
  margin-top: 40px;
}

.title-block .description:empty {
  display: none;
}

.title-block .description > p:not(:last-child) {
  margin-bottom: 1em;
}

.title-block_centered {
  text-align: center;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.title-block_centered .description {
  margin-left: auto;
  margin-right: auto;
}

body {
  background: #0A0A0A;
}

section {
  display: block;
}

.container {
  max-width: 1880px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
}

.header .container {
  position: relative;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 20px;
  margin-top: 20px;
  background: linear-gradient(0deg, rgba(165, 165, 165, 0.05), rgba(165, 165, 165, 0.05)), rgba(10, 10, 10, 0.5);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 20px;
}

.header__logo {
  width: auto;
  height: 45px;
  margin-right: auto;
}

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

.header__nav {
  font-size: 16px;
  line-height: 2;
  color: #FFFFFF;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header__nav ul > li > a {
  display: block;
}

.header .menu-open {
  display: none;
}

.menu {
  display: none;
}

.main {
  width: 100%;
  overflow-x: clip;
  overflow-y: clip;
}

.main_no-padding {
  padding-top: 0;
}

.footer {
  background: linear-gradient(0deg, rgba(165, 165, 165, 0.05), rgba(165, 165, 165, 0.05)), rgba(10, 10, 10, 0.5);
  border-top: 1px solid #333;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 173px;
  padding: 20px 0;
}

.footer__link {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.662745098);
  transition: 0.5s;
}

.footer__link:hover {
  color: #FFFFFF;
}

.footer__link:first-child {
  margin-right: auto;
}

.footer__logo {
  position: absolute;
  width: auto;
  height: 58px;
  margin-right: auto;
}

.footer__logo img {
  width: auto;
  height: 100%;
}

.block {
  position: relative;
}

.block-first {
  position: relative;
  padding-top: 230px;
  padding-bottom: 100px;
}

.block-first .decoration {
  position: absolute;
  pointer-events: none;
}

.block-first .decoration-1 {
  width: 862px;
  height: 403px;
  left: -349px;
  bottom: 14px;
  background: linear-gradient(156.67deg, rgba(165, 165, 165, 0.4) 66.64%, rgba(164, 164, 164, 0) 106.38%);
  filter: blur(250px);
  transform: rotateZ(21.16deg);
  border-radius: 50%;
}

.block-first .decoration-2 {
  width: 862px;
  height: 862px;
  right: -264px;
  bottom: 796px;
  background: rgba(165, 165, 165, 0.4);
  filter: blur(250px);
  transform: rotate(21.16deg);
  border-radius: 0%;
}

.block-first .container {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.block-first .wrapper {
  display: flex;
  align-items: flex-start;
}

.block-first .content {
  flex: 1;
  max-width: 900px;
  position: relative;
  padding-right: 30px;
}

.block-first .content__title {
  line-height: 0.96;
}

.block-first .content__text {
  line-height: 1.7;
  max-width: 745px;
  margin-top: 40px;
}

.block-first .content__btn {
  margin-top: 65px;
}

.block-first .composition {
  flex: 1;
  position: relative;
  padding-top: 10px;
}

.block-first .composition__image {
  display: block;
  width: 100%;
  height: auto;
}

.block-first .composition__phone {
  position: absolute;
  left: 220px;
  bottom: 0;
  display: block;
  width: 474px;
  height: auto;
}

.block-first .composition__label {
  letter-spacing: -0.05em;
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: auto;
  padding: 13px 22px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 17px;
}

.block-first .composition__label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(82.91% 329.19% at 97.09% 95.38%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(232.81% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.block-first .composition__label span {
  flex: 1;
  white-space: nowrap;
}

.block-first .composition__label-1 {
  left: 99px;
  bottom: 49px;
}

.block-first .composition__label-2 {
  left: 463px;
  bottom: 158px;
}

.block-first .composition__label-3 {
  left: 50px;
  bottom: 267px;
}

.block-first .composition__label-4 {
  left: 511px;
  bottom: 376px;
}

.block-first .composition__label-5 {
  left: 149px;
  bottom: 485px;
}

.block-directions {
  margin-top: 87px;
  padding-bottom: 100px;
}

.block-directions .title-block {
  max-width: 1040px;
  margin-bottom: 70px;
}

.block-directions .title-block .title {
  max-width: 1010px;
}

.block-directions .directions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.block-directions .direction {
  position: relative;
  display: block;
  width: calc(33% - 10px);
  border-radius: 30px;
}

.block-directions .direction::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(0deg, rgba(182, 182, 182, 0.4) 0%, rgba(182, 182, 182, 0.12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.block-directions .direction__picture,
.block-directions .direction__picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.block-directions .direction__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px 50px 35px;
}

.block-directions .direction__content_bottom {
  top: auto;
  bottom: 0;
}

.block-directions .direction__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 25px;
}

.block-directions .notice {
  text-align: center;
  max-width: 940px;
  margin: 74px auto 0;
}

.block-artists {
  margin-top: 129px;
  padding-bottom: 150px;
}

.block-artists .title-block {
  max-width: 1040px;
  margin-bottom: 70px;
}

.block-artists .swiper-slide {
  width: auto;
  height: auto;
}

.block-artists .artist {
  position: relative;
  display: block;
  aspect-ratio: 348/464;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}

.block-artists .artist::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(0deg, rgba(182, 182, 182, 0.4) 0%, rgba(182, 182, 182, 0.12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
  will-change: transform, filter;
  transform: translate3d(0, 0, 0);
}

.block-artists .artist__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.block-artists .artist__shadow {
  display: none;
  position: absolute;
  pointer-events: none;
  will-change: transform, filter;
  transform: translate3d(0, 0, 0);
}

.block-artists .artist__shadow-1 {
  width: auto;
  height: 190px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.01) 100%);
  filter: blur(25px);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.block-artists .artist__shadow-2 {
  width: auto;
  height: 170px;
  left: 0px;
  right: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
}

.block-artists .artist__content {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 36px;
  z-index: 2;
}

.block-artists .artist__title {
  text-align: center;
  position: relative;
}

.block-artists .artist__label {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 17px;
}

.block-artists .artist__label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(82.91% 329.19% at 97.09% 95.38%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(232.81% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.block-artists .artist__label .icon {
  width: 14px;
}

.block-artists .artist__label span {
  flex: 1;
}

.block-artists .notice {
  text-align: center;
  max-width: 1010px;
  margin: 70px auto 0;
}

.block-last {
  margin-top: 140px;
  padding-bottom: 100px;
}

.block-last .wrapper {
  position: relative;
  width: 100%;
}

.block-last .blur {
  position: absolute;
  top: -439px;
  left: calc(50% - 595px);
  display: block;
  width: 1190px;
  height: auto;
  mix-blend-mode: plus-lighter;
  filter: blur(12.5px);
  pointer-events: none;
}

.block-last .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 441px;
  padding: 43px 86px;
  background: url("../img/last-bg.webp") no-repeat center/100% 100%;
}

.block-last .content__tiktok {
  position: absolute;
  top: -267px;
  left: 393px;
  display: block;
  width: 1011px;
  height: auto;
  transform: rotateZ(10deg);
}

.block-last .content__tiktok-shadow {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  pointer-events: none;
}

.block-last .content__tiktok-shadow::before {
  content: "";
  position: absolute;
  width: 2548px;
  height: 260px;
  left: calc(50% - 1274px);
  bottom: -136px;
  background: #161616;
  filter: blur(100px);
}

.block-last .content__left {
  position: relative;
}

.block-last .content__left-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.81) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 535px;
}

.block-last .content__left-subtitle {
  font-size: 24px;
  max-width: 404px;
  margin-top: 16px;
}

.block-last .content__right {
  position: relative;
  max-width: 444px;
}

.block-last .content__right-text {
  font-size: 18px;
}

.block-last .content__right-btn {
  margin-top: 40px;
}

.block-last .content__shadow {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100px;
  background: #0A0A0A;
}

.page-text {
  padding-top: 230px;
  padding-bottom: 200px;
}

.page-text .title-block {
  margin-bottom: 50px;
}

.page-text .wysiwyg-wrapper {
  color: rgba(255, 255, 255, 0.662745098);
  width: 100%;
}

.page-text .wysiwyg-wrapper > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.page-text .wysiwyg-wrapper img {
  float: left;
  width: 100%;
  max-width: 400px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-text .wysiwyg-wrapper h1,
.page-text .wysiwyg-wrapper h2,
.page-text .wysiwyg-wrapper h3,
.page-text .wysiwyg-wrapper h4,
.page-text .wysiwyg-wrapper h5 {
  color: #FFFFFF;
}

.page-text .wysiwyg-wrapper strong,
.page-text .wysiwyg-wrapper b {
  font-weight: 700;
}

.page-text .wysiwyg-wrapper ul,
.page-text .wysiwyg-wrapper ol {
  list-style: initial;
  padding-left: 1em;
}

.page-text .wysiwyg-wrapper a {
  color: #FFFFFF;
}

.page-text .wysiwyg-wrapper table {
  border-collapse: collapse;
}

.page-text .wysiwyg-wrapper table,
.page-text .wysiwyg-wrapper table th,
.page-text .wysiwyg-wrapper table td {
  border: 1px solid;
}

.page-text .wysiwyg-wrapper table th,
.page-text .wysiwyg-wrapper table td {
  padding: 0.3em 0.5em;
}

.page-text button,
.page-text .btn {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.animate__animated {
  visibility: hidden;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }

  .header .container {
    max-width: 1900px;
  }

  .block-artists .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    transform: none !important;
  }

  .block-artists .swiper-slide {
    width: calc(20% - 18px);
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  html,
  body {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }

  h1,
  .h1 {
    font-size: 38px;
    line-height: 1.15;
  }

  h2,
  .h2,
  .title {
    font-size: 38px;
    line-height: 1.15;
  }

  h3,
  .h3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .icon {
    width: 15px;
  }

  .btn {
    height: 60px;
  }

  .btn__text {
    font-size: 15px;
  }

  .btn_manager {
    width: 100%;
  }

  .title-block .description {
    line-height: 1.64;
    margin-top: 19px;
  }

  .desktop {
    display: none !important;
  }

  .container {
    max-width: 375px;
    max-width: 100%;
    padding: 0 20px;
  }

  .header__wrapper {
    gap: 30px;
    padding: 10px;
    border-radius: 18px;
  }

  .header__logo {
    height: 40px;
  }

  .header__nav {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .header .menu-open {
    position: relative;
  }

  .header .menu-open,
  .header .menu-open img {
    display: block;
    width: auto;
    height: 40px;
  }

  .header .menu-open::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    aspect-ratio: 1/1;
    width: auto;
    height: 100%;
    background: linear-gradient(90deg, rgba(187, 187, 187, 0.4) 0%, rgba(114, 114, 114, 0.4) 100%);
    filter: blur(10px);
    border-radius: 10px;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 14;
  }

  .menu .container {
    height: 100%;
  }

  .menu .menu-close {
    position: relative;
    margin-right: 10px;
    margin-left: auto;
  }

  .menu .menu-close,
  .menu .menu-close img {
    display: block;
    width: auto;
    height: 40px;
  }

  .menu .menu-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    aspect-ratio: 1/1;
    width: auto;
    height: 100%;
    background: linear-gradient(90deg, rgba(187, 187, 187, 0.4) 0%, rgba(114, 114, 114, 0.4) 100%);
    filter: blur(10px);
    border-radius: 10px;
  }

  .menu__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0 45px;
    background: #0A0A0A;
    transition: 0.5s;
    transform: translateY(-100%);
  }

  .menu__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .menu__nav {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.05em;
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }

  .menu__nav > ul {
    display: block;
    width: 100%;
  }

  .menu__nav > ul > li {
    display: block;
    width: 100%;
  }

  .menu__nav > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 17.5px 0px;
  }

  .menu__btn {
    width: 100%;
    margin-top: auto;
  }

  .menu.open .menu__wrapper {
    transform: translateY(0);
  }

  .footer {
    display: none;
  }

  .block-first {
    padding-top: 113px;
    padding-bottom: 75px;
  }

  .block-first .decoration-1 {
    width: 431px;
    height: 431px;
    right: 284px;
    top: 466px;
    background: rgba(165, 165, 165, 0.4);
    filter: blur(125px);
    transform: rotateZ(21.16deg);
    border-radius: 100%;
  }

  .block-first .decoration-2 {
    width: 431px;
    height: 431px;
    right: -95px;
    top: -372px;
    background: rgba(165, 165, 165, 0.4);
    filter: blur(125px);
    transform: rotateZ(21.16deg);
  }

  .block-first .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-first .wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .block-first .content {
    flex: initial;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .block-first .content__title {
    line-height: 1.15;
  }

  .block-first .content__text {
    line-height: 1.64;
    max-width: 100%;
    margin-top: 20px;
  }

  .block-first .content__btn {
    margin-top: 30px;
  }

  .block-first .composition {
    flex: initial;
    width: 100%;
    padding-top: 89px;
    overflow: hidden;
  }

  .block-first .composition__phone {
    left: 60px;
    bottom: -25px;
    width: 213px;
    z-index: 2;
  }

  .block-first .composition__label {
    gap: 6px;
    padding: 7px 13px;
    border-radius: 8px;
    z-index: 3;
  }

  .block-first .composition__label span {
    font-size: 12px;
  }

  .block-first .composition__label-1 {
    left: 10px;
    bottom: 47px;
  }

  .block-first .composition__label-2 {
    left: auto;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    filter: blur(3px);
  }

  .block-first .composition__label-3 {
    left: 72px;
    bottom: 104px;
  }

  .block-first .composition__label-4 {
    left: auto;
    right: 10px;
    bottom: 161px;
  }

  .block-first .composition__label-5 {
    left: 20px;
    bottom: 188px;
    z-index: 1;
    filter: blur(3px);
  }

  .block-directions {
    margin-top: 68px;
    padding-bottom: 75px;
  }

  .block-directions .title-block {
    max-width: 100%;
    margin-bottom: 51px;
  }

  .block-directions .directions {
    gap: 20px;
  }

  .block-directions .direction {
    text-align: center;
    width: 100%;
    border-radius: 26px;
  }

  .block-directions .direction__content {
    padding: 31px 26px;
  }

  .block-directions .direction__content_bottom {
    top: 0;
    bottom: auto;
  }

  .block-directions .direction__text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
  }

  .block-directions .notice {
    max-width: 100%;
    margin-top: 53px;
  }

  .block-artists {
    margin-top: 60px;
    padding-bottom: 75px;
  }

  .block-artists .title-block {
    max-width: 100%;
    margin-bottom: 51px;
  }

  .block-artists .swiper-slide {
    width: 275px;
  }

  .block-artists .artist {
    aspect-ratio: 275/367;
    border-radius: 26px;
  }

  .block-artists .artist__shadow-1 {
    height: 150px;
    left: -13px;
    right: -13px;
    bottom: -55px;
  }

  .block-artists .artist__shadow-2 {
    height: 150px;
    left: -13px;
    right: -13px;
    bottom: -55px;
  }

  .block-artists .artist__content {
    padding: 20px;
  }

  .block-artists .artist__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-top: 20px;
    padding: 12px 15px;
    border-radius: 14px;
  }

  .block-artists .notice {
    max-width: 100%;
    margin-top: 53px;
  }

  .block-last {
    margin-top: 70px;
    padding-bottom: 0;
  }

  .block-last .container {
    padding-left: 0;
    padding-right: 0;
  }

  .block-last .blur {
    top: -212px;
    left: calc(50% - 297px);
    width: 594px;
    filter: blur(7px);
  }

  .block-last .content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 70px 20px 0;
    background: url("../img/last-bg_mobile.webp") no-repeat top center/contain;
  }

  .block-last .content::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    background: #161616;
  }

  .block-last .content__tiktok {
    top: 190px;
    left: calc(50% - 245px);
    width: 490px;
    transform: rotateZ(5deg);
  }

  .block-last .content__tiktok-shadow {
    position: absolute;
    top: 465px;
    left: 0;
    right: 0;
    bottom: auto;
    display: block;
    height: 446px;
    border-radius: 0;
    overflow: visible;
  }

  .block-last .content__tiktok-shadow::before {
    top: 0;
    left: calc(50% - 331px);
    bottom: auto;
    width: 662px;
    height: 446px;
    filter: blur(60px);
  }

  .block-last .content__left {
    margin-bottom: 330px;
  }

  .block-last .content__left-title {
    font-size: 38px;
    max-width: 100%;
  }

  .block-last .content__left-subtitle {
    font-size: 16px;
    max-width: 100%;
    margin-top: 20px;
  }

  .block-last .content__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .block-last .content__right-text {
    order: 2;
    font-size: 16px;
    margin-top: 25px;
  }

  .block-last .content__right-btn {
    order: 1;
    margin-top: 0;
  }

  .block-last .content__footer {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-last .content__footer-logo {
    width: 165px;
  }

  .block-last .content__footer-logo::before {
    left: calc(50% - 22px);
    width: 44px;
    height: 44px;
  }

  .block-last .content__footer-link {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.662745098);
  }

  .block-last .content__bottom {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #0A0A0A;
  }

  .block-last .content__bottom-link {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.662745098);
  }

  .page-text {
    padding-top: 113px;
  }

  .page-text .wysiwyg-wrapper img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 15px;
  }
}

@media (max-width: 1920px) and (min-width: 769px) {
  html,
  body {
    font-size: 1.2500vw;
  }

  h1,
  .h1 {
    font-size: 4.1667vw;
  }

  h2,
  .h2,
  .title {
    font-size: 3.1250vw;
  }

  h3,
  .h3 {
    font-size: 1.8229vw;
  }

  .icon {
    width: 1.1458vw;
  }

  .logo::before {
    top: 0.2604vw;
  }

  .btn {
    gap: 0.5208vw;
    height: 3.6458vw;
    padding: 0 1.0417vw;
    border-radius: 3.6458vw;
  }

  .btn::before {
    top: 0.7813vw;
  }

  .btn__text {
    font-size: 0.9375vw;
  }

  .btn_tg {
    width: 6.5104vw;
    height: 2.3438vw;
    padding: 0 0.5208vw;
    border-radius: 0.6250vw;
  }

  .btn_tg::before {
    top: 0.2604vw;
  }

  .btn_tg .btn__text {
    font-size: 0.8333vw;
  }

  .btn_manager {
    width: 16.3021vw;
  }

  .title-block .description {
    margin-top: 2.0833vw;
  }

  .container {
    max-width: 97.9167vw;
    padding: 0 1.5625vw;
  }

  .header__wrapper {
    gap: 3.1250vw;
    padding: 1.0417vw;
    margin-top: 1.0417vw;
    border-radius: 1.0417vw;
  }

  .header__logo {
    height: 2.3438vw;
  }

  .header__nav {
    font-size: 0.8333vw;
  }

  .header__nav ul {
    gap: 3.1250vw;
  }

  .footer {
    border-top: 0.0521vw solid #333;
  }

  .footer__wrapper {
    min-height: 9.0104vw;
    padding: 1.0417vw 0;
  }

  .footer__link {
    font-size: 0.9375vw;
  }

  .footer__logo {
    height: 3.0208vw;
  }

  .block-first {
    padding-top: 11.9792vw;
    padding-bottom: 5.2083vw;
  }

  .block-first .decoration-1 {
    width: 44.8958vw;
    height: 20.9896vw;
    left: -18.1771vw;
    bottom: 0.7292vw;
  }

  .block-first .decoration-2 {
    width: 44.8958vw;
    height: 44.8958vw;
    right: -13.7500vw;
    bottom: 41.4583vw;
  }

  .block-first .container {
    padding-left: 2.0833vw;
    padding-right: 2.0833vw;
  }

  .block-first .content {
    max-width: 46.8750vw;
    padding-right: 1.5625vw;
  }

  .block-first .content__text {
    max-width: 38.8021vw;
    margin-top: 2.0833vw;
  }

  .block-first .content__btn {
    margin-top: 3.3854vw;
  }

  .block-first .composition {
    padding-top: 0.5208vw;
  }

  .block-first .composition__phone {
    left: 11.4583vw;
    width: 24.6875vw;
  }

  .block-first .composition__label {
    gap: 0.7813vw;
    padding: 0.6771vw 1.1458vw;
    border-radius: 0.8854vw;
  }

  .block-first .composition__label::before {
    padding: 0.0521vw;
  }

  .block-first .composition__label-1 {
    left: 5.1563vw;
    bottom: 2.5521vw;
  }

  .block-first .composition__label-2 {
    left: 24.1146vw;
    bottom: 8.2292vw;
  }

  .block-first .composition__label-3 {
    left: 2.6042vw;
    bottom: 13.9063vw;
  }

  .block-first .composition__label-4 {
    left: 26.6146vw;
    bottom: 19.5833vw;
  }

  .block-first .composition__label-5 {
    left: 7.7604vw;
    bottom: 25.2604vw;
  }

  .block-directions {
    margin-top: 4.5313vw;
    padding-bottom: 5.2083vw;
  }

  .block-directions .title-block {
    max-width: 54.1667vw;
    margin-bottom: 3.6458vw;
  }

  .block-directions .title-block .title {
    max-width: 52.6042vw;
  }

  .block-directions .directions {
    gap: 1.0417vw;
  }

  .block-directions .direction {
    width: calc(33% - 0.5208vw);
    border-radius: 1.5625vw;
  }

  .block-directions .direction::before {
    padding: 0.0521vw;
  }

  .block-directions .direction__content {
    padding: 2.3438vw 2.6042vw 1.8229vw;
  }

  .block-directions .direction__text {
    font-size: 1.0417vw;
    margin-top: 1.3021vw;
  }

  .block-directions .notice {
    max-width: 48.9583vw;
    margin: 3.8542vw auto 0;
  }

  .block-artists {
    margin-top: 6.7188vw;
    padding-bottom: 7.8125vw;
  }

  .block-artists .title-block {
    max-width: 54.1667vw;
    margin-bottom: 3.6458vw;
  }

  .block-artists .artist {
    border-radius: 1.5625vw;
  }

  .block-artists .artist::before {
    padding: 0.0521vw;
  }

  .block-artists .artist__shadow-1 {
    height: 9.8958vw;
    left: -0.5208vw;
    right: -0.5208vw;
    bottom: -0.5208vw;
  }

  .block-artists .artist__shadow-2 {
    height: 8.8542vw;
    left: 0.0000vw;
    bottom: 0.0000vw;
  }

  .block-artists .artist__content {
    padding: 1.8750vw;
  }

  .block-artists .artist__label {
    font-size: 0.9896vw;
    gap: 0.7813vw;
    margin-top: 1.0417vw;
    padding: 0.6250vw 0.7813vw;
    border-radius: 0.8854vw;
  }

  .block-artists .artist__label::before {
    padding: 0.0521vw;
  }

  .block-artists .artist__label .icon {
    width: 0.7292vw;
  }

  .block-artists .notice {
    max-width: 52.6042vw;
    margin: 3.6458vw auto 0;
  }

  .block-last {
    margin-top: 7.2917vw;
    padding-bottom: 5.2083vw;
  }

  .block-last .blur {
    top: -22.8646vw;
    left: calc(50% - 30.9896vw);
    width: 61.9792vw;
  }

  .block-last .content {
    min-height: 22.9688vw;
    padding: 2.2396vw 4.4792vw;
  }

  .block-last .content__tiktok {
    top: -13.9063vw;
    left: 20.4688vw;
    width: 52.6563vw;
  }

  .block-last .content__tiktok-shadow {
    top: 0.3125vw;
    left: 0.3125vw;
    right: 0.3125vw;
    bottom: 0.3125vw;
    border-radius: 1.5625vw;
  }

  .block-last .content__tiktok-shadow::before {
    width: 132.7083vw;
    height: 13.5417vw;
    left: calc(50% - 66.3542vw);
    bottom: -7.0833vw;
  }

  .block-last .content__left-title {
    font-size: 3.1250vw;
    max-width: 27.8646vw;
  }

  .block-last .content__left-subtitle {
    font-size: 1.2500vw;
    max-width: 21.0417vw;
    margin-top: 0.8333vw;
  }

  .block-last .content__right {
    max-width: 23.1250vw;
  }

  .block-last .content__right-text {
    font-size: 0.9375vw;
  }

  .block-last .content__right-btn {
    margin-top: 2.0833vw;
  }

  .block-last .content__shadow {
    height: 5.2083vw;
  }

  .page-text {
    padding-top: 11.9792vw;
    padding-bottom: 10.4167vw;
  }

  .page-text .title-block {
    margin-bottom: 2.6042vw;
  }

  .page-text .wysiwyg-wrapper img {
    max-width: 20.8333vw;
    margin-right: 1.5625vw;
    margin-bottom: 1.5625vw;
    border-radius: 1.5625vw;
  }

  .page-text .wysiwyg-wrapper table,
  .page-text .wysiwyg-wrapper table th,
  .page-text .wysiwyg-wrapper table td {
    border: 0.0521vw solid;
  }

  .header .container {
    max-width: 98.9583vw;
  }

  .block-artists .swiper-wrapper {
    gap: 1.0417vw;
  }

  .block-artists .swiper-slide {
    width: calc(20% - 0.9375vw);
  }
}

@media (max-width: 768px) and (min-width: 376px) {
  html,
  body {
    font-size: 4.2667vw;
  }

  h1,
  .h1 {
    font-size: 10.1333vw;
  }

  h2,
  .h2,
  .title {
    font-size: 10.1333vw;
  }

  h3,
  .h3 {
    font-size: 8.0000vw;
  }

  .icon {
    width: 4.0000vw;
  }

  .btn {
    height: 16.0000vw;
  }

  .btn__text {
    font-size: 4.0000vw;
  }

  .title-block .description {
    margin-top: 5.0667vw;
  }

  .container {
    max-width: 100.0000vw;
    padding: 0 5.3333vw;
  }

  .header__wrapper {
    gap: 8.0000vw;
    padding: 2.6667vw;
    border-radius: 4.8000vw;
  }

  .header__logo {
    height: 10.6667vw;
  }

  .header .menu-open,
  .header .menu-open img {
    height: 10.6667vw;
  }

  .header .menu-open::before {
    top: 1.3333vw;
  }

  .menu .menu-close {
    margin-right: 2.6667vw;
  }

  .menu .menu-close,
  .menu .menu-close img {
    height: 10.6667vw;
  }

  .menu .menu-close::before {
    top: 1.3333vw;
  }

  .menu__wrapper {
    padding: 5.3333vw 0 12.0000vw;
  }

  .menu__nav {
    font-size: 8.5333vw;
    margin-top: 6.0000vw;
    margin-bottom: 6.0000vw;
  }

  .menu__nav > ul > li > a {
    padding: 4.6667vw 0.0000vw;
  }

  .block-first {
    padding-top: 30.1333vw;
    padding-bottom: 20.0000vw;
  }

  .block-first .decoration-1 {
    width: 114.9333vw;
    height: 114.9333vw;
    right: 75.7333vw;
    top: 124.2667vw;
  }

  .block-first .decoration-2 {
    width: 114.9333vw;
    height: 114.9333vw;
    right: -25.3333vw;
    top: -99.2000vw;
  }

  .block-first .container {
    padding-left: 5.3333vw;
    padding-right: 5.3333vw;
  }

  .block-first .content__text {
    margin-top: 5.3333vw;
  }

  .block-first .content__btn {
    margin-top: 8.0000vw;
  }

  .block-first .composition {
    padding-top: 23.7333vw;
  }

  .block-first .composition__phone {
    left: 16.0000vw;
    bottom: -6.6667vw;
    width: 56.8000vw;
  }

  .block-first .composition__label {
    gap: 1.6000vw;
    padding: 1.8667vw 3.4667vw;
    border-radius: 2.1333vw;
  }

  .block-first .composition__label span {
    font-size: 3.2000vw;
  }

  .block-first .composition__label-1 {
    left: 2.6667vw;
    bottom: 12.5333vw;
  }

  .block-first .composition__label-2 {
    right: 5.3333vw;
    bottom: 5.3333vw;
  }

  .block-first .composition__label-3 {
    bottom: 27.7333vw;
  }

  .block-first .composition__label-4 {
    right: 2.6667vw;
    bottom: 42.9333vw;
  }

  .block-first .composition__label-5 {
    left: 5.3333vw;
    bottom: 50.1333vw;
  }

  .block-directions {
    padding-bottom: 20.0000vw;
  }

  .block-directions .title-block {
    margin-bottom: 13.6000vw;
  }

  .block-directions .directions {
    gap: 5.3333vw;
  }

  .block-directions .direction {
    border-radius: 6.9333vw;
  }

  .block-directions .direction__content {
    padding: 8.2667vw 6.9333vw;
  }

  .block-directions .direction__text {
    font-size: 3.7333vw;
    margin-top: 4.2667vw;
  }

  .block-directions .notice {
    margin-top: 14.1333vw;
  }

  .block-artists {
    margin-top: 16.0000vw;
    padding-bottom: 20.0000vw;
  }

  .block-artists .title-block {
    margin-bottom: 13.6000vw;
  }

  .block-artists .swiper-slide {
    width: 73.3333vw;
  }

  .block-artists .artist {
    border-radius: 6.9333vw;
  }

  .block-artists .artist__shadow-1 {
    height: 40.0000vw;
    left: -3.4667vw;
    right: -3.4667vw;
    bottom: -14.6667vw;
  }

  .block-artists .artist__shadow-2 {
    height: 40.0000vw;
    left: -3.4667vw;
    right: -3.4667vw;
    bottom: -14.6667vw;
  }

  .block-artists .artist__content {
    padding: 5.3333vw;
  }

  .block-artists .artist__label {
    font-size: 4.2667vw;
    margin-top: 5.3333vw;
    padding: 3.2000vw 4.0000vw;
    border-radius: 3.7333vw;
  }

  .block-artists .notice {
    margin-top: 14.1333vw;
  }

  .block-last {
    margin-top: 18.6667vw;
  }

  .block-last .blur {
    top: -56.5333vw;
    left: calc(50% - 79.2000vw);
    width: 158.4000vw;
  }

  .block-last .content {
    padding: 18.6667vw 5.3333vw 0;
  }

  .block-last .content::before {
    top: 10.6667vw;
  }

  .block-last .content__tiktok {
    top: 50.6667vw;
    left: calc(50% - 65.3333vw);
    width: 130.6667vw;
  }

  .block-last .content__tiktok-shadow {
    top: 124.0000vw;
    height: 118.9333vw;
  }

  .block-last .content__tiktok-shadow::before {
    left: calc(50% - 88.2667vw);
    width: 176.5333vw;
    height: 118.9333vw;
  }

  .block-last .content__left-title {
    font-size: 10.1333vw;
  }

  .block-last .content__left-subtitle {
    font-size: 4.2667vw;
    margin-top: 5.3333vw;
  }

  .block-last .content__right-text {
    font-size: 4.2667vw;
    margin-top: 6.6667vw;
  }

  .block-last .content__footer {
    gap: 6.6667vw;
    padding-top: 26.6667vw;
    padding-bottom: 26.6667vw;
  }

  .block-last .content__footer-logo {
    width: 44.0000vw;
  }

  .block-last .content__footer-logo::before {
    left: calc(50% - 5.8667vw);
    width: 11.7333vw;
    height: 11.7333vw;
  }

  .block-last .content__bottom {
    padding-top: 4.2667vw;
    padding-bottom: 4.2667vw;
  }

  .page-text {
    padding-top: 30.1333vw;
  }

  .page-text .wysiwyg-wrapper img {
    margin-bottom: 4.0000vw;
    border-radius: 4.0000vw;
  }
}