*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  margin: 30px 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

button,
[role=button] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
.h1 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 16px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin: 48px 0 16px;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 16px;
  font-weight: 700;
}

h4,
.h4 {
  margin: 40px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p {
    line-height: 1.4;
  }
}
a {
  color: #fff;
  transition: all 0.3s;
}

.post-entry {
  width: 100%;
}
.post-entry .is-style-block-bg,
.post-entry .wp-block-group {
  background: #fff;
  padding: 60px 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 34px 0px rgba(201, 211, 242, 0.25);
  margin-bottom: 120px;
}
.post-entry .has-text-align-left {
  text-align: left !important;
}
.post-entry .has-text-align-right {
  text-align: right !important;
}
.post-entry .has-text-align-center {
  text-align: center !important;
}
.post-entry ol {
  margin: 16px 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.post-entry ol li {
  margin-bottom: 16px;
  counter-increment: li;
  position: relative;
  padding-left: 38px;
}
.post-entry ol li:before {
  content: counter(li) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.post-entry ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.post-entry ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.post-entry ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  border-radius: 50%;
  background: #fff;
  height: 8px;
  width: 8px;
}
.post-entry .wp-block-table {
  border: 1px solid #fff;
  overflow: hidden;
  max-width: 100%;
  border-radius: 16px;
  margin: 16px 0;
}
.post-entry .wp-block-table thead {
  border-bottom: none;
}
.post-entry .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 1px;
  border-color: #fff;
  min-width: 100%;
}
.post-entry .wp-block-table th {
  background: #fff;
}
.post-entry .wp-block-table td,
.post-entry .wp-block-table th {
  padding: 19px 20px;
  line-height: 1.4;
  font-size: 14px;
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.post-entry .wp-block-table td:last-child,
.post-entry .wp-block-table th:last-child {
  border-right: none;
}
.post-entry .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.post-entry .wp-block-image {
  margin: 16px 0;
}
.post-entry .wp-block-image img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-entry .wp-block-table {
    overflow-x: auto;
  }
  .post-entry .wp-block-table td,
  .post-entry .wp-block-table th {
    padding: 8px 12px;
  }
  .post-entry .is-style-block-bg,
  .post-entry .wp-block-group {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 16px;
    margin-bottom: 40px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.obj-cover, .gallery--hero img, .event--team-item-image img, .location--photos-slide img, .video-slider--slide-image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.obj-contain, .socials--item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.btn-primary {
  position: relative;
  min-width: 226px;
  text-align: center;
  display: inline-block;
  padding: 12px 38px;
  background: #FEDE09;
  color: #000;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 900;
  font-style: italic;
  font-family: "DrukCyr", sans-serif;
  text-transform: uppercase;
  margin-left: 11px;
  margin-right: 11px;
  letter-spacing: 0.3px;
  transition: none;
}
.btn-primary.full-width {
  width: calc(100% - 22px);
}
.btn-primary:before, .btn-primary:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 12px;
  left: -11px;
  transition: none;
  top: 0;
  background-image: url("../../images/btm-left.svg");
  background-size: 12px 100%;
}
.btn-primary:after {
  left: auto;
  right: -11px;
  background-image: url("../../images/btn-right.svg");
}
@media (min-width: 1025px) {
  .btn-primary:hover {
    background: #FFEF84;
  }
  .btn-primary:hover:before {
    background-image: url("../../images/btm-left-hover.svg");
  }
  .btn-primary:hover:after {
    background-image: url("../../images/btn-right-hover.svg");
  }
}

.bg-white, .location--trust-item:nth-child(2) {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.bg-white > span:first-child, .location--trust-item:nth-child(2) > span:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-white > span:first-child:before, .location--trust-item:nth-child(2) > span:first-child:before {
  content: "";
  position: absolute;
  width: 386px;
  height: 234px;
  right: -70x;
  top: 100%;
  background: #000000;
  filter: blur(150px);
}
.bg-white > span:first-child:after, .location--trust-item:nth-child(2) > span:first-child:after {
  content: "";
  position: absolute;
  width: 234px;
  height: 234px;
  right: -142px;
  bottom: -109px;
  background: #000000;
  filter: blur(150px);
}

.bg-yellow, .location--trust-item:nth-child(3) {
  position: relative;
  background-image: url("../../images/yellow-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #FEDE09;
  overflow: hidden;
}

.bg-yellow-light {
  background: linear-gradient(121.5deg, rgba(254, 222, 9, 0.17) 13.18%, rgba(254, 222, 9, 0) 97.67%);
  background-blend-mode: plus-lighter;
  filter: drop-shadow(-10px 14px 24px rgba(0, 0, 0, 0.55));
}

.socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.socials--item {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
body.page-id-4052 .header--location {
  display: none !important;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.header .container {
  position: relative;
}
.header--center-phone {
  display: none;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 43px 0;
}
.header--phone {
  color: #FEDE09;
}
.header--right {
  display: flex;
  align-items: center;
  gap: 27px;
}
.header--logo img {
  height: 38px;
  width: auto;
}
.header--menu-open {
  display: none;
}
.header--menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--menu .menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header--menu li {
  display: flex;
}
.header--menu .menu-item-has-children {
  position: relative;
}
.header--menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.header--menu .sub-menu {
  position: absolute;
  flex-direction: column;
  gap: 7px;
  top: 100%;
  left: 0;
  background: #000;
  padding: 20px 10px;
  width: 200px;
  display: none;
}
.header--menu a {
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  line-height: 1.4;
}
.header--menu a:hover {
  color: #FEDE09;
}
.header--menu .menu-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header--location {
  background: rgba(255, 255, 255, 0.08);
  background-blend-mode: plus-lighter;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2.04762px);
          backdrop-filter: blur(2.04762px);
  border-radius: 68.254px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 7px 15px;
}
.header--location span {
  width: 15px;
  height: 20px;
  background: url("../../images/marker-icon.svg") no-repeat center center/contain;
}
.header--socials {
  display: none;
}
@media (max-width: 1024px) {
  .header {
    height: 62px;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    background: #000;
  }
  .header:before {
    display: none;
  }
  .header--socials {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
  }
  .header--center-phone {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 110px;
  }
  .header--center-phone .header--phone {
    display: inline-block;
  }
  .header--menu-open {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    padding: 0;
  }
  .header--menu-open span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .header--menu-open.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header--menu-open.is-active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  .header--menu-open.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .header--phone {
    display: none;
  }
  .header--row {
    padding: 5px 0;
  }
  .header--center {
    display: none;
    position: fixed;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: calc(62px - 2px);
    width: 100%;
    z-index: 1000;
    background: #000;
    height: calc(100% - 62px + 2px);
    overflow: hidden;
    padding: 25px 15px 100px;
  }
  .header--center.menu-active {
    display: flex;
  }
  .header--menu li {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .header--menu a {
    font-size: 32px;
    font-family: "DrukCyr", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 0;
  }
  .header--menu .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .header--menu .sub-menu {
    display: flex;
    position: relative;
    top: auto;
    width: 100%;
  }
  .header--logo img {
    height: 32px;
    width: auto;
  }
}

@keyframes wrapFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html.cities-preload .locations-list--wrap {
  display: flex !important;
}

.locations-list--close {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1001;
  cursor: pointer;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}
.locations-list--wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  animation: wrapFadeIn 0.5s ease forwards;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 160px 15px 100px;
}
.locations-list--wrap.is-active {
  display: flex;
}
.locations-list--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.locations-list--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.locations-list--bg img:nth-child(2) {
  display: none;
}
.locations-list--col {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.locations-list--link {
  font-size: 86px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-family: "DrukCyr", sans-serif;
}
.locations-list--link.current {
  color: #fff;
}
@media (min-width: 1025px) {
  .locations-list--link:hover {
    color: #fff;
  }
}
.locations-list--logo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .locations-list--close {
    top: 6px;
    right: 5px;
  }
  .locations-list--col {
    gap: 6px;
  }
  .locations-list--link {
    font-size: 40px;
    line-height: 1;
    font-style: normal;
  }
  .locations-list--bg img:nth-child(2) {
    display: block;
  }
  .locations-list--bg img:nth-child(1) {
    display: none;
  }
  .locations-list--logo {
    width: 62px;
  }
  .locations-list--logo svg {
    width: 100%;
    height: auto;
  }
}

.footer {
  margin-top: 100px;
  padding-bottom: 40px;
}
.footer--row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 100px;
}
.footer--col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer--col:last-child {
  align-items: flex-end;
  text-align: right;
}
.footer--menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer--menu a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 1.77;
}
.footer--phone {
  font-size: 16px;
  color: #FEDE09;
  line-height: 1.5;
}
.footer--doc-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.footer--doc-inner a {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 300;
  color: rgba(229, 229, 229, 0.5019607843);
  display: inline-block;
}
.footer--socials-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer--row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer--col {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer--col:first-child {
    display: none;
  }
  .footer--col:last-child {
    align-items: center;
    text-align: center;
  }
  .footer--menu {
    display: none;
  }
  .footer--socials-mobile {
    display: block;
  }
  .footer--doc-inner ul {
    align-items: center;
  }
}

.faq--section {
  margin-bottom: 150px;
}
.faq--row {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 30px;
  align-items: flex-start;
}
.faq--title {
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "DrukCyr", sans-serif;
  font-style: italic;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 113px;
}
.faq--title span:nth-child(1) {
  color: #FEDE09;
}
.faq--title span:nth-child(2) {
  margin-left: 98px;
}
.faq--subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  font-family: "DrukCyr", sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  font-size: 24px;
}
.faq--subtitle-wrap span {
  color: #FEDE09;
}
.faq--right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq--item {
  padding: 12px 8px 20px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.faq--item.active .faq--item-text {
  max-height: 500px;
  opacity: 1;
}
.faq--item.active .faq--item-title span {
  transform: rotate(180deg);
}
.faq--item-title {
  position: relative;
  padding-right: 45px;
  font-size: 20px;
  line-height: 1.2;
  color: #FEDE09;
  cursor: pointer;
}
.faq--item-title span {
  position: absolute;
  top: -4px;
  right: 0;
  transition: transform 0.3s ease;
}
.faq--item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #E5E5E5;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease;
}
.faq--item-text div {
  padding-top: 8px;
}
@media (max-width: 1024px) {
  .faq--section {
    padding-bottom: 190px;
    position: relative;
    margin-bottom: 100px;
  }
  .faq--subtitle-wrap {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .faq--subtitle {
    font-size: 40px;
    text-align: center;
  }
  .faq--left {
    width: 100%;
  }
  .faq--right {
    width: 100%;
  }
  .faq--title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-style: normal;
    gap: 3px;
    flex-wrap: wrap;
  }
  .faq--title span:first-child {
    width: 100%;
    text-align: center;
    font-style: italic;
  }
  .faq--title span:nth-child(2) {
    margin-left: 0;
  }
  .faq--row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .faq--item-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .faq--item-text {
    font-size: 15px;
    line-height: 1.66;
  }
  .faq--item-text div {
    padding-top: 12px;
  }
}

.video-slider {
  position: relative;
  overflow: hidden;
}
.video-slider--title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 56px;
  line-height: 1;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  margin-bottom: 53px;
}
.video-slider--title a {
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  background-color: #1F1F20;
  border-radius: 50%;
  display: inline-flex;
}
.video-slider--list {
  position: relative;
  overflow: hidden;
}
.video-slider--list .swiper-slide {
  width: 638px;
  opacity: 0 !important;
}
.video-slider--list .swiper-slide.swiper-slide-prev, .video-slider--list .swiper-slide.swiper-slide-next {
  opacity: 0.6 !important;
}
.video-slider--list .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.video-slider--list .swiper-button-prev,
.video-slider--list .swiper-button-next {
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url("../../images/video-slider-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: calc(50% - 21px);
  z-index: 2;
  cursor: pointer;
}
.video-slider--list .swiper-button-prev svg,
.video-slider--list .swiper-button-next svg {
  display: none;
}
.video-slider--list .swiper-button-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
.video-slider--slide {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  border: 1.00119px solid rgba(255, 255, 255, 0.2);
  border-radius: 25.83px;
  padding: 17px 17px 23px;
}
.video-slider--slide-image {
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-slider--slide-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.1;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}
.video-slider--slide-icon {
  width: 62px;
  min-width: 62px;
}
@media (max-width: 1024px) {
  .video-slider--title {
    margin-bottom: 13px;
  }
  .video-slider--list {
    padding: 0 20px 50px;
  }
  .video-slider--list .swiper-slide {
    width: 100%;
  }
  .video-slider--list .swiper-button-next,
  .video-slider--list .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 35px;
    height: 35px;
  }
  .video-slider--list .swiper-button-next {
    right: calc(50% - 41px);
  }
  .video-slider--list .swiper-button-prev {
    left: calc(50% - 41px);
  }
  .video-slider--slide {
    padding: 7px 7px 9px;
  }
  .video-slider--slide-image {
    position: relative;
    height: auto;
    padding-top: 56%;
    margin-bottom: 8px;
  }
  .video-slider--slide-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .video-slider--slide-icon {
    width: 35px;
    min-width: 35px;
  }
  .video-slider--slide-icon svg {
    width: 100%;
    height: auto;
  }
  .video-slider--slide-bottom {
    font-size: 12px;
  }
}

