@import url("https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Neutral Face";
  src: url("../fonts/NeutralFaceRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Neutral Face";
  src: url("../fonts/NeutralFaceBold.woff2") format("woff2");
  font-weight: 700;
}
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, ul, 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;
  vertical-align: baseline;
}

img, fieldset, a img {
  border: none;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
}

input[type=submit], button {
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
}

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

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  background: #242424;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div, section {
  display: block;
}

ul {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button, input, textarea {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --black: #000;
  --accent: #BB8556;
  --white: #fff;
  --gray: #131313;
  width: 100%;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  color: var(--black);
  background: #F9F0E7;
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

.row {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.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;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
  background: var(--black);
  border-radius: 0;
  position: relative;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.all {
  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;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.all.open::after {
  background-image: url(../img/icon-all2.svg);
}

.all::after {
  content: "";
  float: right;
  width: 18px;
  height: 18px;
  margin: auto 0 auto 20px;
  background: url(../img/icon-all.svg) center/contain no-repeat;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
}

.header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.header__logo {
  float: left;
  width: 19%;
  height: auto;
  position: relative;
  margin: auto 0;
}
.header__logo img {
  display: block;
  width: auto;
  height: 33px;
}
.header__nav {
  float: left;
}
.header__nav ul {
  float: left;
}

.header__nav ul li {
  float: left;
  margin-right: 25px;
  position: relative;
}
.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__nav ul li a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  font-size: 13px;
  color: var(--black);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.header__partner {
  float: right;
  margin: auto 0 auto auto;
}
.header__partner-item {
  float: left;
  margin-right: 30px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__partner-item:last-child {
  margin-right: 0;
}

.header__partner-item img {
  display: block;
  width: auto;
  height: 47px;
}

.teaser {
  width: 100%;
  overflow: hidden;
}
.teaser__block {
  width: 100%;
  position: relative;
  padding: 40px 0 260px;
}
.teaser__title {
  width: 100%;
  font-weight: 400;
  font-size: clamp(32px, 7.65vw, 112px);
  line-height: 110%;
  letter-spacing: 0.01em;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.teaser__title br {
  display: none;
}
.teaser__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}
.teaser__info-item {
  float: left;
  font-size: 18px;
  line-height: 130%;
}
.teaser__info-item:nth-child(1) {
  width: 19%;
}
.teaser__info-item:nth-child(2) {
  width: 19%;
}
.teaser__info-item:nth-child(3) {
  width: 17%;
  font-size: 13px;
  margin-left: auto;
  padding-top: 8px;
}
.teaser__info-item:nth-child(4) {
  padding-top: 4px;
  padding-left: 30px;
}
.teaser__image {
  position: absolute;
  width: 970px;
  bottom: 0;
  left: calc(50% - 285px);
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 0;
}
.teaser__image img, .teaser__image video {
  display: block;
  width: 100%;
  height: auto;
}

.placeholder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 131;
  background: #f9f0e7;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.placeholder.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body:has(.placeholder:not(.hide)) .teaser__title {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
body:has(.placeholder:not(.hide)) .teaser__info {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
body:has(.placeholder:not(.hide)) .teaser__image img, body:has(.placeholder:not(.hide)) .teaser__image video {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
}

.teaser__title, .teaser__info, .teaser__image video, .teaser__image img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.goal {
  display: block;
  width: 100%;
  padding: 100px 0;
  background: var(--black);
  color: var(--white);
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.goal .row {
  max-width: 1110px;
}
.goal__mob {
  display: none;
}
.goal__about {
  width: 100%;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  position: relative;
  z-index: 2;
}
.goal__info {
  width: 100%;
  position: relative;
  margin-top: 90px;
}
.goal__info-image {
  position: absolute;
  width: 46%;
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.goal__info-image img, .goal__info-image video {
  width: 100%;
  height: auto;
}
.goal__info-desc {
  display: block;
  font-size: 18px;
  line-height: 140%;
  width: 50%;
  margin-left: 41%;
}
.goal__title {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.goal__title-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 114px;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Neutral Face", sans-serif;
}
.goal__title-name::after {
  content: "";
  float: right;
  width: 50px;
  height: 42px;
  margin: auto 20px auto auto;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
}
.goal__title-desc {
  width: 25%;
  margin-top: 80px;
  font-size: 14px;
  line-height: 130%;
  color: var(--white);
}
.goal__title-desc p {
  display: block;
  margin-top: 15px;
}
.goal__title-desc p:first-child {
  margin-top: 0;
}
.goal__title-dop {
  float: right;
  width: 59%;
  margin: 70px 0 0 auto;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  line-height: 144%;
}

.catalog {
  width: 100%;
  margin-top: 80px;
}
.catalog__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}
.catalog__title-name {
  display: block;
  font-weight: 400;
  font-size: 114px;
  text-transform: uppercase;
  font-family: "Neutral Face", sans-serif;
  line-height: 110%;
}
.catalog__title-name:nth-child(1) {
  width: 100%;
}
.catalog__title-name:nth-child(2) {
  float: right;
  margin: -25px 0 0 auto;
}
.catalog__title-desc {
  position: absolute;
  width: 40%;
  max-width: 520px;
  font-size: 18px;
  line-height: 140%;
  left: 0;
  bottom: 15px;
}
.catalog__block {
  width: calc(100% + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 25px -25px 0;
}
.catalog__item {
  float: left;
  width: calc(33.3333% - 50px);
  margin: 40px 25px 0;
  position: relative;
}

.catalog__item-title {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: var(--black);
}
.catalog__item-num {
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.catalog__item-num.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  font-weight: 500;
}
.catalog__item-num.active span {
  opacity: 1 !important;
}
.catalog__item-num.active::after {
  content: "";
  float: right;
  width: 10px;
  height: 7px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-check1.svg) center/contain no-repeat;
}
.catalog__item-num.active::before {
  display: none;
}
.catalog__item-num span {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.catalog__item-num::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: 35px;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.catalog__item-image {
  display: block;
  width: 100%;
  margin-top: 25px;
  height: 290px;
}
.catalog__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  font-size: 14px;
}
.catalog__item-desc {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.catalog__item-name {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-weight: 400;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.catalog__all {
  display: none;
}

.collab {
  width: 100%;
  margin-top: 50px;
}
.collab + .quest {
  margin-top: 0;
  border-top: 1px solid var(--white);
}
.collab__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: clamp(32px, 7.65vw, 112px);
  line-height: 120%;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
}
.collab__title span {
  margin: auto;
  width: 260px;
  height: 10px;
  background: url(../img/collab-title.svg) center/contain no-repeat;
}
.collab__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.collab__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.collab__info-desc {
  float: left;
  font-size: 18px;
  line-height: 140%;
}
.collab__info-list {
  float: right;
  margin-left: auto;
  width: 52.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.collab__info-list_item {
  float: left;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  cursor: pointer;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}

.collab__info-list_name {
  display: block;
  font-size: 22px;
  line-height: 130%;
  color: var(--black);
}
.collab__info-list_but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  font-size: 13px;
  opacity: 0.5;
  color: var(--black);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.collab__info-list_but::after {
  content: "";
  float: right;
  width: 6px;
  height: 6px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  margin: auto 0 auto 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.collab__block {
  width: 100%;
  position: relative;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.collab__block::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 0;
  background: var(--black);
}
.collab__data {
  float: left;
  width: 33.3333%;
  padding: 20px 50px 30px 0;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.collab__data-name {
  display: block;
  font-family: "Neutral Face", sans-serif;
  font-size: 36px;
  line-height: 144%;
  text-transform: uppercase;
  font-weight: 400;
}
.collab__data-desc {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  line-height: 130%;
}
.collab__data-desc p {
  display: block;
  margin-top: 15px;
}
.collab__data-desc p:first-child {
  margin-top: 0;
}
.collab__data-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-top: auto;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
}
.collab__data-but::after {
  content: "";
  width: 92px;
  height: 10px;
  background: url(../img/icon-collab2.svg) center/contain no-repeat;
  margin: auto 0 auto 10px;
}
.collab__data-but span:nth-child(2) {
  display: none;
}
.collab__box {
  float: left;
  width: 66.6666%;
}
.collab__column {
  float: left;
  width: 50%;
  height: 700px;
  position: relative;
  z-index: 2;
  border-left: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collab__item {
  width: 100%;
  height: 100%;
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--white);
}
.collab__item:first-child {
  border-top: 0;
}

.collab__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.collab__item-image img, .collab__item-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.collab__item-image::before, .collab__item-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.collab__item-image::before {
  background: -o-linear-gradient(244.73deg, rgba(0, 0, 0, 0) 42.7%, rgba(0, 0, 0, 0.7) 96.82%);
  background: linear-gradient(205.27deg, rgba(0, 0, 0, 0) 42.7%, rgba(0, 0, 0, 0.7) 96.82%);
}
.collab__item-image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(34.59%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 34.59%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 34.59%);
}
.collab__item-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 2;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.collab__item-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 60px;
}
.collab__item-block {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collab__item-title {
  display: block;
  width: 60%;
  font-family: "Neutral Face", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  position: relative;
}
.collab__item-title::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  top: calc(100% + 10px);
  left: 0;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.collab__item-data {
  width: 100%;
  margin-top: auto;
  padding-top: 30px;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.collab__item-desc {
  display: block;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}
.collab__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: var(--white);
}
.collab__item-but::after {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  margin: auto 2px auto auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery {
  margin-top: 75px;
  overflow: hidden;
}
.gallery__title {
  width: 100%;
  position: relative;
}
.gallery__title-desc {
  position: absolute;
  width: 300px;
  top: 20px;
  left: 56%;
  font-size: 18px;
  line-height: 140%;
}
.gallery__title-name {
  display: block;
  font-size: clamp(32px, 7.65vw, 112px);
  line-height: 120%;
  letter-spacing: 0.01em;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
}
.gallery__title-name_base {
  display: block;
}
.gallery__title-name_base br {
  display: none;
}
.gallery__title-name_base span {
  display: block;
  text-align: right;
}
.gallery__title-name_year {
  position: absolute;
  right: 0;
  top: 0;
}
.gallery__title-dop {
  position: absolute;
  width: 200px;
  bottom: 15px;
  left: 0;
  font-size: 18px;
  line-height: 140%;
}
.gallery__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 30px -5px 0;
  position: relative;
}
.gallery__block::before {
  content: "";
  position: absolute;
  top: 310px;
  left: calc(50% - 115px);
  width: 230px;
  height: 230px;
  background: url(../img/gallery-bg.svg) center/contain no-repeat;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.gallery__item {
  float: left;
  width: calc(16.6666% - 10px);
  margin: 10px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.gallery__item.large {
  width: calc(33.3333% - 10px);
}
.gallery__item:has(.gallery__item-box:nth-child(2)) .gallery__item-image {
  height: 156px;
}
.gallery__item-box {
  display: block;
  margin-top: 10px;
  background: #F9F0E7;
}

.gallery__item-image {
  display: block;
  height: 350px;
}
.gallery__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item-name {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 140%;
  padding-right: 30px;
  position: relative;
  opacity: 0.4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery__item-name::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  top: 0;
  right: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.gallery__all {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery__all {
  display: none;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.quest {
  width: 100%;
  background: var(--black);
  margin-top: 90px;
  height: 1032px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
}
.quest__image {
  position: absolute;
  width: 1110px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quest__image img, .quest__image video {
  display: block;
  width: 100%;
  height: auto;
}
.quest__block {
  width: 100%;
  max-width: 1050px;
  background: #f9f0e7;
  padding: 45px 70px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.quest__title {
  display: block;
  position: relative;
}
.quest__title-name {
  display: block;
  font-weight: 400;
  font-size: clamp(32px, 7.65vw, 112px);
  line-height: 110%;
  letter-spacing: 0.01em;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
}
.quest__title-name span {
  display: block;
  text-align: right;
}
.quest__title-desc {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 365px;
  font-size: 14px;
  line-height: 140%;
}
.quest__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.quest__soc {
  float: left;
}
.quest__soc li {
  float: left;
  margin-right: 60px;
}
.quest__soc li:last-child {
  margin: 0;
}
.quest__soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 110%;
  font-size: 48px;
  color: var(--black);
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.quest__soc li a::after {
  content: "";
  float: right;
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  margin: 9px 0 auto 12px;
}

.quest__dop {
  width: 280px;
  margin: auto 0 0 auto;
  font-size: 13px;
  line-height: 130%;
}

.footer {
  width: 100%;
  background: var(--black);
  border-top: 1px solid var(--white);
  padding: 45px 0 20px;
  color: var(--white);
}
.footer__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  float: left;
  width: 31%;
  height: 66px;
}
.footer__logo img {
  display: block;
  width: auto;
  height: 100%;
}
.footer__title {
  float: right;
  margin: auto 0;
  font-size: 74px;
  font-weight: 400;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
}
.footer__title br {
  display: none;
}
.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
}
.footer__nav-title {
  float: left;
  width: 31%;
  font-size: 16px;
  line-height: 130%;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
}
.footer__nav-column {
  width: 23%;
}
.footer__nav-item {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  color: var(--white);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.footer__nav-item:first-child {
  margin-top: 0;
}
.footer__end {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__end-author {
  float: left;
  width: auto;
  height: 18px;
  margin-right: auto;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.footer__end-author img {
  display: block;
  width: auto;
  height: 100%;
}
.footer__end-item {
  width: 23%;
  font-size: 13px;
}
.footer__end-item a {
  display: block;
  color: var(--white);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}


.open-modal, .open-image, .open-video, .open-folio {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.modal.hide.load {
    opacity: 1;
    visibility: visible;
}
.modal.hide.load .modal__bg {
    background: rgba(0, 0, 0, .7) url(../img/load.svg) center/70px no-repeat;
}
.modal.load:has(.image) .modal__bg {
  background: rgba(0, 0, 0, .7) url(../img/load.svg) center/70px no-repeat;
}
.modal:has(.image) .modal__cot.image {
  transition: opacity .5s;
}
.modal.load:has(.image) .modal__cot.image {
  opacity: 0;
}
.modal.load .modal__arrow,
.modal.load .modal__dots li {
    pointer-events: none;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal__video {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1200px;
  position: relative;
}
.modal__video::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal:has(.modal__cot.image) .modal__close {
  right: 20px;
  top: 20px;
}
.modal__image-name {
  position: absolute;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.modal__cot.image {

}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(98vw - 40px);
  max-height: 98vh;
  margin: auto;
}
.modal__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  background: var(--white);
  font-size: 0;
  display: flex;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.modal__arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal__arrow.prev {
  right: 70px;
}
.modal__arrow.prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.modal__arrow.next {
  right: 20px;
}
.modal__dots {
  position: absolute;
  width: auto;
  bottom: 20px;
  left: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.modal__dots li {
  float: left;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 8px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.modal__dots li:first-child {
  margin-left: 0;
}
.modal__dots li.active {
  background: var(--white);
}
.modal__dots li button {
  display: none;
}

.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: auto;
  cursor: pointer;
  top: 0;
  right: -40px;
  z-index: 2;
  padding-top: 3px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/icon-close-white.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  margin-top: 10px;
  background: url(../img/icon-close-text-white.svg) center/contain no-repeat;
}
.modal__block {
  width: 905px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  background: #F9F0E7;
  position: relative;
}
.modal__block-scroll {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__block-scroll::-webkit-scrollbar {
  width: 8px;
}
.modal__block-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.modal__block-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
}

.modal__download-block {
  padding: 30px;
}
.modal__download-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__download-title_name {
  float: left;
  width: 55%;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 120%;
}
.modal__download-title_desc {
  float: right;
  margin-left: auto;
  width: 36%;
  font-size: 16px;
  line-height: 140%;
}
.modal__download-list {
  width: 100%;
  margin-top: 50px;
}
.modal__download-list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}

.modal__download-list_num {
  float: left;
  width: 54px;
  margin: auto 0;
  font-weight: 500;
  font-size: 12px;
}
.modal__download-list_name {
  float: left;
  margin: auto 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
.modal__download-list_but {
  float: right;
  margin: auto 0 auto auto;
}
.modal__download-list_but li {
  float: left;
  margin-right: 30px;
}
.modal__download-list_but li:last-child {
  margin: 0;
}
.modal__download-list_but li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-size: 14px;
  line-height: 120%;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal__download-list_but li a img {
  display: block;
  width: auto;
  height: 12px;
  margin: auto 0 auto 10px;
}
.modal__catalog .modal__block-scroll {
  width: calc(100% + 8px);
  margin-right: -8px;
}
.modal__catalog-cap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 585px;
  z-index: 1;
  pointer-events: none;
}
.modal__catalog-cap_but {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  pointer-events: auto;
}
.modal__catalog-cap_but li {
  float: left;
  margin-right: 10px;
}
.modal__catalog-cap_but li:last-child {
  margin: 0;
}
.modal__catalog-cap_but li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: var(--white);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.modal__catalog-cap_but li a img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 14px;
  max-height: 14px;
}
.modal__catalog-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal__catalog-slider .slick-list {
  width: 100%;
  height: 100%;
  float: left;
}
.modal__catalog-slider .slick-track {
  float: left;
  width: 100%;
  height: 100%;
}
.modal__catalog-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  background: var(--white);
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  pointer-events: auto;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.modal__catalog-slider .slick-arrow::after {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal__catalog-slider .slick-arrow.slick-disabled {
  pointer-events: none;
}
.modal__catalog-slider .slick-arrow.slick-disabled::after {
  opacity: 0.5;
}
.modal__catalog-slider .slick-prev {
  right: 70px;
}
.modal__catalog-slider .slick-prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.modal__catalog-slider .slick-next {
  right: 20px;
}
.modal__catalog-slider_item {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
.modal__catalog-slider_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.56;
}
.modal__catalog-slider_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__catalog-slider_item p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 2;
  color: var(--white);
  font-size: 14px;
  line-height: 120%;
}
.modal__catalog-base {
  width: 100%;
  padding: 30px;
  margin-top: 585px;
  background: #F9F0E7;
  position: relative;
  z-index: 2;
}
.modal__catalog-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__catalog-title_name {
  float: left;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 120%;
}
.modal__catalog-title_num {
  float: right;
  margin-left: auto;
  font-family: "Neutral Face", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 120%;
}
.modal__catalog-info {
  width: 100%;
  margin-top: 15px;
}
.modal__catalog-info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 120%;
  font-size: 16px;
}
.modal__catalog-info_name span {
  padding-left: 15px;
  opacity: 0.4;
}
.modal__catalog-info_desc {
  display: block;
  margin-top: 15px;
  padding-left: 20px;
  border-left: 1px solid var(--accent);
  font-size: 20px;
  line-height: 130%;
}
.modal__catalog-content {
  display: block;
  margin-top: 35px;
}
.modal__catalog-content_text {
  display: block;
}
.modal__catalog-content_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.modal__catalog-but {
  width: 100%;
  margin-top: 35px;
  position: relative;
}
.modal__catalog-but_list {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--black);
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal__catalog-but_list.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal__catalog-but_list::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: calc(50% - 6px);
  bottom: -6px;
  background: var(--black);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__catalog-but_list--item {
  float: left;
  min-width: 140px;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.modal__catalog-but_list--item:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.modal__catalog-but_list--name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--accent);
}
.modal__catalog-but_list--desc {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  color: var(--white);
}
.modal__catalog-but_list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 16px;
  color: var(--white);
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal__catalog-but_list--link::after {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__catalog-but_link {
  width: 100%;
  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;
  height: 40px;
  background: var(--black);
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.modal__catalog-but_link::after {
  content: "";
  float: right;
  width: 15px;
  height: 15px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-love1.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.modal__catalog-inter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal__catalog-inter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Neutral Face", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal__catalog-inter_item:first-child::before {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px 10px auto 0;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.modal__catalog-inter_item:last-child::after {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px 0 auto 10px;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
}

.text.white {
  color: var(--white);
}
.text.white a {
  color: var(--white);
}
.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 20px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 20px;
  line-height: 120%;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 20px;
}
.text h6 {
  font-size: 16px;
}
.text iframe {
  border-radius: 10px;
  margin-top: 10px;
}
.text a {
  color: var(--black);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 700;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 10px;
  border-radius: 6px;
}
.text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 10px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 8px;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background: var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 10px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
  .row {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .btn:hover {
  opacity: 0.6;
}
.all:hover::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__partner-item[href]:hover {
  opacity: 0.6;
}
.header__nav ul li a:hover {
  opacity: 0.6;
}
.header__nav ul li:hover::before {
  opacity: 1;
}
.header__nav ul:not(:hover) li:first-child::before {
  opacity: 1;
}
.catalog__item:hover .catalog__item-num {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.catalog__item:hover .catalog__item-num span {
  opacity: 0;
}
.catalog__item:hover .catalog__item-num::before {
  opacity: 1;
}
.catalog__item:hover .catalog__item-desc {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.catalog__item:hover .catalog__item-name {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.collab__info-list_item:hover {
  border-color: var(--black);
}
.collab__info-list_item:hover .collab__info-list_but {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}
.collab__item:hover .collab__item-image {
  opacity: 1;
}
.collab__item:hover .collab__item-image img, .collab__item:hover .collab__item-image video {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.collab__item:hover .collab__item-logo {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.collab__item:hover .collab__item-title::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collab__item:hover .collab__item-data {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.gallery__item-box:hover .gallery__item-name {
  opacity: 1;
}
.gallery__item-box:hover .gallery__item-name::before {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.footer__nav-item:hover {
  opacity: 0.6;
}
.quest__soc li a:hover {
  opacity: 0.6;
}
.footer__end-item a:hover {
  opacity: 0.6;
}
.footer__end-author:hover {
  opacity: 0.6;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:hover::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal__block-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}
.modal__download-list_item:hover {
  padding: 14px 5px;
}
.modal__download-list_item:hover .modal__download-list_but li a {
  opacity: 1;
}
.modal__catalog-cap_but li a:hover {
  background: #F9F0E7;
}
.modal__catalog-slider .slick-arrow:hover {
  background: #F9F0E7;
}
.modal__catalog-but_list--item:hover .modal__catalog-but_list--link {
  opacity: 1;
}
.modal__catalog-but_list--item:hover .modal__catalog-but_list--link::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal__catalog-but_link:hover {
  background: var(--accent);
}
.modal__catalog-but_link:hover::after {
  background-image: url(../img/icon-love2.svg);
}
.modal__catalog-inter_item:hover {
  opacity: 0.6;
}

}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 15px;
  }

  .header {
    border-bottom: 0;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    padding-top: 25px;
  }
  .header.open {
    background: var(--black);
  }
  .header.open .header__humb i {
    background: rgba(0, 0, 0, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
    background: var(--white);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
    background: var(--white);
    width: 100%;
    -webkit-transition: width 0.25s, -webkit-transform 0.5s;
    transition: width 0.25s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s, -webkit-transform 0.5s;
  }
  .header.open .header__logo img {
    opacity: 0;
  }
  .header.open .header__logo::before {
    opacity: 1;
  }
  .header.open .header__nav ul li {
    margin-bottom: 0;
  }
  .header__logo {
    display: block;
    width: auto;
    margin: 0;
  }
  .header__logo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../img/logo-white.svg) center/contain no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__logo img {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__nav {
    display: none;
    width: 100%;
    height: calc(100vh - 58px);
    padding-bottom: 20px;
  }
  .header__nav ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__nav ul li {
    margin-right: 0;
    margin-bottom: -35px;
    -webkit-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s;
  }
  .header__nav ul li.active::before {
    display: none;
  }
  .header__nav ul li a {
    height: auto;
    padding-top: 35px;
    font-size: 44px;
    font-family: "Neutral Face", sans-serif;
    text-transform: uppercase;
    position: relative;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header__nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
    top: 34px;
    right: -1px;
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: auto 0 auto auto;
    width: 45px;
    height: 33px;
    border-radius: 6px;
    z-index: 22;
  }
  .header__humb i {
    float: left;
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    margin: auto;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__humb i::before, .header__humb i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    left: 0;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-transition: width 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, background 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.5s, background 0.5s;
    transition: transform 0.5s, width 0.5s, background 0.5s;
    transition: transform 0.5s, width 0.5s, background 0.5s, -webkit-transform 0.5s;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
    width: 14px;
  }
  .header__partner {
    display: none;
  }

  .teaser__block {
    padding: 205px 0 45px;
  }
  .teaser__title {
    font-size: 40px;
    line-height: 125%;
  }
  .teaser__title br {
    display: block;
  }
  .teaser__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    position: relative;
  }
  .teaser__info-item {
    font-size: 14px;
    line-height: 120%;
  }
  .teaser__info-item:nth-child(1) {
    position: absolute;
    left: 52%;
    bottom: calc(100% + 85px);
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .teaser__info-item:nth-child(2) {
    width: 48%;
    margin-left: 52%;
    font-size: 16px;
    line-height: 130%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .teaser__info-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 15px 0 0;
    text-align: center;
  }
  .teaser__info-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 190px;
  }
  .teaser__image {
    width: 830px;
    bottom: auto;
    top: calc(50% - 65px);
    left: calc(50% - 770px);
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 0;
  }
  .teaser__image img, .teaser__image video {
    display: block;
    width: 100%;
    height: auto;
  }

  .goal {
    padding: 55px 0 70px;
  }
  .goal__about {
    display: none;
  }
  .goal__mob {
    display: block;
    font-size: 24px;
    line-height: 120%;
  }
  .goal__mob p {
    display: block;
    margin-top: 20px;
  }
  .goal__mob p:first-child {
    margin-top: 0;
  }
  .goal__mob small {
    display: block;
    font-size: 16px;
    line-height: 130%;
  }
  .goal__info {
    margin-top: 0;
  }
  .goal__info-image {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .goal__info-image img, .goal__info-image video {
    width: 100%;
    width: 420px;
    height: 165px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .goal__info-desc {
    width: 100%;
    font-size: 14px;
    margin-left: 0;
  }
  .goal__title {
    margin-top: 40px;
  }
  .goal__title-name {
    font-size: 42px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .goal__title-name::after {
    width: 10px;
    height: 8px;
    margin: 5px 0 auto 5px;
  }
  .goal__title-desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 90px;
    width: 100%;
    margin-top: 35px;
  }
  .goal__title-dop {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 90px;
    width: 100%;
    margin: 30px 0 0;
    font-size: 24px;
  }
  .goal__title-dop br {
    display: none;
  }

  .catalog {
    margin-top: 50px;
  }
  .catalog__title-name {
    font-size: 42px;
  }
  .catalog__title-name:nth-child(2) {
    margin: 5px 0 0;
  }
  .catalog__title-desc {
    padding-left: 90px;
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .catalog__title-desc br {
    display: none;
  }
  .catalog__block {
    margin: -5px -25px 0;
  }
  .catalog__item {
    width: calc(50% - 50px);
  }
  .catalog__item:nth-child(n+5) {
    display: none;
  }
  .catalog__item-image {
    width: calc(100% + 30px);
    margin: 10px -15px 0;
    height: 250px;
  }
  .catalog__item-block {
    font-size: 12px;
  }
  .catalog__item-desc {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .catalog__item-name {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .catalog__all {
    display: block;
    margin-top: 50px;
  }

  .collab {
    margin-top: 60px;
    position: relative;
    padding-top: 40px;
  }
  .collab::before {
    content: "";
    position: absolute;
    width: calc(100vw - 15px);
    height: 2px;
    left: 15px;
    top: 0;
    background: var(--black);
  }
  .collab__title {
    font-size: 40px;
    line-height: 130%;
  }
  .collab__title span {
    display: none;
  }
  .collab__title div {
    display: contents;
  }
  .collab__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .collab__info-desc {
    font-size: 14px;
  }
  .collab__info-desc br {
    display: none;
  }
  .collab__info-list {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .collab__block {
    margin-top: 50px;
    padding: 25px 15px 80px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    background: var(--black);
  }
  .collab__block::before {
    display: none;
  }
  .collab__data {
    width: 100%;
    padding: 0;
    position: unset;
  }
  .collab__data-desc {
    margin-top: 30px;
    font-size: 14px;
  }
  .collab__data-desc p {
    margin-top: 10px;
  }
  .collab__data-but {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 30px;
    left: 15px;
  }
  .collab__data-but::after {
    margin: auto 0 auto auto;
  }
  .collab__data-but span:nth-child(1) {
    display: none;
  }
  .collab__data-but span:nth-child(2) {
    display: block;
  }
  .collab__box {
    margin: 85px -15px 0;
    width: calc(100% + 30px);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .collab__column {
    width: auto;
    height: auto;
    border-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .collab__item {
    width: 100%;
    min-width: 314px;
    margin-right: 15px;
    height: 485px;
    border-top: 0;
  }
  .collab__item-image {
    opacity: 1;
  }
  .collab__item-logo {
    top: 20px;
    right: 20px;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .collab__item-logo img {
    max-width: 250px;
    max-height: 45px;
  }
  .collab__item-block {
    padding: 20px 10px;
  }
  .collab__item-title {
    width: 50%;
    font-size: 16px;
  }
  .collab__item-title::before {
    display: none;
  }
  .collab__item-data {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .collab__item-desc {
    font-size: 13px;
  }

  .gallery {
    margin-top: 40px;
  }
  .gallery__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery__title-desc {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .gallery__title-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 40px;
    position: relative;
    margin-top: 25px;
  }
  .gallery__title-name_base br {
    display: block;
  }
  .gallery__title-name_base span {
    display: contents;
    text-align: left;
  }
  .gallery__title-dop {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 180px;
    bottom: auto;
    left: auto;
    font-size: 16px;
  }
  .gallery__block {
    width: calc(100% + 6px);
    margin: 30px -3px 0;
  }
  .gallery__block::before {
    display: none;
  }
  .gallery__item {
    width: calc(50% - 6px);
    margin: 0 3px;
  }
  .gallery__item.large {
    width: calc(100% - 10px);
  }
  .gallery__item:nth-child(n+7) {
    display: none;
  }
  .gallery__item:has(.gallery__item-box:nth-child(2)) .gallery__item-image {
    height: 127px;
  }
  .gallery__item-box {
    margin-top: 6px;
  }
  .gallery__item-image {
    height: 260px;
  }
  .gallery__item-name {
    display: none;
  }
  .gallery__all {
    display: flex;
  }

  .quest {
    margin-top: 70px;
    height: auto;
    padding: 30px 15px 115px;
  }
  .quest__image {
    width: 855px;
    top: 78%;
    left: 77%;
  }
  .quest__block {
    background: transparent;
    padding: 0;
    color: var(--white);
  }
  .quest__title-name {
    font-size: 40px;
  }
  .quest__title-name span {
    text-align: left;
  }
  .quest__title-desc {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    width: 100%;
  }
  .quest__info {
    margin-top: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quest__soc {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .quest__soc li {
    margin-right: 0;
  }
  .quest__soc li a {
    font-size: 40px;
    color: var(--white);
  }
  .quest__soc li a::after {
    width: 10px;
    height: 10px;
    margin: 5px 0 auto 10px;
    background-image: url(../img/icon-arrow2-white.svg);
  }
  .quest__dop {
    width: 190px;
    margin: 30px 0 0 115px;
    font-size: 12px;
  }

  .footer {
    padding: 40px 0 20px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    width: 100%;
    height: 30px;
  }
  .footer__title {
    width: 100%;
    margin: 20px 0 0;
    font-size: 40px;
  }
  .footer__title br {
    display: block;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    padding-left: 90px;
  }
  .footer__nav-title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 35px;
  }
  .footer__nav-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
  .footer__nav-column:last-child {
    margin: 0;
  }
  .footer__end {
    width: 100%;
    padding-top: 15px;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__end-author {
    width: 90px;
    margin-right: 0;
  }
  .footer__end-item {
    width: calc(100% - 90px);
    display: none;
  }
  .footer__end-item:last-child {
    display: block;
  }

  .modal__close {
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    top: 20px;
    right: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__close::before {
    margin: auto;
  }
  .modal__close::after {
    display: none;
  }
  .modal__block {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal__block-scroll {
    max-height: none;
    overflow: hidden;
  }
  .modal__download-block {
    padding: 20px;
  }
  .modal__download-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__download-title_name {
    width: calc(100% - 70px);
    font-size: 24px;
  }
  .modal__download-title_desc {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
  }
  .modal__download-list {
    margin-top: 30px;
  }
  .modal__download-list_item {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .modal__download-list_name {
    width: calc(100% - 54px);
    font-size: 18px;
  }
  .modal__download-list_but {
    width: 100%;
    padding-left: 54px;
    margin: 12px 0 0;
  }
  .modal__download-list_but li {
    margin-right: 20px;
  }
  .modal__download-list_but li a {
    opacity: 1;
  }
  .modal__catalog .modal__block-scroll {
    width: 100%;
    margin-right: 0;
  }
  .modal__catalog-cap {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding-bottom: 60px;
    pointer-events: auto;
  }
  .modal__catalog-cap_but {
    left: 10px;
    bottom: 10px;
  }
  .modal__catalog-cap_but li a {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .modal__catalog-slider {
    height: 250px;
  }
  .modal__catalog-slider .slick-arrow {
    bottom: 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .modal__catalog-slider .slick-prev {
    right: 60px;
  }
  .modal__catalog-slider .slick-next {
    right: 10px;
  }
  .modal__catalog-slider_item p {
    bottom: 10px;
    font-size: 13px;
  }
  .modal__catalog-base {
    padding: 35px 10px 10px;
    margin-top: 0;
  }
  .modal__catalog-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__catalog-title_name {
    font-size: 28px;
  }
  .modal__catalog-title_num {
    margin-bottom: auto;
    font-size: 14px;
  }
  .modal__catalog-info_name {
    font-size: 14px;
  }
  .modal__catalog-info_desc {
    padding-left: 10px;
    font-size: 20px;
  }
  .modal__catalog-but_list {
    padding: 15px;
  }
  .modal__catalog-but_list::before {
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
    bottom: -5px;
  }
  .modal__catalog-but_list--item {
    min-width: 100px;
    margin-right: 20px;
    padding-right: 20px;
  }
  .modal__catalog-but_list--name {
    font-size: 14px;
    white-space: nowrap;
  }
  .modal__catalog-but_list--desc {
    font-size: 14px;
    white-space: nowrap;
  }
  .modal__catalog-but_list--link {
    margin-top: 15px;
    font-size: 14px;
    opacity: 1;
  }
  .modal__catalog-inter {
    margin-top: 40px;
  }
  .modal__catalog-inter_item {
    font-size: 16px;
  }
  .modal__catalog-inter_item:first-child::before {
    width: 8px;
    height: 8px;
    margin: 2px 10px auto 0;
  }
  .modal__catalog-inter_item:last-child::after {
    width: 8px;
    height: 8px;
    margin: 2px 0 auto 10px;
  }

  .text h1 {
    font-size: 36px;
  }
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text h6 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ul li::before {
    top: 7px;
  }
  .text ol li {
    font-size: 14px;
  }
  .modal__catalog-cap_but--size {
    display: none;
  }
  .modal__catalog .modal__close {
    top: 10px;
    right: 10px;
  }

}
@media screen and (max-width: 767px) {
  .catalog__item {
    width: calc(100% - 50px);
  }
}
#wpadminbar {
  display: none;
}
.page {
  display: block;
  padding: 50px 0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}