@charset "UTF-8";
@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;
}
:root {
  --dark: #232425;
  --light: #F6F5F8;
  --orange: #C06802;
  --yellow: #FFBA6A;
  --color-black-text-icon-primary: #F6F5F8;
  --p:max(32px, calc(50vw - 760rem));
}
@media (min-width: 1025px) {
  :root {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --p: 32px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --p: 24px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --p: 20px;
  }
}

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%;
}

.auto-slider .annotation{
    color: var(--color-black-text-icon-secondary, #B4B3B6);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 12px;
}

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);
}

.container-sm {
  padding-left: min(350px, 18.5vw);
  padding-right: min(350px, 18.5vw);
}
@media screen and (max-width: 1600px) {
  .container-sm {
    padding-left: var(--p);
    padding-right: var(--p);
  }
}

.title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  margin-top: 80px;
  font-size: min(85px, 4.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title {
    line-height: 130%;
    letter-spacing: 0.525px;
    margin-top: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .title {
    margin-top: 40px;
    font-size: 35px;
  }
}

.bx-text {
  margin-top: 32px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .bx-text {
    font-size: 18px;
  }
}
.bx-text p {
  margin-bottom: 16px;
}
.bx-text b {
  font-weight: 700;
}
.bx-text h1 {
  margin-bottom: 40px;
  font-size: min(85px, 4.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h1 {
    line-height: 130%;
    letter-spacing: 0.525px;
    margin-top: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bx-text h1 {
    margin-top: 40px;
    font-size: 35px;
  }
}
.bx-text h2 {
  margin-bottom: 32px;
  font-size: min(60px, 3.2vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h2 {
    font-size: 28px;
    letter-spacing: 0.42px;
  }
}
.bx-text h3 {
  margin-bottom: 32px;
  font-size: min(50px, 2.8vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h3 {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
}
.bx-text h4 {
  margin-bottom: 24px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(40px, 2.1vw);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.24px;
  }
}
.bx-text h5 {
  margin-bottom: 16px;
  font-size: min(28px, 1.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bx-text h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
}
.bx-text h6 {
  margin-bottom: 16px;
  font-size: min(24px, 1.3vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.bx-text a {
  color: var(--orange);
  text-decoration: underline;
}
@media screen and (hover: hover) {
  .bx-text a:hover {
    color: var(--yellow);
  }
}
.bx-text ol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  counter-reset: counter;
  margin: 8px 0;
}
.bx-text ol li {
  position: relative;
  padding-left: 26px;
}
.bx-text ol li::before {
  counter-increment: counter;
  content: counters(counter, ".") " ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.bx-text ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0;
}
.bx-text ul li {
  position: relative;
  padding-left: 26px;
}
.bx-text ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 10px;
  height: 2px;
  background: var(--orange);
}
.bx-text iframe, .bx-text video {
  width: 100%;
  display: block;
  aspect-ratio: 1/0.66;
  height: unset;
}
.bx-text img {
  display: block;
  max-width: 100%;
  margin-bottom: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bx-text img {
    margin-bottom: 40px;
  }
}
.bx-text table {
  margin-top: 32px;
  border-collapse: collapse;
}
.bx-text table tr:nth-child(1) td {
  background: var(--Color-Black-Primary-Dissabled, #543615);
  padding: 16px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  border-bottom: unset;
}
@media screen and (max-width: 600px) {
  .bx-text table tr:nth-child(1) td {
    font-size: 18px;
  }
}
.bx-text table tr:nth-last-child(1) td {
  border-bottom: unset;
}
.bx-text table td {
  padding: 16px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-width: 240px;
  border-bottom: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 600px) {
  .bx-text table td {
    font-size: 18px;
  }
}
.bx-text .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.bx-text .table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: var(--color-black-stroke-line-secondary, #383838);
}
.bx-text .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--Color-Black-Primary-Main, #C06802);
}
.bx-text .table-wrap::-webkit-scrollbar-corner {
  background: transparent;
}
.bx-text .events-p__control_inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: var(--color-black-stroke-line-secondary, #383838);
}
.bx-text .events-p__control_inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--Color-Black-Primary-Main, #C06802);
}
.bx-text .events-p__control_inner::-webkit-scrollbar-corner {
  background: transparent;
}

.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;
}

.pagination {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.pagination .pagination__next,
.pagination .pagination__prev {
  width: min(45px, 12vw);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .pagination .pagination__next:hover .icon,
  .pagination .pagination__prev:hover .icon {
    stroke: var(--yellow);
  }
}
.pagination .pagination__next.disabled,
.pagination .pagination__prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.pagination .pagination__next .icon,
.pagination .pagination__prev .icon {
  width: 45px;
  height: 24px;
  fill: none;
  stroke: var(--light);
  transition: stroke 0.3s;
}
.pagination .pagination__pages {
  display: flex;
  align-items: stretch;
  gap: min(4px, 1vw);
}
.pagination .pagination__page {
  padding: 0 6px;
  min-width: min(40px, 10.9vw);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(24px, 6.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .pagination .pagination__page:hover {
    color: var(--yellow);
  }
}
.pagination .pagination__page.current {
  color: var(--orange);
}

.mb {
  display: block;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .mb {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mb {
    height: 80px;
  }
}

.btn {
  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: 1px;
  text-transform: uppercase;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 1280px) {
  .btn {
    padding: 20rem 40rem;
    font-size: 30rem;
  }
}
@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 path {
  transition: 0.3s;
}
@media screen and (hover: hover) {
  .btn:hover {
    color: #FFBA6A;
    border-color: #FFBA6A;
  }
}
.btn.orange {
  color: #C06802;
  border-color: #C06802;
}
@media screen and (hover: hover) {
  .btn.orange:hover {
    color: #FFBA6A;
    border-color: #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);
  }
}

.breadcrumbs {
  padding-top: 24px;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 450px) {
  .breadcrumbs {
    padding-top: 16px;
  }
}
.breadcrumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  border-radius: 100%;
  background: transparent;
}
.breadcrumbs::-webkit-scrollbar-corner {
  background: transparent;
}
.breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs .breadcrumbs__item {
  position: relative;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.3s;
  white-space: nowrap;
}
@media screen and (hover: hover) {
  .breadcrumbs .breadcrumbs__item:hover {
    color: var(--yellow);
  }
}
.breadcrumbs .breadcrumbs__item:nth-last-child(1)::after {
  content: none;
}
.breadcrumbs .breadcrumbs__item::after {
  content: "/";
  margin-left: 8px;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
}

.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);
  }
}

.swiper-navigation {
  display: none;
  position: relative;
  margin-top: 32px;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .swiper-navigation {
    display: flex;
  }
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  width: 45px;
  height: 24px;
  position: static;
  margin: 0;
  transform: unset;
}
.swiper-navigation .swiper-button-next .icon,
.swiper-navigation .swiper-button-prev .icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: none;
  stroke: var(--light);
}
.swiper-navigation .swiper-button-next::after,
.swiper-navigation .swiper-button-prev::after {
  content: none;
}

.swiper-pagination {
  display: none;
  position: static;
  max-width: max-content;
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .swiper-pagination {
    display: flex;
  }
}

.p404 {
  position: relative;
  padding-top: 115rem;
  padding: 115px min(260px, 13.6vw) 124px;
}
@media (min-width: 601px) {
  .p404 {
    background-image: unset !important;
  }
}
@media screen and (max-width: 1024px) {
  .p404 {
    padding: 75px 32px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p404 {
    padding: 75px 20px 80px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p404 {
    background-position: 50%;
  }
}
.p404 .p404__vector-left {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 115px;
  height: calc(100% - 115px);
}
@media screen and (max-width: 1024px) {
  .p404 .p404__vector-left {
    top: 75px;
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__vector-left {
    display: none;
  }
}
.p404 .p404__vector-left img {
  height: 100%;
  display: block;
  object-position: left;
  width: auto;
  object-fit: contain;
}
.p404 .p404__vector-right {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 115px;
  height: calc(100% - 115px);
}
@media screen and (max-width: 1024px) {
  .p404 .p404__vector-right {
    top: 75px;
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__vector-right {
    display: none;
  }
}
.p404 .p404__vector-right img {
  height: 100%;
  display: block;
  width: auto;
  object-fit: contain;
  object-position: right;
}
.p404 .p404__content {
  position: relative;
  z-index: 2;
  grid-gap: min(100px, 6.25vw);
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: min(125px, 6.7vw) 0;
}
@media screen and (max-width: 768px) {
  .p404 .p404__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}
.p404 .p404__content img {
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1.21;
  width: 100%;
}
.p404 .p404__content_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .p404 .p404__content_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p404 .p404__content_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content_text {
    align-items: center;
    gap: 16px;
    text-align: center;
    font-size: 18px;
  }
}
.p404 .p404__content_type {
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p404 .p404__content_type {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content_type {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.p404 .p404__content_title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 3.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p404 .p404__content_title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .p404__content_title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.42px;
    margin: 0;
  }
}
.p404 .btn {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p404 .btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p404 .btn {
    margin-top: 16px;
  }
}

.lightboxOverlay {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

.lightbox {
  position: fixed;
  height: 100%;
  top: 50% !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lightbox.zoomed .lb-zoom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23F6F5F8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (hover: hover) {
  .lightbox.zoomed .lb-zoom:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23FFBA6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.lightbox.zoomed .lb-details {
  opacity: 0;
  pointer-events: none;
}
.lightbox.zoomed .lb-nav {
  opacity: 0;
  pointer-events: none;
}
.lightbox.zoomed .lb-image {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100% !important;
  height: var(--h, 100vh) !important;
  max-height: unset;
}
.lightbox .lb-container {
  max-height: 100%;
}
.lightbox .lb-closeContainer {
  position: fixed;
  top: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  gap: 32px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .lightbox .lb-closeContainer {
    right: 20px;
    top: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-closeContainer {
    max-height: calc(var(--h, 100vh) - 140px);
  }
}
@media screen and (max-width: 600px) {
  .lightbox .lb-closeContainer {
    top: 32px;
    right: 32px;
  }
}
.lightbox .lb-outerContainer {
  background: unset;
  border-radius: 0;
  max-height: 86vh;
}
.lightbox .lb-image {
  border: unset;
  border-radius: 0;
  object-position: center;
  object-fit: cover;
  max-height: calc(var(--h, 100vh) - 60px);
}
@media screen and (max-width: 600px) {
  .lightbox .lb-image {
    max-width: calc(100vw - 130px);
    margin: 0 auto;
  }
}
.lightbox .lb-data .lb-caption {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  display: block !important;
}
@media screen and (max-width: 768px) {
  .lightbox .lb-data .lb-caption {
    font-size: 14px;
    line-height: 140%;
    margin-top: 8px;
  }
}
.lightbox .lb-number {
  display: none !important;
}
.lightbox .lb-zoom {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M10.875 8.375V14.375M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23F6F5F8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}
@media screen and (hover: hover) {
  .lightbox .lb-zoom:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.875 11.375H13.875M10.875 8.375V14.375M16.4438 16.9438L21.0001 21.5001M18.75 11.375C18.75 15.7242 15.2242 19.25 10.875 19.25C6.52576 19.25 3 15.7242 3 11.375C3 7.02576 6.52576 3.5 10.875 3.5C15.2242 3.5 18.75 7.02576 18.75 11.375Z' stroke='%23FFBA6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-zoom {
    display: none;
  }
}
.lightbox .lb-close {
  width: unset;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: unset;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-close {
    font-size: 18px;
    padding: 6px 0;
    height: 24px;
  }
}
@media screen and (hover: hover) {
  .lightbox .lb-close:hover {
    color: #FFBA6A;
  }
  .lightbox .lb-close:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23FFBA6A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.lightbox .lb-close::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23F6F5F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.lightbox .lb-nav a.lb-next {
  margin-right: -122px;
  width: 76px;
  opacity: 1 !important;
  transition: filter 0.2s;
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-nav a.lb-next {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .lightbox .lb-nav a.lb-next {
    margin-right: -56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='26' viewBox='0 0 45 26' fill='none'%3E%3Cpath d='M45 13.0005C45 13.0005 33.0871 12.8297 27.3066 19.0126C24.0518 22.4939 23.25 25 23.25 25' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M45 12.9995C45 12.9995 33.0871 13.1703 27.3066 6.98742C24.0518 3.50607 23.25 1 23.25 1' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M45 13L0 13' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3C/svg%3E");
  }
}
@media screen and (hover: hover) {
  .lightbox .lb-nav a.lb-next:hover {
    filter: invert(65%) sepia(83%) saturate(286%) hue-rotate(345deg) brightness(102%) contrast(101%);
  }
}
.lightbox .lb-nav a.lb-prev {
  margin-left: -122px;
  width: 76px;
  opacity: 1 !important;
  transition: filter 0.2s;
}
@media screen and (max-width: 1280px) {
  .lightbox .lb-nav a.lb-prev {
    margin-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .lightbox .lb-nav a.lb-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='26' viewBox='0 0 45 26' fill='none'%3E%3Cpath d='M0 13.0005C0 13.0005 11.9129 12.8297 17.6934 19.0126C20.9482 22.4939 21.75 25 21.75 25' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M0 12.9995C0 12.9995 11.9129 13.1703 17.6934 6.98742C20.9482 3.50607 21.75 1 21.75 1' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3Cpath d='M0 13L45 13' stroke='%23F6F5F8' stroke-width='0.75'/%3E%3C/svg%3E");
    margin-left: -56px;
  }
}
@media screen and (hover: hover) {
  .lightbox .lb-nav a.lb-prev:hover {
    filter: invert(65%) sepia(83%) saturate(286%) hue-rotate(345deg) brightness(102%) contrast(101%);
  }
}
.lightbox .lb-dataContainer {
  padding: 0;
}

.moz {
  /*.dropdown__inner {
      scrollbar-width: thin;
      scrollbar-color:  rgba(11, 30, 94, 0.5) transparent;
  }*/
}

.open-burger .header.colored {
  border-color: transparent;
  background: transparent;
}
@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 .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);
}
.open-burger .header__search {
  opacity: 0;
  pointer-events: none;
}

.open-form .header.colored {
  border-color: transparent;
  background: transparent;
}
@media screen and (max-width: 1600px) {
  .open-form .header.colored {
    background: var(--dark);
  }
}
.open-form .search__form {
  transform: translateY(0);
}
.open-form .header__burger {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .open-form .header__burger {
    display: none;
  }
}
@media screen and (hover: hover) {
  .open-form .header__search:hover .header__search_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23FFBA6A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.open-form .header__search::after {
  content: attr(data-close);
}
.open-form .header__search .header__search_ico {
  width: 24rem;
  height: 24rem;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.75L5.25 19.25M18.75 19.25L5.25 5.75' stroke='%23F6F5F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1024px) {
  .open-form .header__search .header__search_ico {
    width: 24px;
    height: 24px;
  }
}
.open-form .header__search .header__search_ico svg {
  opacity: 0;
}

.search__form {
  position: fixed;
  left: 0;
  top: 0;
  height: 50vh;
  min-height: max-content;
  width: 100%;
  z-index: 100;
  transition: transform 0.5s ease-in-out;
  background: var(--dark);
  transform: translateY(-100%);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24rem;
  border-bottom: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 1024px) {
  .search__form {
    padding: 115px var(--p) 40px;
  }
}
@media screen and (max-width: 600px) {
  .search__form {
    align-items: flex-start;
  }
}
.search__form input {
  width: 830rem;
  max-width: 100%;
  border-bottom: 2px solid #737374;
  color: var(--light);
  font-size: 32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: border 0.3s;
}
@media screen and (max-width: 1280px) {
  .search__form input {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .search__form input {
    font-size: 24px;
    width: 830px;
  }
}
@media screen and (max-width: 600px) {
  .search__form input {
    font-size: 20px;
  }
}
@media screen and (hover: hover) {
  .search__form input:hover {
    border-color: var(--light);
  }
}
.search__form input:focus {
  border-color: var(--orange);
}
.search__form input::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}

.burger {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  min-height: max-content;
  width: 100%;
  z-index: 100;
  transition: transform 0.5s 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 .burger__inner {
  padding-top: 190rem;
  padding-bottom: 56rem;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: min(1066px, 60%) auto;
  background-position: right center;
}
@media screen and (max-width: 1280px) {
  .burger .burger__inner {
    padding: 160rem var(--p) 56rem;
  }
}
@media screen and (max-width: 1024px) {
  .burger .burger__inner {
    padding: 160px var(--p) 56px;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__inner {
    padding: 120px var(--p) 56px;
  }
}
.burger .burger__main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 160rem;
}
@media screen and (max-width: 1280px) {
  .burger .burger__main {
    gap: 140rem;
  }
}
@media screen and (max-width: 1024px) {
  .burger .burger__main {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__main {
    gap: 80px;
  }
}
.burger .burger__main_imgs {
  position: relative;
  width: 430rem;
  height: 540rem;
}
@media screen and (max-width: 1600px) {
  .burger .burger__main_imgs {
    max-height: 63vh;
  }
}
@media screen and (max-width: 1280px) {
  .burger .burger__main_imgs {
    width: 40vw;
    height: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__main_imgs {
    display: none;
  }
}
.burger .burger__main_img {
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.9s;
}
.burger .burger__main_img.default {
  opacity: 1;
}
.burger .burger__main_links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .burger .burger__main_links {
    align-items: center;
  }
}
.burger .burger__main_links .burger__main_link {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 50rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: color 0.3s;
  padding: 12rem 0;
}
@media screen and (max-width: 1024px) {
  .burger .burger__main_links .burger__main_link {
    font-size: 32px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .burger .burger__main_links .burger__main_link {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .burger .burger__main_links .burger__main_link {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
}
@media screen and (hover: hover) {
  .burger .burger__main_links .burger__main_link:hover {
    color: var(--yellow);
  }
}
.burger .burger__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24rem 47rem;
  padding: 0 var(--p);
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .burger .burger__bottom {
    gap: 24px 47px;
  }
}
@media screen and (max-width: 600px) {
  .burger .burger__bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.burger .burger__bottom a {
  transition: color 0.3s;
}
@media screen and (max-width: 450px) {
  .burger .burger__bottom a {
    text-align: center;
  }
}
@media screen and (hover: hover) {
  .burger .burger__bottom a:hover {
    color: var(--yellow);
  }
}
.burger .burger__socials {
  display: flex;
  gap: 32rem;
}
@media screen and (max-width: 1024px) {
  .burger .burger__socials {
    gap: 32px;
  }
}
.burger .burger__socials .burger__social {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .burger .burger__socials .burger__social {
    width: 40px;
    height: 40px;
  }
}
@media screen and (hover: hover) {
  .burger .burger__socials .burger__social:hover .icon,
  .burger .burger__socials .burger__social:hover svg {
    fill: var(--yellow);
  }
}
.burger .burger__socials .burger__social .icon,
.burger .burger__socials .burger__social svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: white;
  transition: fill 0.3s;
}

.header {
  padding: 32rem var(--p);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115rem;
  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: 1280px) {
  .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;
  }
}
.header.colored {
  background: #232425;
  border-color: #7B7C7C;
}
.header.hide {
  transform: translateY(-110%);
}
.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;
  }
}
@media screen and (max-width: 450px) {
  .header__logo {
    flex-grow: 1;
  }
}
@media screen and (hover: hover) {
  .header__logo:hover .icon {
    fill: var(--yellow);
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.header__logo .icon,
.header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: var(--light);
  transition: fill 0.3s;
  width: 116rem;
  height: 45rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__logo .icon,
  .header__logo img {
    width: 84px;
    height: 38px;
  }
}
@media screen and (max-width: 450px) {
  .header__logo .icon,
  .header__logo img {
    width: 76px;
    height: 34px;
  }
}
.header__search {
  min-width: 149rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__search {
    min-width: 132px;
  }
}
@media screen and (max-width: 600px) {
  .header__search {
    min-width: 119px;
  }
}
@media screen and (max-width: 450px) {
  .header__search {
    min-width: unset;
  }
}
.header__search::after {
  content: attr(data-default);
}
@media screen and (max-width: 600px) {
  .header__search::after {
    content: none;
  }
}
@media screen and (max-width: 450px) {
  .header__search span {
    display: none;
  }
  .header__search .header__search_ico {
    display: block;
  }
}
.header__burger {
  min-width: 149rem;
}
@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);
}
.header .icon-search {
  display: block;
  object-fit: contain;
  width: 24rem;
  height: 24rem;
  fill: none;
  stroke: var(--light);
  stroke-width: 1.5;
  transition: stroke 0.3s;
}
@media screen and (max-width: 1024px) {
  .header .icon-search {
    width: 24px;
    height: 24px;
  }
}

.footer {
  padding: 60px var(--p);
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: stretch;
  border-top: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 1280px) {
  .footer {
    gap: 120px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 32px var(--p) 48px;
    gap: 16px;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.footer__top_nav {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1280px) {
  .footer__top_nav {
    gap: 4px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top_nav {
    flex-wrap: wrap;
  }
}

.footer__top_socials-text {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer__top_socials-text {
    display: block;
    color: var(--color-black-text-icon-secondary, #B4B3B6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    margin-right: 8px;
  }
}

.footer__top_socials {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .footer__top_socials {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
}
.footer__top_socials .footer__top_social {
  width: 40px;
  height: 40px;
}
@media screen and (hover: hover) {
  .footer__top_socials .footer__top_social:hover .icon,
  .footer__top_socials .footer__top_social:hover svg {
    fill: var(--yellow);
  }
}
.footer__top_socials .footer__top_social .icon,
.footer__top_socials .footer__top_social svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: white;
  transition: fill 0.3s;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  color: var(--color-black-text-icon-tetriary, #737374);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    color: var(--color-black-text-icon-tetriary, #737374);
    font-size: 14px;
    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);
  }
}

.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: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  top: 100px;
  right: 100px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
}
@media screen and (max-width: 1600px) {
  .vbox-close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .vbox-close {
    top: 20px;
    right: 20px;
    padding: 0;
  }
}
@media screen and (hover: hover) {
  .vbox-close:hover {
    color: var(--yellow);
  }
}
.vbox-close svg {
  width: 19px;
  height: 19px;
  display: block;
  transition: 0.3s;
  transform: translateY(2px);
}
.vbox-close::after {
  content: "Закрыть";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .vbox-close::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .vbox-close::after {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
}

.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);
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media screen and (max-width: 600px) {
  .modal__close {
    right: 10px;
    top: 10px;
  }
}
.modal__close path {
  stroke: rgb(137, 137, 137);
}

.moz {
  scrollbar-width: thin;
  scrollbar-color: var(--green-hover-pressed) transparent;
}
.moz .modal {
  scrollbar-width: thin;
  scrollbar-color: #C06802 #2B2C2E;
}

.modal {
  position: relative;
  padding: 60px;
  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-text {
  width: min(1000px, 100vw - 40px);
}
.modal.modal-text .modal__content {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .modal .captcha-form-input {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .modal .captcha-form-input {
    width: calc(100vw - 64px);
  }
}
@media screen and (max-width: 450px) {
  .modal .captcha-form-input input {
    width: 100%;
  }
}
.modal > .btn {
  margin-top: 20px;
}

.modal__ico {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .modal__ico {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
}
.modal__ico img, .modal__ico svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.modal__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .modal__title {
    font-size: 40px;
  }
}
@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;
  }
}

.modal__text {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal__text a {
  color: var(--orange);
  text-decoration: underline;
  display: inline;
}
@media screen and (hover: hover) {
  .modal__text a:hover {
    color: var(--yellow);
  }
}
.modal__text a[href*=tel] {
  white-space: nowrap;
}

.modal__form {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.modal__form .input-wrap {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .modal__form .input-wrap {
    margin-bottom: 24px;
  }
}
.modal__form .input-wrap input {
  color: var(--light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
  border: unset;
  border-bottom: 1px solid #737374;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .modal__form .input-wrap input:hover {
    border-color: var(--light);
  }
}
.modal__form .input-wrap input:focus {
  border-color: var(--orange);
}
.modal__form .input-wrap input::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}
.modal__form .input-wrap textarea {
  height: 120px;
  color: var(--light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #737374;
  transition: border 0.3s;
  resize: unset;
}
@media screen and (hover: hover) {
  .modal__form .input-wrap textarea:hover {
    border-color: var(--light);
  }
}
.modal__form .input-wrap textarea:focus {
  border-color: var(--orange);
}
.modal__form .input-wrap textarea::placeholder {
  color: var(--color-black-text-icon-tetriary, #737374);
}
.modal__form .checkbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.modal__form .checkbox__sq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #BABABA;
  transform: translateY(4px);
}
.modal__form .checkbox__sq::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M0.363636 0H7.63636C7.83719 0 8 0.162806 8 0.363636V7.63636C8 7.83719 7.83719 8 7.63636 8H0.363636C0.162806 8 0 7.83719 0 7.63636V0.363636C0 0.162806 0.162806 0 0.363636 0Z' fill='%23C06802'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__form .checkbox__text {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal__form .checkbox__text a {
  color: var(--orange);
  text-decoration: underline;
  display: inline;
  transition: color 0.3s;
}
@media screen and (hover: hover) {
  .modal__form .checkbox__text a:hover {
    color: var(--yellow);
  }
}
.modal__form .form__btn {
  margin-top: 56px;
}
@media screen and (max-width: 600px) {
  .modal__form .form__btn {
    margin-top: 32px;
  }
}
.modal__form input[data-type=tel] {
  color: rgb(145, 145, 145);
}
.modal__form ._err input {
  box-shadow: unset;
  border-color: #E02D3C;
}
.modal__form ._err .checkbox__sq {
  border-color: #E02D3C;
}
.modal__form .checkbox input:checked ~ .checkbox__sq::before {
  opacity: 1;
}
.modal__form input {
  border: 1px solid #E2E2E2;
  transition: border 0.3s;
}
@media screen and (hover: hover) {
  .modal__form input:hover {
    border-color: var(--Primary-Dark-Hover, #134216);
  }
}
.modal__form input:focus {
  border-color: var(--Primary-Main, #315E34);
}
.modal__form input::placeholder {
  color: rgb(145, 145, 145);
}

.news-video{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}