.doc--main {
  padding-top: 182px;
}
.doc--title {
  font-size: 116px;
  text-transform: uppercase;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 110px;
}
.doc--content {
  color: #E5E5E5;
  line-height: 1.33;
  font-size: 18px;
  font-weight: 100;
}
.doc--content p {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .doc--main {
    padding-top: 50px;
  }
  .doc--title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .doc--content {
    font-size: 14px;
  }
}

.steps--content {
  padding-top: 156px;
  position: relative;
}
.steps--subtitle {
  font-size: 40px;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 1px;
}
.steps--title {
  font-size: 116px;
  font-weight: 700;
  font-family: "DrukCyr", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
.steps--title span {
  color: #FEDE09;
}
.steps--top-text {
  font-size: 40px;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
  line-height: 1;
}
.steps--cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 25px;
}
.steps--col-count {
  font-size: 34px;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #FEDE09;
  padding: 2px 0 4px;
  color: #000;
  line-height: 24px;
  margin-bottom: 25px;
}
.steps--col-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #E5E5E5;
  line-height: 1.2;
}
.steps--col-title span {
  color: #FEDE09;
}
.steps--col-title a {
  color: #FEDE09;
  text-decoration: underline;
}
.steps--col-text {
  font-size: 18px;
  line-height: 20px;
  margin-top: 8px;
  color: #8D8D8D;
}
.steps--bottom-text {
  text-align: right;
  font-weight: 700;
  line-height: 1;
  font-family: "DrukCyr", sans-serif;
  font-size: 40px;
  padding-right: 192px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .steps--content {
    padding-top: 50px;
  }
  .steps--subtitle {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .steps--title {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 57px;
  }
  .steps--top-text {
    font-size: 32px;
    margin-bottom: 27px;
  }
  .steps--cols {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 40px;
  }
  .steps--col {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .steps--col-count {
    width: 44px;
    min-width: 44px;
    font-size: 24px;
    line-height: 20px;
  }
  .steps--col-title {
    font-size: 18px;
  }
  .steps--col-text {
    font-size: 14px;
  }
  .steps--bottom-text {
    text-align: left;
    font-size: 32px;
    padding-right: 0;
  }
}

.location--hero {
  min-height: 800px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.location--hero:before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 425px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
  background: #000000;
  filter: blur(100px);
  z-index: 2;
}
.location--hero .container {
  position: relative;
  z-index: 3;
}
.location--hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.location--hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.location--hero-row {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: space-between;
}
.location--hero-switcher {
  display: inline-block;
  padding-left: 66px;
  position: relative;
  background: transparent;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  text-align: left;
}
.location--hero-switcher span {
  color: #FEDE09;
}
.location--hero-switcher:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 49px;
  background: url("../../images/toggle-icon.png") no-repeat center center/contain;
}
.location--hero-title {
  margin-bottom: 80px;
  position: relative;
  font-size: 116px;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  font-family: "DrukCyr", sans-serif;
}
.location--hero-title span {
  color: #FEDE09;
  position: absolute;
  top: 80%;
  left: calc(100% - 66px);
  white-space: nowrap;
}
.location--events-section {
  padding: 0 0 20px;
}
.location--events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.location--event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  position: relative;
  overflow: hidden;
}
.location--event .btn-primary {
  z-index: 3;
}
.location--event-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.location--event-photos {
  height: 193px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.location--event-photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.location--event-image {
  height: 459px;
  margin-bottom: 15px;
}
.location--event-image a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.location--event-image a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.26);
  opacity: 1;
  z-index: 2;
}
.location--event-image a:hover:after {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}
.location--event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.location--event-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.location--event-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.location--event-info-item {
  position: relative;
  color: #B4B4B4;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 15px;
}
.location--event-info-item:after {
  display: block;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #323234;
}
.location--trust-section {
  padding: 150px 0;
  position: relative;
}
.location--trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  position: relative;
}
.location--trust-bg-circle {
  position: absolute;
  width: 242px;
  height: 242px;
  background: #FEDE09;
  filter: blur(170px);
  top: -10px;
  left: 86px;
  z-index: 1;
}
.location--trust-bg-circle-item {
  position: absolute;
  top: 50%;
}
.location--trust-bg {
  position: absolute;
  mix-blend-mode: overlay;
  z-index: 2;
  opacity: 0.3;
  font-size: 145px;
  line-height: 174px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  font-family: "DrukCyr", sans-serif;
  top: -136px;
  left: 62px;
}
.location--trust-bg span {
  position: relative;
}
.location--trust-bg span:nth-child(3) {
  top: -34px;
  left: -160px;
}
.location--trust-bg span:nth-child(5) {
  top: -88px;
  left: -45px;
}
.location--trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  min-height: 190px;
  color: #000;
  position: relative;
  z-index: 3;
}
.location--trust-item .title {
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 78px;
  line-height: 1.1;
}
.location--trust-item .text {
  font-size: 21px;
  line-height: 1.1;
}
.location--trust-item:nth-child(1) {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: -10px 14px 24px rgba(0, 0, 0, 0.55);
}
.location--trust-item:nth-child(1) .title {
  color: #FEDE09;
}
.location--trust-item:nth-child(1) .text {
  color: #fff;
}
.location--photos-white {
  padding: 39px 41px 54px;
  background: #fff;
  border-radius: 20px;
}
.location--photos-info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  align-items: flex-end;
  margin-bottom: 40px;
}
.location--photos-info-left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.location--photos-title {
  display: flex;
  flex-direction: column;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  width: 280px;
  min-width: 280px;
  margin: 0;
}
.location--photos-title span {
  width: 100%;
  text-align: right;
  color: #323234;
  font-style: italic;
}
.location--photos-text {
  color: #323234;
}
.location--photos-info-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.location--photos-list {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.location--photos-list .swiper-slide {
  width: auto;
}
.location--photos-list .swiper-button-prev,
.location--photos-list .swiper-button-next {
  width: 34px;
  height: 34px;
  background: #FEDE09;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 17px);
  left: -13px;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.location--photos-list .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: -13px;
}
.location--photos-slide {
  width: 342px;
  height: 311px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.location--photos-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
.location--photos-link-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .location--event-image {
    height: auto;
    border-radius: 0;
  }
  .location--event-image img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .location--events-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }
  .location--event-bottom a {
    width: calc(100% - 22px);
  }
  .location--event-title {
    font-size: 16px;
  }
  .location--event-info-item {
    font-size: 16px;
  }
  .location--trust-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .location--hero {
    min-height: 545px;
    padding-bottom: 33px;
  }
  .location--hero-bg {
    height: 451px;
  }
  .location--hero-row {
    flex-direction: column;
    gap: 10px;
  }
  .location--hero-switcher {
    padding-left: 0;
    padding-right: 50px;
    font-size: 16px;
    width: 100%;
  }
  .location--hero-switcher:before {
    left: auto;
    right: 0;
    width: 43px;
    height: 42px;
  }
  .location--hero-title {
    width: 100%;
    font-size: 70px;
  }
  .location--hero-title span {
    left: 130px;
  }
  .location--trust-section {
    padding-top: 180px;
  }
  .location--trust-bg-circle {
    width: 80%;
    height: 69px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(68.535px);
    top: -66px;
  }
  .location--trust-bg {
    font-size: 72px;
    top: -132px;
    line-height: 1.2;
    left: 0;
  }
  .location--trust-bg span:nth-child(3) {
    left: 139px;
    top: -24px;
  }
  .location--trust-bg span:nth-child(5) {
    left: 198px;
    top: -110px;
  }
  .location--trust-item:nth-child(1) {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: -10px 14px 24px rgba(0, 0, 0, 0.55);
  }
  .location--photos-white {
    padding: 12px 23px 23px;
  }
  .location--photos-info {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 23px;
  }
  .location--photos-info-right {
    display: none;
  }
  .location--photos-info-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .location--photos-link-mobile {
    display: inline-block;
    width: calc(100% - 22px);
    margin-top: 23px;
  }
  .location--photos-slide {
    width: 100%;
    height: 100%;
  }
  .location--photos-section {
    margin-bottom: 100px;
  }
  .location--photos-list .swiper-slide {
    height: auto;
  }
}

