@font-face {
  font-family: "Clear Sans";
  src: url("./../files/ClearSans-Bold.woff2") format("woff2"), url("./../files/ClearSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("./../files/ClearSans-Regular.woff2") format("woff2"), url("./../files/ClearSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gabarito;
  src: url("./../files/Gabarito-ExtraBold.woff") format("woff"), url("./../files/Gabarito-ExtraBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./../files/CormorantGaramond-BoldItalic.woff") format("woff"), url("./../files/CormorantGaramond-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
:root {
  --dark: #232425;
  --light: #f6f5f8;
  --orange: #c06802;
  --yellow: #ffba6a;
  --color-black-text-icon-primary: #f6f5f8;
  --p: max(32px, calc(50vw - 760rem));
  font-size: 0.0520833333vw;
}
@media screen and (max-width: 1600px) {
  :root {
    font-size: 0.0572916667vw;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --p: 32px;
    font-size: 0.0625vw;
  }
}
@media screen and (max-width: 1180px) {
  :root {
    font-size: 0.0677083333vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 1px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --p: 20px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --p: 16px;
  }
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  display: inline-block;
  background-color: transparent; /* 1 */
  text-decoration: none;
  -webkit-text-decoration-skip: objects; /* 2 */
}

span {
  display: inline-block;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  background: initial;
  border: 0;
  border-radius: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

p {
  margin: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.auto-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(80px, 4.2vw);
  padding: min(150px, 8vw) 0;
}
@media screen and (max-width: 1024px) {
  .auto-slider {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider {
    gap: 32px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .auto-slider {
    padding-bottom: 80px;
  }
}
.auto-slider.tight {
  gap: min(64px, 3.4vw);
}
@media screen and (max-width: 600px) {
  .auto-slider.tight {
    gap: 12px;
  }
}
.auto-slider.tight .swiper-slide {
  width: min(800px, 42vw);
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .swiper-slide {
    width: 78vw;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .swiper-slide img {
    height: 68vw;
  }
}
.auto-slider.tight .auto-slider__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0 var(--p);
}
@media screen and (max-width: 1024px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .auto-slider.tight .auto-slider__title {
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.42px;
  }
}
.auto-slider .auto-slider__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 4vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .auto-slider .auto-slider__title {
    text-align: left;
    width: 100%;
    font-size: 28px;
    letter-spacing: 0.42px;
    padding: 0 var(--p);
  }
}
.auto-slider .auto-slider__wrap {
  width: 100%;
  overflow: hidden;
}
.auto-slider .swiper-slide {
  width: min(1000px, 53vw);
}
@media screen and (max-width: 600px) {
  .auto-slider .swiper-slide {
    width: 78vw;
  }
}
.auto-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 36vw;
  min-height: 196px;
}
@media screen and (max-width: 600px) {
  .auto-slider .swiper-slide img {
    height: 55vw;
  }
}
.auto-slider .swiper-slide .auto-slider__text {
  margin-top: 12px;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

html {
  font-family: "Clear Sans";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.moz {
  scrollbar-width: none;
}
.moz body,
.moz .vbox-container {
  scrollbar-width: none;
}

#canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #canvas {
    display: none;
  }
}

body {
  min-height: 100vh;
  overflow-x: clip;
  display: flex;
  font-family: "Clear Sans";
  flex-direction: column;
  align-items: stretch;
  background: var(--dark);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: transparent;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}

.main {
  flex-grow: 1;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
}

.container {
  padding-left: var(--p);
  padding-right: var(--p);
}

.moz .table-wrap,
.moz .events-p__control_inner,
.moz .calendar-wrap__years {
  scrollbar-width: thin;
  scrollbar-color: #c06802 #383838;
}

a,
button,
input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.swiper-notification {
  position: absolute;
}

.btn {
  display: flex;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
  padding: 14rem 32rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  border-radius: 1000px;
  border: 1px solid var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1rem;
  text-transform: uppercase;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 14px 32px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 8px 20px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
.btn.sm {
  font-size: 18rem;
  padding: 8rem 20rem 10rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1366px) {
  .btn.sm {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn.sm {
    font-size: 18px;
  }
}
.btn path {
  transition: 0.3s;
}
@media screen and (hover: hover) {
  .btn:hover {
    color: #ffba6a;
    border-color: #ffba6a;
  }
  .btn:hover .icon {
    stroke: #ffba6a;
  }
}
.btn .icon {
  display: block;
  width: 16rem;
  height: 16rem;
  object-fit: contain;
  object-position: center;
  stroke: var(--color-black-text-icon-primary, #f6f5f8);
}
.btn.orange {
  color: #c06802;
  border-color: #c06802;
}
.btn.orange .icon {
  stroke: #c06802;
}
@media screen and (hover: hover) {
  .btn.orange:hover {
    color: #ffba6a;
    border-color: #ffba6a;
  }
  .btn.orange:hover .icon {
    stroke: #ffba6a;
  }
  .btn.orange:hover path {
    stroke: var(--yellow);
  }
}
.btn.fill {
  background: var(--orange);
  color: var(--light);
  border: unset;
  transition: background 0.3s;
}
@media screen and (hover: hover) {
  .btn.fill:hover {
    color: var(--light);
    background-color: var(--yellow);
  }
}
.btn.fill-white {
  background: var(--light);
  color: var(--dark);
  border: unset;
  transition: background 0.3s, color 0.3s;
}
@media screen and (hover: hover) {
  .btn.fill-white:hover {
    color: var(--yellow);
    background-color: var(--light);
  }
}

.btn-text {
  padding: 14px 0;
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 600px) {
  .btn-text {
    font-size: 18px;
    padding: 8px 0 10px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
@media screen and (hover: hover) {
  .btn-text:hover {
    color: #ffba6a;
  }
}
.btn-text.white {
  color: var(--light);
}
@media screen and (hover: hover) {
  .btn-text.white:hover {
    color: #ffba6a;
  }
}

.link {
  color: var(--light);
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .link:hover {
    color: var(--yellow);
  }
}

.open-burger .header.colored {
  border-color: transparent;
  background: transparent;
  border-bottom: 1px solid var(--color-black-stroke-line-secondary, #383838);
}
@media screen and (max-width: 1600px) {
  .open-burger .header.colored {
    background: var(--dark);
  }
}
.open-burger .header.hide {
  transform: translateY(0);
}
.open-burger .burger {
  transform: translateY(0);
}
.open-burger .burger .burger__links,
.open-burger .burger .burger__img {
  opacity: 1;
}
.open-burger .header__burger::after {
  content: attr(data-close);
}
@media screen and (hover: hover) {
  .open-burger .header__burger:hover line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }
}
.open-burger .header__burger svg line:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.open-burger .header__burger svg line:nth-child(2) {
  transform: translateY(0px) rotate(-45deg);
}

.burger {
  position: fixed;
  left: 0;
  top: 0;
  max-height: 100%;
  height: max-content;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s ease-in-out;
  background: var(--dark);
  transform: translateY(-100%);
  overflow: auto;
}
.burger.hovered .burger__main_img.active {
  opacity: 1;
}
.burger.hovered .burger__main_img.default {
  opacity: 0;
}
.burger .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .burger .btn {
    display: block;
  }
}
.burger .burger__inner {
  padding: 184rem var(--p) 56rem;
  min-height: max-content;
  display: grid;
  grid-gap: 52rem;
  grid-template-columns: 1fr 28.1%;
}
@media screen and (max-width: 1366px) {
  .burger .burger__inner {
    padding: 160rem var(--p) 56rem;
  }
}
@media screen and (max-width: 1024px) {
  .burger .burger__inner {
    padding: 160px var(--p) 56px;
    gap: 24px;
    grid-template-columns: 1fr 36%;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__inner {
    padding: 120px var(--p) 56px;
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .burger .burger__inner {
    height: var(--h, 100vh);
    max-height: var(--h, 100vh);
    overflow-y: auto;
    align-items: center;
    padding-top: 100px;
  }
  .burger .burger__inner::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #2b2c2e;
  }
  .burger .burger__inner::-webkit-scrollbar-thumb {
    background: #c06802;
    border-radius: 6px;
  }
  .burger .burger__inner::-webkit-scrollbar-corner {
    background: transparent;
  }
}
.burger .burger__img {
  transition: opacity 0.4s;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .burger .burger__img {
    display: none;
  }
}
.burger .burger__img img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
  aspect-ratio: 1/0.47;
}
.burger .burger__links_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .burger .burger__links_col {
    gap: min(24px, 2.6vw);
  }
}
@media screen and (max-width: 450px) {
  .burger .burger__links_col {
    gap: 24px;
    align-items: center;
  }
}
.burger .burger__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32rem 150rem;
  transition: opacity 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .burger .burger__links {
    grid-gap: 24px min(80px, 8vw);
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .burger .burger__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.burger .burger__links .burger__link {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .burger .burger__links .burger__link {
    font-size: min(24px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__links .burger__link {
    font-size: 18px;
  }
}
@media screen and (hover: hover) {
  .burger .burger__links .burger__link:hover {
    color: var(--yellow);
  }
}

.header {
  padding: 32rem var(--p);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 124rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  transition: background 0.3s, border 0.3s, transform 0.5s;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-family: "Clear Sans";
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1366px) {
  .header {
    font-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 12px var(--p);
    height: 75px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    background: #232425;
    border-color: #7b7c7c;
    gap: 32px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
    padding: 25px 16px;
    gap: unset;
    justify-content: space-between;
  }
}
.header.colored {
  background: rgba(35, 36, 37, 0.5);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
@media screen and (max-width: 600px) {
  .header.colored {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    background: #232425;
  }
}
.header.hide {
  transform: translateY(-110%);
}
@media screen and (max-width: 768px) {
  .header .btn {
    display: none;
  }
}
.header__search, .header__burger {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .header__search:hover, .header__burger:hover {
    color: #ffba6a;
  }
  .header__search:hover svg, .header__burger:hover svg {
    stroke: #ffba6a;
  }
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .header__logos {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header__logos {
    gap: 8px;
  }
}
.header .header__logo {
  width: 112rem;
  height: 50rem;
}
@media screen and (max-width: 1024px) {
  .header .header__logo {
    width: 80px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo {
    width: min(57px, 15.83vw);
    height: min(25px, 6.94vw);
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.header .header__logo2 {
  display: flex;
  align-items: center;
  gap: 16rem;
  color: var(--light);
  font-family: "Clear Sans";
  font-size: 32rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header .header__logo2 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo2 {
    font-size: min(18rem, 5vw);
    gap: min(8px, 2.22vw);
  }
}
.header .header__logo2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  width: 60rem;
  height: 60rem;
}
@media screen and (max-width: 1024px) {
  .header .header__logo2 img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo2 img {
    width: min(30px, 8.33vw);
    height: min(30px, 8.33vw);
  }
}
.header .header__logos_separator {
  width: 24rem;
  height: 24rem;
}
@media screen and (max-width: 1024px) {
  .header .header__logos_separator {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logos_separator {
    width: 12px;
    height: 12px;
  }
}
.header .header__logos_separator img,
.header .header__logos_separator svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  stroke: #b4b3b6;
  stroke-width: 1.5;
}
.header__burger {
  min-width: 370rem;
}
@media screen and (max-width: 1024px) {
  .header__burger {
    min-width: 132px;
  }
}
@media screen and (max-width: 600px) {
  .header__burger {
    min-width: 119px;
  }
}
@media screen and (max-width: 450px) {
  .header__burger {
    order: 3;
    min-width: unset;
  }
}
.header__burger::after {
  content: attr(data-default);
}
@media screen and (hover: hover) {
  .header__burger:hover line {
    stroke: #ffba6a;
  }
  .header__burger:hover line:nth-child(1) {
    transform: translate(-5px, -3px);
  }
}
.header__burger svg {
  display: block;
  object-fit: contain;
  width: 24px;
  height: 24px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .header__burger svg {
    width: 24px;
    height: 24px;
  }
}
.header__burger svg line {
  transition: stroke 0.3s, transform 0.3s;
  transform-origin: center;
}
.header__burger svg line:nth-child(1) {
  transform: translateY(-3px);
}
.header__burger svg line:nth-child(2) {
  transform: translateY(3px);
}

.footer {
  position: relative;
  z-index: 2;
  width: 100%;
}

.footer__bottom {
  width: 100%;
  position: absolute;
  padding: 0 var(--p) 50rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32rem;
  color: var(--light);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .footer__bottom {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    font-size: 16px;
    gap: min(24px, 2.4vw);
    padding-bottom: min(44px, 4.4vw);
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    gap: 24x;
    flex-direction: column;
    align-items: flex-start;
    color: var(--color-black-text-icon-primary, #f6f5f8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.footer__bottom a {
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .footer__bottom a:hover {
    color: var(--yellow);
  }
}

.intro {
  position: relative;
  width: 100%;
  height: min(860rem, 45vw);
}
@media screen and (max-width: 1024px) {
  .intro {
    height: 560px;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    height: 576px;
  }
}
.intro .intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro .intro__bg::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(180deg, #232425 0%, rgba(35, 36, 37, 0) 17.17%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro .intro__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.intro .intro__content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 50rem var(--p);
}
@media screen and (max-width: 600px) {
  .intro .intro__content {
    padding-bottom: 32px;
  }
}
.intro .intro__content_inner {
  display: flex;
  align-items: center;
  gap: 50rem;
}
.intro .intro__content_inner .icon {
  width: 100rem;
  height: 240rem;
  display: block;
  fill: rgb(246, 245, 248);
}
@media screen and (max-width: 600px) {
  .intro .intro__content_inner .icon {
    display: none;
  }
}
.intro .intro__title {
  color: var(--light);
  font-size: 117rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.34rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .intro .intro__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .intro .intro__title {
    font-size: 42px;
    letter-spacing: 0.84px;
  }
}
.intro .intro__title i {
  display: block;
  color: var(--light);
  font-family: "Cormorant Garamond";
  font-size: 128rem;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.56rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .intro .intro__title i {
    font-size: 66px;
  }
}
@media screen and (max-width: 600px) {
  .intro .intro__title i {
    font-size: 50px;
    letter-spacing: 1px;
  }
}

.about {
  padding-top: 100rem;
  padding-bottom: 150rem;
}
@media screen and (max-width: 1024px) {
  .about {
    padding-top: 80px;
    padding-bottom: min(120px, 12vw);
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 80px;
  }
}
.about .about__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .about .about__type {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__type {
    font-size: 20px;
  }
}
.about .about__title {
  margin-top: 40rem;
  color: var(--light);
  font-size: 50rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .about .about__title {
    margin-top: 32px;
    font-size: min(40px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__title {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.36px;
  }
}
.about .about__title i {
  font-family: "Cormorant Garamond";
  font-size: 53rem;
  font-style: italic;
  line-height: 130%;
  letter-spacing: 0.795rem;
}
@media screen and (max-width: 1024px) {
  .about .about__title i {
    font-size: min(42px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__title i {
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.39px;
  }
}
.about .about__imgs {
  margin-top: 100rem;
  display: grid;
  grid-gap: 80rem;
  grid-template-columns: 41.2% 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .about .about__imgs {
    margin-top: min(80px, 8vw);
    grid-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__imgs {
    margin-top: 40px;
    gap: 56px 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .about .about__imgs {
    flex-direction: column;
    display: flex;
  }
}
.about .about__img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24rem;
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .about .about__img {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__img {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .about .about__img {
    font-size: 20px;
    gap: 16px;
  }
}
.about .about__img:nth-child(3) {
  justify-content: flex-end;
}
.about .about__img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .about .about__img img {
    aspect-ratio: 1/1.3;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 600px) {
  .about .about__img img {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (max-width: 450px) {
  .about .about__img img {
    aspect-ratio: 1/0.915;
  }
}

.swiping-blocks {
  position: relative;
  width: 100%;
}
.swiping-blocks .swiping-block {
  position: sticky;
  top: 0;
  width: 100%;
  margin-top: calc(var(--h, 100vh) * -1);
}
.swiping-blocks .swiping-block:nth-child(1) {
  margin-top: 0;
}
.swiping-blocks .swiping-block__inner {
  width: 100%;
  height: var(--h, 100vh);
  position: relative;
}
.swiping-blocks .swiping-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiping-blocks .swiping-block__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.swiping-blocks .swiping-block__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.swiping-blocks .swiping-block__holder {
  display: block;
  height: var(--h, 100vh);
}
.swiping-blocks .swiping-block__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60rem;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: min(250rem, 28vh);
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .swiping-blocks .swiping-block__content {
    font-size: min(34px, 3.4vw);
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .swiping-blocks .swiping-block__content {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .swiping-blocks .swiping-block__content {
    justify-content: flex-start;
    padding: 80px var(--p);
  }
}
.swiping-blocks .swiping-block__content p {
  max-width: 1150rem;
}
.swiping-blocks .swiping-block__content i {
  font-family: "Cormorant Garamond";
  font-size: 43rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.645rem;
}
@media screen and (max-width: 1024px) {
  .swiping-blocks .swiping-block__content i {
    font-size: min(37px, 3.7vw);
  }
}
@media screen and (max-width: 768px) {
  .swiping-blocks .swiping-block__content i {
    font-size: 22px;
  }
}

.mission {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--h, 100vh) * -1);
  padding-top: 150rem;
  padding-bottom: 150rem;
  display: flex;
  align-items: center;
  gap: 150rem;
}
@media screen and (max-width: 1024px) {
  .mission {
    gap: min(40px, 4vw);
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mission {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
}
.mission__img {
  width: 490rem;
  min-width: 490rem;
  height: 480rem;
}
@media screen and (max-width: 1024px) {
  .mission__img {
    width: 30vw;
    min-width: 30vw;
    height: 28vw;
  }
}
@media screen and (max-width: 600px) {
  .mission__img {
    display: none;
  }
}
.mission__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.mission .mission__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40rem;
}
@media screen and (max-width: 1024px) {
  .mission .mission__content {
    gap: min(24px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__content {
    gap: 32px;
  }
}
.mission .mission__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .mission .mission__type {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__type {
    font-size: 20px;
  }
}
.mission .mission__title {
  color: var(--light);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .mission .mission__title {
    font-size: min(24px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.mission .mission__text {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24rem;
}
@media screen and (max-width: 768px) {
  .mission .mission__text {
    gap: 24px;
  }
}
.mission .mission__text li {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .mission .mission__text li {
    font-size: min(18px, 2.2vw);
  }
}
@media screen and (max-width: 768px) {
  .mission .mission__text li {
    font-size: 18px;
  }
}

.separator {
  width: 100%;
  height: 650rem;
}
@media screen and (max-width: 1024px) {
  .separator {
    height: min(500px, 50vw);
  }
}
@media screen and (max-width: 768px) {
  .separator {
    min-height: 300px;
  }
}
.separator.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .separator.mobile {
    display: block;
  }
}
.separator img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.description {
  padding-top: 100rem;
  padding-bottom: 150rem;
}
@media screen and (max-width: 1024px) {
  .description {
    padding-top: 80px;
    padding-bottom: min(120px, 12vw);
  }
}
@media screen and (max-width: 768px) {
  .description {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.description .description__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .description__type {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__type {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.description .description__title {
  max-width: 1300rem;
  margin-top: 40rem;
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .description__title {
    margin-top: min(32px, 3.2vw);
    font-size: min(34px, 3.4vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__title {
    margin-top: 32px;
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.description .description__title i {
  font-family: "Cormorant Garamond";
  font-size: 43rem;
  font-style: italic;
  line-height: 120%;
  letter-spacing: 0.645rem;
}
@media screen and (max-width: 1024px) {
  .description .description__title i {
    font-size: min(36px, 3.6vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__title i {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.36px;
  }
}
.description .description__contest {
  margin-top: 100rem;
  margin-bottom: 100rem;
}
@media screen and (max-width: 1024px) {
  .description .description__contest {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .description .description__contest {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.description .description__contest_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24rem;
  flex-wrap: wrap;
  margin-bottom: 32rem;
}
@media screen and (max-width: 768px) {
  .description .description__contest_top {
    margin-bottom: 48px;
  }
}
.description .description__contest_cols {
  display: grid;
  grid-gap: 80rem;
  grid-template-columns: 1fr 1fr 41.2%;
}
@media screen and (max-width: 1024px) {
  .description .description__contest_cols {
    grid-gap: min(40px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_cols {
    display: flex;
    gap: 56px 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .description .description__contest_cols {
    display: flex;
    flex-direction: column;
  }
}
.description .description__contest_col {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .description .description__contest_col {
    flex-grow: 1;
    width: calc(50% - 8px);
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .description .description__contest_col {
    width: 100%;
  }
}
.description .description__contest_col img {
  display: block;
  width: 100%;
  height: 323rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .description .description__contest_col img {
    height: min(300px, 30vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_col img {
    height: unset;
    aspect-ratio: 1/0.7;
  }
}
@media screen and (max-width: 450px) {
  .description .description__contest_col img {
    aspect-ratio: 1/0.92;
  }
}
.description .description__contest_title {
  margin-top: 8rem;
  color: var(--light);
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .description__contest_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.description .description__contest_text {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .description .description__contest_text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .description .description__contest_text {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .description .description__contest_text {
    font-size: 18px;
  }
}
.description .reward {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 8rem;
  background: var(--Color-Black-Background-Light, #2b2c2e);
}
@media screen and (max-width: 768px) {
  .description .reward {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.description .reward__left {
  padding: 50rem 60rem;
  border-right: 1px solid var(--color-black-stroke-line-secondary, #383838);
}
@media screen and (max-width: 1024px) {
  .description .reward__left {
    padding: min(44px, 4.3vw) min(50px, 4.9vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__left {
    padding: 32px 16px 40px;
    border-bottom: 1px solid var(--color-black-stroke-line-secondary, #383838);
    border-right: unset;
  }
}
.description .reward__right {
  padding: 50rem 60rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 431rem;
}
@media screen and (max-width: 1024px) {
  .description .reward__right {
    padding: min(44px, 4.3vw) min(50px, 4.9vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__right {
    padding: 40px 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 450px) {
  .description .reward__right {
    padding-bottom: 20px;
  }
}
.description .reward__right .btn {
  margin-top: 50rem;
}
@media screen and (max-width: 768px) {
  .description .reward__right .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .description .reward__right .btn {
    margin-top: 46px;
  }
}
.description .reward__right img {
  position: absolute;
  bottom: 26rem;
  right: 84rem;
  height: 256rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .description .reward__right img {
    bottom: min(26px, 2.5vw);
    right: min(40px, 3.9vw);
    height: min(250px, 25vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__right img {
    position: static;
    margin-top: 10px;
    min-height: 140px;
  }
}
@media screen and (max-width: 450px) {
  .description .reward__right img {
    min-height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .description .reward__right .reward__title {
    font-size: 22px;
    letter-spacing: 0.33px;
    width: 100%;
  }
}
.description .reward__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .reward__title {
    font-size: min(30px, 3vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__title {
    font-size: 24px;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 600px) {
  .description .reward__title {
    margin-bottom: -8px;
  }
}
.description .reward__item {
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
}
@media screen and (max-width: 1024px) {
  .description .reward__item {
    margin-top: min(24px, 2.4vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__item {
    margin-top: 24px;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .description .reward__item {
    margin-top: 32px;
  }
}
.description .reward__item_price {
  color: var(--light);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .description .reward__item_price {
    font-size: min(28px, 2.7vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__item_price {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.description .reward__item_text {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .description .reward__item_text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .description .reward__item_text {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .description .reward__item_text {
    font-size: 18px;
  }
}

.order {
  position: relative;
}
.order .order__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.order .order__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.order .order__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.order .order__content {
  position: relative;
  z-index: 2;
  padding-top: 215rem;
  padding-bottom: 215rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .order .order__content {
    padding-top: min(200px, 20vw);
    padding-bottom: min(200px, 20vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__content {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 24px;
  }
}
.order .order__title {
  max-width: 1190rem;
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .order .order__title {
    font-size: min(34px, 3.4vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__title {
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.order .order__title i {
  font-family: "Cormorant Garamond";
  font-size: 43rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.645rem;
}
@media screen and (max-width: 1024px) {
  .order .order__title i {
    font-size: min(37px, 3.6vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__title i {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.36px;
  }
}
.order .order__date {
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .order .order__date {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .order .order__date {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.order .btn {
  margin-top: 38rem;
}
@media screen and (max-width: 768px) {
  .order .btn {
    margin-top: 16px;
  }
}

.organizers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70rem;
  padding-top: 100rem;
  padding-bottom: 150rem;
}
@media screen and (max-width: 1024px) {
  .organizers {
    padding-top: 80px;
    padding-bottom: min(120px, 12vw);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .organizers {
    padding-bottom: 80px;
    gap: 32px;
  }
}
.organizers .organizers__type {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  text-align: center;
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .organizers .organizers__type {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizers__type {
    font-size: 20px;
  }
}
.organizers .organizers__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 120rem;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .organizers .organizers__wrap {
    grid-gap: 36rem;
  }
}
@media screen and (max-width: 600px) {
  .organizers .organizers__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.organizers .organizer__more {
  display: none;
}
@media screen and (max-width: 768px) {
  .organizers .organizer__more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-Black-Primary-Main, #c06802);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer__more::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M11 7.35986L8 10.3599L5 7.35986' stroke='%23C06802' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 16px;
    min-width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 17px;
  }
}
.organizers .organizer {
  height: 806rem;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .organizers .organizer {
    height: 840rem;
  }
}
@media screen and (max-width: 1024px) {
  .organizers .organizer {
    height: 640px;
    max-height: 63vw;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 40px 16px;
    max-height: unset;
    background: var(--Color-Black-Background-Light, #2b2c2e);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer.drop {
    min-height: max-content;
  }
  .organizers .organizer.drop .organizer__more::after {
    transform: scale(1, -1);
  }
  .organizers .organizer.drop .back .organizer__text {
    max-height: 300vh;
  }
}
.organizers .organizer:hover .front {
  transform: perspective(550px) rotateY(-180deg);
}
@media screen and (max-width: 768px) {
  .organizers .organizer:hover .front {
    transform: unset;
  }
}
.organizers .organizer:hover .back {
  transform: perspective(550px) rotateY(0deg);
}
@media screen and (max-width: 768px) {
  .organizers .organizer:hover .back {
    transform: unset;
  }
}
.organizers .organizer .front,
.organizers .organizer .back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  padding: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
  background: var(--Color-Black-Background-Light, #2b2c2e);
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front,
  .organizers .organizer .back {
    padding: 40px 16px;
    gap: min(24px, 2.4vw);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front,
  .organizers .organizer .back {
    padding: 0;
    position: static;
    transform: unset;
    height: auto;
    background: unset;
    gap: 16px;
  }
}
.organizers .organizer .front picture,
.organizers .organizer .back picture {
  height: auto;
}
.organizers .organizer .front img,
.organizers .organizer .back img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front img,
  .organizers .organizer .back img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .organizers .organizer .front img,
  .organizers .organizer .back img {
    margin: 8px 0;
  }
}
.organizers .organizer .front .organizer__title,
.organizers .organizer .back .organizer__title {
  color: var(--light);
  text-align: center;
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__title,
  .organizers .organizer .back .organizer__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__title,
  .organizers .organizer .back .organizer__title {
    font-size: min(28px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front .organizer__title,
  .organizers .organizer .back .organizer__title {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.33px;
  }
}
.organizers .organizer .front .organizer__descr,
.organizers .organizer .back .organizer__descr {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  text-align: center;
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__descr,
  .organizers .organizer .back .organizer__descr {
    font-size: min(20px, 1.96vw);
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front .organizer__descr,
  .organizers .organizer .back .organizer__descr {
    flex-grow: 1;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.organizers .organizer .front .organizer__text,
.organizers .organizer .back .organizer__text {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media screen and (max-width: 1366px) {
  .organizers .organizer .front .organizer__text,
  .organizers .organizer .back .organizer__text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .organizers .organizer .front .organizer__text,
  .organizers .organizer .back .organizer__text {
    font-size: 14px;
    gap: 16px;
    max-height: 55vw;
    overflow-y: auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front .organizer__text,
  .organizers .organizer .back .organizer__text {
    max-height: 0px;
    padding: 0;
  }
}
.organizers .organizer .front .organizer__text::-webkit-scrollbar,
.organizers .organizer .back .organizer__text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #2b2c2e;
  border-radius: 6px;
}
.organizers .organizer .front .organizer__text::-webkit-scrollbar-thumb,
.organizers .organizer .back .organizer__text::-webkit-scrollbar-thumb {
  background: #c06802;
  border-radius: 6px;
}
.organizers .organizer .front .organizer__text::-webkit-scrollbar-corner,
.organizers .organizer .back .organizer__text::-webkit-scrollbar-corner {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .organizers .organizer .front {
    flex-grow: 1;
    min-height: var(--fr);
  }
}
.organizers .organizer .back {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 768px) {
  .organizers .organizer .back {
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .organizers .organizer .back .organizer__title {
    display: none;
  }
}

.calendar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60rem;
  padding-top: 100rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .calendar {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .calendar {
    gap: 32px;
  }
}
.calendar .calendar__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  padding: 0 var(--p);
}
@media screen and (max-width: 1024px) {
  .calendar .calendar__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .calendar .calendar__title {
    font-size: 22px;
  }
}
.calendar .calendar__slider {
  padding: 0 var(--p);
  width: 100%;
  cursor: grab;
}
.calendar .calendar__slider .swiper-wrapper {
  background: rgba(255, 255, 255, 0.03);
  width: max-content;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-wrapper {
    transform: unset !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    width: 100%;
    background: unset;
  }
}
@media screen and (max-width: 600px) {
  .calendar .calendar__slider .swiper-wrapper {
    flex-direction: column;
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 450px) {
  .calendar .calendar__slider .swiper-wrapper {
    align-items: stretch;
  }
}
.calendar .calendar__slider .swiper-slide {
  max-width: max-content;
  padding: 0 10rem 20rem 7rem;
  margin: 32rem 0 54rem;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .calendar .calendar__slider .swiper-slide {
    max-width: unset;
  }
}
.calendar .calendar__slider .swiper-slide::after {
  content: "";
  position: absolute;
  height: calc(100% - 60rem);
  width: 1px;
  top: 60rem;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(90deg, #232425 0.96%, #c06802 14.65%, #232425 100%);
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide::after {
    content: none;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(1) {
  padding-left: 32rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(1) {
    padding-left: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(1)::after {
  content: none;
}
.calendar .calendar__slider .swiper-slide:nth-child(1) .calendar__text {
  margin-top: 44rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(1) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(2) .calendar__text {
  margin-top: 96rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(2) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(3) .calendar__text {
  margin-top: 148rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(3) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(4) .calendar__text {
  margin-top: 200rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(4) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(5) .calendar__text {
  margin-top: 252rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(5) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(6) .calendar__text {
  margin-top: 304rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(6) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(7) .calendar__text {
  margin-top: 356rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(7) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(8) .calendar__text {
  margin-top: 408rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(8) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(9) .calendar__text {
  margin-top: 460rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(9) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(10) .calendar__text {
  margin-top: 512rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(10) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(11) .calendar__text {
  margin-top: 564rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(11) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(12) .calendar__text {
  margin-top: 616rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(12) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(13) .calendar__text {
  margin-top: 668rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(13) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(14) .calendar__text {
  margin-top: 720rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(14) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(15) .calendar__text {
  margin-top: 772rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(15) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(16) .calendar__text {
  margin-top: 824rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(16) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(17) .calendar__text {
  margin-top: 876rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(17) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(18) .calendar__text {
  margin-top: 928rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(18) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(19) .calendar__text {
  margin-top: 980rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(19) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide:nth-child(20) .calendar__text {
  margin-top: 1032rem;
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide:nth-child(20) .calendar__text {
    margin-top: 0;
  }
}
.calendar .calendar__slider .swiper-slide .calendar__date {
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-bottom: 28rem;
}
@media screen and (max-width: 1024px) {
  .calendar .calendar__slider .swiper-slide .calendar__date {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .calendar .calendar__slider .swiper-slide .calendar__date {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.calendar .calendar__slider .swiper-slide .calendar__text {
  padding: 12rem 10rem;
  color: var(--light);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 16rem 2rem;
  background: linear-gradient(90deg, #c06802 0.29%, #2a2b2c 99.71%);
}
@media screen and (max-width: 1366px) {
  .calendar .calendar__slider .swiper-slide .calendar__text {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .calendar .calendar__slider .swiper-slide .calendar__text {
    font-size: 16px;
  }
}

.program {
  margin-top: 120rem;
  display: grid;
  grid-gap: 190rem;
  grid-template-columns: 1fr 54.5%;
}
@media screen and (max-width: 1024px) {
  .program {
    margin-top: 80px;
    grid-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .program {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.program .program__left {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media screen and (max-width: 768px) {
  .program .program__left {
    gap: 8px;
  }
}
.program .program__left .program__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .program .program__left .program__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .program .program__left .program__title {
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.program .program__left .program__date {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .program .program__left .program__date {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .program .program__left .program__date {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.program .program__left .program__text {
  margin-top: 24rem;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .program .program__left .program__text {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .program .program__left .program__text {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .program .program__left .program__text {
    margin-top: 16px;
    font-size: 18px;
  }
}
.program .program__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .program .program__list {
    margin-top: 0;
    gap: 32px;
  }
}
.program .program__list li {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .program .program__list li {
    color: var(--color-black-text-icon-primary, #f6f5f8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: unset;
  }
}

.speakers {
  margin-top: 120rem;
  margin-bottom: 150rem;
  display: grid;
  grid-gap: 190rem;
  grid-template-columns: 1fr 54.5%;
}
@media screen and (max-width: 1024px) {
  .speakers {
    margin-top: 80px;
    margin-bottom: min(120px, 12vw);
    grid-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .speakers {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    gap: 40px;
  }
}
.speakers .speakers__left {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.speakers .speakers__left .speakers__title {
  color: var(--light);
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__left .speakers__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .speakers .speakers__left .speakers__title {
    font-size: 22px;
    letter-spacing: 0.33px;
  }
}
.speakers .speakers__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24rem 40rem;
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .speakers .speakers__list {
    gap: 32px;
  }
}
.speakers .speakers__list li {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8rem;
}
.speakers .speakers__list .speaker__name {
  color: var(--light);
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__list .speaker__name {
    font-size: min(18px, 2.1vw);
  }
}
@media screen and (max-width: 768px) {
  .speakers .speakers__list .speaker__name {
    font-size: 22px;
  }
}
.speakers .speakers__list .speaker__position {
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .speakers .speakers__list .speaker__position {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .speakers .speakers__list .speaker__position {
    font-size: 16px;
  }
}

.contacts {
  position: relative;
}
.contacts .contacts__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contacts .contacts__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.contacts .contacts__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 86.39%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}
.contacts .contacts__content {
  min-height: var(--h, 100vh);
  position: relative;
  z-index: 2;
  padding: 207rem var(--p);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .contacts .contacts__content {
    padding: 64px 20px 160px;
    min-height: unset;
  }
}
@media screen and (max-width: 600px) {
  .contacts .contacts__content {
    padding-bottom: 180px;
  }
}
.contacts .contacts__dark {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--Color-Black-Background-Primary, #232425);
}
@media screen and (max-width: 600px) {
  .contacts .contacts__dark {
    display: flex;
    flex-direction: column;
  }
}
.contacts .contacts__content_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40rem;
  padding: 50rem;
  border-right: 1px solid var(--color-black-stroke-line-secondary, #383838);
  max-width: 500rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__content_left {
    padding: min(44px, 4.4vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__content_left {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contacts .contacts__content_left {
    padding: 32px 24px 40px;
  }
}
.contacts .contacts__content_right {
  padding: 50rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40rem;
  max-width: 500rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__content_right {
    padding: min(44px, 4.4vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__content_right {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contacts .contacts__content_right {
    padding: 40px 24px;
  }
}
.contacts .contacts__title {
  color: var(--light);
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__title {
    font-size: min(28px, 2.9vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.3px;
  }
}
.contacts .contacts__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__list {
    gap: min(28px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__list {
    gap: 32px;
  }
}
.contacts .contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
}
.contacts .contacts__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem 32rem;
}
.contacts .contacts__grey {
  color: var(--color-black-text-icon-tetriary, #737374);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .contacts .contacts__grey {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__grey {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__grey {
    font-size: 18px;
  }
}
.contacts .contacts__link {
  display: flex;
  gap: 8rem;
  align-items: center;
  color: var(--light);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.3s;
}
@media screen and (max-width: 1366px) {
  .contacts .contacts__link {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__link {
    font-size: min(18px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__link {
    font-size: 18px;
    text-decoration: underline;
  }
}
@media screen and (hover: hover) {
  .contacts .contacts__link:hover {
    color: var(--yellow);
  }
}
.contacts .contacts__link img,
.contacts .contacts__link svg {
  width: 32rem;
  height: 32rem;
  display: block;
  object-fit: contain;
  object-position: center;
}
.contacts .contacts__address {
  color: var(--light);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__address {
    font-size: min(20px, 2.2vw);
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts__address {
    font-size: 18px;
    gap: 12px;
  }
}
.contacts .contacts__address .btn {
  margin-top: 32rem;
}
@media screen and (max-width: 768px) {
  .contacts .contacts__address .btn {
    margin-top: 36px;
  }
}
.contacts .contacts__address_link {
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .contacts .contacts__address_link {
    text-decoration: underline;
  }
}
@media screen and (hover: hover) {
  .contacts .contacts__address_link:hover {
    color: var(--yellow);
  }
}

.vbox-content {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .vbox-content {
    padding: 70px 0 40px;
  }
}

.vbox-container {
  padding: 0;
}
.vbox-container::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
}
.vbox-container::-webkit-scrollbar-thumb {
  border-radius: 0%;
  background: transparent;
}
.vbox-container::-webkit-scrollbar-corner {
  background: transparent;
}

.vbox-backdrop {
  background: rgba(35, 36, 37, 0.6) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.vbox-inline {
  background: unset !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: static;
}

.vbox-close {
  display: none;
}

.modal__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.modal__close {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-top: 14rem;
}
@media screen and (max-width: 1180px) {
  .modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(2px);
}

.vbox-child {
  box-shadow: unset;
  width: max-content;
}

.vbox-open {
  padding-right: var(--scr);
}
.vbox-open .header {
  padding-right: var(--scr);
}
.vbox-open .header__green {
  padding-right: calc(var(--scr) + 14px);
}

.moz {
  scrollbar-width: thin;
  scrollbar-color: var(--green-hover-pressed) transparent;
}
.moz .modal,
.moz .organizer__text,
.moz .burger__inner {
  scrollbar-width: thin;
  scrollbar-color: #c06802 #2b2c2e;
}

.modal {
  position: relative;
  padding: 60rem;
  border: 1px solid var(--color-black-stroke-line-primary, #7b7c7c);
  background: var(--Color-Black-Background-Primary, #232425);
  width: min(700px, 100vw - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .modal {
    max-height: calc(var(--h) - 110px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal {
    padding: 40px var(--p);
    gap: 24px;
  }
}
.modal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #2b2c2e;
}
.modal::-webkit-scrollbar-thumb {
  background: #c06802;
  border-radius: 6px;
}
.modal::-webkit-scrollbar-corner {
  background: transparent;
}
.modal .modal__block {
  padding-top: 8rem;
  border-top: 1px solid var(--color-black-stroke-line-secondary, #383838);
}
.modal .modal__block_title {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1600px) {
  .modal .modal__block_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 1366px) {
  .modal .modal__block_title {
    font-size: 27rem;
  }
}
@media screen and (max-width: 1180px) {
  .modal .modal__block_title {
    font-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .modal .modal__block_title {
    font-size: 22px;
  }
}
.modal .modal__block_date {
  margin-bottom: 12rem;
  color: var(--color-black-text-icon-primary, #f6f5f8);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .modal .modal__block_date {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .modal .modal__block_date {
    font-size: 18px;
  }
}
.modal.modal-text {
  width: min(824px, 100vw - 40px);
}
.modal.modal-text .modal__content {
  color: var(--color-black-text-icon-primary, #f6f5f8);
  display: flex;
  flex-direction: column;
  gap: 40rem;
  color: var(--color-black-text-icon-secondary, #b4b3b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  .modal.modal-text .modal__content {
    font-size: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .modal.modal-text .modal__content {
    font-size: 18px;
  }
}

.modal__title {
  width: 100%;
  color: var(--light);
  text-align: center;
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  padding-left: 32rem;
}
@media screen and (max-width: 1600px) {
  .modal__title {
    font-size: 44rem;
  }
}
@media screen and (max-width: 1366px) {
  .modal__title {
    font-size: 46rem;
  }
}
@media screen and (max-width: 1180px) {
  .modal__title {
    font-size: 48rem;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 26px;
  }
}