.not-found {
  padding-top: 583px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.not-found .container {
  position: relative;
  z-index: 1;
}
.not-found--bg {
  color: #5E5E5E;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  position: absolute;
  line-height: 0.87;
  font-size: 1019px;
  font-style: italic;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.not-found--bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 110%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 92.39%);
}
.not-found--title {
  font-size: 106px;
  text-transform: uppercase;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.not-found--text {
  width: 100%;
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1.33;
  font-weight: 100;
  color: #E5E5E5;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .not-found {
    padding-top: 282px;
  }
  .not-found--bg {
    font-size: 300px;
    line-height: 1;
  }
  .not-found--title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .not-found--text {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .not-found--link {
    width: calc(100% - 22px);
  }
}

.event--main {
  position: relative;
  overflow: hidden;
}
.event--hero-bg-mobile {
  display: none;
}
.event--hero {
  width: 100%;
  max-width: 1460px;
  height: 907px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 30px;
  display: flex;
  align-items: flex-end;
}
.event--hero:before {
  content: "";
  position: absolute;
  display: block;
  background: #000000;
  filter: blur(32px);
  height: 294px;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -123px;
  z-index: 2;
}
.event--hero .container {
  position: relative;
  z-index: 3;
}
.event--hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event--hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event--hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.event--hero-title {
  width: 634px;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 54px;
}
.event--intro {
  position: relative;
  z-index: 2;
  padding: 70px 0 150px;
}
.event--intro .container {
  position: relative;
}
.event--intro-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  position: relative;
}
.event--intro-col {
  min-height: 307px;
  border-radius: 20px;
  padding: 23px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  overflow: hidden;
}
.event--intro-col.two-row {
  grid-row: span 2;
  background-image: url("../../images/photos-bg.png");
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
  position: relative;
}
.event--intro-col.two-row:after {
  display: block;
  content: "";
  position: absolute;
  width: 57px;
  height: 63px;
  background: url("../../images/icon-play.svg") no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event--intro-col.format {
  grid-column: span 2;
  background-image: url("../../images/format-bg.png");
  background-size: cover;
  background-position: center;
}
.event--intro-col.format .title {
  color: #FEDE09;
}
.event--intro-col.bg-yellow, .event--intro-col.location--trust-item:nth-child(3), .event--intro-col.bg-white, .event--intro-col.location--trust-item:nth-child(2) {
  color: #000;
}
.event--intro-col.location {
  color: #000;
  position: relative;
  background: url("../../images/location-bg-1.png") no-repeat center center/cover;
}
.event--intro-col.location .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event--intro-col.bar {
  color: #000;
  background: #fff;
  position: relative;
}
.event--intro-col.bar:before {
  display: block;
  content: "";
  position: absolute;
  right: -117px;
  top: -37px;
  width: 239px;
  height: 381px;
  background: url("../../images/bar-bg.png") no-repeat center center/contain;
}
.event--intro-col .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.event--intro-col .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}
.event--intro-col a {
  color: inherit;
}
.event--intro-bg {
  position: absolute;
  top: -100px;
  left: 214px;
  font-size: 116px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "DrukCyr", sans-serif;
}
.event--intro-bg span {
  mix-blend-mode: overlay;
  opacity: 0.15;
}
.event--intro-bg:before {
  display: block;
  content: "";
  position: absolute;
  background: #FEDE09;
  filter: blur(170px);
  width: 242px;
  height: 242px;
  left: 70px;
  top: 90px;
}
.event--team {
  margin-bottom: 150px;
}
.event--team-title {
  font-size: 56px;
  font-family: "DrukCyr", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
.event--team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.event--team-row.short-col {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.event--team-row.short-col .event--team-item {
  width: calc(50% - 15px);
}
.event--team-item {
  width: calc(33.3333333333% - 15px);
}
.event--team-item-image {
  height: 362px;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.event--team-item-name {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2;
}
.event--team-item-info {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  color: #323234;
  margin-bottom: 8px;
}
.event--team-item-instagram {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  color: #8D8D8D;
}
.event--team-item-instagram span {
  display: block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-image: url("../../images/instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}
.event--team-item-instagram span:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .event--hero {
    padding-bottom: 30px;
    height: auto;
  }
  .event--hero:before {
    bottom: -115px;
  }
  .event--hero .container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .event--hero-bg {
    display: none;
  }
  .event--hero-bg-mobile {
    display: block;
    width: 100%;
  }
  .event--hero-bg-mobile img {
    width: 100%;
    height: auto;
  }
  .event--hero-row {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .event--hero-row .location--event-info {
    justify-content: center;
  }
  .event--hero-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .event--hero-btn {
    width: calc(100% - 22px);
  }
  .event--hero-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event--intro {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .event--intro-bg {
    left: 0;
    width: 100%;
    font-size: 60px;
    text-align: center;
    top: -77px;
  }
  .event--intro-bg:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .event--intro-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .event--intro-col {
    padding: 21px;
    min-height: 150px;
    gap: 15px;
    grid-row: span 1;
  }
  .event--intro-col:first-child {
    grid-column: span 2;
  }
  .event--intro-col .title {
    font-size: 16px;
  }
  .event--intro-col .text {
    font-size: 12px;
  }
  .event--intro-col.bar:before {
    width: 121px;
    height: 129px;
    top: 6px;
    right: -61px;
  }
  .event--intro-col.location {
    order: 3;
  }
  .event--intro-col.location svg {
    width: 19px;
    height: 19px;
  }
  .event--intro-col.location:before {
    width: 141px;
    height: 167px;
    top: -8px;
    right: -56px;
  }
  .event--intro-col.two-row {
    order: 4;
    grid-column: span 2;
    min-height: 512px;
    justify-content: flex-start;
  }
  .event--intro-col.format .title {
    font-size: 18px;
  }
  .event--intro-col.format .text {
    font-size: 15px;
  }
  .event--team-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .event--team-item {
    width: 100% !important;
    max-width: 365px;
  }
}

.gallery--hero {
  position: relative;
  overflow: hidden;
  height: 574px;
}
.gallery--hero img {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery--intro {
  padding: 40px 0 50px;
}
.gallery--intro-title {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 56px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-family: "DrukCyr", sans-serif;
}
@media (max-width: 1024px) {
  .gallery--hero {
    height: 374px;
  }
  .gallery--hero:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
  }
  .gallery--intro-title {
    font-size: 40px;
  }
}

html,
body {
  margin-top: 0 !important;
  font-family: "e-UkraineHead", sans-serif;
  background: #000;
  color: #fff;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  font-weight: 300;
  font-size: 16px;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}

.body--inner {
  position: relative;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

body.hidden {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    padding-top: 62px;
  }
}

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

@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-Super.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("../../fonts/DrukCyr-SuperItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "e-UkraineHead";
  src: url("../../fonts/e-Ukraine-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-UkraineHead";
  src: url("../../fonts/e-Ukraine-UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-UkraineHead";
  src: url("../../fonts/e-Ukraine-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-UkraineHead";
  src: url("../../fonts/e-Ukraine-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-UkraineHead";
  src: url("../../fonts/e-Ukraine-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-UkraineHead";
  src: url("../../fonts/e-Ukraine-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
