﻿:root {
  --font-default: "Wix Madefor Text", sans-serif;
  --gradient: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  --gray: #878787;
  --body-bg: #e7e4e5;
  --dark: #0f0f0f;
  --text: #0f0f0f;
  --link: #7849a9;
  --orange: #7849a9;
  --inner-padding: 32px;
  --hover-red: #7849a9;
}
@media (max-width: 992px) {
  :root {
    --inner-padding: 23px;
  }
}
@media (max-width: 700px) {
  :root {
    --inner-padding: 12px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
}
main {
  display: block;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
pre {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 1em;
}
a {
  background-color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden] {
  display: none;
}


:root {
  scroll-behavior: smooth;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: none;
  color: #000;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 1px;
  font-variant-ligatures: none;
  font-weight: 400;
  height: 100%;
  line-height: 1.3;
  margin: 0;
  min-height: 320px;
  min-width: 320px;
  padding: 0;
  width: 100%;
}
html._has-no-visible-focus * {
  outline: 0 !important;
}
html ._burger-menu-open {
  overflow: hidden;
}
@media (max-width: 1024px) {
  html[\:has\(\.filter-popup\._open\)] {
    overflow: hidden;
  }
  html:has(.filter-popup._open) {
    overflow: hidden;
  }
  html[\:has\(\.filter-popup\._open\)] body {
    overflow: hidden;
  }
  html:has(.filter-popup._open) body {
    overflow: hidden;
  }
}
html:not(.a11y-vision) ::selection {
  background: #7849a9;
  color: #fff;
}
* {
  box-sizing: border-box;
}
body {
  background: var(--body-bg);
  color: #000;
  font-size: 18rem;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
button {
  font-family: "Wix Madefor Text", sans-serif;
}
::-webkit-input-placeholder {
  color: #0006;
  opacity: 1;
}
::-moz-placeholder {
  color: #0006;
  opacity: 1;
}
:disabled {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
img {
  margin: 0;
}
a {
  color: currentColor;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
a[href^="mailto"],
a[href^="tel"] {
  -webkit-user-select: text;
  user-select: text;
}
nav ul,
ul {
  margin: 0;
  padding: 0;
}
button,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
input:not([type]),
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
html.desktop textarea {
  scrollbar-color: #fff #000;
  scrollbar-width: thin;
}
html.desktop textarea::-webkit-scrollbar {
  background: #000;
  height: 12px;
  width: 12px;
}
html.desktop textarea::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}
fieldset {
  border: 0;
}
fieldset,
figcaption,
figure {
  margin: 0;
  padding: 0;
}
template {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 1em 0;
}
color,
span.color-gradient {
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.wrap-page {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding-top: 160px;
}
@media (max-width: 1200px) {
  .wrap-page {
    padding-top: 87px;
  }
}
@media (max-width: 1400px) {
  .d-min-1400 {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .d-min-1200 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-max-1200 {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .d-min-700 {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .d-min-760 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .d-min-1024 {
    display: none !important;
  }
}
@media (min-width: 1023px) {
  .d-max-1024 {
    display: none !important;
  }
}
.swiper-pagination-bullets {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  background: #fff !important;
  height: 10px !important;
  opacity: 1 !important;
  width: 10px !important;
}
.white-block .swiper-pagination-bullet {
  background: #e7e4e5 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gradient) !important;
}
body {
  font-family: "Wix Madefor Text", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.h1 + .h2,
.h1 + h2,
h1 + .h2,
h1 + h2 {
  margin-top: 0;
}
.h1-big {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 400px;
  font-size: clamp(36px, calc(24.02817px + 3.19249vw), 70px);
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: normal;
  text-transform: uppercase;
}
.h1-big span {
  color: #444;
}
.white-block .h1-big {
  color: #b7b7b7;
}
.h1,
h1 {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 400px;
  font-size: clamp(24px, calc(16.25352px + 2.06573vw), 46px);
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: normal;
}
a.h1.title-link,
ah1.title-link {
  -webkit-text-fill-color: unset;
  align-items: center;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: var(--dark);
  display: inline-flex;
}
@media (max-width: 1024px) {
  a.h1.title-link,
  ah1.title-link {
    width: 100%;
  }
}
a.h1.title-link:after,
ah1.title-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.188 30.585 16.892 16 1.187 1.418' stroke='url(%23a)' stroke-width='1.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-.963' y1='10.999' x2='19.111' y2='11.658' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  position: relative;
  top: 4px;
  transition: transform 0.5s;
  width: 18px;
}
@media (max-width: 1024px) {
  a.h1.title-link:after,
  ah1.title-link:after {
    height: 23px;
    margin-left: auto;
  }
}
a.h1.title-link:hover,
ah1.title-link:hover {
  color: #0000;
}
a.h1.title-link:hover:after,
ah1.title-link:hover:after {
  transform: translateX(5px);
}
.h2,
h2 {
  font-size: clamp(20px, calc(18.59155px + 0.37559vw), 24px);
  margin-bottom: 16px;
  margin-top: 52px;
}
.h2,
.h3,
h2,
h3 {
  font-family: "Wix Madefor Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
.h3,
h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 133.333%;
}
.text {
  max-width: 909px;
}
.text img {
  max-width: 100%;
}
.text table td,
.text table th,
.text table thead,
.text table tr {
  height: auto !important;
}
.text table thead .h3,
.text table thead h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.text table {
  width: 100%;
}
.text table td {
  font-size: 16px;
}
.text table tbody td {
  min-width: 160px;
  padding: 20px 10px 0;
}
.text table tbody td:first-child {
  border-radius: 50px 0 0 50px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .text table tbody td:first-child {
    padding-left: 24px;
  }
}
@media (max-width: 700px) {
  .text table tbody td:first-child {
    padding-left: 12px;
  }
}
.text table tbody td:last-child {
  border-radius: 0 50px 50px 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .text table tbody td:last-child {
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .text table tbody td:last-child {
    padding-right: 12px;
  }
}
.text table thead td {
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
  padding: 10px;
  white-space: nowrap;
}
.text table thead td:first-child {
  border-radius: 50px 0 0 50px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .text table thead td:first-child {
    padding-left: 24px;
  }
}
@media (max-width: 700px) {
  .text table thead td:first-child {
    padding-left: 12px;
  }
}
.text table thead td:last-child {
  border-radius: 0 50px 50px 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .text table thead td:last-child {
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .text table thead td:last-child {
    padding-right: 12px;
  }
}
.text .table-resposive {
  margin-bottom: 30px;
  margin-left: calc(var(--inner-padding) * -1);
  margin-right: calc(var(--inner-padding) * -1);
  margin-top: 40px;
  overflow-x: auto;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}
@media (max-width: 992px) {
  .text .table-resposive {
    padding-left: 0;
    padding-right: 0;
  }
}
.text .table-resposive td {
  vertical-align: top;
}
.text .table-resposive::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 1em 0;
}
.text ul li {
  padding-left: 34px;
  position: relative;
}
.text ul li:before {
  background: var(--gradient);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 4px;
}
.text p {
  margin-bottom: 16px;
}
.text p big,
.text p em {
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: #0000;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-size: clamp(20px, calc(18.59155px + 0.37559vw), 24px);
  font-style: normal;
  font-weight: 300;
}
.text a:not([class]) {
  color: var(--link);
}
html.desktop .text a:not([class]):hover {
  color: var(--hover-red);
}
.text > p > img {
  border-radius: 50px;
  display: block;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .text > p > img {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .text > p > img {
    border-radius: 20px;
  }
}
.text > p > b > img,
.text > p > strong > img {
  border-radius: 50px;
  display: block;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .text > p > b > img,
  .text > p > strong > img {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .text > p > b > img,
  .text > p > strong > img {
    border-radius: 20px;
  }
}
.text > img {
  border-radius: 50px;
  display: block;
  margin: 40px 0;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .text > img {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .text > img {
    border-radius: 20px;
  }
}
.blockquote {
  border-left: 1px solid var(--link);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(20px, calc(18.59155px + 0.37559vw), 24px);
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  margin: 16px 0;
  padding: 0 0 0 16px;
}
.blockquote__content {
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.wrap-page {
  overflow: clip;
}
.inner {
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}
@media (min-width: 2000px) {
  .inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1900px;
  }
}
.d-none {
  display: none !important;
}
.top-row {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 32px;
}
.top-row .h1,
.top-row h1 {
  margin: 0 auto 0 0 !important;
  max-width: min(1000px, 100%);
  min-width: 0;
}
.top-row__sub-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 142.857%;
}
.top-row__sub ul {
  display: flex;
  flex-direction: row;
  gap: 5px;
  left: 0;
  list-style: none;
  margin: 0;
}
.top-row__sub ul a {
  color: var(--text);
}
.top-row__sub ul a svg {
  width: 30px;
}
.top-row__sub ul a:hover {
  color: var(--link);
}
.top-row__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
}
.top-row__filters a,
.top-row__filters button {
  background: #0000;
  border: 0 solid;
  border-radius: 30px;
  color: var(--text);
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  padding: 11px 20px;
  transition: color 0.1s ease;
  -webkit-user-select: none;
  user-select: none;
}
.top-row__filters a._active,
.top-row__filters button._active {
  background: var(--gradient);
  color: #fff !important;
  pointer-events: none;
}
html.desktop .top-row__filters a:hover,
html.desktop .top-row__filters button:hover {
  color: var(--hover-red);
}
@media (max-width: 700px) {
  .top-row__filters.overfolow-x {
    width: auto;
  }
}
.top-row__btns {
  flex-shrink: 0;
}
.top-row__btns.d-min-1024 {
  display: block !important;
}
.top-row[\:has\(\.top-row__btns\)] {
  flex-wrap: nowrap;
}
.top-row:has(.top-row__btns) {
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .top-row[\:has\(\.top-row__btns\)] {
    flex-wrap: wrap;
  }
  .top-row:has(.top-row__btns) {
    flex-wrap: wrap;
  }
  .top-row[\:has\(\.top-row__btns\)] .top-row__btns {
    width: 100%;
  }
  .top-row:has(.top-row__btns) .top-row__btns {
    width: 100%;
  }
}
.btn-link {
  border: 0 solid;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 0;
  line-height: 150%;
  padding: 10px 20px 10px 16px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.btn-link:hover {
  color: var(--link);
}
.btn {
  align-items: center;
  background: var(--gradient);
  border: 0;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
  height: 48px;
  letter-spacing: -0.16px;
  line-height: 48px;
  margin-top: 12px;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn,
.btn svg {
  position: relative;
}
.btn svg {
  top: -2px;
  z-index: 3;
}
.btn:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 1;
}
html.desktop .btn:hover {
  color: #7849a9 !important;
}
html.desktop .btn:hover:before {
  opacity: 1;
}
.btn span {
  vertical-align: middle;
  z-index: 2;
}
.btn span,
.btn-border {
  display: inline-block;
  position: relative;
}
.btn-border {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0000;
  border: 0 solid;
  border-radius: 50px;
  box-sizing: border-box;
  color: currentColor;
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  letter-spacing: -0.16px;
  line-height: 50px;
  padding: 0 22px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.btn-border:before {
  background: var(--gradient) border-box;
  border: 2px solid #0000;
  border-radius: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.btn-border .icon-next {
  line-height: 0;
}
.btn-border:after {
  background: var(--gradient);
  border-radius: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.btn-border__content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
html.desktop .btn-border:hover {
  color: #fff;
}
html.desktop .btn-border:hover:after {
  opacity: 1;
}
.btn-border._white-style:after,
.btn-border._white-style:before {
  background: #fff;
}
.btn-border._white-style .btn-border__content {
  color: #fff;
}
html.desktop .btn-border._white-style:hover .btn-border__content {
  color: #000;
}
.btn-border._black-style:after,
.btn-border._black-style:before {
  background: var(--dark);
}
.btn-border._black-style .btn-border__content {
  color: var(--dark);
}
html.desktop .btn-border._black-style:hover .btn-border__content {
  color: #fff;
}
._br {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  ._br {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  ._br {
    border-radius: 20px;
  }
}
.w-100 {
  width: 100%;
}
.content-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: auto 289px;
  margin-bottom: 60px;
  min-width: 0;
  padding: 0 8%;
}
@media (max-width: 1600px) {
  .content-inner {
    padding: 0 1% 0 5%;
  }
}
@media (max-width: 1300px) {
  .content-inner {
    padding: 0 1% 0 4%;
  }
}
.content-inner .h1 {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .content-inner .h1 {
    margin-bottom: 30px;
  }
}
.content-inner._full-width {
  grid-template-columns: auto 332px;
  padding: 0;
}
.content-inner._full-width .text {
  max-width: 912px;
}
@media (max-width: 1024px) {
  .content-inner {
    gap: 30px 16px;
    grid-template-columns: 1fr !important;
    padding: 0;
  }
}
.content-inner__main {
  min-width: 0;
}
.content-inner__sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (max-width: 1024px) {
  .content-inner__sidebar {
    flex-direction: row;
    gap: 12px;
  }
  .content-inner__sidebar > * {
    max-width: 216px;
    width: 100%;
  }
}
@media (max-width: 590px) {
  .content-inner__sidebar {
    flex-direction: column;
  }
  .content-inner__sidebar > * {
    max-width: none;
    width: 100%;
  }
}
.content-inner .text {
  max-width: 800px;
  min-width: 0;
}
.content-inner .text > .h2:first-child,
.content-inner .text > h2:first-child {
  margin-top: 0;
}
.sidebar-card {
  background: #d8d8d8;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
@media (max-width: 1024px) {
  .sidebar-card {
    max-width: 360px;
  }
}
@media (max-width: 590px) {
  .sidebar-card {
    max-width: unset;
  }
}
.sidebar-card ._old-price {
  color: #0f0f0f4d;
  text-decoration: line-through;
}
.sidebar-card__sale {
  background: var(--gradient);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 142.857%;
  margin-left: auto;
  padding: 10px 12px;
}
.sidebar-card__head {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.sidebar-card__head + .h3,
.sidebar-card__head + h3 {
  margin-top: 0;
}
.sidebar-card._bg-white {
  background: #fff;
}
.sidebar-card p {
  font-size: 16px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .sidebar-card p {
    font-size: 14px;
  }
}
.sidebar-card a {
  color: var(--link);
}
.sidebar-card a:hover {
  color: var(--hover-red);
}
.sidebar-card color {
  -webkit-text-fill-color: unset;
  color: #0000;
}
.white-block {
  background: #fff;
  border-radius: 50px 50px 0 0;
  color: var(--dark);
  left: 50%;
  margin-bottom: 40px;
  padding: 0 var(--inner-padding);
  padding-bottom: 1px;
  padding-top: 80px;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
.white-block .block:first-child .h1,
.white-block .block:first-child h1 {
  margin-top: 0;
}
@media (max-width: 1300px) {
  .white-block {
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
  }
}
.content-inner + .white-block,
.legend-page + .white-block,
div:not(.black-block) + .white-block {
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 60px;
}
.white-block + .block {
  margin-top: 200px;
}
@media (max-width: 1300px) {
  .white-block + .block {
    margin-top: 140px;
  }
}
.black-block {
  background: var(--dark);
  border-radius: 50px 50px 0 0;
  color: #fff;
  left: 50%;
  margin-bottom: 40px;
  padding: 0 var(--inner-padding);
  padding-bottom: 1px;
  padding-top: 1px;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
.content-inner + .black-block,
.legend-page + .black-block,
div:not(.black-block) + .black-block {
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 60px;
}
.black-block + .block {
  margin-top: 200px;
}
@media (max-width: 1300px) {
  .black-block + .block {
    margin-top: 140px;
  }
}
.white-block + .black-block {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 1300px) {
  .white-block + .black-block {
    margin-top: -70px;
    padding-top: 60px;
  }
  .black-block {
    border-radius: 30px 30px 0 0;
  }
}
@media (min-width: 2000px) {
  .black-block,
  .white-block {
    left: 50%;
    position: relative;
    width: calc(100vw * var(--w-correction));
  }
  .black-block > .block,
  .black-block > .history-1,
  .black-block > .history-img-row,
  .black-block > .text-center,
  .white-block > .block,
  .white-block > .history-1,
  .white-block > .history-img-row,
  .white-block > .text-center {
    margin-left: auto;
    margin-right: auto;
    width: 1900px;
  }
  .black-block .swiper.gallery-slider__swiper,
  .white-block .swiper.gallery-slider__swiper {
    overflow: visible;
    width: 100%;
  }
}
div[\:has\(\.black-block\)] + div[\:has\(\.white-block\)],
div[\:has\(\.white-block\)] + div[\:has\(\.black-block\)] {
  margin-top: -100px;
}
div:has(.black-block) + div:has(.white-block),
div:has(.white-block) + div:has(.black-block) {
  margin-top: -100px;
}
div[\:has\(\.black-block\)] + div[\:has\(\.white-block\)] .black-block,
div[\:has\(\.black-block\)] + div[\:has\(\.white-block\)] .white-block,
div[\:has\(\.white-block\)] + div[\:has\(\.black-block\)] .black-block,
div[\:has\(\.white-block\)] + div[\:has\(\.black-block\)] .white-block {
  padding-top: 100px;
}
div:has(.black-block) + div:has(.white-block) .black-block,
div:has(.black-block) + div:has(.white-block) .white-block,
div:has(.white-block) + div:has(.black-block) .black-block,
div:has(.white-block) + div:has(.black-block) .white-block {
  padding-top: 100px;
}
@media (max-width: 1300px) {
  div[\:has\(\.black-block\)] + div[\:has\(\.white-block\)],
  div[\:has\(\.white-block\)] + div[\:has\(\.black-block\)] {
    margin-top: -70px;
  }
  div:has(.black-block) + div:has(.white-block),
  div:has(.white-block) + div:has(.black-block) {
    margin-top: -70px;
  }
  div[\:has\(\.black-block\)] + div[\:has\(\.white-block\)] .black-block,
  div[\:has\(\.black-block\)] + div[\:has\(\.white-block\)] .white-block,
  div[\:has\(\.white-block\)] + div[\:has\(\.black-block\)] .black-block,
  div[\:has\(\.white-block\)] + div[\:has\(\.black-block\)] .white-block {
    padding-top: 60px;
  }
  div:has(.black-block) + div:has(.white-block) .black-block,
  div:has(.black-block) + div:has(.white-block) .white-block,
  div:has(.white-block) + div:has(.black-block) .black-block,
  div:has(.white-block) + div:has(.black-block) .white-block {
    padding-top: 60px;
  }
}
.block {
  margin-bottom: 60px;
}
.block .h1 {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .block .h1 {
    margin-bottom: 30px;
  }
}
.top-block {
  align-items: flex-end;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  height: 60vw;
  justify-content: flex-start;
  margin-bottom: 100px;
  max-height: 700px;
  min-height: 500px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .top-block {
    border-radius: 0;
    margin: 0 calc(var(--inner-padding) * -1);
    margin-bottom: 50px;
    padding: var(--inner-padding);
  }
}
.top-block__img {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-block__img img,
.top-block__img video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.top-block__img:after {
  background: linear-gradient(359deg, #0009 2.28%, #0000 99.45%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-block__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.top-block__tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
}
@media (max-width: 1024px) {
  .top-block__tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.top-block__tags li._bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  box-shadow: none;
}
.top-block__award {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  width: 151px;
}
.top-block__award:before {
  left: 0;
  transform: scaleX(-1);
}
.top-block__award:after {
  right: 0;
}
.top-block__award:after,
.top-block__award:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.62 71.117c-.014-.31.036-.742.138-1.02a32.988 32.988 0 0 0 3.35-.254c.93-.119 1.547-.268 2.135-.55.722-.343 1.949-1.182 2.394-1.86.262-.399.399-.838.576-1.435 1.06-3.575 4.978-5.832 7.447-6.73-.346 3.092-2.512 6.772-5.88 8.16-1.185.488-.93.18-1.915 1.102-.184.174-.37.339-.557.498a32.591 32.591 0 0 0 5.313-1.902c1.692-.776 2.416-1.43 3.168-3.186.244-.573.299-1.09.35-2.02.192-3.597 3.28-6.668 5.366-8.127.472 3.122-.735 7.335-3.782 9.462-1.174.819-.892.713-1.601 2a32.83 32.83 0 0 0 4.266-3.124c1.628-1.406 1.712-1.445 2.295-3.53.393-1.404.173-1.715-.106-3.083-.729-3.56 1.478-7.356 3.131-9.326 1.234 2.826 1.208 7.05-.964 9.933-1.137 1.51-.815.99-1.237 2.926a32.91 32.91 0 0 0 4.133-5.822c1.014-1.82.728-1.425.553-3.41-.116-1.313-.169-1.694-.876-2.776-1.874-2.866-1.205-6.957-.41-9.244 2.009 2.05 3.385 5.73 2.459 8.96-.327 1.141-.462.915-.327 2.2.039.369.086.737.148 1.104a32.656 32.656 0 0 0 1.969-6.398c.286-1.447.134-1.806-.544-3.054-.87-1.602-.552-1.07-1.815-2.207-2.566-2.312-3.07-6.447-2.946-8.892 2.546 1.426 4.944 4.607 5.014 8.019.036 1.742-.306 1.28.762 2.93a33.375 33.375 0 0 0 .001-6.438c-.117-1.21-.367-2.117-1.25-2.973-1.33-1.286-.773-.84-2.367-1.49-2.973-1.21-4.733-4.66-5.408-6.837 2.627.423 5.668 2.36 6.886 5.216.617 1.451.205 1.235 1.565 2.376a32.786 32.786 0 0 0-1.336-4.578c-.473-1.266-.699-1.736-1.824-2.449-1.77-1.12-.96-.744-2.869-1.048-2.967-.474-5.372-3.156-6.512-4.966 2.607-.268 6.014.834 7.819 3.314.773 1.062.596.989 1.854 1.675a32.937 32.937 0 0 0-2.443-4.028c-.935-1.319-.693-1.017-2.184-1.478a25.423 25.423 0 0 1-.857-.282c-1.277-.448-.89-.205-2.13-.15-2.9.127-5.55-1.998-6.878-3.526 2.423-.758 5.765-.375 7.818 1.602.742.715.454.851 1.51 1.144.25.07.504.133.76.19a33.054 33.054 0 0 0-2.557-2.643c-.86-.794-1.028-.896-1.709-1.014-.93-.159-1.903-.318-2.835-.437-.57-.073-.796-.043-1.942.038-2.712.193-5.455-1.34-6.886-3.187 2.005-.406 5.485-.505 7.715 1.33 1.27 1.044 1.467.965 3.115 1.144a32.857 32.857 0 0 0-6.029-3.605c-.96-.442-1.36-.43-1.948-.519C9.923 6.574 8.132 5.898 6.81 4.7 5.666 3.664 4.91 2.247 4.822.695c.798.544 2.312.862 3.287 1.175 1.761.565 3.167 1.251 4.384 3.031.157.23.312.464.49.715.256.356.486.54 1.214.878a33.805 33.805 0 0 1 5.24 3.038c-.123-.274-.229-.5-.327-.69-.465-.914-.73-1.02-1.614-1.438-2.493-1.181-4.135-3.92-4.456-6.256 1.94.66 5 2.326 6.02 5.023.218.577.29.882.408 1.212.203.562.67 1.457 1.1 2.222.732 1.299.904 1.44 2.037 2.464a33.93 33.93 0 0 1 2.534 2.539 16.998 16.998 0 0 0-.225-1.11c-.184-.773-.355-.954-.98-1.414C21.65 10.401 20.7 7.19 21.02 4.68c1.837 1.1 4.59 3.546 4.715 6.667.05 1.218-.092 1.069.271 2.348.12.422.227.846.323 1.268.357 1.566.242 1.288 1.178 2.598a33.888 33.888 0 0 1 2.601 4.279c.036-.383.057-.767.066-1.147.026-1.166-.188-1.573-.878-2.46-1.793-2.306-2.06-5.672-1.263-8.05 1.56 1.554 3.727 4.62 3.392 7.71-.16 1.48-.259 1.77-.231 3.38.008.45.004.894-.013 1.336-.051 1.497-.098 1.233.435 2.64a33.544 33.544 0 0 1 1.354 4.516c.168-.452.312-.907.436-1.366.547-2.002.344-1.316-.317-3.008-1.083-2.771-.44-6.131.973-8.265 1.143 1.973 2.489 5.609 1.36 8.62-.58 1.547-.778 1.743-1.201 3.524-.555 2.332-.837 2.103-.593 4.56a34.792 34.792 0 0 1 .154 4.488c.256-.324.496-.656.725-.993.903-1.332.694-1.465.529-2.957-.362-3.277 1.411-6.661 3.604-8.445.548 2.421.761 6.664-1.466 9.378-.87 1.061-1.01 1.143-1.744 2.409-.297.51-.607 1.004-.93 1.485-.573.853-.866 1.58-1.004 2.602a33.645 33.645 0 0 1-1.197 5.445c.78-.438 1.795-1.22 2.204-2.037.215-.431.242-.846.331-1.544.088-.7.244-1.615.614-2.483.897-2.108 2.574-3.878 4.311-4.82.087 2.34-.437 6.26-2.855 8.494-.513.474-1.063.938-1.624 1.42a51.455 51.455 0 0 1-2.405 1.978c-1.31.997-1.234 1.038-1.887 2.534a33.952 33.952 0 0 1-2.361 4.467c.431-.14.854-.298 1.264-.473 1.925-.813 1.144-.683 1.98-2.374 1.472-2.98 4.733-4.976 7.558-5.411-.805 2.536-2.944 6.62-6.558 7.762-1.532.483-2.056.743-3.533 1.406-2.152.966-1.572.537-3.065 2.383a34.142 34.142 0 0 1-3.447 3.67c.534-.033 1.059-.096 1.579-.18 1.072-.175 1.491-.544 2.145-1.405 2.106-2.773 5.977-3.984 8.938-3.66-1.362 2.13-4.268 5.308-7.814 5.69-1.05.113-1.574.106-2.407.23-2.496.371-3.341.254-5.44 1.782a33.973 33.973 0 0 1-3.912 2.457c.64.121 2.077.362 2.653.191.349-.103.633-.348 1.221-.816 2.792-2.223 6.955-2.407 9.8-1.3-1.87 1.708-5.483 4.02-9.015 3.544-1.626-.22-2.681-.355-4.37-.496-2.45-.206-1.703-.305-4.012.593a33.73 33.73 0 0 1-5.186 1.547c1.346.473 2.239.673 3.578.06 3.16-1.447 7.138-.662 9.578 1.04-2.194 1.205-6.227 2.588-9.494 1.24-1.083-.446-1.349-.627-2.06-.835-2.316-.68-3.426-1.084-5.814-.884-.713.06-1.807.11-2.176.113H.62v-.008Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-block__award {
    height: 79px;
    padding-left: 20px;
    padding-right: 20px;
    width: 110px;
  }
}
@media (max-width: 700px) {
  .top-block__award {
    height: 79px;
    width: 110px;
  }
}
.top-block__award-top {
  font-size: 7.517px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .top-block__award-top {
    font-size: 5.444px;
  }
}
.top-block__award-name {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 8.77px;
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
}
@media (max-width: 1024px) {
  .top-block__award-name {
    font-size: 6.351px;
    margin: 3px 0;
  }
}
.top-block__award-year {
  font-size: 12.529px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .top-block__award-year {
    font-size: 9.073px;
  }
}
.top-block__awards {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  margin-top: auto;
}
.overfolow-x {
  overflow: hidden;
  position: relative;
}
@media (max-width: 700px) {
  .overfolow-x {
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
  }
}
.overfolow-x__size {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .overfolow-x__size {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
.overfolow-x__scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.overfolow-x__scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.overfolow-x__prev {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 110%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  z-index: 90;
}
@media (max-width: 700px) {
  .overfolow-x__prev {
    display: none;
  }
}
.overfolow-x__prev svg {
  position: relative;
}
.overfolow-x__prev:hover {
  color: var(--link);
}
.overfolow-x__prev._active {
  opacity: 1;
  pointer-events: auto;
}
.overfolow-x__prev:before {
  background: linear-gradient(90deg, var(--body-bg) 50%, #0000);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 400%;
}
.overfolow-x__next {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 110%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  z-index: 90;
}
@media (max-width: 700px) {
  .overfolow-x__next {
    display: none;
  }
}
.overfolow-x__next:hover {
  color: var(--link);
}
.overfolow-x__next._active {
  opacity: 1;
  pointer-events: auto;
}
.overfolow-x__next svg {
  position: relative;
}
.overfolow-x__next:before {
  background: linear-gradient(270deg, var(--body-bg) 50%, #0000);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 400%;
}
.paginator {
  align-items: flex-start;
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 266px;
  padding: 4px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  width: min-content;
}
.paginator__next {
  right: -40px;
}
.paginator__prev {
  left: -40px;
}
.paginator__prev:before {
  transform: scaleX(-1);
}
.paginator__next,
.paginator__prev {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  transition: transform 0.3s;
}
.paginator__next._disable,
.paginator__prev._disable {
  opacity: 0.3;
  pointer-events: none;
}
.paginator__next:hover,
.paginator__prev:hover {
  transform: scale(1.2);
}
.paginator__next:before,
.paginator__prev:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.73 19 7.539-7L8.73 5' stroke='url(%23a)' stroke-width='1.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='7.698' y1='9.599' x2='17.334' y2='9.915' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.paginator__link {
  align-items: center;
  border-radius: 30px;
  color: #b1b3b2;
  cursor: pointer;
  display: flex;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 37px;
  justify-content: center;
  letter-spacing: 1.4px;
  line-height: 114.286%;
  transition: all 0.1s ease;
  width: 37px;
}
.paginator__link:hover {
  background: var(--body-bg);
  color: var(--dark);
}
.paginator__link._active {
  background: var(--gradient);
  color: #fff;
  pointer-events: none;
}
.checkbox {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding-left: 29px;
  position: relative;
  transition: color 0.2s ease;
}
.checkbox input {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.checkbox__text {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.checkbox__text a {
  color: var(--link);
  text-decoration: underline;
}
.checkbox__text a:hover {
  text-decoration: none;
}
.checkbox__indicator {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #cfcfcf;
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
input:checked + .checkbox__indicator {
  background: var(--gradient);
  box-shadow: 0 0 0 0 #cfcfcf;
}
input.just-validate-error-field + .checkbox__indicator {
  box-shadow: 0 0 0 1px red;
}
.checkbox__indicator:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 3.5 3 2.5 4-5' stroke='%23fff' stroke-width='1.6'/%3E%3C/svg%3E");
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  z-index: 4;
}
html.desktop .checkbox:hover {
  color: var(--hover-red);
}
.checkbox:focus-within .checkbox__indicator {
  outline: 1px dotted currentColor;
  outline: 5px auto -webkit-focus-ring-color;
}
.radio {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding-left: 29px;
  position: relative;
}
html.desktop .radio:hover .radio__text {
  color: var(--hover-red);
}
.radio input {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.radio__text {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
  position: relative;
  transition: color 0.2s ease;
}
.radio__text a {
  color: var(--link);
  text-decoration: underline;
}
.radio__text a:hover {
  text-decoration: none;
}
.radio__indicator {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cfcfcf;
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
input:checked + .radio__indicator {
  box-shadow: 0 0 0 1px var(--link);
}
input:checked + .radio__indicator:after {
  background: var(--gradient);
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  z-index: 4;
}
input.just-validate-error-field + .radio__indicator {
  box-shadow: 0 0 0 1px red;
}
.radio-row {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .radio-row {
    flex-direction: column;
    gap: 10px;
  }
}
.radio-row__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
}
.radio-row .radio {
  margin: 0;
}
.radio-row__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 16px;
}
.just-validate-error-label {
  display: none;
}
.form-item {
  display: block;
  margin-bottom: 20px;
}
.form-item input:not([type]),
.form-item input[type="text"] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(129deg, #00000008 0.95%, #ffffff0a 98.9%);
  border: 1.6px solid #cfcfcf;
  border-radius: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
  padding: 10px 20px;
  width: 100%;
}
.form-item input:not([type])._mask-date,
.form-item input[type="text"]._mask-date {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4v5.172M16 4v5.172M7.5 11.76h3m6 0h-3m-6 3.103h3m3 0h3M6 6.586h12c.552 0 1 .463 1 1.035v10.344c0 .572-.448 1.035-1 1.035H6c-.552 0-1-.463-1-1.035V7.621c0-.572.448-1.035 1-1.035Z' stroke='%230F0F0F' stroke-width='1.4'/%3E%3C/svg%3E");
  background-position: center right 19px;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.form-item input:not([type]).just-validate-error-field,
.form-item input[type="text"].just-validate-error-field {
  border-color: red;
}
.form-item input:not([type])::placeholder,
.form-item input[type="text"]::placeholder {
  font-weight: 700;
  opacity: 1;
}
.text-center {
  text-align: center;
}
.sup-line {
  -webkit-text-fill-color: #0000;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
._mt-auto {
  margin-top: auto;
}
.svg-light {
  position: relative;
  width: 150px;
}
.svg-light img {
  aspect-ratio: auto !important;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.svg-light:before {
  background: linear-gradient(180deg, #ff6b0000, #ff6b00);
  border-radius: 1000px;
  content: "";
  display: block;
  filter: blur(70px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.animation-fadein {
  opacity: 0;
  transition: opacity 0.3s;
}
.animation-fadein._is-animated {
  opacity: 1;
}
.another-podcast .event-preview__top {
  aspect-ratio: auto;
  height: 260px;
}
.btns-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.btns-row .btn,
.btns-row .btn-border {
  margin-top: 0;
}
@media (max-width: 350px) {
  .btns-row .btn,
  .btns-row .btn-border {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.mt-0 {
  margin-top: 0;
}
.breadcrumbs {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 30px;
  margin-left: calc(var(--inner-padding) * -1);
  margin-right: calc(var(--inner-padding) * -1);
  max-width: calc(100% + var(--inner-padding) * 2);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
.breadcrumbs::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.breadcrumbs:after,
.breadcrumbs:before {
  content: "";
  display: block;
  height: 6px;
  min-width: var(--inner-padding);
}
.breadcrumbs li {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  white-space: nowrap;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: var(--link);
}
html.desktop .breadcrumbs li a:hover {
  color: var(--hover-red);
}
.breadcrumbs li:after {
  color: var(--link);
  content: "/";
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
:root {
  --ss-primary-color: #ccc;
  --ss-bg-color: #ffffff0a;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #cfcfcf;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 40px;
  --ss-content-height: 300px;
  --ss-spacing-l: 20px;
  --ss-spacing-m: 10px;
  --ss-spacing-s: 10px 10px 10px 20px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 50px;
}
@keyframes ss-valueIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ss-valueOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.ss-hide {
  display: none !important;
}
.ss-main {
  background-color: var(--ss-bg-color);
  border: 1.6px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  box-sizing: border-box;
  color: var(--ss-font-color);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  min-height: var(--ss-main-height);
  outline: 0;
  overflow: hidden;
  padding: var(--ss-spacing-s);
  position: relative;
  transition: background-color var(--ss-animation-timing);
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
html.desktop .ss-main:hover .ss-single {
  color: var(--hover-red) !important;
}
html.desktop .ss-main:hover .ss-arrow path {
  stroke: var(--hover-red) !important;
}
.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}
.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
}
.ss-main .ss-values .ss-placeholder {
  align-items: center;
  color: var(--ss-font-placeholder-color);
  display: flex;
  line-height: 1em;
  margin: auto 0;
  overflow: hidden;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s)
    var(--ss-spacing-m);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.ss-main .ss-values .ss-max {
  align-items: center;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  color: var(--ss-bg-color);
  display: flex;
  font-size: 12px;
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  -webkit-user-select: none;
  user-select: none;
  width: -moz-fit-content;
  width: fit-content;
}
.ss-main .ss-values .ss-single {
  display: flex;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 24px;
  margin: auto 0 auto var(--ss-spacing-s);
  transition: color 0.2s ease;
}
.ss-main .ss-values .ss-value {
  align-items: center;
  animation-duration: var(--ss-animation-timing);
  animation-fill-mode: both;
  animation-name: ss-valueIn;
  animation-timing-function: ease-out;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  width: -moz-fit-content;
  width: fit-content;
}
.ss-main .ss-values .ss-value.ss-value-out {
  animation-duration: var(--ss-animation-timing);
  animation-name: ss-valueOut;
  animation-timing-function: ease-out;
}
.ss-main .ss-values .ss-value .ss-value-text {
  color: var(--ss-bg-color);
  font-size: 12px;
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
.ss-main .ss-values .ss-value .ss-value-delete {
  align-items: center;
  border-left: 1px solid var(--ss-bg-color);
  box-sizing: initial;
  cursor: pointer;
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
.ss-main .ss-values .ss-value .ss-value-delete,
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-deselect {
  align-self: center;
  display: flex;
  flex: 0 1 auto;
  height: 8px;
  justify-content: flex-end;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
  width: 8px;
}
.ss-main .ss-deselect svg {
  height: 8px;
  width: 8px;
}
.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-arrow {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  height: 10px;
  justify-content: flex-end;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
  min-height: 10px;
  min-width: 10px;
  width: 10px;
}
.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content {
  background-color: var(--ss-bg-color);
  border: 1.6px solid var(--ss-border-color);
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: 10px !important;
  max-height: var(--ss-content-height);
  min-width: 200px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: scaleY(0);
  transform-origin: center top;
  transition:
    transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  width: auto;
  z-index: 10000;
}
.ss-content.ss-relative {
  height: 100%;
  position: relative;
}
.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
}
.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
}
.ss-content .ss-search {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-search input {
  background-color: var(--ss-bg-color);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  box-sizing: border-box;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  min-width: 0;
  outline: 0;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  text-align: left;
  width: 100%;
}
.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-content .ss-search .ss-addable {
  align-items: center;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: auto;
  justify-content: center;
  margin: 0 0 0 var(--ss-spacing-m);
}
.ss-content .ss-search .ss-addable svg {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  height: 12px;
  justify-content: flex-end;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
  width: 12px;
}
.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content .ss-list {
  background: #fff;
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  color: var(--ss-font-color);
  flex: 1 1 auto;
  font-weight: 700;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label[\:has\(\.ss-arrow\)] {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  gap: var(--ss-spacing-m);
  justify-content: center;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall {
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall:hover {
  opacity: 0.5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall.ss-selected
  svg
  path {
  stroke: var(--ss-error-color);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  span {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  font-size: 60%;
  justify-content: center;
  padding: 0 var(--ss-spacing-s) 0 0;
  text-align: center;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg {
  flex: 0 1 auto;
  height: 13px;
  width: 13px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg
  path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:first-child {
  stroke-width: 5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:last-child {
  stroke-width: 11;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable {
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow {
  flex: 1 1 auto;
  height: 10px;
  width: 10px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow
  path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s)
    calc(var(--ss-spacing-l) * 3);
}
.ss-content .ss-list .ss-option {
  color: var(--ss-font-color);
  cursor: pointer;
  display: flex;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
  -webkit-user-select: none;
  user-select: none;
}
.ss-content .ss-list .ss-option:hover {
  background-color: #f9f9f9;
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--link);
}
.ss-content .ss-list .ss-option.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}
.video {
  background: #000;
  border-radius: 50px;
  height: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  padding-top: 56.6%;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .video {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .video {
    border-radius: 20px;
  }
}
.video__play {
  background: #0000
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.664 31.665V8.332l20 11.667-20 11.666Z' stroke='%23fff' stroke-width='1.4'/%3E%3C/svg%3E")
    no-repeat 50%;
  border: 1px solid #a6a6a64d;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 124px;
  left: 50%;
  margin: -62px 0 0 -62px;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  width: 124px;
  z-index: 3;
}
@media (max-width: 700px) {
  .video__play {
    height: 88px;
    margin: -44px 0 0 -44px;
    width: 88px;
  }
}
html.desktop .video__play:hover {
  border-color: #a6a6a6;
}
html.desktop .video__play:hover:before {
  animation: playPulse 1.4s ease-in-out infinite;
  opacity: 0;
}
html.desktop .video__play:hover:after {
  animation: playPulse 1.4s ease-in-out 0.5s infinite;
  opacity: 0;
}
.video__play:after,
.video__play:before {
  border: 1px solid #a6a6a680;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.video__play:before {
  transform: scale(1.3);
}
@media (max-width: 700px) {
  .video__play:before {
    height: 114px;
    width: 114px;
  }
}
.video__play:after {
  transform: scale(1.56);
}
@media (max-width: 700px) {
  .video__play:after {
    height: 138px;
    width: 138px;
  }
}
.video__play span {
  color: #0000;
}
.video__video {
  z-index: 1;
}
.video__video,
.video__video:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video__video:after {
  background: linear-gradient(0deg, #0009, #0009);
}
.video__video video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.map-marker {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transform: translate(-50%, -50%);
}
.ymaps-2-1-79-transport-pin__body {
  display: none;
}
.header {
  --color: #0f0f0f;
  --line: #cfcfcf;
  --anim-fun: ease-in-out;
  --anim-dur: 0.3s;
  --anim-delay: 0.3s;
  color: var(--color);
  left: 0;
  position: fixed;
  top: 0;
  transition: top 0.3s;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1200px) {
  html._scroll-down .header {
    top: -100px;
  }
}
.header .inner {
  background: #e7e4e5;
  position: relative;
  transition: background 0.3s;
  z-index: 3;
}
@media (min-width: 2000px) {
  .header .inner {
    width: auto;
  }
}
.header__overlay {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: #000000b3;
  height: 120vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity var(--anim-dur) var(--anim-fun)
    calc(var(--anim-dur) + var(--anim-delay));
  width: 100vw;
  z-index: 1;
}
body._burger-menu-open .header__overlay,
header._overlay-visible .header__overlay {
  opacity: 1;
  pointer-events: auto;
  transition: opacity var(--anim-dur) var(--anim-fun);
}
@media (min-width: 1201px) {
  body._burger-menu-open .header__overlay,
  header._overlay-visible .header__overlay {
    transition-delay: var(--anim-delay);
  }
}
.header__top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: row;
  padding-bottom: 26px;
  padding-top: 26px;
  position: relative;
}
@media (min-width: 2000px) {
  .header__top {
    border-bottom-color: #0000;
    margin-left: auto;
    margin-right: auto;
    width: 1900px;
  }
  .header__top:after {
    border-bottom: 1px solid var(--line);
    bottom: -1px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    width: 100vw;
  }
}
.header__lang-current {
  align-items: center;
  background: #0000;
  border: 0 solid;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 0;
}
.header__lang-current:hover {
  color: var(--link);
}
.header__lang-list {
  display: none;
}
.header__left-menu,
.header__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__left-menu a,
.header__left-menu li,
.header__menu a,
.header__menu li {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.header__left-menu a:hover,
.header__menu a:hover {
  color: var(--link);
}
.header__left-menu a svg + span,
.header__menu a svg + span {
  display: none;
}
.header__left-menu {
  margin-right: auto;
}
.header__btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.header__logo {
  line-height: 0;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .header__logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 700px) {
  .header__logo {
    transition: opacity 0.1s ease;
  }
  ._burger-menu-open .header__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
  }
}
.header__logo-light {
  display: none;
}
.header__right {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.header__sertificat {
  align-items: center;
  border-radius: 50px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  height: 48px;
  justify-content: center;
  line-height: 150%;
  overflow: hidden;
  padding: 10px 20px 10px 16px;
  position: relative;
}
.header__sertificat:before {
  background: var(--gradient);
  opacity: 0;
  z-index: 2;
}
.header__sertificat:after,
.header__sertificat:before {
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
}
.header__sertificat:after {
  border: 1px solid var(--color);
  box-sizing: border-box;
  z-index: 1;
}
html.desktop .header__sertificat:hover {
  color: #fff;
}
html.desktop .header__sertificat:hover:before {
  opacity: 1;
}
.header__sertificat span,
.header__sertificat svg {
  position: relative;
  z-index: 3;
}
.header__buy-bilet {
  align-items: center;
  background: var(--gradient);
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  height: 48px;
  justify-content: center;
  line-height: 150%;
  overflow: hidden;
  padding: 10px 20px 10px 16px;
  position: relative;
}
.header__buy-bilet:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 1;
}
html.desktop .header__buy-bilet:hover {
  color: var(--link);
}
html.desktop .header__buy-bilet:hover:before {
  opacity: 1;
}
html.desktop .header__buy-bilet:hover span {
  color: #0000;
  transition: inherit;
}
.header__buy-bilet span,
.header__buy-bilet svg {
  position: relative;
  z-index: 2;
}
.header__buy-bilet span {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: currentColor;
}
.header__burger {
  background: #0000;
  border: 0 solid;
  display: none;
  height: 40px;
  margin: -11px -8px -11px -11px;
  position: relative;
  width: 40px;
}
@media (max-width: 1200px) {
  .header__burger {
    display: block;
  }
}
.header__burger span {
  background: var(--dark);
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  transition:
    margin 0.3s,
    opacity 0.3s,
    transform 0.3s;
  width: 24px;
}
.header__burger span:before {
  background: var(--gradient);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.header__burger span:first-child {
  transform: translateY(-7px);
}
._burger-menu-open .header__burger span:first-child {
  transform: rotate(-45deg);
}
._burger-menu-open .header__burger span:nth-child(2) {
  opacity: 0;
}
.header__burger span:last-child {
  transform: translateY(7px);
}
._burger-menu-open .header__burger span:last-child {
  transform: rotate(45deg);
}
html.desktop .header__burger:hover span:before {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header .search svg {
    height: 36px;
    margin-bottom: -6px;
    margin-top: -6px;
    width: 36px;
  }
}
@media (max-width: 700px) {
  .header .search svg {
    height: 32px;
    margin-bottom: -4px;
    margin-top: -4px;
    width: 32px;
  }
}
.main-menu {
  position: relative;
}
@media (min-width: 2000px) {
  .main-menu {
    margin-left: auto;
    margin-right: auto;
    width: 1900px;
  }
}
@media (max-width: 1200px) {
  .main-menu {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    height: calc(100svh - 77px);
    justify-content: space-between;
    max-height: 0;
    overflow-x: auto;
    transition: max-height 0.6s;
  }
  ._burger-menu-open .main-menu {
    max-height: calc(100svh - 77px);
  }
}
.main-menu__sub-back {
  align-items: center;
  background: #0000;
  border: 0 solid;
  display: flex;
  flex-direction: row;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase;
}
.main-menu__sub-back:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.453 14.25 5.8 9l5.654-5.25' stroke='%23878787' stroke-width='1.4'/%3E%3C/svg%3E");
  display: block;
  position: relative;
  top: 1px;
}
@media (min-width: 1200px) {
  .main-menu__sub-back {
    display: none;
  }
}
.main-menu__sub-back span {
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.main-menu__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1200px) {
  .main-menu__menu {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body[\:has\(\.main-menu__sub\._active\)] .main-menu__menu {
    opacity: 0;
    pointer-events: none;
  }
  body:has(.main-menu__sub._active) .main-menu__menu {
    opacity: 0;
    pointer-events: none;
  }
}
.main-menu__menu a {
  color: var(--color);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .main-menu__menu a {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    line-height: normal;
    padding: 0;
  }
  .main-menu__menu a:before {
    display: none !important;
  }
  .main-menu__menu a:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.547 14.25 12.2 9 6.547 3.75' stroke='%23878787' stroke-width='1.4'/%3E%3C/svg%3E");
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
}
.main-menu__menu a:before {
  background: var(--gradient);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s;
  width: 0;
}
.main-menu__menu a._active,
.main-menu__menu a:hover {
  -webkit-text-fill-color: #0000;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
}
.main-menu__menu a._active:before {
  width: 100%;
}
@media (min-width: 1201px) {
  .main-menu__sub-wrapper {
    position: relative;
    z-index: 2;
  }
}
.main-menu__sub {
  padding: 16px 0;
}
@media (min-width: 1201px) {
  .main-menu__sub {
    box-sizing: border-box;
    clip-path: polygon(-50vw 0, 150vw 0, 150vw 0, -50vw 0);
    left: 0;
    position: absolute;
    top: 0;
    transition:
      clip-path var(--anim-dur) var(--anim-fun)
        calc(var(--anim-dur) + var(--anim-delay)),
      visibility 0s linear calc((var(--anim-dur) + var(--anim-delay)) * 2);
    visibility: hidden;
    width: 100%;
    will-change: transform;
    z-index: 1;
  }
  .main-menu__sub:before {
    background: #e7e4e5;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 0;
  }
  .main-menu__sub._active {
    clip-path: polygon(-50vw 0, 150vw 0, 150vw 100%, -50vw 100%);
    transition: clip-path 0.3s var(--anim-delay);
    visibility: visible;
    z-index: 2;
  }
}
@media (max-width: 1200px) {
  .main-menu__sub {
    display: none;
  }
  .main-menu__sub._active {
    display: block;
    display: flex;
    flex-direction: column;
    left: 0;
    min-height: 100%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.main-menu__sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 282px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .main-menu__sub-grid {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.main-menu__sub-grid ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 24px 0;
}
@media (max-width: 1200px) {
  .main-menu__sub-grid ul {
    margin-bottom: 16px;
  }
  .main-menu__sub-grid ul:last-of-type {
    margin-bottom: 40px;
  }
}
.main-menu__sub-grid ul.span-2 {
  grid-column: span 2;
}
.main-menu__sub-grid ul.span-3 {
  grid-column: span 3;
}
.main-menu__sub-grid ul a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
html.desktop .main-menu__sub-grid ul a:hover {
  color: #7849a9;
}
@media (max-width: 1200px) {
  .main-menu__sub-grid ul {
    padding: 0;
  }
}
.main-menu__sub-grid ul li {
  --anim-dl: 0.075s;
  --anim-y: 15px;
}
@media (min-width: 1201px) {
  .main-menu__sub-grid ul li {
    opacity: 0;
    position: relative;
    transition:
      opacity 0.2s ease-in-out calc(var(--anim-delay)),
      transform 0s linear calc(var(--anim-delay) + 0.2s);
  }
  .main-menu__sub-grid ul li:first-child {
    transform: translateY(var(--anim-y));
  }
  .main-menu__sub-grid ul li:nth-child(2) {
    transform: translateY(calc(var(--anim-y) * 1.2));
  }
  .main-menu__sub-grid ul li:nth-child(3) {
    transform: translateY(calc(var(--anim-y) * 1.4));
  }
  .main-menu__sub-grid ul li:nth-child(4) {
    transform: translateY(calc(var(--anim-y) * 1.6));
  }
  .main-menu__sub-grid ul li:nth-child(5) {
    transform: translateY(calc(var(--anim-y) * 1.8));
  }
  .main-menu__sub-grid ul li:nth-child(6) {
    transform: translateY(calc(var(--anim-y) * 2));
  }
  .main-menu__sub-grid ul li:nth-child(7) {
    transform: translateY(calc(var(--anim-y) * 2.2));
  }
  .main-menu__sub-grid ul li:nth-child(7) ~ li {
    transform: translateY(calc(var(--anim-y) * 2.4));
  }
  .main-menu__sub._active .main-menu__sub-grid ul li {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:first-child {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl));
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(2) {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 2);
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(3) {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 3);
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(4) {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 4);
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(5) {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 5);
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(6) {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 6);
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(7) {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 7);
  }
  .main-menu__sub._active .main-menu__sub-grid ul li:nth-child(7) ~ li {
    transition-delay: calc(var(--anim-delay) + var(--anim-dl) * 8);
  }
}
.main-menu__sub-bg-link {
  align-items: center;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 232px;
  overflow: hidden;
  position: relative;
  text-align: center;
  will-change: opacity;
}
@media (min-width: 1201px) {
  .main-menu__sub-bg-link {
    opacity: 0;
    transition:
      opacity 0.1s ease var(--anim-delay),
      transform 0s linear calc(var(--anim-delay) + 0.1s);
  }
  .main-menu__sub._active .main-menu__sub-bg-link {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out
      calc(var(--anim-delay) + var(--anim-dur) * 1.8);
  }
}
@media (max-width: 1200px) {
  .main-menu__sub-bg-link {
    border-radius: 40px;
    height: 160px;
    margin-top: auto;
    max-width: 100%;
    min-height: 160px;
    width: 351px;
  }
}
.main-menu__sub-bg-link .h2,
.main-menu__sub-bg-link h2 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .main-menu__sub-bg-link .h2,
  .main-menu__sub-bg-link h2 {
    font-size: 14px;
  }
}
.main-menu__sub-bg-link img {
  object-fit: cover;
  transition: transform 0.3s;
}
.main-menu__sub-bg-link img,
.main-menu__sub-bg-link:after {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-menu__sub-bg-link:after {
  background: #00000080;
  border-radius: inherit;
  content: "";
  z-index: 4;
}
.main-menu__sub-bg-link span {
  color: #fff;
  position: relative;
  z-index: 5;
}
.main-menu__sub-bg-link svg {
  bottom: 20px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
  z-index: 10;
}
@media (max-width: 1200px) {
  .main-menu__sub-bg-link svg {
    height: 40px;
    width: 40px;
  }
}
.main-menu__sub-bg-link:hover img {
  transform: scale(1.02);
}
.main-menu__sub-bg-link:hover svg {
  transform: rotate(45deg);
}
.main-menu__btns {
  align-items: flex-start;
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .main-menu__btns {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
  }
  body._burger-menu-open .main-menu__btns {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease 0.6s;
  }
}
body[\:has\(\.main-menu__sub\._active\)] .main-menu__btns > * {
  opacity: 0;
  pointer-events: none;
  transition: none;
}
body:has(.main-menu__sub._active) .main-menu__btns > * {
  opacity: 0;
  pointer-events: none;
  transition: none;
}
.main-menu__btns a {
  display: inline-flex;
}
.theme-dark .header {
  --color: #fff;
  --line: #373737;
}
.theme-dark .header .inner {
  background: var(--dark);
}
.theme-dark .header__logo-dark {
  display: none;
}
.theme-dark .header__logo-light {
  display: block;
}
.theme-dark .header__burger span {
  background: #fff;
}
.theme-dark .main-menu__sub:before {
  background: var(--dark);
}
@media (max-width: 700px) {
  .header__social {
    opacity: 0;
    transition:
      opacity 0.1s ease,
      visibility 0s linear 0.1s;
    visibility: hidden;
  }
  ._burger-menu-open .header__social {
    opacity: 1;
    transition: opacity 0.1s ease;
    visibility: visible;
  }
}
.header__social a {
  overflow: hidden;
  position: relative;
}
.header__social a span:first-of-type {
  display: none;
}
.header__social a span:nth-of-type(2) {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
@media (max-width: 700px) {
  .header__special-version {
    opacity: 0;
    transition:
      opacity 0.1s ease,
      visibility 0s linear 0.1s;
    visibility: hidden;
  }
  ._burger-menu-open .header__special-version {
    opacity: 1;
    transition: opacity 0.1s ease;
    visibility: visible;
  }
}
.header__special-version a {
  overflow: hidden;
  position: relative;
}
.header__special-version a span:first-of-type {
  display: none;
}
.header__special-version a span:nth-of-type(2) {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.footer {
  background: var(--dark);
  border-radius: 50px 50px 0 0;
  color: var(--gray);
  margin-top: auto;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 700px) {
  .footer {
    border-radius: 30px 30px 0 0;
    padding-top: 50px;
  }
}
.footer__top {
  display: grid;
  gap: 60px;
  grid-template-columns: 280px auto 364px;
}
@media (max-width: 1400px) {
  .footer__top {
    gap: 40px;
    grid-template-columns: 240px auto 320px;
  }
}
@media (max-width: 1300px) {
  .footer__top {
    grid-template-columns: auto 364px;
  }
}
@media (max-width: 700px) {
  .footer__top {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .footer__right {
    flex-direction: column-reverse;
  }
}
.footer__title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .footer__info {
    text-align: center;
  }
}
.footer__info a,
.footer__info a:hover {
  transition: color 0.2s ease;
}
.footer__info a:hover {
  color: var(--hover-red);
}
.footer__info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 150%;
  margin: 0 0 15px;
}
.footer__info p:last-child {
  margin-bottom: 0;
}
.footer__menus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 570px;
}
@media (max-width: 1300px) {
  .footer__menus {
    display: none;
  }
}
.footer__menu {
  flex-shrink: 0;
  letter-spacing: -0.01em;
  width: 150px;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding-left: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-right: -30px;
  padding-left: 0;
}
.footer__menu ul a:hover {
  color: var(--hover-red);
}
.footer__menu ul a::selection {
  -webkit-text-fill-color: #fff !important;
}
.footer__subs {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  position: relative;
}
@media (max-width: 700px) {
  .footer__subs {
    margin-bottom: 0;
  }
}
.footer__subs-bg {
  background: var(--gradient);
  border-radius: 50px;
  margin-bottom: 12px;
  padding: 2px;
}
.footer__subs-row {
  background: var(--dark);
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  padding: 4px;
}
.footer__subs-mail {
  background: none;
  border: 0 solid;
  color: #fff;
  flex: 1;
  outline: none !important;
  padding-left: 10px;
}
.footer__subs-mail::placeholder {
  color: var(--gray);
}
.footer__subs-btn {
  align-items: center;
  background: var(--gradient);
  border: 0 solid;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: row;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  width: 42px;
}
.footer__subs-btn:disabled {
  opacity: 0.5;
}
.footer__subs-btn:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 1;
}
.footer__subs-btn svg {
  height: 12px;
  left: 50%;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 2;
}
.footer__subs-btn span {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
html.desktop .footer__subs-btn:hover {
  color: var(--dark);
}
html.desktop .footer__subs-btn:hover:before {
  opacity: 1;
}
.footer__subs-agree {
  color: #fff;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 150%;
  padding-left: 33px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.footer__subs-agree a {
  color: var(--link);
  text-decoration: underline;
  text-decoration-color: initial;
}
.footer__subs-agree a:hover {
  text-decoration-color: #0000;
}
.footer__subs-agree input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.footer__subs-agree input:focus ~ .footer__subs-agree-indicator {
  box-shadow: inset 0 0 0 2px var(--link);
}
.footer__subs-agree input:checked ~ .footer__subs-agree-indicator:before {
  opacity: 1;
}
html.desktop .footer__subs-agree:hover .footer__subs-agree-indicator {
  box-shadow: inset 0 0 0 2px var(--link);
}
.footer__subs-agree-text {
  display: block;
}
.footer__subs-agree-indicator {
  background: #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px #cfcfcf;
  cursor: pointer;
  display: block;
  height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 22px;
}
.footer__subs-agree-indicator:before {
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 3.5 3 2.5 4-5' stroke='%23fff' stroke-width='1.6'/%3E%3C/svg%3E")
      no-repeat 50%,
    var(--gradient);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease;
  width: 100%;
}
.footer__subs-message {
  align-items: center;
  background: var(--dark);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.footer__subs._is-sent .footer__subs-message {
  display: flex;
}
.footer__subs-message-text {
  color: #fff;
}
.footer__subs-message-inner {
  text-align: center;
  width: 100%;
}
html.desktop .footer__subs-message-inner .btn:hover {
  color: var(--dark) !important;
}
.footer__socials {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 700px) {
  .footer__socials {
    border-bottom: 1px solid #373737;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 24px;
  }
}
.footer__socials a {
  cursor: pointer;
}
.footer__socials a path {
  transition: fill 0.2s ease;
}
.footer__socials a:hover path {
  fill: var(--hover-red);
}
.footer__links {
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
}
.footer__links a:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .footer__links {
    left: 0;
    position: relative;
    transform: none;
  }
}
.footer__bottom {
  border-top: 1px solid #373737;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 18px;
  margin-top: 40px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 700px) {
  .footer__bottom {
    margin-top: 25px;
  }
}
.footer__bottom-row {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 700px) {
  .footer__bottom-row {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.footer__ctm {
  overflow: hidden;
  position: relative;
}
.footer__ctm span {
  transition: fill 0.2s ease;
  color: var(--hover-red);
}

.footer__copy {
  width: 469px;
}
@media (max-width: 1100px) {
  .footer__copy {
    border-bottom: 1px solid #373737;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .footer__copy br {
    display: none;
  }
}
@media (max-width: 700px) {
  .footer__copy {
    border: 0 solid;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer__copy span {
    display: block;
  }
}
.footer__copy span {
  color: #fff;
}
@media (max-width: 1023px) {
  .slider-3 {
    margin-left: 0 !important;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 1200px) {
  .slider-3 {
    overflow: visible !important;
  }
}
@media (max-width: 450px) {
  .slider-3 {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .slider-3._style-2 {
    max-width: 90%;
  }
}
.events-grid {
  display: grid;
  gap: 60px 22px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 84px;
}
@media (max-width: 1600px) {
  .events-grid {
    gap: 60px 16px;
  }
}
@media (max-width: 992px) {
  .events-grid {
    gap: 60px 12px;
  }
}
@media (max-width: 890px) {
  .events-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}
.event-preview {
  position: relative;
}
.event-preview__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 133.333%;
  margin-bottom: 16px;
  margin-top: 16px;
}
.event-preview .icon-category {
  position: relative;
  top: -2px;
}
.event-preview .icon-category,
.event-preview .icon-date,
.event-preview .icon-headphones,
.event-preview .icon-heart,
.event-preview .icon-language,
.event-preview .icon-load,
.event-preview .icon-marker,
.event-preview .icon-person,
.event-preview .icon-persons,
.event-preview .icon-quest,
.event-preview .icon-time {
  line-height: 0;
}
.event-preview__title {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: var(--dark);
  margin-bottom: 16px;
  margin-top: 16px;
  padding-right: 20px;
  transition: color 0.2s ease;
}
.event-preview__bottom-wrap p {
  margin: 0;
  padding-right: 20px;
}
.event-preview__bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 18px;
}
.event-preview__top {
  aspect-ratio: 112/125;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .event-preview__top {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.event-preview__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.event-preview__tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .event-preview__tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.event-preview__tags li._bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  box-shadow: none;
}
.event-preview__top-head {
  margin-bottom: auto;
  position: relative;
}
.event-preview__top-head .event-preview__tags {
  justify-content: flex-end;
}
.event-preview__top-bottom {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: auto;
  position: relative;
}
@media (max-width: 700px) {
  .event-preview__top-bottom {
    flex-direction: column;
  }
}
.event-preview__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-preview__img img {
  object-fit: cover;
  transition: transform 0.6s ease;
}
.event-preview__img img,
.event-preview__img:after {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-preview__img:after {
  background: #0003;
  content: "";
}
.event-preview__award {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 79px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  width: 110px;
}
.event-preview__award:before {
  left: 0;
  transform: scaleX(-1);
}
.event-preview__award:after {
  right: 0;
}
.event-preview__award:after,
.event-preview__award:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.62 71.117c-.014-.31.036-.742.138-1.02a32.988 32.988 0 0 0 3.35-.254c.93-.119 1.547-.268 2.135-.55.722-.343 1.949-1.182 2.394-1.86.262-.399.399-.838.576-1.435 1.06-3.575 4.978-5.832 7.447-6.73-.346 3.092-2.512 6.772-5.88 8.16-1.185.488-.93.18-1.915 1.102-.184.174-.37.339-.557.498a32.591 32.591 0 0 0 5.313-1.902c1.692-.776 2.416-1.43 3.168-3.186.244-.573.299-1.09.35-2.02.192-3.597 3.28-6.668 5.366-8.127.472 3.122-.735 7.335-3.782 9.462-1.174.819-.892.713-1.601 2a32.83 32.83 0 0 0 4.266-3.124c1.628-1.406 1.712-1.445 2.295-3.53.393-1.404.173-1.715-.106-3.083-.729-3.56 1.478-7.356 3.131-9.326 1.234 2.826 1.208 7.05-.964 9.933-1.137 1.51-.815.99-1.237 2.926a32.91 32.91 0 0 0 4.133-5.822c1.014-1.82.728-1.425.553-3.41-.116-1.313-.169-1.694-.876-2.776-1.874-2.866-1.205-6.957-.41-9.244 2.009 2.05 3.385 5.73 2.459 8.96-.327 1.141-.462.915-.327 2.2.039.369.086.737.148 1.104a32.656 32.656 0 0 0 1.969-6.398c.286-1.447.134-1.806-.544-3.054-.87-1.602-.552-1.07-1.815-2.207-2.566-2.312-3.07-6.447-2.946-8.892 2.546 1.426 4.944 4.607 5.014 8.019.036 1.742-.306 1.28.762 2.93a33.375 33.375 0 0 0 .001-6.438c-.117-1.21-.367-2.117-1.25-2.973-1.33-1.286-.773-.84-2.367-1.49-2.973-1.21-4.733-4.66-5.408-6.837 2.627.423 5.668 2.36 6.886 5.216.617 1.451.205 1.235 1.565 2.376a32.786 32.786 0 0 0-1.336-4.578c-.473-1.266-.699-1.736-1.824-2.449-1.77-1.12-.96-.744-2.869-1.048-2.967-.474-5.372-3.156-6.512-4.966 2.607-.268 6.014.834 7.819 3.314.773 1.062.596.989 1.854 1.675a32.937 32.937 0 0 0-2.443-4.028c-.935-1.319-.693-1.017-2.184-1.478a25.423 25.423 0 0 1-.857-.282c-1.277-.448-.89-.205-2.13-.15-2.9.127-5.55-1.998-6.878-3.526 2.423-.758 5.765-.375 7.818 1.602.742.715.454.851 1.51 1.144.25.07.504.133.76.19a33.054 33.054 0 0 0-2.557-2.643c-.86-.794-1.028-.896-1.709-1.014-.93-.159-1.903-.318-2.835-.437-.57-.073-.796-.043-1.942.038-2.712.193-5.455-1.34-6.886-3.187 2.005-.406 5.485-.505 7.715 1.33 1.27 1.044 1.467.965 3.115 1.144a32.857 32.857 0 0 0-6.029-3.605c-.96-.442-1.36-.43-1.948-.519C9.923 6.574 8.132 5.898 6.81 4.7 5.666 3.664 4.91 2.247 4.822.695c.798.544 2.312.862 3.287 1.175 1.761.565 3.167 1.251 4.384 3.031.157.23.312.464.49.715.256.356.486.54 1.214.878a33.805 33.805 0 0 1 5.24 3.038c-.123-.274-.229-.5-.327-.69-.465-.914-.73-1.02-1.614-1.438-2.493-1.181-4.135-3.92-4.456-6.256 1.94.66 5 2.326 6.02 5.023.218.577.29.882.408 1.212.203.562.67 1.457 1.1 2.222.732 1.299.904 1.44 2.037 2.464a33.93 33.93 0 0 1 2.534 2.539 16.998 16.998 0 0 0-.225-1.11c-.184-.773-.355-.954-.98-1.414C21.65 10.401 20.7 7.19 21.02 4.68c1.837 1.1 4.59 3.546 4.715 6.667.05 1.218-.092 1.069.271 2.348.12.422.227.846.323 1.268.357 1.566.242 1.288 1.178 2.598a33.888 33.888 0 0 1 2.601 4.279c.036-.383.057-.767.066-1.147.026-1.166-.188-1.573-.878-2.46-1.793-2.306-2.06-5.672-1.263-8.05 1.56 1.554 3.727 4.62 3.392 7.71-.16 1.48-.259 1.77-.231 3.38.008.45.004.894-.013 1.336-.051 1.497-.098 1.233.435 2.64a33.544 33.544 0 0 1 1.354 4.516c.168-.452.312-.907.436-1.366.547-2.002.344-1.316-.317-3.008-1.083-2.771-.44-6.131.973-8.265 1.143 1.973 2.489 5.609 1.36 8.62-.58 1.547-.778 1.743-1.201 3.524-.555 2.332-.837 2.103-.593 4.56a34.792 34.792 0 0 1 .154 4.488c.256-.324.496-.656.725-.993.903-1.332.694-1.465.529-2.957-.362-3.277 1.411-6.661 3.604-8.445.548 2.421.761 6.664-1.466 9.378-.87 1.061-1.01 1.143-1.744 2.409-.297.51-.607 1.004-.93 1.485-.573.853-.866 1.58-1.004 2.602a33.645 33.645 0 0 1-1.197 5.445c.78-.438 1.795-1.22 2.204-2.037.215-.431.242-.846.331-1.544.088-.7.244-1.615.614-2.483.897-2.108 2.574-3.878 4.311-4.82.087 2.34-.437 6.26-2.855 8.494-.513.474-1.063.938-1.624 1.42a51.455 51.455 0 0 1-2.405 1.978c-1.31.997-1.234 1.038-1.887 2.534a33.952 33.952 0 0 1-2.361 4.467c.431-.14.854-.298 1.264-.473 1.925-.813 1.144-.683 1.98-2.374 1.472-2.98 4.733-4.976 7.558-5.411-.805 2.536-2.944 6.62-6.558 7.762-1.532.483-2.056.743-3.533 1.406-2.152.966-1.572.537-3.065 2.383a34.142 34.142 0 0 1-3.447 3.67c.534-.033 1.059-.096 1.579-.18 1.072-.175 1.491-.544 2.145-1.405 2.106-2.773 5.977-3.984 8.938-3.66-1.362 2.13-4.268 5.308-7.814 5.69-1.05.113-1.574.106-2.407.23-2.496.371-3.341.254-5.44 1.782a33.973 33.973 0 0 1-3.912 2.457c.64.121 2.077.362 2.653.191.349-.103.633-.348 1.221-.816 2.792-2.223 6.955-2.407 9.8-1.3-1.87 1.708-5.483 4.02-9.015 3.544-1.626-.22-2.681-.355-4.37-.496-2.45-.206-1.703-.305-4.012.593a33.73 33.73 0 0 1-5.186 1.547c1.346.473 2.239.673 3.578.06 3.16-1.447 7.138-.662 9.578 1.04-2.194 1.205-6.227 2.588-9.494 1.24-1.083-.446-1.349-.627-2.06-.835-2.316-.68-3.426-1.084-5.814-.884-.713.06-1.807.11-2.176.113H.62v-.008Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.event-preview__award-top {
  font-size: 5.444px;
  font-style: normal;
  font-weight: 400;
}
.event-preview__award-name {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 6.351px;
  font-style: normal;
  font-weight: 700;
  margin: 3px 0;
}
.event-preview__award-year {
  font-size: 9.073px;
  font-style: normal;
  font-weight: 400;
}
.event-preview__awards {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  margin-top: auto;
}
@media (max-width: 1500px) {
  .event-preview__awards {
    display: none;
  }
}
.event-preview__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 20px;
  list-style: none;
  margin-bottom: 16px;
  margin-top: 20px;
}
.event-preview__info li {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.16px;
  line-height: 1.1;
}
.event-preview__info li path[stroke] {
  stroke: url(#Gradient);
}
.event-preview__info li path[fill] {
  fill: url(#Gradient);
}
.event-preview__info li > span[class^="icon-"] {
  height: 24px;
  position: relative;
  top: -5px;
}
.event-preview__bottom .btn-border {
  position: relative;
  z-index: 2;
}
.event-preview__hover-link {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.event-preview__hover-link span {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.event-preview .btn-link {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--dark);
  color: #0000;
}
html.desktop
  .event-preview__hover-link:hover
  ~ .event-preview__top
  .event-preview__img
  img {
  transform: scale(1.04);
}
html.desktop
  .event-preview__hover-link:hover
  ~ .event-preview__middle
  .event-preview__title {
  color: #0000;
}
html.desktop
  .event-preview__hover-link:hover
  ~ .event-preview__bottom-wrap
  .btn-link {
  color: #0000;
}
.icon-marker svg {
  margin-left: -1px;
  margin-right: -1px;
}
.icon-person svg {
  margin-left: -3px;
  margin-right: -3px;
}
.icon-quest svg {
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
  top: -1px;
}
.icon-category svg {
  position: relative;
  top: 2px;
}
.personal-grid {
  display: grid;
  gap: 40px 22px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .personal-grid {
    gap: 40px 16px;
  }
}
@media (max-width: 992px) {
  .personal-grid {
    gap: 40px 12px;
  }
}
@media (max-width: 890px) {
  .personal-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .personal-grid {
    grid-template-columns: 1fr;
  }
}
.persona {
  overflow: hidden;
  position: relative;
}
.persona__img-wrap {
  align-items: flex-end;
  aspect-ratio: 604/540;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .persona__img-wrap {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .persona__img-wrap {
    aspect-ratio: 351/258;
  }
}
.persona__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 420px;
  position: relative;
  z-index: 33;
}
.persona__tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
}
@media (max-width: 1024px) {
  .persona__tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.persona__tags li._bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  box-shadow: none;
}
.persona__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.persona[\:has\(\.persona__more\)]:hover .persona__img {
  transform: scale(1.02);
}
.persona:has(.persona__more):hover .persona__img {
  transform: scale(1.02);
}
.persona__name {
  word-wrap: break-word;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(20px, calc(18.59155px + 0.37559vw), 24px);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
.persona__date {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3.857V9l3.429 3.429M9 17A8 8 0 1 1 9 1a8 8 0 0 1 0 16Z' stroke='url(%23a)' stroke-width='1.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-1.19' y1='6.256' x2='19.206' y2='7.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
}
.persona__more span:after {
  content: "";
  display: block;
  height: 100vmax;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
}
.persona__desc {
  font-size: 16px;
}
.persona__desc p {
  font-size: inherit;
  margin: 0.8em 0;
}
.cards-preview-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1600px) {
  .cards-preview-grid {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .cards-preview-grid {
    gap: 12px;
  }
}
@media (max-width: 800px) {
  .cards-preview-grid {
    grid-template-columns: 1fr;
  }
}
.card-preiview {
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.card-preiview__img-wrap,
.card-preiview__img-wrap img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-preiview__img-wrap img {
  object-fit: cover;
  transition: transform 0.6s;
  z-index: 2;
}
.card-preiview:hover .card-preiview__img-wrap img {
  transform: scale(1.02);
}
.card-preiview__img-wrap:before {
  background: #0003;
  height: 100%;
}
.card-preiview__img-wrap:after,
.card-preiview__img-wrap:before {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.card-preiview__img-wrap:after {
  background: linear-gradient(0deg, #000c, #1c1c1c00);
  content: "";
  height: 80%;
}
.card-preiview__link {
  color: #fff;
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(13px, calc(9.12676px + 1.03286vw), 24px);
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.card-preiview__link:before {
  content: "";
  display: block;
  height: 100vmax;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
}
.card-preiview__link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.336 14.665 14.669 1.332m0 0v12.8m0-12.8H1.87M14.667 14.132v-12.8h-12.8' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.6s;
  width: 32px;
}
.card-preiview:hover .card-preiview__link:after {
  transform: rotate(45deg);
}
.news-card__link {
  display: block;
}
.news-card__img-wrap {
  aspect-ratio: 1/1;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.news-card__img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s ease-out;
  width: 100%;
}
.news-card__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 133.333%;
  margin-bottom: 7px;
}
.news-card__title {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: var(--dark);
  margin-bottom: 7px;
  margin-top: 7px;
  transition: color 0.2s ease;
}
.news-card__desc,
.news-card__title {
  padding-right: 20px;
}
.news-card__desc p {
  margin: 0;
}
html.desktop .news-card__link:hover .news-card__img {
  transform: scale(1.04);
}
html.desktop .news-card__link:hover .news-card__title {
  color: #0000;
}
.gallery-slider {
  cursor: none;
}
.gallery-slider__swiper {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
@media (max-width: 992px) {
  .gallery-slider__swiper {
    left: 0;
    max-width: 86%;
    overflow: visible !important;
    transform: none;
  }
}
@media (max-width: 700px) {
  .gallery-slider__swiper {
    margin-left: 0 !important;
    max-width: 90%;
  }
}
.gallery-slider .swiper-slide {
  line-height: 0;
}
.gallery-slider .swiper-slide img {
  aspect-ratio: 11/6;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 992px) {
  .gallery-slider .swiper-slide img {
    aspect-ratio: 558/306;
  }
}
@media (max-width: 700px) {
  .gallery-slider .swiper-slide img {
    aspect-ratio: 1/1;
    min-height: 300px;
  }
}
.gallery-slider__cursor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.5s;
  z-index: 50;
}
.gallery-slider:hover .gallery-slider__cursor {
  opacity: 1;
}
html.mobile .gallery-slider__cursor {
  display: none;
}
html {
  --preloader-animation-f: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.preloader {
  align-items: center;
  background: var(--dark);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.preloader__inner {
  height: 292px;
  width: 352px;
}
@media (max-width: 700px) {
  .preloader__inner {
    height: 147px;
    width: 176px;
  }
}
.preloader__svg {
  display: block;
  height: 100%;
  width: 100%;
}
.preloader__svg path {
  fill: #fff;
}
.preloader__svg .preloader__svg-logo {
  opacity: 0;
  transition: all 1.5s ease-in-out 0.5s;
}
.preloader__svg .preloader__svg-slogan {
  opacity: 0;
  transition: all 1.3s ease-in-out 1.5s;
}
body {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
html._is-preloaded .preloader {
  opacity: 0;
  transition:
    opacity 0.8s ease 3.1s,
    visibility 0s linear 3.9s;
  visibility: hidden;
}
html._is-preloaded body {
  opacity: 1;
  pointer-events: auto;
}
html._is-preloaded .preloader__svg g {
  opacity: 1;
}
html._is-preloaded .hp-promo__buy-ticket,
html._is-preloaded .hp-promo__sertificat,
html._is-preloaded .hp-promo__subtitle span,
html._is-preloaded .hp-promo__title span {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
html._is-preloaded .hp-space__earth,
html._is-preloaded .hp-space__moon,
html._is-preloaded .hp-space__shadow-inner,
html._is-preloaded .hp-space__sun {
  opacity: 1;
  transform: translateY(0) scale(1) !important;
}
.hp-promo__title span {
  opacity: 0;
  transform: translateY(0.5em);
  transition:
    opacity 1.8s var(--preloader-animation-f) 4s,
    transform 1.8s var(--preloader-animation-f) 4s;
}
@media (max-width: 1200px) {
  .hp-promo__title span {
    transform: translateY(30px);
  }
}
@media (max-width: 700px) {
  .hp-promo__title span {
    transform: translateY(20px);
  }
}
.hp-promo__subtitle span {
  opacity: 0;
  transform: translateY(0.9em);
  transition:
    opacity 1.8s var(--preloader-animation-f) 4.3s,
    transform 1.8s var(--preloader-animation-f) 4.3s;
}
@media (max-width: 1200px) {
  .hp-promo__subtitle span {
    transform: translateY(20px);
  }
}
@media (max-width: 700px) {
  .hp-promo__subtitle span {
    transform: translateY(15px);
  }
}
.hp-promo__buy-ticket {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 1.8s var(--preloader-animation-f) 4.6s,
    transform 1.8s var(--preloader-animation-f) 4.6s;
}
@media (max-width: 700px) {
  .hp-promo__buy-ticket {
    transform: translateY(15px);
  }
}
.hp-promo__sertificat {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 1.8s var(--preloader-animation-f) 4.7s,
    transform 1.8s var(--preloader-animation-f) 4.7s;
}
@media (max-width: 700px) {
  .hp-promo__sertificat {
    transform: translateY(15px);
  }
}
.hp-space__earth,
.hp-space__moon,
.hp-space__sun {
  opacity: 0;
  transform: translateY(0) scale(0.8);
  transition:
    opacity 2s var(--preloader-animation-f) 3.7s,
    transform 2s var(--preloader-animation-f) 3.7s;
}
.hp-space__shadow-inner {
  opacity: 0;
  transform: scale(0.9) translateY(0);
  transition:
    opacity 2s var(--preloader-animation-f) 4.5s,
    transform 2s var(--preloader-animation-f) 4.5s;
}
.video-popup {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    visibility 0s linear 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
.video-popup._is-visible {
  opacity: 1;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  visibility: visible;
}
.video-popup video {
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}
.video-popup__inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-popup__btn-close {
  background: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease;
  width: 48px;
  z-index: 2;
}
.video-popup__btn-close span {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.video-popup__btn-close:before {
  background: var(--gradient);
  border-radius: 50%;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  opacity: 0;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: inherit;
  z-index: 1;
}
html.desktop .video-popup__btn-close:hover {
  border-color: #0000;
}
html.desktop .video-popup__btn-close:hover:before {
  opacity: 1;
}
.video-popup__btn-close:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 5 14 14M5 19 19 5' stroke='%23fff' stroke-width='1.4'/%3E%3C/svg%3E")
    no-repeat 0 0;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 2;
}
.droplist {
  display: inline-block;
  position: relative;
}
.droplist__drop {
  left: 0;
  min-width: max(100%, 160px);
  opacity: 0;
  padding-top: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s linear 0.3s;
  visibility: hidden;
}
html.desktop .droplist:focus-within .droplist__drop,
html.desktop .droplist:hover .droplist__drop,
html.mobile .droplist._is-active .droplist__drop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  visibility: visible;
}
.droplist__list {
  background: #fff;
  border-radius: 20px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.droplist__list li {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 15px;
}
.droplist__list a {
  color: var(--dark);
  display: block;
}
html.desktop .droplist__list a:hover {
  color: var(--link);
}
.notifications {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.notification {
  background: var(--dark);
  border-bottom: 1px dashed #ffffff1a;
  color: #fff;
  padding: 13px 0;
  position: relative;
  width: 100%;
  z-index: 101;
}
.notification._is-hidden {
  display: none;
}
.notification:last-child {
  border: 0;
}
.notification__inner {
  align-items: flex-start;
  background: #0000 !important;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .notification__inner {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .notification__inner {
    gap: 5px;
  }
}
.notification-cookie__text,
.notification__text {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 999px) {
  .notification-cookie__text,
  .notification__text {
    font-size: 12px;
  }
}
.notification-cookie__text b,
.notification__text b {
  color: #7849a9;
}
.notification-cookie__text a,
.notification__text a {
  text-decoration: underline;
}
html.desktop .notification-cookie__text a:hover,
html.desktop .notification__text a:hover {
  text-decoration-color: #0000;
}
.notification-cookie__text p,
.notification__text p {
  font-size: inherit;
  margin: 0;
}
.notification__btn-close {
  align-items: center;
  background: none;
  border: 0;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin: -12px -12px -12px 0;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: color 0.2s ease;
  width: 48px;
}
html.desktop .notification__btn-close:hover {
  color: var(--link);
}
.notification__btn-close svg {
  display: block;
  height: 24px;
  width: 24px;
}
.notification__btn-close span {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.notification-cookie {
  background: #7849a9;
  border-radius: 25px;
  box-shadow: 0 6px 10px 0 #d6360b66;
  color: #fff;
  margin-bottom: 30px;
  max-width: calc(100% - (var(--inner-padding)) * 2);
  padding: 10px 0;
}
.notification-cookie._is-hidden {
  display: none;
}
@media (max-width: 999px) {
  .notification-cookie {
    margin-bottom: 20px;
  }
}
.notification-cookie__inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 0 25px;
}
@media (max-width: 999px) {
  .notification-cookie__inner {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .notification-cookie__inner {
    gap: 5px;
    padding: 0 20px 0 12px;
  }
}
.notification-cookie__inner b {
  color: currentColor;
}
.notification-cookie__btn-close {
  align-items: center;
  background: none;
  border: 0;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: -12px -12px -12px 0;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: underline;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  width: 48px;
}
html.desktop .notification-cookie__btn-close:hover {
  text-decoration-color: #0000;
}
.hp-promo {
  color: #fff;
  left: 50%;
  margin-left: -50vw;
  position: fixed;
  top: 194px;
  width: 100vw;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hp-promo {
    top: 107px;
  }
}
.hp-promo__titles {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 700px) {
  .hp-promo__titles {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .hp-promo__titles {
    transform: none !important;
  }
}
.hp-promo__title {
  font-size: clamp(64px, calc(30.54795px + 2.73973vw), 70px);
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1441px) {
  .hp-promo__title {
    font-size: clamp(70px, calc(9.83299px + 4.17537vw), 90px);
  }
}
@media (max-width: 1200px) {
  .hp-promo__title {
    font-size: clamp(64px, calc(24.8643px + 5.42797vw), 90px);
  }
}
@media (max-width: 700px) {
  .hp-promo__title {
    font-size: 36px;
    font-size: clamp(32px, 8.88889vw, 64px);
  }
}
.hp-promo__title span {
  display: block;
  position: relative;
  will-change: opacity, transform;
}
.hp-promo__subtitle {
  font-size: clamp(14px, calc(10.47887px + 0.93897vw), 24px);
  margin: 18px auto 0;
}
@media (max-width: 1200px) {
  .hp-promo__subtitle {
    font-size: 14px;
    font-size: clamp(14px, calc(5px + 1.25vw), 20px);
    margin-top: 24px;
  }
}
@media (max-width: 700px) {
  .hp-promo__subtitle {
    font-size: 14px;
    margin-top: 12px;
    max-width: 400px;
  }
}
.hp-promo__subtitle span {
  display: block;
}
.hp-promo__buy-ticket,
.hp-promo__subtitle span {
  position: relative;
  will-change: opacity, transform;
}
.hp-promo__buy-ticket {
  align-items: center;
  background: var(--gradient);
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  height: 48px;
  justify-content: center;
  line-height: 150%;
  margin-top: 40px;
  overflow: hidden;
  padding: 10px 20px 10px 16px;
}
@media (max-width: 1200px) {
  .hp-promo__buy-ticket {
    display: inline-flex;
  }
}
@media (max-width: 700px) {
  .hp-promo__buy-ticket {
    margin-top: 30px;
  }
}
.hp-promo__buy-ticket:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
html.desktop .hp-promo__buy-ticket:hover {
  color: var(--link);
}
html.desktop .hp-promo__buy-ticket:hover:before {
  opacity: 1;
}
html.desktop .hp-promo__buy-ticket:hover span {
  color: #0000;
  transition: inherit;
}
.hp-promo__buy-ticket span,
.hp-promo__buy-ticket svg {
  position: relative;
  z-index: 2;
}
.hp-promo__buy-ticket span {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: currentColor;
}
.hp-promo__sertificat {
  align-items: center;
  border-radius: 50px;
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  height: 48px;
  justify-content: center;
  line-height: 150%;
  margin-left: 10px;
  overflow: hidden;
  padding: 10px 20px 10px 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .hp-promo__sertificat {
    display: inline-flex;
  }
}
@media (max-width: 700px) {
  .hp-promo__sertificat {
    margin-left: 0;
    margin-top: 10px;
  }
}
.hp-promo__sertificat:before {
  background: var(--gradient);
  opacity: 0;
  z-index: 2;
}
.hp-promo__sertificat:after,
.hp-promo__sertificat:before {
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
}
.hp-promo__sertificat:after {
  border: 1px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}
html.desktop .hp-promo__sertificat:hover {
  color: #fff;
}
html.desktop .hp-promo__sertificat:hover:before {
  opacity: 1;
}
.hp-promo__sertificat span,
.hp-promo__sertificat svg {
  position: relative;
  z-index: 3;
}
.hp-space {
  --size-m: 100vw;
  height: 864px;
  left: 50%;
  margin-left: -50vw;
  margin-top: 90px;
  pointer-events: none;
  position: relative;
  width: 100vw;
  z-index: 1;
}
@media (min-width: 1601px) {
  .hp-space {
    height: 1240px;
    margin-top: 180px;
  }
}
@media (max-width: 1200px) {
  .hp-space {
    height: var(--size-m);
    margin-top: 230px;
  }
}
@media (max-width: 700px) {
  .hp-space {
    --size-m: 146vw;
    margin-top: 160px;
  }
}
.hp-space__central-objects {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1200px) {
  .hp-space__central-objects {
    opacity: 1 !important;
    transform: none !important;
  }
}
.hp-space__earth,
.hp-space__moon,
.hp-space__sun {
  --size-m: 100vw;
  border-radius: 50%;
  display: none;
  height: 864px;
  left: 50%;
  margin-left: -432px;
  position: absolute;
  top: 0;
  width: 864px;
  z-index: 3;
}
@media (min-width: 1601px) {
  .hp-space__earth,
  .hp-space__moon,
  .hp-space__sun {
    height: 1240px;
    margin-left: -620px;
    width: 1240px;
  }
}
@media (max-width: 1200px) {
  .hp-space__earth,
  .hp-space__moon,
  .hp-space__sun {
    height: var(--size-m);
    left: 50%;
    margin-left: calc(var(--size-m) / -2);
    width: var(--size-m);
  }
}
@media (max-width: 700px) {
  .hp-space__earth,
  .hp-space__moon,
  .hp-space__sun {
    --size-m: 146vw;
  }
}
.hp-space__earth-inner,
.hp-space__moon-inner,
.hp-space__sun-inner {
  border-radius: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hp-space__earth:before,
.hp-space__moon:before,
.hp-space__sun:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1;
}
.hp-space__earth:after,
.hp-space__moon:after,
.hp-space__sun:after {
  background: url(../images/44f365942044f17a4281b5c7f1b36acb.webp) repeat 50%;
  background-blend-mode: overlay;
  background-size: 220px auto;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  filter: contrast(300%);
  left: 0;
  opacity: 0.04;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
._show-sun .hp-space__sun {
  display: block;
}
.hp-space__sun-inner {
  background: radial-gradient(
    85.97% 85.97% at 7.6% 8.25%,
    #ffc700 0,
    #faa32e 17.71%,
    #fa6029 59.29%,
    #d12a0e 100%
  );
  transform: rotate(90deg);
}
.hp-space__sun:before {
  background: #ff6b00;
  box-shadow: 0 0 80px #ff6b00;
  filter: blur(40px);
  opacity: 0.4;
  transform: scale(1.08);
}
@media (max-width: 700px) {
  .hp-space__sun:before {
    box-shadow: 0 0 70px #ff6b00;
    filter: blur(30px);
  }
}
.hp-space__sun:after {
  opacity: 0.07;
}
._show-moon .hp-space__moon {
  display: block;
}
.hp-space__moon-inner {
  background: #eeeeef url(../images/150e51d59382e11ab8d1050d56bf6c33.webp)
    no-repeat 50%;
  background-size: 100.2% 100.2%;
}
.hp-space__moon:before {
  background: #ededee;
  box-shadow: 0 0 60px #ededee;
  filter: blur(30px);
  opacity: 0.3;
  transform: scale(1);
}
@media (max-width: 700px) {
  .hp-space__moon:before {
    box-shadow: 0 0 70px #ededee;
    filter: blur(20px);
  }
}
@media (min-width: 1601px) {
  .hp-space__moon:before {
    box-shadow: 0 0 70px #ededee;
    filter: blur(40px);
  }
}
.hp-space__moon:after {
  opacity: 0.06;
}
._show-earth .hp-space__earth {
  display: block;
}
.hp-space__earth-inner {
  background: #6496bd url(../images/6f86aa0ac6d387b7186583f72e0854df.webp)
    no-repeat 50%;
  background-size: 100.2% 100.2%;
}
.hp-space__earth:before {
  background: #426f98;
  box-shadow: 0 0 80px #426f98;
  filter: blur(30px);
  opacity: 0.7;
  transform: scale(1.04);
}
@media (max-width: 700px) {
  .hp-space__earth:before {
    box-shadow: 0 0 70px #426f98;
    filter: blur(20px);
  }
}
.hp-space__earth:after {
  opacity: 0.07;
}
.hp-space__shadows {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hp-space__shadow-1,
.hp-space__shadow-2 {
  background: var(--dark);
  left: 50%;
  position: absolute;
  top: 0;
  will-change: transform, opacity;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hp-space__shadow-1,
  .hp-space__shadow-2 {
    transform: none !important;
  }
}
.hp-space__shadow-inner {
  border-radius: 50%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.hp-space__shadow-inner:before {
  background: url(../images/9aaed82e424b2675f1890ab6e82ef693.png) no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: exclusion;
  position: absolute;
  top: 0;
  width: 100%;
}
.hp-space__shadow-1 {
  --size-m: calc(min(100vw, 864px) * 0.37);
  --size-m: 37vw;
  height: 266px;
  margin-left: -682px;
  margin-top: -186px;
  width: 266px;
}
@media (min-width: 1601px) {
  .hp-space__shadow-1 {
    height: 380px;
    margin-left: -986px;
    margin-top: -270px;
    width: 380px;
  }
}
@media (max-width: 1200px) {
  .hp-space__shadow-1 {
    height: var(--size-m);
    left: 0;
    margin-left: calc(var(--size-m) * -0.32);
    margin-top: -316px;
    top: 0;
    width: var(--size-m);
  }
}
@media (max-width: 700px) {
  .hp-space__shadow-1 {
    --size-m: 33.58vw;
    margin-left: calc(var(--size-m) * -0.27);
    margin-top: -216px;
  }
}
.hp-space__shadow-1 .hp-space__shadow-inner:before {
  transform: rotate(34.639deg);
}
.hp-space__shadow-2 {
  --size-m: calc(min(100vw, 864px) * 0.62);
  --size-m: 62vw;
  height: 500px;
  margin-left: 370px;
  margin-top: 16px;
  width: 500px;
}
@media (min-width: 1601px) {
  .hp-space__shadow-2 {
    height: 720px;
    margin-left: 536px;
    margin-top: 30px;
    width: 720px;
  }
}
@media (max-width: 1200px) {
  .hp-space__shadow-2 {
    height: var(--size-m);
    left: 100%;
    margin-left: calc(var(--size-m) * -0.6);
    margin-top: -224px;
    top: 0;
    width: var(--size-m);
  }
}
@media (max-width: 700px) {
  .hp-space__shadow-2 {
    --size-m: 64.24vw;
    margin-left: calc(var(--size-m) * -0.4);
    margin-top: -180px;
  }
}
.hp-space__shadow-2 .hp-space__shadow-inner:before {
  transform: rotate(-160.826deg);
}
.hp-space__circles {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.hp-space__circles div {
  border: 1px solid var(--dark);
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hp-space__circles div:first-child {
  height: 1032px;
  width: 1032px;
}
@media (min-width: 1601px) {
  .hp-space__circles div:first-child {
    height: 1436px;
    width: 1436px;
  }
}
@media (max-width: 1200px) {
  .hp-space__circles div:first-child {
    height: 104vw;
    width: 104vw;
  }
}
@media (max-width: 700px) {
  .hp-space__circles div:first-child {
    height: 160vw;
    width: 160vw;
  }
}
.hp-space__circles div:nth-child(2) {
  height: 1200px;
  width: 1200px;
}
@media (min-width: 1601px) {
  .hp-space__circles div:nth-child(2) {
    height: 1668px;
    width: 1668px;
  }
}
@media (max-width: 1200px) {
  .hp-space__circles div:nth-child(2) {
    height: 122vw;
    width: 122vw;
  }
}
@media (max-width: 700px) {
  .hp-space__circles div:nth-child(2) {
    height: 190vw;
    width: 190vw;
  }
}
.hp-space__circles div:nth-child(3) {
  height: 1380px;
  width: 1380px;
}
@media (min-width: 1601px) {
  .hp-space__circles div:nth-child(3) {
    height: 1920px;
    width: 1920px;
  }
}
@media (max-width: 1200px) {
  .hp-space__circles div:nth-child(3) {
    height: 140vw;
    width: 140vw;
  }
}
@media (max-width: 700px) {
  .hp-space__circles div:nth-child(3) {
    height: 220vw;
    width: 220vw;
  }
}
.hp-video {
  background: #000;
  border-radius: 50px;
  height: 0;
  margin-top: calc(100vh - 160px);
  overflow: hidden;
  padding-top: 56%;
  position: relative;
  z-index: 2;
}
@media (min-width: 2000px) and (min-height: 1080px) {
  .hp-video {
    margin-top: 1100px;
  }
}
@media (max-width: 1200px) {
  .hp-video {
    border-radius: 30px;
    height: 700px;
    margin-top: calc(100vh - 87px);
    padding: 0;
  }
}
@media (max-width: 700px) {
  .hp-video {
    aspect-ratio: 4/3;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 399px) {
  .hp-video {
    aspect-ratio: 1;
  }
}
.hp-video__inner {
  align-items: flex-end;
  bottom: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  left: 50px;
  position: absolute;
  right: 50px;
  z-index: 2;
}
@media (min-width: 1601px) {
  .hp-video__inner {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 1200px) {
  .hp-video__inner {
    align-items: center;
    bottom: 40px;
    flex-direction: column;
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 700px) {
  .hp-video__inner {
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
}
.hp-video__title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: normal;
  margin: 0;
}
@media (max-width: 1200px) {
  .hp-video__title {
    font-size: 24px;
  }
}
.hp-video__details {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0000;
  border-radius: 50px;
  box-sizing: border-box;
  color: var(--body-bg);
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  letter-spacing: -0.16px;
  line-height: 50px;
  margin-left: 40px;
  overflow: hidden;
  padding: 0 22px;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .hp-video__details {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hp-video__details:before {
  background: var(--gradient) border-box;
  border: 2px solid #0000;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 0;
}
.hp-video__details:after,
.hp-video__details:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hp-video__details:after {
  background: var(--gradient);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.hp-video__details span {
  position: relative;
  z-index: 2;
}
html.desktop .hp-video__details:hover:after {
  opacity: 1;
}
.hp-video__play {
  background: #0000
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.664 31.665V8.332l20 11.667-20 11.666Z' stroke='%23fff' stroke-width='1.4'/%3E%3C/svg%3E")
    no-repeat 50%;
  border: 1px solid #a6a6a64d;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 124px;
  left: 50%;
  margin: -62px 0 0 -62px;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  width: 124px;
  z-index: 3;
}
@media (max-width: 700px) {
  .hp-video__play {
    height: 88px;
    margin: -94px 0 0 -44px;
    width: 88px;
  }
}
html.desktop .hp-video__play:hover {
  border-color: #a6a6a6;
}
html.desktop .hp-video__play:hover:before {
  animation: playPulse 1.4s ease-in-out infinite;
  opacity: 0;
}
html.desktop .hp-video__play:hover:after {
  animation: playPulse 1.4s ease-in-out 0.5s infinite;
  opacity: 0;
}
.hp-video__play:after,
.hp-video__play:before {
  border: 1px solid #a6a6a680;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}
.hp-video__play:before {
  transform: scale(1.3);
}
@media (max-width: 700px) {
  .hp-video__play:before {
    height: 114px;
    width: 114px;
  }
}
.hp-video__play:after {
  transform: scale(1.56);
}
@media (max-width: 700px) {
  .hp-video__play:after {
    height: 138px;
    width: 138px;
  }
}
.hp-video__play span {
  color: #0000;
}
@keyframes playPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  65%,
  to {
    opacity: 0;
    transform: scale(1.56);
  }
}
.hp-video__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hp-video__video video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.hp-program {
  margin-top: 16px;
  position: relative;
  z-index: 4;
}
@media (min-width: 1601px) {
  .hp-program {
    margin-top: 22px;
  }
}
@media (max-width: 1200px) {
  .hp-program {
    margin-top: 12px;
  }
}
.hp-program__inner {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}
@media (max-width: 1200px) {
  .hp-program__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .hp-program__inner {
    grid-gap: 12px;
  }
  .hp-program__cell {
    grid-column-end: unset !important;
    grid-column-start: unset !important;
    grid-row-end: unset !important;
    grid-row-start: unset !important;
  }
}
.hp-program__cell:first-child {
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}
@media (max-width: 700px) {
  .hp-program__cell:first-child {
    grid-column: span 2 !important;
  }
}
.hp-program__cell:nth-child(2) {
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 1;
}
.hp-program__cell:nth-child(3) {
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-row-start: 1;
}
.hp-program__cell:nth-child(4) {
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-row-start: 1;
}
@media (max-width: 1200px) {
  .hp-program__cell:nth-child(4) {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-start: 3;
  }
}
@media (max-width: 700px) {
  .hp-program__cell:nth-child(4) {
    grid-column: span 2 !important;
  }
}
.hp-program__card {
  background: #fff;
  border-radius: 50px;
  display: block;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 61%;
  position: relative;
  text-decoration: none;
  transform: scale(1.04);
  transition: all 0.6s ease;
  width: 100%;
}
@media (max-width: 1200px) {
  .hp-program__card {
    border-radius: 30px;
  }
}
@media (max-width: 700px) {
  .hp-program__card {
    padding-top: 58%;
  }
}
@media (min-width: 1201px) {
  .hp-program__inner._is-animated .hp-program__card {
    opacity: 1;
    transform: scale(1);
  }
  .hp-program__card.hp-program__events {
    transition-delay: 0.3s;
  }
  .hp-program__card.hp-program__program {
    transition-delay: 0.45s;
  }
  .hp-program__card.hp-program__tickets,
  .hp-program__card.hp-program__tickets-2 {
    transition-delay: 0.15s;
  }
}
@media (min-width: 701px) and (max-width: 1200px) {
  .hp-program__inner._is-animated .hp-program__card.hp-program__load {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .hp-program__inner._is-animated .hp-program__card.hp-program__tickets,
  .hp-program__inner._is-animated .hp-program__card.hp-program__tickets-2 {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.3s;
  }
  .hp-program__inner._is-animated .hp-program__card.hp-program__events {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.15s;
  }
  .hp-program__inner._is-animated .hp-program__card.hp-program__program {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.45s;
  }
}
@media (max-width: 700px) {
  .hp-program__cell._is-animated .hp-program__card {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hp-program__card-inner {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 700px) {
  .hp-program__card-inner {
    padding: 20px;
  }
}
.hp-program__events-title,
.hp-program__program-title,
.hp-program__tickets-title {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .hp-program__events-title,
  .hp-program__program-title,
  .hp-program__tickets-title {
    font-size: 16px;
  }
}
.hp-program__load {
  color: var(--dark);
  font-family: "Wix Madefor Text", sans-serif;
}
.hp-program__load .hp-program__card-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .hp-program__load .hp-program__card-inner {
    padding: 30px 20px;
  }
}
.hp-program__load-title {
  color: #f84b3a;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 1.7;
  margin-top: -10px;
}
.hp-program__load-date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: -24px;
}
@media (max-width: 999px) {
  .hp-program__load-date {
    margin-right: 0;
  }
}
@media (min-width: 1900px) {
  .hp-program__load-date {
    font-size: 24px;
    margin-top: 10px;
  }
}
.hp-program__load-levels {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 1.5;
  margin-top: auto;
}
@media (min-width: 1900px) {
  .hp-program__load-levels {
    font-size: 18px;
  }
}
.hp-program__load-level {
  margin-bottom: 6px;
  min-height: 24px;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 1900px) {
  .hp-program__load-level {
    margin-bottom: 8px;
  }
}
.hp-program__load-level:last-child {
  margin-bottom: 0;
}
.hp-program__load-level._low {
  color: #26c057;
}
.hp-program__load-level._low:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M15 7.998a2.999 2.999 0 0 1-3 2.998 2.999 2.999 0 1 1 3-2.998ZM17 18.99H7v-1.996a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1.997Z' stroke='%2326C057' stroke-width='1.4'/%3E%3C/svg%3E");
}
.hp-program__load-level._medium {
  color: #7849a9;
}
.hp-program__load-level._medium:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 19H19v-1.5a2.5 2.5 0 0 0-2.5-2.5M13 7.998a2.999 2.999 0 0 1-3 2.998 2.999 2.999 0 1 1 3-2.998Zm2 10.993H5v-1.997a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1.997ZM16 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z' stroke='%23FB8129' stroke-width='1.4'/%3E%3C/svg%3E");
}
.hp-program__load-level._high {
  color: #f84b3a;
}
.hp-program__load-level._high:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 19H21v-1.5a2.5 2.5 0 0 0-2.5-2.5m-13 4H3v-1.5A2.5 2.5 0 0 1 5.5 15M15 7.998a2.999 2.999 0 0 1-3 2.998 2.999 2.999 0 1 1 3-2.998Zm2 10.993H7v-1.997a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1.997ZM18 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM6 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z' stroke='%23F84B3A' stroke-width='1.4'/%3E%3C/svg%3E");
}
.hp-program__load-level:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 24px;
}
.hp-program__load-arrow {
  color: #f84b3a;
  display: block;
  height: 12px;
  position: absolute;
  right: 36px;
  top: 26px;
  transition: transform 0.2s ease;
  width: 12px;
}
@media (min-width: 1601px) {
  .hp-program__load-arrow {
    right: 28px;
  }
}
html.desktop a:hover .hp-program__load-arrow {
  transform: rotate(45deg);
}
.hp-program__tickets {
  background: var(--gradient);
}
.hp-program__tickets .hp-program__card-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 700px) {
  .hp-program__tickets .hp-program__card-inner {
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.hp-program__tickets-2 {
  background-color: #000;
  background-size: cover;
}
.hp-program__tickets-2 .hp-program__card-inner {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 700px) {
  .hp-program__tickets-2 .hp-program__card-inner {
    padding: 8px;
  }
  .hp-program__tickets-2 .btn {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .hp-program__tickets-2 .btn svg {
    display: none;
  }
}
.hp-program__tickets-2 .btn svg {
  top: 0;
}
html.desktop .hp-program__tickets-2:hover .btn {
  color: #7849a9 !important;
}
html.desktop .hp-program__tickets-2:hover .btn:before {
  opacity: 1;
}
.hp-program__tickets-sputnik {
  aspect-ratio: 1;
  height: 90%;
  position: absolute;
  right: 3%;
  top: 5%;
}
@media (max-width: 700px) {
  .hp-program__tickets-sputnik {
    height: 70%;
  }
}
html.mobile .hp-program__tickets-sputnik {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='159' height='160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M158 13.055C158 6.397 152.628 1 146.002 1M158 13.055v46.169m0-46.169c0 4.515-2.471 8.451-6.128 10.516M146.002 1h-44.42m44.42 0a11.935 11.935 0 0 0-8.544 3.59m-3.455 8.465c0-3.298 1.319-6.287 3.455-8.464m-3.455 8.464-28.847 13.85m28.847-13.85c0 1.064.137 2.096.395 3.078m11.604 8.977c2.132 0 4.135-.558 5.87-1.539m-5.87 1.54-13.53 30.522m13.53-30.523a11.94 11.94 0 0 1-3.574-.543M158 72.817V89.49m0 12.825v12.055M87.541 1H70.438M56.652 1H45.675m106.197 22.571L138.854 76.41m-1.396-71.818L84.733 20.493m57.695 4.074-54.886 88.777m54.886-88.777a11.895 11.895 0 0 1-2.729-1.252m-5.301-7.182L45.675 73.844m88.723-57.71a12.033 12.033 0 0 0 1.285 3.077m1.775 2.309-35.876 37.704m35.876-37.704a12.027 12.027 0 0 0 2.241 1.795m-2.241-1.796a12.088 12.088 0 0 1-1.775-2.308m4.016 4.104L95.966 78.718m39.717-59.507-54.268 45.4m8.424 5.642-32.166 32.062m6.638-24.88L30.868 105.65m50.547-9.233-27.571 34.37m70.969-57.968-5.361 12.312m-5.106 11.286-5.105 12.824m25.157-18.21-8.053 37.704M87.542 34.857l-11.744 5.9M64.311 45.63l-11.999 6.412M36.74 59.224 26.273 64.61m96.242 78.487L119.452 159M68.65 25.11 31.89 35.883m-14.041 3.591L1 44.86m101.603 78.487-5.36 14.364' stroke='%23fff'/%3E%3C/svg%3E")
    no-repeat 100% 0;
  background-size: contain;
  height: 80%;
  opacity: 0.3;
  right: 8%;
  top: 10%;
}
@media (max-width: 700px) {
  html.mobile .hp-program__tickets-sputnik {
    height: 60%;
  }
}
.hp-program__events {
  background: #0000;
  overflow: hidden;
  padding-top: 125%;
}
@media (max-width: 700px) {
  .hp-program__events {
    padding-top: 120%;
  }
}
.hp-program__events .hp-program__card-inner {
  align-items: flex-end;
  display: flex;
}
@media (max-width: 700px) {
  .hp-program__events .hp-program__card-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hp-program__events-animation {
  aspect-ratio: 1;
  background: url(../images/8b22a4893cc4ef0ffbd0af9515999ee9.webp) no-repeat 50%;
  background-size: 100% 100%;
  bottom: -4%;
  height: 126%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
@media (max-width: 700px) {
  .hp-program__events-animation {
    bottom: -5%;
    height: 130%;
  }
}
.hp-program__events-animation-1 {
  animation: orbitSpin 15s linear infinite;
  animation-play-state: paused;
  background: url("data:image/webp;base64,UklGRsAtAABXRUJQVlA4WAoAAAAQAAAAgQYAgQYAQUxQSE8JAAABJMVt2zjK/mP35OozIiYAuU8URZrwpG8I0JIPyX17Wf//T////67rWxjsEGywuCMwVlYWbAaraJLJqngI7AaTSRCDwWHTQ2AzmP6ArJkUowh/rvXx0Nvl+fp7wYiYAKBA/P1HEZHy87///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///77//O///7777///vvvv//++++///7777///vvvv//++/9v2yDrDCbrbXW9v173a7VdTwadLKAZXtaf7Z76R5+7WT/z6EWUT0/6l0/TPCIWYXdx04+8Lbohp6iNKv3galSjE06zfOuHv8umwyTs9kq/ctW2aURjqV+7bHCIePzQL36MY/7g9g765YeeSx7SuRpwnjIHq9irEfeFRRv8oRpz6JOGpFSDlgllqG/UqJs6YWgd1bDHFl3Iz2rcc04Wiosa+FJQhfyiRr7kRKF1VkOfWzShflRjH+skIdmowTcJRfBLNXrpEwRrqIYfWvygUOMX9CDdm2+fkgN3rgDnLjfoKcQeNYgPGA4xMxgryDExaDxQPBq0wF4qzKXNCtoKtE0KnBWSlcMJmgq1yQlKLCUlqL2xvGuMYKRgR4QgrNBUIR/oKtwuH1jgWdCB6IbnFrGBXAHnbGCKaEoGvBOik8cFMoWccYE+pj4XmGGacYEdph0VCJ6YngETyBR0xgQ6qDpMYIBqwAQmqCZMYI1qzQS2qLZMoEJVMYErqisTuKO6M4EXqtdvEXdUdyZwRXVlAhWqiglsUW2ZwBrVmglMUE2YwADVgAl0UHWYQIYqYwLBE9MzYAKyw7QTKjjDNOMCfUx9LpBhyriAd0J08riATBFNhQzmiHI2EN3w3CI2IAs8C6GDXTxdPhBWaKqQD8gIzUgIYe2N5V1jBFJiKYUSNrE0OYGzQrJyOIG0kbSFFNpLHEubFUjjgeLREF44RjEWYhgfMBxiZiA9DD2hhu4cwdzlBpLuzbdPhR0W5iuEHlpD0w0tfiB+abbSF4aYbEy2SYQj1o/mOtaFJbbOpjq3hCfmFzNdcmGKxcVEl0K4Yn42zzkXttg6mubYEr5Y35hlUxfGmJQmKRPhjP7QHENfWKNV7M2wLywhjuncBPNUuKPbO3zboecKfYzHj296jGOhkI3l9ywbwiLt9uo7Vm1biKTTLN+f9i6bjrDJ2qj6pGpUE0oZdhe3z7gtuqHwyiifnv7WaZpHwi69rD/bPf/MczfrZ56wzCDrDCbrbXW9v173a7VdTwadLJCf//3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///333/+f//3333///f8zyDqDyXpbXe+v1/1abdeTQScLaIaX9We7p/7R527Wzzx6EeXTk/7l0zSPiEXYXdz0I2+LbsgpaqNKP7ga1eiE0yzf+uHvsukwCbu90q9ctW0a0Vjq1y4bHCIeP/SLH+OYP7i9g375oeeSh3SuBpynzMEq9mrEfWHRBn+oxhz6pCEp1aBlQhnqGzXqpk4YWkc17LFFF/KzGveck4Xioga+FFQhv6iRLzlRaJ3V0OcWTagf1djHOklINmrwTUIR/FKNXvoEwRqq4YcWPyjU+AU9SPfm26fkwJ0rwLnLDXoKsUcN4gOGQ8wMxgpyTAwaDxSPBi2wlwpzabOCtgJtkwJnhWTlcIKmQm1yghJLSQlqbyzvGiMYKdgRIQgrNFXIB7oKt8sHFngWdCC64blFbCBXwDkbmCKakgHvhOjkcYFMIWdcoI+pzwVmmGZcYIdpRwWCJ6ZnwAQyBZ0xgQ6qDhMYoBowgQmqCRNYo1ozgS2qLROoUFVM4IrqygTuqO5M4IXq9VvEHdWdCVxRXZlAhapiAltUWyawRrVmAhNUEyYwQDVgAh1UHSaQocqYQPDE9AyYgOww7YQKzjDNuEAfU58LZJgyLuCdEJ08LiBTRFMhgzminA1ENzy3iA3IAs9C6GAXT5cPhBWaKuQDMkIzEkJYe2N51xiBlFhKoYRNLE1O4KyQrBxOIG0kbSGF9hLH0mYF0nigeDSEF45RjIUYxgcMh5gZSA9DT6ihO0cwd7mBpHvz7VNhh4X5CqGH1tB0Q4sfiF+arfSFISYbk20S4Yj1o7mOdWGJrbOpzi3hifnFTJdcmGJxMdGlEK6Yn81zzoUtto6mObaEL9Y3ZtnUhTEmpUnKRDijPzTH0BfWaBV7M+wLS4hjOjfBPBXu6PYO33bouUIf4/Hjmx7jWChkY/k9y4awSLu9+o5V2xYi6TTL96e9y6YjbLI2qj6pGtWEUobdxe0zbotuKLwyyqenv3Wa5pGwSy/rz3bPP/PczfqZJywzyDqDyXpbXe+v1/1abdeTQScL5Od///3333///ffff//9//nf/5///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff8IBAFZQOCBKJAAAkKECnQEqggaCBj6RSKJNJaSjIiBV6AiwEglpbuF3YRvznuoOnuKdiftJ2T6Ajhv2L+0+YdBi+athg/rdCv3/nvgCeiAV3SrhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTVjImnpEWHrbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVNmRwco4iw//zoyo4KOuhFlqtyRrTgFpwN+1kENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bNCnPjNVf/4KE87aGzug0CDEKD3gBByFFwMEZDyfkMACbj7/dKLOGqpNdtouEGQQ1VJrttFwgyCGqpNdtouEGQQ1VJrttFwgyCGqpNdtot9IbAFxdtC/6uEYwGYXTsjpNZg4H6w85oLBiV/U2MSAPX+TTRyfEz9fO5MScNO5KSSUUSijVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20WcmeBgNFkkSgjeMBnhKpxO7fAGM0264oc2womJZVgt+3GLKAlhgxSk+7g84HkCUSk+MEVn1wgyCGqpNdtouEGQQ1VJrttFwgyCGqpNdtouEGQQ1VJrttFwgyCGqo/Sf5gNOyxof8RRekLWr2ru1qAhlrxB2eIAJ9ztomAoo7x/c5+KGBA9JvsvdI5ZM48dKHwkRKDZ2V9zLy16KuEGQQ1VJrttFwgyCGqpNdtouEGQQ1VJrttFwgyCGqpNdtouEGORZBcxeDdVMY8URCgABT5TCJ/7gwbDR9nDs7UJFMIlLWKERLFrOHlqwAfehGxDeGJtde2i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVTZF8uQNK7sbRiAxeYFT+AWfxctZdyjc+BWvfSQx/phuYIr5nROfXCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk10EhHE0LqAIoX2lucEJ8vzMYTKKUENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMinu+3LXoq4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20Qod5eL81bGcsrA9N70E+Q6qk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QKRj1A4TzmyPQHhS4YfXWA2IQrMjwB21Vm0uBWujeBRMGEwgoteirhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkD8Q6DVKf4iyvhLxHGDqi+g0jB9rEB1jXsCpEiiWYQIqjog/vAVGyw6J4Xoq4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDTCZRaEgrYIr74A9+XsSMxJ0+BBQOP8MQwhcAnGSj5TOTo6qp6NZ2C4l2HxORps1E/xwgyCGqpNdtouEGQQ1VJrttFwgyCGqpNdtouEGQQ1VJrttFwgyCGqpNdBMVW4UIKu7QThQFyOFMyyEw0IVI/+CmWv9fhxNUWvKAALCoR9pL8XIYBU7YNBuIR3jxLXoq4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZAVN7KF4L5ScloQARtoAq1kOX6XLdhh0aBXu1BgXLNneUsM56StAEkXj64QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUfpCQmo8xUVhM/go6seVBNed17KgLwJbuv20QEiCiEC9UO20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIao6P0RJuqZeiDkuMyganRZMCNBpKukHtxf1lSYspbRcIMghqqTXbaLhBkENVSa7bRcIMghqqTXbaLhBkENVSa7bRcIMghqqibJOiIuS1Chj1ami4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk122i4QZBDVUmu20XCDIIaqk10AAAP7/DWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEDrHJfTSrhhZHiNVCKEGEK0AAAhQfb/JEQqWg4kHvmRX96/R/rDAK0bry4rcgU6vRWm1O2Ea9SLdU5PVLUCGZAAFnhqL/M3kj6bvbqnx9HUhTLYHcgZD30gKIvDdl/UpBEojL42qrZnMxj6HhCwDeJM2vbPfNVcbvCaJ99Z9oMhMD/blsowUDZ/Y9IG3zy+izDlGpmjcjv8kiNCRdWjmOwIiM/AAIcA18QZg0ftAj+sqxIe9XSvcxKB9rARXOb/v14s/jzlN1vlVeNstnRKZlRQ6kJ+e0TOviXUXTOlqHTux65g5lHkJ9JFu85nZhsyIcsdPwPn1vfqZGZTscZna3DSX91WSOavSZbuQveeMbWb0yTgkucl5XoSyedmxxDAWUVJMGZxpmq8T5YXnQaT3jSGzEwYR7mvgTO+c3I1rnrJUW1uaZhhS8Ix97bYuFAAL/uEid0lJgfRcjXAOw7flGu72gZVG5q+P5FFE2fFLnAo2ROmt2ypgdKlJ0UyIRGy1SlHGwGk12hTXuQYLMocPFNiCg/WkRy3rYqryNiViXqs5a8yGLeND1hMiG2qEwqBppqvD6TqjjNG9ktmfi2lcbL0L0+cgfR9g9hiKEtbQeZLDaGafTntHsZy4e3/uYv8g6uvemMct43+IV3donm33XdPYAOuLGyHAcXok4Bc9PNnCt4LiBLwR31DURo6aa/Uc4Q/xzYmBTV6zVHmzgkrAUB2YUTHQIEsqwjjKgz5sip7EJqQoEspwPV+FTwLfHQinO9pWe/6r/gRc0KsAAA2JRdu39xs6xFq894s7ytnTmDSUbkE0+pWThneExe8HD6HoAWXa52NBp0eE7Dm4opcVlzQmIHTII2nSptj5WDPirKjnwcx0TY4jnvlJqJXp8ntSn0e/bR3x1IExAs89gYVHqr3+G+9Rkeg8frdmLPwxYgJD1tKE93807CRE7dxBy9p+kXceDx2c2j7ussj3bYA7CcAEFwxet8Gn1bVG4Mmr2k6SXWeGud3UlVfLyqVAN1VcEa69hdZWYpSPk4OAzMEidYQcSBQOEizxsGo3Mib3etuGEXaZBb/EE+mI8eCaKctoHI2n2fZNEeKI+lJRhdtS9QHuS6HqGUMnEzOE9Ms/N5RqJUS1BvyFFpI0qAA6csGVpT8S+16QdYDtMwcGcAlvIa9/cbMqSAibfbt9pDbr/HkmDF7sGHG/SAAAww7HBrAtxXNw26o3qe6gYdtea8cBaH1a6Tvf+Q6YbZLJ6cftyMQEeGUYtwSmaD/WpPKJmgGNtdu8iMs9oC+I765F3eg1l2nz9h+lFJvw0cTBd4Wm36mnJNKVoNSQWTxu9bv8XrKqQMI+mNHFTnuH67tgE1T/b2prcoD65wGEfB5w1H6pVHEvKLzuOcNOQJztsUh2+dMt5bc9U7rAv64rYzmHoZ4q/evxDIqoE3WVGwwyobsTR1rzpvzszj84o6FX4goDdUM4y4qTcFmxiFqGGUPP60o6or4YpvKaY92C3dFfv011xLf+Hnb0F482Agr0C6nBaf9rbHETIIdotzM9Inw6+JMlaSlWtUry+J/oYbMR/KxdSR8HXYO2GttWNkQPraS3fhL2FnRVj71LQ86bF8cOqcvbFYK2XxGjp2q+H2EQkeD+SHMVWBWgzATiZh4NUv/w3nPjQngACAfQT5mQkmgjuP40COzp2tIlTQl+7rE44Dib1mpV5xnjdGImpLbrUdHc4JmvrvCBTo94oCwkOke0y9lsE8Jm2XR/odLDJqvOV0lqAObgZswcSb/vSnAhiRIXMAkWc14XYh8dPC3F+yMLb2owKBOqIbr3Hblnmb7oEKKzyOyh8cKf4g+X3M1edT98ihmcOajmGh+/q1xu5LCgeeoYNXLvVWUgm1OCfRbcnHlRQaqB+45K0SX1mvmSga4XIHTgo/+YXQ2DpthSHPwxb1Xf7XMlEpMzWjw6JXWNihJSURXJaugcJiTXSh0oEKGR7dDyADWceiJnuwLjWStaMHtKeJY0MiMeiIiX9RZemBGhLr3a94216/r55Eqz0r4nU845o+Uig3Z2GR4N+NKYEVFgmQWVIaxEnq4/kDPgMUAAAANqSfBxIfbml0K+70zTphMmARwldhquv9EfsDbU0QCiOlV+ds3vyq2+TU8ydot3L84uB0gbXlFSjbj9DnHF0f3Mp6Ot5DeSgKMNIRf9xqa7skSZo/BVfuYeJCr58odsCfKXdWlD5Z7kBr3T3+cpSCgGbm1KjaA8GOs/3MrqnK9zcoiPoFa00Vvv6e4vE+5UW0KTTnkXJeL+2n3xl1/Rn6HMVkq0wT7NolOc5FMp/NVydAvRb6AMVauS5Eyyb2B5WGYUvClKoklgPahv9b2klES//iUF++X2vpfP5InNdIjCszP8TiIO2P+4xDtXmQMT0Qw/Ty4KMTLWAPw+gYnJuftDResy0w8w8PAFnGw1zwAAAA5Pfov7HfIpxIU1UhHmqivyo4z0QK8I/uuuEMTYuEIwf2aUqq6X918DzMudacmzxgF/M1y/7rIj4LlAKe94q+xY7n3thEQsyoq9WalN2R9JG/DLmGvi8DihWBBWUfTLJXIlg8oFoiOYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOPoVD5U+Pb/bC0LWQjJz3YyqqvwvYqAInZEdxafs7Z47YCoS5Cb3T09cdkswQ/QV7Q6nqHpyCcu5Y5UxnKQXMp1lPP5Vd2cYJr0QgXKzNDUmCanAAAi0gq4epgJozRLrz5kGaDR4fKCpy1/n8hrNz9LfxoDzl1Te/vpvvUXDX+HUfAnBL3WWViSpfT/W6MN6megHQDU2i5fkT0Y+obfMkAIpz1jNc/lgc7NtVscY/yLO/QOyeLgTUDfEJdVNBKGykOJjoYP5UUINGIbrAMHmFcx1tRmdtBJIdjXZdXZYMbeeNpgvczxN7muBbiq9W5AXH8WL3pKQeMf2Dm2J0MuNjYTlb8gzGPRGOdAbGFibTPq40QX4PurAwA9lf304Y6HieF7PMzE78fomjP5QssFz05Vpnn26ewABxpFBesm0gmJ8CyFaIqX0IHO9+OiAq08cE33Fz6OewuA4vpR8rf4DnraBYKDI5K7nCKBZR8zKOYW2mJwdSsvgEbdeGRAd3plKXiIEkGbzcICX0w02jYdrDzE2Uzol5olPgOwoeYu770IGeKickHpIGeb3wwTM8Kvq0o/bz5/jmtSXnhOcwAKFWnPmWFfiBssmONEVzQJeI/svNIZeaWDXxjqmWXvQ6NKvDb2wYq1ui32h7G+C8DJ8boMaVRPFtRh8A/ZM7v/oqm6qbVtYBy6RHBP0kzm/XtLUzyV5L6TeaME7LTqvx9PFrazrjW4I2UsbH3NePebAB/XCvrCc0P1kmoHQI8c2blxXlTWmDgNN4/Gv2qqZMMmARvtELexIABbmJlPm6dmXEvYkq73uIM4wMWHHsPsSVVUesgSY75B8lblOsFWQiSaowZ4yf9t76gGwaijpUUH+pwdBKRxeGrw1cgjabXKgVS0o8h5P13URORGwHyU2KM+k+bcsc4Y///usS80nM0Faw+Wf+atsUuDRwHq6i0k4nUO1FGlhM6dwhVnMb2c4ilkk9Dmvr3RWfSKLbCXtl/GsU6ikuq3pYOe+/WPa0V4DGFeNDzBatgAG+Vg4UY0jUIcmaFQ5MFwWKzG4rz9EMlYl8AYnGnHgloUOKU6smmqehZcEFcuT2yDSMZbI0baiqAci3O23HcwqpwxjwETNwZxpwxlKpwNDbbG05wCnJ8hcIeP0o/gmaWztium1XutFHOldqroAAEHUApvrvpXMER7NPnCst7FHf4y4VgouBNz3MKLC+VqE/VmP3itWNN23AtuLddCE4SdbHgNQ+KuSY2GP2meLlf42WGAKPcNT7Wx1qbS5zxKOYZV//y9hGjTCnlXV4p9m/aD2cgqHRIAO0xA34Dq8/gEk21Nu8yBGW+cFeKwfA3TqBIPGr/GP0LMOXs3nXZRzI7MZUHPbjgXKKuT77P5upnfe4Wf+ToE1Xk07CMJcls7HytnfaMBzoaURR9VJdBJBvYLjn8uQM+xGJMOXUVZsnWpmmq75sxt700s4OTy4BtO0EFhNpe16UD/aLE9VtGVk0qtX8Kw2bKpNGyikK6oAALNQNofSZ7DtTqfhYHQt0I9lm5nxTRi6eLcDuQuLh2cILiMz7VPdT7G4OmtftWJhKVh4I2iMUEo/dQAcNIA0WihAtvCXz4UVcw6B4O1nC6WlBBwxcgz1bQehlJTP1l4+3VXnJWV6yfXE2mtvvB4CtDknfRFNpHkkEGN17FzyidY2E+LChsKfAYwULOORQlC5kO9hWvQ5RE0pLbXGDW2urxevova71KhGm0hzy2k5QBEJurxpURm+rfudt5eucg5Z2szLIC/49rPVC4j1oXuAr8/I953jXVN6GeHlfHCJIwjBYVNGvAkpwwAAANdTiTGRPuQeMb7BYzoSUVisRbjhMPBEPNM8bFbYqCNoyHGTUbDF/Szw96fCunN2aPVTAneeCPbheg3lSJgAWYsYNZ4vsAmdYTcEeH1acuEz409K28E8Z6TbKsHblmjFV8VSmCLSzwULFEr8M1VfcB84ejWyVvfl4JEE68FQwqyV+C+Oda1q1/qgX2BT8Oj50lWIpvYJsJlW0Hwhy8gAfMOuScCbtGfEKDU5AAAAZIsh0vbcD0kSU99LgiJxf7zd2C5ouOugYOjIfO5VpV1fWnb2udHn9bGOKzfbBO0ogAjUIedL19Vp1EHqGwMjxcsU6Cug2CVcjsIJP1Qy82BPFgWmuWCs0dnpwcafRk+iB4k3cACSp1DyxMwMO7ZcXHcYIwC4wGoGJxyUFcDXWcZsAAAABp96otPSBojyhplqS6IEazld5Lcb163xErLkg/I5lfOaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=")
    no-repeat 50%;
  background-size: 100% 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html.desktop .hp-program__events:hover .hp-program__events-animation-1 {
  animation-play-state: running;
}
.hp-program__events-animation-2 {
  animation: orbitSpin 30s linear infinite;
  animation-play-state: paused;
  background: url("data:image/webp;base64,UklGRowYAABXRUJQVlA4WAoAAAAQAAAAdwUAdwUAQUxQSPcFAAABHMVt2zjK/mP3cne/AyJiAgjK66NnDS2S7yNAHS1smwxJ1h+Ra9vHtm3btm3bPle2bdu2bWNt9lRG/GtU3sZzJiImACgQf/9RRCSa/e+///7777///vvvv//++++///7777///vvvv//++++///7777///vvvv//++++///7777///vvf7H///ffff/+FElGZkYhIkCXaQjCrqhpeSWohALrMt/ZuBx5z6mnHH7TTaov2FkBSiq0EQKsldr7w5b9Gj8qcdvyYH5+/ar/lOgCqgZWg5SL73fcnp+vZPBunzT89uM+8CpGYSqCY54y3J5JVI5s7p3X3bJWTjY/PWUogElAJMPeJPxg9G2fdLZP24wXzQiSaEkWLLV6aSLpzNpuT9v4ObaASSynmunwU6Zyj7hxxzfzQUEqwzNNO4xx356urQCMpbPAVzVlDN361iUggtdU3zM5aeubfO0GCKMVmP9NYW+PAnaEhlGLtb1hr4+9rQgIoxXyv0GpF56eLQsInQZcbaV4vGu/vBomeoEeOp7Pm7o3jkMKn5b+msfbGP9aCBk+trjOWaLyzIyRyEmw1hEW6V1tAAydBh/tYaMWHuyNwTljrd3oZzoFbB04i6VJjubcFTooFv6OVM3B+SNy0zzh6OTwYGjQJWl9NL8f5LFLYtMC7zCzo97aQmEmx6iBaSaM3RoqZBHtl93JInowWIZNAz2VRzmuRgqZWN7NiUQ92gcRMnR+llfVsb2jM1PVV5pIyP+kTNc3zRlnGb+aJmnp/TCvJ+eGiSDFTjw+ZSzJ+Nh80ZurzQlmZn/aOmjo/Wpbz+b5RU9tb6CUZH2kBiZlwPnNJ5BXQkAkJuzJ7Oc6mo6EImlYdSStp2KZIMZOi15usSvpmLkjMhBa4ko1yyJvbhU0tsUsTvZwJ+0ERNCvm+YJWivPXBSBRkyguZ7HOqxLi5oS1/qCX4Ry0OQJnQbubWKjx3o6QuAmCVUaXYRy8FQSx82XmZdzcIXxa7BPm+jm/XhGK2Fmw60R63ZxjjlKR8Kn1NcxeLydv6gFF9Kzo9yxz3V5fAIL4WbHMl7Q6ZX62OmJowYpf0+uT+f0WkBgKCet9SauL86dtRBBFC9b4hOZ1cPLdtaCIoxVz3dpE8znlTn90cQgiaUXnUwfSzeeEZ+OQ83tDYikI0oZPjKebzzZzTnpxM0U8LYJuB7xX0d1ni5MT3z20N1TiKUiCzH/ki2NJ0meRdE5446j5ABGE1CJA542v+3AUZ9kG3r5jL0AVYbUASP02P//RT/8YNbrRqKrxg3//4dXLN2wNACKIrEUAQPstt+mOBx1xxIG7bbl6DwgACOJrEVHMtCZBnC2aWiRtkTQlRbP//ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//9999///3333///ffff//99/9/aQIAVlA4IG4SAACQtwGdASp4BXgFPm02mUmkIyIhIBaoAIANiWlu4XdhG80n0dEuNXeTU6SLAc0+mJx6faB8r3+r5NtQT+Xf0X/YetH1AH7HAGe5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIb0KKdfCWLoioEuJYCqkJuAe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk4UVr7ZHr9kMeRQCm23EFISjoAsdfcnSnDvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ3kqlgM55PXNffRgC0Roo+YhQJK55GovCHU5eAM/ZzHcaPE9tOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfasVnQETFCFUo9DmB+dYVzS2sLtYBGz41sMYgAghGFfQeJhk5LteLk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77Y4SLb0BU7dNzEHLhL5shxZcepsdzbBR14uTkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D322OUQLJdrxcnIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPekAA/v/ucoAAAAAAAAAAAAAAAAAAAAAAAAAAAEjiSY6uM7XkPf+LBz63sKMjcjkxOu9I8d3P3Fd4xOTi7/QsTxAv5YWf+qA0HNlYqXI2s8t+9eItJTP79oO48LfL/WhcvloOJNxI+28L8yzYt3zws5paWdJ/Ds2JzFl0QIAto/E+DXieZ0zkTY8F1HjrJGqDP1PNi1Y2U6xZ/vUAAcxniQiGXZqhbnQ/taRmQKIAZYaA9dIMlcddiPeV/T6VVpQ3/2s5et/zifOI/sB2yIAFxZbU3Vu/dVtLKR98B4H+PWITpqGJ0/EWYSU54sqatO6+SZ/je1SFldSBpjz05l9zlEFhZhxrfZhD4wJhr0gtNfMo7+HOTlAV7nUSvmEimMnqGv6g9ooLh6K9y4AAofqI/8XOf/Lk8/wG7lm/j/+Yz7rgss87i3RR3/7ASbsdZaqL7ypyUMy052iYG/WAlIQiy2l5QNcnX8KHnJMsmMs6JCNjd28al0pLpW6PE/jStMYIyfmKvSDfzNsa2uQIv7VRTROzLlOIohVCchb5QLDkX+BtGI7OrO/wl3TSB/GFpxigzmFbtAZ8vzetXuwI6BmGtdh/++UWUwkYRrOKtQma82KwbNsZysbIi01AOD2At14jCXHtgNpexfwhm05cQmvIkz+dPD2CSu7Bt1tkxB9vcta/5bYzmzZacUTz83QQmld3GYeuzbGn1wZzBZJ+t805NPranG7F+siE74631u139qGSaE3J2S+0QMMOX7E9xi/WMwe1BKh7oIfe1RIbiAAdEOzEnwqK9kp0fpX91T0KTaR66QHSOmNJHQPrsCYCsmbO/Tfy3te/HacyWP34iHyUWvqkoi2VN/Js09NOPKttLk3yKo9rvBY+v9C5J/lOYS7L3sSzeN8rz4X1s0hY36V0qaH/DPiv/wd79S09UsWHONlaVa5r/gc3/ixXjJAsKF5UnHFd16TkhdVlPPP84cF144ZWYjosMeWGOmlSjSzXUyu+sz+epqdZId4sz5Agcgvw0PD78zFrtQ+1at3vj/7zxtShhun3dOm44dX10C2DJLREAwzHDTImZh+9aoSRV8+InLAuSxpqNaJkLuTFZPLhfN9A5SIDc1/ktZDJFDpSS+0Jt3zjNoJofn7CGde/CqYS7cB2AgAAAeje0eD6ua+sjI9UYZWZZDAJmNlUh6yZLfnpdl8K+1SEFJoWsZby3XAMrRMtTFbAAJQcMU84nZ9Bc6Zmtax14ZcpXIiL6P6tMvN7r1HhxGKfpOK9BJyd45d1y9Vl7rEOtVXWYnxqyk2+DAeRuDEhFVXTZ3PVpMLr//r73QelJYNtHEP2XQvtL0IUML8LRlne6xvKq34pCRfYN3NJppEgr4oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
    no-repeat 50%;
  background-size: 100% 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html.desktop .hp-program__events:hover .hp-program__events-animation-2 {
  animation-play-state: running;
}
@keyframes orbitSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.hp-program__program {
  background: #000;
}
@media (max-width: 700px) {
  .hp-program__program {
    padding-top: 0;
  }
}
.hp-program__program .hp-program__card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 55px;
  padding-top: 40px;
  z-index: 2;
}
@media (min-width: 1601px) {
  .hp-program__program .hp-program__card-inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .hp-program__program .hp-program__card-inner {
    padding-bottom: 45px;
  }
}
@media (max-width: 700px) {
  .hp-program__program .hp-program__card-inner {
    min-height: 340px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
.hp-program__program .hp-program__program-title {
  font-size: 24px;
}
.hp-program__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  max-width: 500px;
  padding: 0;
}
@media (max-width: 700px) {
  .hp-program__list {
    margin-top: 40px;
    min-width: unset;
  }
}
.hp-program__list li {
  display: inline-block;
}
.hp-program__list a {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  letter-spacing: -0.16px;
  line-height: 48px;
  padding: 0 20px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .hp-program__list a {
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    padding: 0 14px;
  }
}
html.desktop .hp-program__list a:hover {
  background: #fff;
}
html.desktop .hp-program__list a:hover span {
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.hp-program__program-orbits {
  animation: programmSpin 30s linear infinite;
  animation-play-state: paused;
  height: 516px;
  position: absolute;
  right: -251px;
  top: -253px;
  width: 512px;
  z-index: 1;
}
@media (min-width: 1601px) {
  .hp-program__program-orbits {
    height: 643px;
    right: -315px;
    top: -310px;
    width: 638px;
  }
}
@media (max-width: 700px) {
  .hp-program__program-orbits {
    height: 296px;
    right: -142px;
    top: -143px;
    width: 294px;
  }
}
.hp-program__program-orbits svg {
  height: 100%;
  width: 100%;
}
html.desktop .hp-program__program:hover .hp-program__program-orbits {
  animation-play-state: running;
}
@keyframes programmSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.hp-program__program-hovers {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hp-program__program-hovers div {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}
.hp-program__program-hovers div._is-visible {
  opacity: 1;
}
html:not(.desktop) .hp-program__program-hovers div {
  background-image: none !important;
  display: none;
}
.hp-blog {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .hp-blog {
    padding-bottom: 80px;
  }
}
@media (max-width: 700px) {
  .hp-blog {
    margin-top: 60px;
  }
}
.hp-blog .title-link {
  color: var(--dark);
}
.hp-blog .swiper {
  overflow: visible;
}
.hp-blog .swiper._is-animated .news-card {
  opacity: 1;
  transform: scale(1);
}
.hp-blog .swiper .swiper-slide:nth-child(2) .news-card {
  transition-delay: 0.2s;
}
.hp-blog .swiper .swiper-slide:nth-child(3) .news-card {
  transition-delay: 0.4s;
}
.hp-blog .news-card {
  transform: scale(1.04);
}
.hp-blog .news-card,
.hp-quiz {
  opacity: 0;
  transition: all 0.6s ease;
}
.hp-quiz {
  align-items: center;
  aspect-ratio: 2.3;
  background-color: var(--dark);
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .hp-quiz {
    aspect-ratio: 1.12;
    border-radius: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 700px) {
  .hp-quiz {
    aspect-ratio: unset;
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
.hp-quiz._is-animated {
  opacity: 1;
}
.hp-quiz__inner {
  margin: 0 auto;
  max-width: 80%;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .hp-quiz__inner {
    max-width: 70%;
  }
}
@media (max-width: 700px) {
  .hp-quiz__inner {
    max-width: 94%;
  }
}
.hp-quiz__logo {
  height: 71px;
  width: 96px;
}
.hp-quiz__title {
  margin-top: 24px;
}
.hp-quiz__text {
  font-size: 18px;
  line-height: 1.33;
  margin: 10px 0;
}
@media (max-width: 999px) {
  .hp-quiz__text {
    font-size: 16px;
  }
}
.hp-quiz__btn {
  background: var(--gradient);
  border: 0;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  letter-spacing: -0.16px;
  line-height: 48px;
  margin-top: 12px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.hp-quiz__btn:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 1;
}
html.desktop .hp-quiz__btn:hover:before {
  opacity: 1;
}
html.desktop .hp-quiz__btn:hover svg {
  color: #7849a9;
}
html.desktop .hp-quiz__btn:hover span {
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.hp-quiz__btn svg {
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
.hp-quiz__btn span,
.hp-quiz__btn svg {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.hp-quiz__img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1.1);
  transition: transform 6s ease-out;
  width: 100%;
  z-index: 1;
}
.hp-quiz._is-animated .hp-quiz__img {
  transform: scale(1);
}
.hp-schedule .h1 {
  max-width: 100%;
}
.hp-schedule + .hp-schedule {
  margin-top: 70px;
}
.hp-schedule .event-preview__info {
  display: flex;
}
.hp-schedule .event-preview__top {
  transition: all 0.6s ease;
}
.hp-schedule .event-preview__img {
  transform: scale(1.1);
  transition: transform 6s ease-out;
}
.hp-schedule .event-preview {
  opacity: 0;
  transition: all 0.6s ease;
}
.hp-schedule .event-preview._is-animated {
  opacity: 1;
}
.hp-schedule .event-preview._is-animated .event-preview__top {
  transform: translateY(0);
}
.hp-schedule .event-preview._is-animated .event-preview__img {
  transform: scale(1);
}
@media (min-width: 1601px) {
  .hp-schedule .hp-schedule__inner {
    grid-gap: 45px 22px;
  }
  .hp-schedule .hp-shedule__item:first-child .event-preview {
    grid-gap: 5px 22px;
  }
  .hp-schedule .hp-shedule__item:first-child .event-preview__bottom-wrap,
  .hp-schedule .hp-shedule__item:first-child .event-preview__middle {
    grid-column: span 3;
  }
}
@media (max-width: 700px) {
  .hp-schedule .event-preview__top {
    aspect-ratio: 1.46;
  }
}
.hp-schedule__inner {
  grid-gap: 45px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .hp-schedule__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .hp-schedule__inner {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
}
.hp-shedule__item:nth-child(2) .event-preview,
.hp-shedule__item:nth-child(2) .event-preview__img {
  transition-delay: 0.2s;
}
.hp-shedule__item:nth-child(3) .event-preview,
.hp-shedule__item:nth-child(3) .event-preview__img {
  transition-delay: 0.4s;
}
@media (min-width: 701px) {
  .hp-shedule__item:first-child {
    grid-column: span 3;
  }
  .hp-shedule__item:first-child .event-preview__top {
    aspect-ratio: 1.8;
    grid-column: span 6;
    padding: 50px;
  }
  .hp-shedule__item:first-child .event-preview__awards {
    display: flex;
  }
  .hp-shedule__item:first-child .event-preview__award {
    height: 108px;
    width: 150px;
  }
  .hp-shedule__item:first-child .event-preview__award-top {
    font-size: 7.5px;
  }
  .hp-shedule__item:first-child .event-preview__award-name {
    font-size: 8.8px;
  }
  .hp-shedule__item:first-child .event-preview__award-year {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .hp-shedule__item:first-child {
    grid-column: span 3;
  }
  .hp-shedule__item:first-child .event-preview {
    grid-gap: 5px 16px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .hp-shedule__item:first-child .event-preview__top {
    aspect-ratio: 2.74;
    grid-column: span 6;
    padding: 50px;
  }
  .hp-shedule__item:first-child .event-preview__middle {
    grid-column: span 2;
  }
  .hp-shedule__item:first-child .event-preview__bottom-wrap {
    grid-column: span 4;
  }
  .hp-shedule__item:first-child .event-preview__bottom-wrap > :first-child {
    margin-top: 26px;
  }
  .hp-shedule__item:nth-child(2) {
    grid-column: span 2;
  }
  .hp-shedule__item:nth-child(2) .event-preview__top {
    aspect-ratio: 1.82;
  }
}
.hp-poster {
  align-items: center;
  aspect-ratio: 2.3;
  background-color: var(--dark);
  border-radius: 50px;
  color: #fff;
  display: flex;
  grid-column: span 3;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.6s ease;
  width: 100%;
}
@media (max-width: 1024px) {
  .hp-poster {
    aspect-ratio: 1.12;
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  .hp-poster {
    border-radius: 30px;
  }
}
@media (max-width: 700px) {
  .hp-poster {
    aspect-ratio: 1;
    grid-column: unset;
  }
}
.hp-poster._is-animated {
  opacity: 1;
}
.hp-poster__img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 6s ease-out;
  z-index: 1;
}
.hp-poster__img,
.hp-poster__img:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hp-poster__img:before {
  background: #000;
  content: "";
  display: block;
  opacity: 0.4;
}
.hp-poster._is-animated .hp-poster__img {
  transform: scale(1);
}
.hp-poster__inner {
  margin: 0 auto;
  max-width: 80%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .hp-poster__inner {
    max-width: 70%;
  }
}
@media (max-width: 700px) {
  .hp-poster__inner {
    max-width: 94%;
  }
}
.hp-poster__title {
  margin-top: 24px;
}
@media (max-width: 700px) {
  .hp-poster__title {
    margin-top: 0;
  }
}
.hp-poster__text {
  font-size: 18px;
  line-height: 1.33;
  margin: 10px 0;
}
@media (max-width: 999px) {
  .hp-poster__text {
    font-size: 16px;
  }
}
.hp-poster__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.hp-poster__btns .btn,
.hp-poster__btns .btn-border {
  height: 50px;
  margin: 0;
}
.hp-poster__btns .btn-border:before {
  background: #fff;
}
.page-home {
  background: var(--dark);
  color: #fff;
}
.page-home .footer {
  z-index: 3;
}
.hp-white-bg {
  background: var(--body-bg);
  border-radius: 50px 50px 0 0;
  color: var(--dark);
  margin-bottom: -50px;
  margin-left: calc(var(--inner-padding) * -1);
  margin-right: calc(var(--inner-padding) * -1);
  margin-top: 100px;
  padding-bottom: 50px;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
@media (min-width: 2000px) {
  .hp-white-bg {
    left: 50%;
    margin-left: 0;
    margin-left: calc(-50vw * var(--w-correction));
    margin-right: 0;
    position: relative;
    width: calc(100vw * var(--w-correction));
  }
}
@media (min-width: 1601px) {
  .hp-white-bg {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .hp-white-bg {
    border-radius: 30px 30px 0 0;
    margin-top: 60px;
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .hp-white-bg {
    margin-top: 70px;
    padding-top: 40px;
  }
}
.hp-white-bg__inner > :first-child {
  margin-top: 0;
}
.page-history {
  background: var(--dark);
  color: #fff;
}
@media (max-width: 700px) {
  .page-history .h1:not(.history-5__year):not(.h1-big) {
    font-size: 20px;
  }
}
.anchor-block {
  margin-bottom: 40px;
  margin-left: calc(var(--inner-padding) * -1);
  margin-right: calc(var(--inner-padding) * -1);
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99;
}
.anchor-block__img {
  height: 800px;
  width: 100%;
}
@media (min-width: 2000px) {
  .anchor-block__img {
    border-radius: 50px;
  }
}
@media (max-width: 1600px) {
  .anchor-block__img {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .anchor-block__img {
    height: 500px;
  }
}
@media (max-width: 700px) {
  .anchor-block__img {
    height: 300px;
  }
}
.anchor-block__img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.anchor-block__tags {
  bottom: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  left: var(--inner-padding);
  position: absolute;
}
@media (max-width: 1024px) {
  .anchor-block__tags {
    display: none;
  }
}
.anchor-block__tags::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.anchor-block__tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
}
.anchor-block__tags li span[\:has\(svg\)] {
  line-height: 0;
}
.anchor-block__tags li span:has(svg) {
  line-height: 0;
}
@media (max-width: 1024px) {
  .anchor-block__tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.anchor-block__tags li._bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  box-shadow: none;
}
.anchor-block__list {
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  left: 50%;
  list-style: none;
  max-width: calc(100vw - 30px);
  overflow-x: auto;
  padding: 4px;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.theme-dark .anchor-block__list {
  background: var(--dark);
}
.anchor-block__list::-webkit-scrollbar {
  height: 0;
  width: 0;
}
@media (max-width: 1200px) {
  .anchor-block__list {
    background: var(--body-bg);
    border-radius: 0;
    max-width: 100vw;
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
    position: relative;
    top: 0;
  }
  .theme-dark .anchor-block__list {
    background: var(--dark);
  }
}
.anchor-block__list a {
  border-radius: 30px;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
  padding: 11px 20px 10px;
}
html.desktop .anchor-block__list a:hover {
  color: var(--hover-red);
}
.black-block .anchor-block__list a,
body.theme-dark .anchor-block__list a {
  color: #fff;
}
.anchor-block__list a:hover {
  color: var(--link);
}
.anchor-block__list a._active {
  background: var(--gradient);
  color: #fff !important;
}
@media (min-width: 1200px) {
  html:not(._scroll-down) .anchor-block._is-pinned .anchor-block__list {
    top: 163px !important;
    transition: top 0.3s;
  }
}
@keyframes historyRotating {
  0% {
    transform: translateX(50%) translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) translateY(-50%) rotate(1turn);
  }
}
.history-1 {
  position: relative;
}
.history-1 .svg-light {
  margin: auto;
  width: 234px;
}
@media (max-width: 1200px) {
  .history-1 .svg-light {
    margin-right: 0;
    max-width: 90px;
  }
}
.history-1__full-img {
  display: block;
  height: 810px;
  margin-bottom: 60px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1600px) {
  .history-1__full-img {
    height: 600px;
  }
}
@media (max-width: 700px) {
  .history-1__full-img {
    aspect-ratio: 350/258;
    height: auto;
    margin-bottom: 30px;
  }
}
.history-1__circle {
  animation: historyRotating 12s linear infinite;
  display: none;
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(50%);
  will-change: transform;
}
@media (max-width: 900px) {
  .history-1__circle {
    display: none;
  }
}
.history-1__right {
  position: relative;
}
@media (max-width: 700px) {
  .history-1__img {
    display: none;
  }
}
.history-1__row {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: auto 30%;
}
@media (max-width: 1200px) {
  .history-1__row {
    align-items: flex-start;
    grid-template-columns: auto 90px;
  }
}
.history-1__row2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 22px;
  justify-content: flex-end;
  margin-bottom: 40px;
  width: 100%;
}
.history-1__row2 p:last-child {
  margin-bottom: 0;
}
.history-1__row2 > div {
  max-width: calc(33.33% - 11px);
}
@media (max-width: 1200px) {
  .history-1__row2 > div {
    max-width: calc(50% - 11px);
  }
}
@media (max-width: 800px) {
  .history-1__row2 > div {
    max-width: 100%;
    width: 100%;
  }
}
.history-img-row {
  display: grid;
  gap: 22px;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 100px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .history-img-row {
    gap: 0 15px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.history-img-row__right {
  margin-left: auto;
  max-width: 448px;
}
@media (max-width: 1500px) {
  .history-img-row__right {
    max-width: 332px;
  }
}
@media (max-width: 1024px) {
  .history-img-row__right {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .history-img-row__right {
    max-width: 100%;
  }
}
.history-img-row__img {
  border-radius: 50px;
  margin-bottom: 22px;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 992px) {
  .history-img-row__img {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .history-img-row__img {
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .history-img-row__img {
    aspect-ratio: 672/368;
    margin-bottom: 12px;
  }
}
@media (max-width: 700px) {
  .history-img-row__img {
    aspect-ratio: 351/258;
  }
}
.history-img-row__item {
  display: flex;
  flex-direction: column;
}
.history-img-row__item > :not(img) {
  max-width: 800px;
}
.history-img-row__item .h2,
.history-img-row__item h2 {
  margin-top: 20px;
}
.history-img-row__item .h1,
.history-img-row__item h1 {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .history-img-row__item .h1,
  .history-img-row__item h1 {
    margin-bottom: 20px;
  }
}
.history-img-row__item p {
  color: var(--gray);
  margin-top: 0;
}
.black-block .history-img-row__item p color,
body.theme-dark .history-img-row__item p color {
  color: #fff;
}
.white-block .history-img-row__item p color {
  color: var(--dark) !important;
}
.history-img-row__item p s,
.history-img-row__item p white {
  background: #878787;
  text-decoration: none;
}
.history-img-row p color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
}
.history-bg-block {
  position: relative;
}
@media (max-width: 1400px) {
  .history-bg-block {
    border-radius: 0 !important;
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
  }
}
.history-bg-block .h1 {
  margin-top: 0;
  max-width: 1085px;
}
.history-bg-block .svg-light {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1150px) {
  .history-bg-block .svg-light {
    display: none;
  }
}
.history-bg-block__bg {
  opacity: 0.05;
}
.history-bg-block__bg,
.history-bg-block__bg img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.history-bg-block__bg img {
  object-fit: cover;
}
.history-bg-block__content {
  display: flex;
  flex-direction: column;
  min-height: 940px;
  padding: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1600px) {
  .history-bg-block__content {
    min-height: 700px;
    padding: 30px;
  }
}
.history-bg-block__bottom {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  margin-top: auto;
}
@media (max-width: 1150px) {
  .history-bg-block__bottom {
    grid-template-columns: 1fr;
  }
  .history-bg-block__bottom img {
    aspect-ratio: 672/358;
    object-fit: cover;
    width: 100%;
  }
}
.history-bg-block__bottom p color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
  color: #fff;
}
.history-bg-block__row {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 1fr;
  max-width: 887px;
  padding-bottom: 20px;
}
@media (max-width: 740px) {
  .history-bg-block__row {
    grid-template-columns: 1fr;
  }
}
.history-bg-block__row p {
  color: #878787;
}
.history-bg-block__row p:last-child {
  margin-bottom: 0;
}
.history-3 .h2,
.history-3 h2 {
  margin-top: 0;
}
.history-3__grid {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .history-3__grid {
    grid-template-columns: 1fr 1fr;
  }
  .history-3__grid .history-3__column:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 700px) {
  .history-3__grid {
    grid-template-columns: 2fr;
  }
  .history-3__grid .history-3__column {
    grid-column: span 2;
  }
}
.history-3__grid p {
  margin-top: 0;
}
.black-block .history-3__grid p,
body.theme-dark .history-3__grid p {
  color: var(--gray);
}
.history-3__grid p s,
.history-3__grid p white {
  background: #878787;
  text-decoration: none;
}
.history-3 p color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
  color: #fff;
}
.page-history .h1-big {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .page-history .h1-big {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .page-history .h1-big {
    font-size: 28px;
  }
}
.page-history .white-block .h1,
.page-history .white-block h1 {
  color: #878787;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.page-history .white-block .h1 span,
.page-history .white-block .history-1__title.h1-big span,
.page-history .white-block h1 span {
  color: var(--dark);
}
.page-history .white-block p {
  color: var(--gray) !important;
}
.page-history .white-block p color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
  color: var(--dark);
}
.quote-person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  min-height: 100px;
  padding-left: 116px;
  position: relative;
}
@media (max-width: 700px) {
  .quote-person {
    padding-left: 92px;
  }
}
.quote-person__img {
  border-radius: 100%;
  height: 100px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
@media (max-width: 700px) {
  .quote-person__img {
    height: 80px;
    width: 80px;
  }
}
.quote-person p {
  color: #0f0f0f;
  margin: 0;
}
@media (max-width: 700px) {
  .quote-person p {
    font-size: 16px;
  }
}
.quote-person color,
.quote-person span.color-gradient {
  -webkit-text-fill-color: #0000 !important;
  background: var(--gradient) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}
.history-4__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1100px) {
  .history-4__row {
    grid-template-columns: 1fr;
  }
  .history-4__img {
    display: none;
  }
}
.history-4__img img {
  width: 100%;
}
.history-4__content > div > :not(.h1):not(img) {
  max-width: 800px;
}
.history-4__content > div > .h1 {
  max-width: 1100px;
}
.history-4 .h1:first-child,
.history-4 h1:first-child,
.history-4 p {
  margin-top: 0;
}
.black-block .history-4 p,
body.theme-dark .history-4 p {
  color: var(--gray);
}
.black-block .history-4 p color,
body.theme-dark .history-4 p color {
  color: #fff;
}
.white-block .history-4 p {
  color: var(--gray);
}
.white-block .history-4 p color {
  color: var(--dark);
}
.history-4 p s,
.history-4 p white {
  background: #878787;
  text-decoration: none;
}
.history-4 p color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
}
.history-5 {
  padding: 1px 0;
  position: relative;
}
.history-5__img {
  height: 760px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}
.history-5__img img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 50%;
}
@media (max-width: 1400px) {
  .history-5__img img {
    width: 70%;
  }
}
@media (max-width: 700px) {
  .history-5__img img {
    border-radius: 0 !important;
    height: 390px;
    object-fit: cover;
    position: relative;
    width: 100%;
  }
  .history-5__img {
    height: inherit;
    left: 0;
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
    max-width: 100vw;
    position: relative;
    width: 100vw;
  }
}
.history-5__content {
  min-height: 540px;
  padding-top: 193px;
  position: relative;
  z-index: 3;
}
.history-5__content p {
  max-width: 332px;
}
@media (max-width: 700px) {
  .history-5__content {
    min-height: auto;
    padding-top: 0;
  }
}
.history-5__years {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto auto 50px;
  max-width: 70%;
  position: relative;
  z-index: 4;
}
@media (max-width: 1400px) {
  .history-5__years {
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .history-5__years {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .history-5__years {
    display: flex;
    flex-direction: row;
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
    margin-top: -50px;
    max-width: 100vw;
    overflow-x: auto;
    padding: 0 var(--inner-padding);
    width: 100vw;
  }
  .history-5__years::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.history-5__years li {
  adisplay: flex;
  aspect-ratio: 1/1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  flex-direction: column;
  padding: 50px 30px 40px;
}
.history-5__years li p {
  margin: 0;
}
.history-5__years li:nth-child(2) {
  margin-top: -37px;
}
.history-5__years li:nth-child(3) {
  margin-top: 100px;
}
@media (max-width: 700px) {
  .history-5__years li {
    margin-top: 0 !important;
    min-width: 216px;
  }
}
@media (max-width: 1400px) {
  .history-5__years li {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .history-5__years li {
    padding: 20px;
  }
}
.history-5__year {
  margin: 0 0 auto !important;
}
@media (max-width: 992px) {
  .history-5__year {
    font-size: 24px;
  }
}
.history-6__img {
  margin-bottom: 40px;
  width: 100%;
}
.history-6__row {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1024px) {
  .history-6__row {
    grid-template-columns: 1fr;
  }
}
.history-6__left > :not(.h1) {
  max-width: 800px;
}
.history-6 .h1,
.history-6 h1 {
  color: #444 !important;
  margin-top: 0;
}
.history-6 .h1 span,
.history-6 h1 span {
  color: #fff;
}
.black-block .history-6 .h1,
.black-block .history-6 .h2,
.black-block .history-6 h1,
.black-block .history-6 h2,
.black-block .history-6 p,
body.theme-dark .history-6 .h1,
body.theme-dark .history-6 .h2,
body.theme-dark .history-6 h1,
body.theme-dark .history-6 h2,
body.theme-dark .history-6 p {
  color: var(--gray);
}
.history-6 .h1 s,
.history-6 .h1 white,
.history-6 .h2 s,
.history-6 .h2 white,
.history-6 h1 s,
.history-6 h1 white,
.history-6 h2 s,
.history-6 h2 white,
.history-6 p s,
.history-6 p white {
  color: #878787;
}
.history-6 p {
  color: var(--gray);
}
.history-6 p color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
  color: #fff;
}
@media (min-width: 1024px) {
  .anchor-block + .history-1 {
    margin-top: 80px;
  }
}
.faq {
  background: #fff;
  margin-bottom: 16px;
  padding: 30px;
}
@media (max-width: 500px) {
  .faq {
    padding: 30px 20px;
  }
}
.faq__body {
  display: none;
}
.faq__title {
  color: #878787;
  cursor: pointer;
  margin: 0;
  transition: color 0.2s ease;
}
.faq._open .faq__title {
  color: var(--link);
}
html.desktop .faq__title:hover {
  color: var(--hover-red);
}
.faq__head {
  cursor: pointer;
  padding-right: 50px;
  position: relative;
}
.faq__head:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.334 14.665 14.667 1.332m0 0v12.8m0-12.8h-12.8' stroke='url(%23a)' stroke-width='1.4'/%3E%3Cpath d='M14.667 14.132v-12.8h-12.8' stroke='url(%23b)' stroke-width='1.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-.491' y1='5.712' x2='16.506' y2='6.749' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='.115' y1='5.537' x2='16.432' y2='6.532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  width: 32px;
}
.faq._open .faq__head:after {
  transform: rotate(90deg);
}
.afisha {
  display: grid;
  gap: 40px 22px;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .afisha {
    grid-template-columns: 1fr;
  }
}
.afisha__empty {
  color: var(--text);
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  grid-column: span 2;
  letter-spacing: -0.16px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .afisha__empty {
    grid-column: span 1;
  }
}
.afisha__grid {
  display: grid;
  gap: 60px 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1600px) {
  .afisha__grid {
    gap: 60px 16px;
  }
}
@media (max-width: 992px) {
  .afisha__grid {
    gap: 60px 12px;
  }
}
@media (max-width: 600px) {
  .afisha__grid {
    grid-template-columns: 1fr;
  }
}
#afisha-template {
  display: none;
}
.filter-popup__block-tags {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .filter-popup {
    background: var(--body-bg);
    display: none;
    height: 100%;
    left: 0;
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
  }
  .filter-popup._open {
    display: block;
  }
  .filter-popup .filter-popup__body {
    max-height: calc(100svh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-width: 600px) {
  .filter-popup__columns {
    column-count: 2;
    column-gap: 30px;
  }
  .filter-popup__columns > div {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
.filter-popup__title {
  margin: 0 auto 0 0;
}
.filter-popup__head {
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.filter-popup__close {
  background: #0000;
  border: 0 solid;
  margin: 0;
  padding: 0;
}
.filter-popup__categories {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 50px;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .filter-popup__categories {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .filter-popup__categories {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.filter-popup__categories a {
  border-radius: 30px;
  color: var(--text);
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  padding: 11px 20px;
}
.filter-popup__categories a._active {
  background: var(--gradient);
  color: #fff !important;
  pointer-events: none;
}
html.desktop .filter-popup__categories a:hover {
  color: var(--hover-red);
}
.filter-popup__clear,
.filter-popup__sbmt {
  border: 0 solid;
  border-radius: 50px;
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 20px;
  padding: 10px 20px;
  width: 100%;
}
.filter-popup__clear {
  border: 1.5px solid #878787;
  color: #878787;
}
.filter-popup__sbmt {
  background: var(--gradient);
  color: #fff;
  margin-bottom: 15px;
}
.filter-popup__block {
  margin-bottom: 40px;
}
.filter-popup__block-title {
  cursor: pointer;
  display: flex;
  font-weight: 700;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
.filter-popup__block-title:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 10 4 4 4-4' stroke='%230F0F0F' stroke-width='1.4'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 24px;
  transform: rotate(-180deg);
  transition: transform 0.3s;
  width: 24px;
}
.filter-popup__block._open .filter-popup__block-title:after {
  transform: rotate(0deg);
}
html.desktop .filter-popup__block-title:hover {
  color: var(--hover-red);
}
.filter-popup__block-body .checkbox {
  margin-bottom: 10px;
}
.filter-popup__btns {
  margin-top: 40px;
}
.tags-checkbox {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 0 solid;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1.6px #0f0f0f;
  display: inline-block;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  margin-bottom: 10px;
  padding: 8px 12px;
  position: relative;
  transition: all 0.2s ease;
}
.tags-checkbox input {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tags-checkbox[\:has\(input\:checked\)] {
  background: var(--gradient);
  border: 0 solid;
  box-shadow: 0 0 0 0 #0f0f0f;
  color: #fff;
}
.tags-checkbox:has(input:checked) {
  background: var(--gradient);
  border: 0 solid;
  box-shadow: 0 0 0 0 #0f0f0f;
  color: #fff;
}
html.desktop .tags-checkbox:hover {
  box-shadow: inset 0 0 0 1.6px var(--hover-red);
  color: var(--hover-red);
}
.filter-menu-open {
  color: var(--orange);
  margin-bottom: 22px;
  width: 100%;
}
.filter-menu-open .btn-border__content {
  color: currentColor;
  gap: 5px;
  margin-left: -20px;
}
.filter-menu-open svg path {
  stroke: currentColor;
}
@media (min-width: 1025px) {
  .filter-menu-open,
  .filter-popup__btns,
  .filter-popup__head {
    display: none;
  }
}
.event-top-n__img {
  border-radius: 50px;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .event-top-n__img {
    border-radius: 30px;
  }
}
.event-top-n__img img,
.event-top-n__img video {
  width: 100%;
}
.event-top-n__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.event-top-n__tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
}
@media (max-width: 1024px) {
  .event-top-n__tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.event-top-n__tags li._bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  box-shadow: none;
}
.event-top-n__tags li span[class^="icon-"] {
  height: 24px;
}
.event-top {
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  height: 42.2vw;
  margin-bottom: 100px;
  max-height: calc(100vh - 100px);
  min-height: 500px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
}
.event-top._aspect {
  aspect-ratio: 16/9;
  height: auto;
  max-height: none;
  min-height: auto;
}
@media (max-width: 992px) {
  .event-top._aspect {
    min-height: 500px;
    width: 100vw;
  }
}
.event-top
  .event-top._img-position[\:has\(\.event-top__awards\)]
  .event-top__grid {
  flex-direction: row;
}
.event-top .event-top._img-position:has(.event-top__awards) .event-top__grid {
  flex-direction: row;
}
.event-top._img-position {
  aspect-ratio: auto;
  display: flex;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  max-height: none;
  min-height: auto;
  padding: 0;
}
.event-top._img-position .event-top__img {
  border-radius: 50px;
  height: auto;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .event-top._img-position .event-top__img {
    border-radius: 30px;
  }
}
.event-top._img-position .event-top__img img,
.event-top._img-position .event-top__img video {
  height: auto;
  max-height: 60vw;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .event-top._img-position .event-top__img img,
  .event-top._img-position .event-top__img video {
    aspect-ratio: 2.74;
    border-radius: 0;
    max-height: none;
  }
}
@media (min-width: 701px) {
  .event-top._img-position .event-top__img img,
  .event-top._img-position .event-top__img video {
    aspect-ratio: 1.8;
  }
}
@media (max-width: 700px) {
  .event-top._img-position .event-top__img img,
  .event-top._img-position .event-top__img video {
    aspect-ratio: 1.46;
  }
}
@media (min-width: 992px) {
  .event-top._img-position .event-top__img img,
  .event-top._img-position .event-top__img video {
    aspect-ratio: auto;
  }
}
.event-top._img-position .event-top__grid {
  display: flex;
  flex: 1;
  height: 100%;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 33;
}
@media (max-width: 992px) {
  .event-top._img-position .event-top__grid {
    border-radius: 0;
    margin-bottom: 50px;
    padding: var(--inner-padding);
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 700px) {
  .event-top._img-position .event-top__grid {
    flex-direction: column-reverse;
  }
  .event-top[\:has\(\.event-top__awards\)]
    .event-top._img-position
    .event-top__grid {
    flex-direction: row;
  }
  .event-top:has(.event-top__awards) .event-top._img-position .event-top__grid {
    flex-direction: row;
  }
}
@media (min-width: 2000px) {
  .event-top {
    aspect-ratio: 2;
    height: unset;
    max-height: unset;
  }
}
@media (max-width: 992px) {
  .event-top {
    border-radius: 0;
    margin: 0 calc(var(--inner-padding) * -1);
    margin-bottom: 50px;
    padding: var(--inner-padding);
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 700px) {
  .event-top {
    flex-direction: column-reverse;
  }
  .event-top[\:has\(\.event-top__awards\)] .event-top {
    flex-direction: row;
  }
  .event-top:has(.event-top__awards) .event-top {
    flex-direction: row;
  }
}
.event-top__img {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-top__img img,
.event-top__img video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.event-top__img:after {
  background: linear-gradient(359deg, #0009 2.28%, #0000 99.45%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-top__left {
  align-items: flex-end;
  display: flex;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  z-index: 8;
}
@media (max-width: 700px) {
  .event-top[\:has\(\.event-top__awards\)] .event-top__left {
    display: none;
  }
  .event-top:has(.event-top__awards) .event-top__left {
    display: none;
  }
}
.event-top__left > * {
  pointer-events: auto;
}
.event-top__right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 8;
}
@media (max-width: 700px) {
  .event-top__right {
    height: 100%;
    width: 100%;
  }
}
.event-top__right .event-preview__tags {
  justify-content: flex-end;
}
.event-top__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.event-top__tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .event-top__tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.event-top__tags li._bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  box-shadow: none;
}
.event-top__tags li span[class^="icon-"] {
  height: 24px;
  line-height: 0;
  margin: -5px 0;
}
@media (max-width: 1024px) {
  .event-top__tags li span[class^="icon-"],
  .event-top__tags li span[class^="icon-"] svg {
    height: 20px;
    width: 20px;
  }
}
.event-top__award {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  width: 151px;
}
.event-top__award:before {
  left: 0;
  transform: scaleX(-1);
}
.event-top__award:after {
  right: 0;
}
.event-top__award:after,
.event-top__award:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.62 71.117c-.014-.31.036-.742.138-1.02a32.988 32.988 0 0 0 3.35-.254c.93-.119 1.547-.268 2.135-.55.722-.343 1.949-1.182 2.394-1.86.262-.399.399-.838.576-1.435 1.06-3.575 4.978-5.832 7.447-6.73-.346 3.092-2.512 6.772-5.88 8.16-1.185.488-.93.18-1.915 1.102-.184.174-.37.339-.557.498a32.591 32.591 0 0 0 5.313-1.902c1.692-.776 2.416-1.43 3.168-3.186.244-.573.299-1.09.35-2.02.192-3.597 3.28-6.668 5.366-8.127.472 3.122-.735 7.335-3.782 9.462-1.174.819-.892.713-1.601 2a32.83 32.83 0 0 0 4.266-3.124c1.628-1.406 1.712-1.445 2.295-3.53.393-1.404.173-1.715-.106-3.083-.729-3.56 1.478-7.356 3.131-9.326 1.234 2.826 1.208 7.05-.964 9.933-1.137 1.51-.815.99-1.237 2.926a32.91 32.91 0 0 0 4.133-5.822c1.014-1.82.728-1.425.553-3.41-.116-1.313-.169-1.694-.876-2.776-1.874-2.866-1.205-6.957-.41-9.244 2.009 2.05 3.385 5.73 2.459 8.96-.327 1.141-.462.915-.327 2.2.039.369.086.737.148 1.104a32.656 32.656 0 0 0 1.969-6.398c.286-1.447.134-1.806-.544-3.054-.87-1.602-.552-1.07-1.815-2.207-2.566-2.312-3.07-6.447-2.946-8.892 2.546 1.426 4.944 4.607 5.014 8.019.036 1.742-.306 1.28.762 2.93a33.375 33.375 0 0 0 .001-6.438c-.117-1.21-.367-2.117-1.25-2.973-1.33-1.286-.773-.84-2.367-1.49-2.973-1.21-4.733-4.66-5.408-6.837 2.627.423 5.668 2.36 6.886 5.216.617 1.451.205 1.235 1.565 2.376a32.786 32.786 0 0 0-1.336-4.578c-.473-1.266-.699-1.736-1.824-2.449-1.77-1.12-.96-.744-2.869-1.048-2.967-.474-5.372-3.156-6.512-4.966 2.607-.268 6.014.834 7.819 3.314.773 1.062.596.989 1.854 1.675a32.937 32.937 0 0 0-2.443-4.028c-.935-1.319-.693-1.017-2.184-1.478a25.423 25.423 0 0 1-.857-.282c-1.277-.448-.89-.205-2.13-.15-2.9.127-5.55-1.998-6.878-3.526 2.423-.758 5.765-.375 7.818 1.602.742.715.454.851 1.51 1.144.25.07.504.133.76.19a33.054 33.054 0 0 0-2.557-2.643c-.86-.794-1.028-.896-1.709-1.014-.93-.159-1.903-.318-2.835-.437-.57-.073-.796-.043-1.942.038-2.712.193-5.455-1.34-6.886-3.187 2.005-.406 5.485-.505 7.715 1.33 1.27 1.044 1.467.965 3.115 1.144a32.857 32.857 0 0 0-6.029-3.605c-.96-.442-1.36-.43-1.948-.519C9.923 6.574 8.132 5.898 6.81 4.7 5.666 3.664 4.91 2.247 4.822.695c.798.544 2.312.862 3.287 1.175 1.761.565 3.167 1.251 4.384 3.031.157.23.312.464.49.715.256.356.486.54 1.214.878a33.805 33.805 0 0 1 5.24 3.038c-.123-.274-.229-.5-.327-.69-.465-.914-.73-1.02-1.614-1.438-2.493-1.181-4.135-3.92-4.456-6.256 1.94.66 5 2.326 6.02 5.023.218.577.29.882.408 1.212.203.562.67 1.457 1.1 2.222.732 1.299.904 1.44 2.037 2.464a33.93 33.93 0 0 1 2.534 2.539 16.998 16.998 0 0 0-.225-1.11c-.184-.773-.355-.954-.98-1.414C21.65 10.401 20.7 7.19 21.02 4.68c1.837 1.1 4.59 3.546 4.715 6.667.05 1.218-.092 1.069.271 2.348.12.422.227.846.323 1.268.357 1.566.242 1.288 1.178 2.598a33.888 33.888 0 0 1 2.601 4.279c.036-.383.057-.767.066-1.147.026-1.166-.188-1.573-.878-2.46-1.793-2.306-2.06-5.672-1.263-8.05 1.56 1.554 3.727 4.62 3.392 7.71-.16 1.48-.259 1.77-.231 3.38.008.45.004.894-.013 1.336-.051 1.497-.098 1.233.435 2.64a33.544 33.544 0 0 1 1.354 4.516c.168-.452.312-.907.436-1.366.547-2.002.344-1.316-.317-3.008-1.083-2.771-.44-6.131.973-8.265 1.143 1.973 2.489 5.609 1.36 8.62-.58 1.547-.778 1.743-1.201 3.524-.555 2.332-.837 2.103-.593 4.56a34.792 34.792 0 0 1 .154 4.488c.256-.324.496-.656.725-.993.903-1.332.694-1.465.529-2.957-.362-3.277 1.411-6.661 3.604-8.445.548 2.421.761 6.664-1.466 9.378-.87 1.061-1.01 1.143-1.744 2.409-.297.51-.607 1.004-.93 1.485-.573.853-.866 1.58-1.004 2.602a33.645 33.645 0 0 1-1.197 5.445c.78-.438 1.795-1.22 2.204-2.037.215-.431.242-.846.331-1.544.088-.7.244-1.615.614-2.483.897-2.108 2.574-3.878 4.311-4.82.087 2.34-.437 6.26-2.855 8.494-.513.474-1.063.938-1.624 1.42a51.455 51.455 0 0 1-2.405 1.978c-1.31.997-1.234 1.038-1.887 2.534a33.952 33.952 0 0 1-2.361 4.467c.431-.14.854-.298 1.264-.473 1.925-.813 1.144-.683 1.98-2.374 1.472-2.98 4.733-4.976 7.558-5.411-.805 2.536-2.944 6.62-6.558 7.762-1.532.483-2.056.743-3.533 1.406-2.152.966-1.572.537-3.065 2.383a34.142 34.142 0 0 1-3.447 3.67c.534-.033 1.059-.096 1.579-.18 1.072-.175 1.491-.544 2.145-1.405 2.106-2.773 5.977-3.984 8.938-3.66-1.362 2.13-4.268 5.308-7.814 5.69-1.05.113-1.574.106-2.407.23-2.496.371-3.341.254-5.44 1.782a33.973 33.973 0 0 1-3.912 2.457c.64.121 2.077.362 2.653.191.349-.103.633-.348 1.221-.816 2.792-2.223 6.955-2.407 9.8-1.3-1.87 1.708-5.483 4.02-9.015 3.544-1.626-.22-2.681-.355-4.37-.496-2.45-.206-1.703-.305-4.012.593a33.73 33.73 0 0 1-5.186 1.547c1.346.473 2.239.673 3.578.06 3.16-1.447 7.138-.662 9.578 1.04-2.194 1.205-6.227 2.588-9.494 1.24-1.083-.446-1.349-.627-2.06-.835-2.316-.68-3.426-1.084-5.814-.884-.713.06-1.807.11-2.176.113H.62v-.008Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .event-top__award {
    height: 79px;
    padding-left: 20px;
    padding-right: 20px;
    width: 110px;
  }
}
@media (max-width: 700px) {
  .event-top__award {
    height: 79px;
    width: 110px;
  }
}
.event-top__award-top {
  font-size: 7.517px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .event-top__award-top {
    font-size: 5.444px;
  }
}
.event-top__award-name {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 8.77px;
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
}
@media (max-width: 1024px) {
  .event-top__award-name {
    font-size: 6.351px;
    margin: 3px 0;
  }
}
.event-top__award-year {
  font-size: 12.529px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .event-top__award-year {
    font-size: 9.073px;
  }
}
.event-top__awards {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  margin-top: auto;
}
.buy-bilet {
  align-items: center;
  background: var(--gradient);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 202px;
  position: relative;
}
.buy-bilet .js-lottie {
  aspect-ratio: 1;
  height: 90%;
  position: absolute;
  right: 3%;
  top: 5%;
}
.event-cards {
  margin-bottom: 60px;
  max-width: calc(100vw - var(--inner-padding) * 2);
}
.event-cards .h1 {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .event-cards .h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .event-cards {
    overflow: visible !important;
  }
}
.event-card {
  align-items: flex-start;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  padding: 40px 20px;
}
@media (max-width: 900px) {
  .event-card {
    max-width: 292px;
  }
}
.event-card__content {
  max-width: 100%;
}
.event-card .h2,
.event-card h2 {
  margin-top: 0;
}
.event-card .h2 a,
.event-card h2 a {
  color: currentColor;
  transition: color 0.2s ease;
}
html.desktop .event-card .h2 a:hover,
html.desktop .event-card h2 a:hover {
  color: var(--hover-red);
}
.event-card__img {
  height: 100px;
  margin-top: auto;
  object-fit: contain;
  width: 100px;
}
.awards-slider {
  margin-top: 30px;
  max-width: calc(100vw - var(--inner-padding) * 2);
}
@media (max-width: 900px) {
  .awards-slider {
    overflow: visible !important;
  }
  .award {
    max-width: 209px;
  }
}
@media (max-width: 700px) {
  .award {
    max-width: 170px;
  }
}
.award__content {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 137px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  width: 209px;
}
.award__content:before {
  left: 0;
  transform: scaleX(-1);
}
.award__content:after {
  right: 0;
}
.award__content:after,
.award__content:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='75' height='139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.482 134.638c-.027-.59.069-1.41.263-1.939a62.847 62.847 0 0 0 6.376-.481c1.772-.226 2.945-.51 4.065-1.044 1.373-.653 3.708-2.247 4.557-3.536.497-.757.758-1.591 1.096-2.725 2.016-6.792 9.475-11.08 14.175-12.785-.66 5.873-4.782 12.865-11.193 15.502-2.256.928-1.77.343-3.645 2.094a28.34 28.34 0 0 1-1.061.945 62.169 62.169 0 0 0 10.114-3.612c3.221-1.475 4.599-2.718 6.03-6.054.466-1.089.57-2.072.665-3.836.367-6.835 6.243-12.668 10.215-15.442.899 5.932-1.4 13.936-7.198 17.976-2.235 1.557-1.698 1.355-3.049 3.801a62.373 62.373 0 0 0 8.121-5.937c3.1-2.669 3.26-2.744 4.368-6.704.748-2.667.33-3.26-.202-5.858-1.386-6.763 2.814-13.975 5.961-17.718 2.35 5.369 2.299 13.394-1.835 18.871-2.165 2.869-1.55 1.881-2.354 5.56a62.54 62.54 0 0 0 7.866-11.061c1.93-3.459 1.386-2.707 1.053-6.48-.22-2.493-.322-3.216-1.668-5.272-3.567-5.446-2.293-13.218-.78-17.561 3.823 3.894 6.444 10.886 4.68 17.022-.623 2.167-.878 1.737-.623 4.178.075.701.165 1.4.282 2.099a61.962 61.962 0 0 0 3.748-12.156c.546-2.75.256-3.432-1.034-5.801-1.655-3.045-1.051-2.035-3.456-4.195-4.884-4.39-5.841-12.246-5.607-16.892 4.846 2.71 9.411 8.753 9.544 15.235.07 3.31-.582 2.43 1.45 5.567a63.291 63.291 0 0 0 .002-12.232c-.223-2.298-.7-4.022-2.38-5.648-2.53-2.444-1.471-1.596-4.504-2.829-5.66-2.3-9.01-8.854-10.294-12.99 5 .803 10.789 4.482 13.106 9.909 1.176 2.757.391 2.345 2.98 4.513a62.184 62.184 0 0 0-2.544-8.697c-.899-2.404-1.33-3.297-3.471-4.651-3.368-2.128-1.828-1.414-5.461-1.993-5.648-.9-10.226-5.995-12.396-9.433 4.963-.51 11.449 1.584 14.883 6.296 1.47 2.016 1.136 1.878 3.53 3.182a62.553 62.553 0 0 0-4.65-7.653c-1.78-2.505-1.32-1.93-4.158-2.808a48.477 48.477 0 0 1-1.63-.536c-2.432-.85-1.695-.388-4.054-.284-5.52.241-10.566-3.796-13.093-6.7 4.612-1.44 10.973-.712 14.88 3.045 1.413 1.357.865 1.617 2.876 2.172.476.133.957.253 1.444.362a62.858 62.858 0 0 0-4.865-5.02c-1.636-1.51-1.958-1.704-3.254-1.927a129.24 129.24 0 0 0-5.397-.831c-1.082-.138-1.513-.083-3.695.072-5.163.366-10.385-2.545-13.108-6.054 3.817-.77 10.44-.96 14.686 2.526 2.415 1.984 2.793 1.833 5.93 2.173a62.558 62.558 0 0 0-11.476-6.848c-1.828-.84-2.589-.819-3.709-.986-3.394-.51-6.804-1.793-9.32-4.07C10.087 6.491 8.645 3.8 8.48.852c1.519 1.033 4.4 1.636 6.256 2.23 3.352 1.074 6.028 2.378 8.345 5.76.298.436.593.882.934 1.357.487.678.923 1.026 2.309 1.669A64.386 64.386 0 0 1 36.3 17.64c-.234-.52-.436-.951-.622-1.312-.886-1.735-1.39-1.937-3.073-2.731-4.745-2.245-7.871-7.446-8.483-11.885 3.692 1.254 9.518 4.418 11.46 9.542.415 1.097.55 1.676.776 2.303.386 1.068 1.275 2.768 2.094 4.221 1.394 2.468 1.721 2.736 3.878 4.68a64.52 64.52 0 0 1 4.823 4.825 32.1 32.1 0 0 0-.428-2.11c-.351-1.468-.676-1.811-1.865-2.685-4.35-3.198-6.158-9.297-5.549-14.066 3.495 2.09 8.736 6.737 8.975 12.666.093 2.314-.175 2.03.516 4.46.23.802.431 1.607.615 2.41.678 2.975.46 2.446 2.242 4.935a64.338 64.338 0 0 1 4.95 8.129c.07-.728.11-1.456.126-2.179.05-2.215-.357-2.988-1.67-4.675-3.414-4.38-3.922-10.774-2.405-15.293 2.968 2.954 7.094 8.777 6.456 14.65-.304 2.81-.493 3.36-.44 6.42a44.68 44.68 0 0 1-.023 2.538c-.099 2.845-.186 2.343.827 5.015a63.662 63.662 0 0 1 2.578 8.58c.319-.858.593-1.724.83-2.595 1.04-3.804.654-2.5-.604-5.714-2.062-5.265-.838-11.648 1.851-15.702 2.176 3.748 4.738 10.655 2.588 16.374-1.104 2.94-1.479 3.312-2.285 6.697-1.056 4.43-1.593 3.995-1.128 8.662a64.589 64.589 0 0 1 .293 8.527c.487-.616.944-1.246 1.38-1.886 1.72-2.532 1.32-2.784 1.006-5.618-.689-6.227 2.687-12.655 6.86-16.045 1.043 4.601 1.45 12.66-2.79 17.817-1.657 2.016-1.92 2.172-3.32 4.577a51.016 51.016 0 0 1-1.769 2.82c-1.09 1.621-1.649 3.002-1.912 4.944A63.827 63.827 0 0 1 60.78 89.28c1.484-.831 3.415-2.316 4.195-3.87.41-.818.46-1.607.63-2.933.168-1.33.463-3.068 1.168-4.718 1.708-4.003 4.9-7.366 8.206-9.156.165 4.444-.832 11.893-5.434 16.137-.977.9-2.025 1.783-3.091 2.7-1.578 1.357-3.017 2.565-4.578 3.755-2.493 1.894-2.35 1.972-3.591 4.814a64.498 64.498 0 0 1-4.496 8.487 29.04 29.04 0 0 0 2.407-.898c3.663-1.546 2.176-1.299 3.767-4.51 2.804-5.664 9.01-9.454 14.389-10.28-1.533 4.818-5.605 12.577-12.484 14.745-2.916.919-3.913 1.413-6.725 2.672-4.096 1.836-2.993 1.02-5.834 4.527a64.853 64.853 0 0 1-6.562 6.973 31.022 31.022 0 0 0 3.006-.343c2.04-.332 2.838-1.033 4.083-2.67 4.009-5.267 11.377-7.568 17.014-6.951-2.594 4.045-8.124 10.083-14.875 10.809-1.998.215-2.995.201-4.58.435-4.752.707-6.361.484-10.357 3.387a64.66 64.66 0 0 1-7.445 4.667c1.218.231 3.953.688 5.049.364.665-.196 1.205-.661 2.325-1.551 5.314-4.224 13.239-4.572 18.652-2.468-3.559 3.244-10.435 7.637-17.157 6.731-3.097-.417-5.105-.674-8.319-.943-4.665-.39-3.242-.579-7.637 1.127a64.236 64.236 0 0 1-9.871 2.94c2.562.898 4.261 1.278 6.81.115 6.014-2.75 13.587-1.26 18.232 1.973-4.176 2.29-11.853 4.917-18.073 2.357-2.061-.848-2.567-1.191-3.92-1.586-4.409-1.291-6.52-2.059-11.067-1.679-1.356.114-3.44.207-4.141.215h.005v-.016Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-9.725' y1='46.154' x2='85.522' y2='49.292' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
@media (max-width: 700px) {
  .award__content {
    height: 118px;
    padding-left: 20px;
    padding-right: 20px;
    width: 170px;
  }
}
.award__top {
  font-size: 7.517px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .award__top {
    font-size: 5.444px;
  }
}
.award__name {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 13.705px;
  font-style: normal;
  font-weight: 600;
  margin: 5px 0;
}
@media (max-width: 1024px) {
  .award__name {
    font-size: 11px;
    margin: 3px 0;
  }
}
.award__desc {
  text-align: center;
}
.award__desc p {
  font-size: 13.705px;
  line-height: 136%;
  margin-left: auto;
  margin-right: auto;
  max-width: 209px;
}
.award__desc p,
.award__year {
  font-style: normal;
  font-weight: 400;
}
.award__year {
  font-size: 12.529px;
}
@media (max-width: 1024px) {
  .award__year {
    font-size: 9.073px;
  }
}
@media (max-width: 700px) {
  .event-programs {
    overflow: visible !important;
  }
}
.event-programs {
  max-width: calc(100vw - var(--inner-padding) * 2);
}
.event-program {
  display: block;
}
@media (max-width: 700px) {
  .event-program {
    max-width: 330px;
  }
}
.event-program__img {
  aspect-ratio: 4/3;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 700px) {
  .event-program__img {
    margin-bottom: 20px;
  }
}
.event-program__img img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.6s ease-out;
  width: 100%;
}
.event-program__name {
  transition: color 0.2s ease;
}
.event-program__link {
  color: currentColor !important;
  display: block;
}
html.desktop .event-program__link:hover .event-program__name {
  color: var(--hover-red);
}
html.desktop .event-program__link:hover .event-program__img img {
  transform: scale(1.06);
}
.expert {
  background: var(--gradient);
  padding: 16px;
}
@media (max-width: 992px) {
  .expert {
    padding: 12px;
  }
}
.expert .h2,
.expert h2 {
  margin-top: 0;
}
.expert p {
  max-width: 886px;
}
@media (max-width: 1600px) {
  .expert p {
    max-width: 534px;
  }
}
.expert__left {
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 992px) {
  .expert__left {
    padding-left: 0;
    padding-right: 0;
  }
}
.expert__icon {
  height: 60px;
  margin-bottom: 20px;
  width: 60px;
}
.expert__row {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 664px;
}
@media (max-width: 1200px) {
  .expert__row {
    gap: 20px;
    grid-template-columns: auto;
  }
}
.expert__expert {
  background: #e7e4e5;
  border-radius: 37px;
  padding: 38px 20px 20px 150px;
  position: relative;
}
@media (max-width: 992px) {
  .expert__expert {
    border-radius: 20px;
  }
}
@media (max-width: 500px) {
  .expert__expert {
    border-radius: 12px;
  }
}
.expert__expert p {
  max-width: 390px;
}
@media (max-width: 500px) {
  .expert__expert {
    min-height: 368px;
    padding-left: 20px;
    padding-top: 20px;
  }
}
.expert__img {
  border-radius: 100%;
  height: 100px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 100px;
}
@media (max-width: 500px) {
  .expert__img {
    left: 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }
}
.rules-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 84px;
}
@media (max-width: 1600px) {
  .rules-grid {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .rules-grid {
    gap: 12px;
  }
}
@media (max-width: 1700px) {
  .rules-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1400px) {
  .rules-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .rules-grid {
    grid-template-columns: 1fr;
  }
}
.rule-preview {
  aspect-ratio: 447/360;
  background: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
@media (max-width: 1400px) {
  .rule-preview {
    padding: 30px 20px;
  }
}
@media (max-width: 700px) {
  .rule-preview {
    aspect-ratio: auto;
    min-height: 200px;
  }
}
.rule-preview__link {
  word-wrap: break-word;
  color: #878787;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(18px, calc(15.88732px + 0.56338vw), 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  overflow-wrap: break-word;
  padding-right: 50px;
  position: relative;
  transition: color 0.4s;
}
@media (max-width: 1024px) {
  .rule-preview__link {
    font-size: 18px;
    padding-right: 30px;
  }
}
.rule-preview__link:after {
  content: "";
  display: block;
  height: 100vmax;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
}
.rule-preview__link:before {
  bottom: 0;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.332 14.415 14.665 1.082m0 0v12.8m0-12.8h-12.8M14.667 13.882v-12.8h-12.8' stroke='%230F0F0F' stroke-width='2'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  right: 5px;
  transition: transform 0.4s;
}
.rule-preview__link:hover {
  color: var(--link);
}
.rule-preview__link:hover:before {
  transform: rotate(45deg);
}
.contact-block-1 {
  background: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  left: 50%;
  margin-left: calc(-50vw * var(--w-correction));
  padding: 30px var(--inner-padding) 30px var(--inner-padding);
  position: relative;
  width: calc(100vw * var(--w-correction));
}
@media (min-width: 2000px) {
  .contact-block-1 {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact-block-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .contact-block-1 {
    padding: 50px 12px 12px;
  }
}
.contact-block-1__content {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  max-width: 640px;
}
@media (max-width: 700px) {
  .contact-block-1__content {
    gap: 25px 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
    max-width: unset;
  }
}
.contact-block-1__map {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-block-1__map-wrap {
  border-radius: 20px !important;
  position: relative;
}
.contact-block-1__map-wrap:before {
  content: "";
  display: block;
  padding-bottom: 73.53%;
}
.contact-block-1__item._full {
  grid-column: span 2;
}
@media (max-width: 700px) {
  .contact-block-1__item {
    grid-column: span 1 !important;
  }
}
.contact-block-1__item .h2,
.contact-block-1__item h2 {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 620px;
}
.contact-block-1__item p {
  margin-bottom: 4px;
  margin-top: 0;
}
.contact-block-1__item p a:not([href^="tel:"]) {
  color: var(--link);
  text-decoration: underline;
  transition: all 0.2s ease;
}
html.desktop .contact-block-1__item p a:not([href^="tel:"]):hover {
  color: var(--hover-red);
  text-decoration-color: #0000;
}
.contact-block-1__item p a[href^="tel:"] {
  transition: all 0.2s ease;
}
html.desktop .contact-block-1__item p a[href^="tel:"]:hover {
  color: var(--hover-red);
}
.contact-block-1__item-title {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  margin-bottom: 10px;
}
.contact-block-2 {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
  margin-top: 22px;
}
@media (max-width: 1600px) {
  .contact-block-2 {
    gap: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 1100px) {
  .contact-block-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .contact-block-2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
    margin-top: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 var(--inner-padding);
    scroll-padding: 0 0 0 var(--inner-padding);
    scroll-snap-type: x mandatory;
  }
  .contact-block-2::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
@media (max-width: 700px) {
  .contact-block-2 {
    margin-bottom: 60px;
  }
}
.contact-block-2__item {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 70px 30px 40px;
  scroll-snap-align: start;
}
@media (max-width: 992px) {
  .contact-block-2__item {
    min-width: min(90%, 450px);
    padding: 30px 20px;
  }
}
@media (max-width: 450px) {
  .contact-block-2__item {
    min-width: 94%;
  }
}
.contact-block-2__item > * {
  width: 100%;
}
.contact-block-2__item-img-wrap {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: auto;
  position: relative;
  width: 40%;
}
.contact-block-2__item-img-wrap img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .contact-block-2__item-img-wrap {
    height: 90px;
    margin-left: auto;
    width: 90px;
  }
  .contact-block-2__item-img-wrap img {
    width: 100%;
  }
}
.contact-block-2__item-title {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .contact-block-2__item-title {
    margin-top: 30px;
  }
}
.contact-block-2__item-title a {
  display: inline-block;
}
html.desktop .contact-block-2__item-title a:hover {
  color: var(--hover-red);
}
.contact-block-2__item-desc {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 150%;
}
.contact-block-2__item-desc p:last-child {
  margin-bottom: 0;
}
.contact-block-2__item-desc a {
  color: var(--link);
  text-decoration: underline;
  transition: all 0.2s ease;
}
html.desktop .contact-block-2__item-desc a:hover {
  text-decoration-color: #0000;
}
.contact-block-3 {
  background: #fff;
  display: grid;
  gap: 40px;
  grid-template-columns: 7fr 5fr;
  margin-bottom: 16px;
  padding: 20px var(--inner-padding);
}
@media (max-width: 700px) {
  .contact-block-3 {
    gap: 30px;
    left: 50%;
    margin-left: calc(-50vw * var(--w-correction));
    padding: 12px var(--inner-padding);
    position: relative;
    width: calc(100vw * var(--w-correction));
  }
}
@media (max-width: 1024px) {
  .contact-block-3 {
    grid-template-columns: 1fr;
  }
}
.contact-block-3__left {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.contact-block-3__left > .h2,
.contact-block-3__left > h2 {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .contact-block-3__left > .h2,
  .contact-block-3__left > h2 {
    margin-bottom: 50px;
  }
  .contact-block-3__left {
    padding-left: 0;
  }
}
.contact-block-3__grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  max-width: 640px;
}
@media (max-width: 1250px) {
  .contact-block-3__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .contact-block-3__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .contact-block-3__grid {
    grid-template-columns: 1fr;
  }
}
.contact-block-3__item .h2,
.contact-block-3__item h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-block-3__item .h2 + p,
.contact-block-3__item h2 + p {
  margin-top: 10px;
}
.contact-block-3__item p {
  color: #878787;
}
.contact-block-3__right {
  background: var(--gradient);
  color: #fff;
  padding: 30px;
}
.contact-block-3__right .h2,
.contact-block-3__right h2 {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .contact-block-3__right {
    padding: 30px 20px;
  }
}
.contact-block-4 {
  background: #fff;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  padding: 20px var(--inner-padding);
}
@media (max-width: 1024px) {
  .contact-block-4 {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .contact-block-4 {
    left: 50%;
    margin-left: calc(-50vw * var(--w-correction));
    padding: 40px var(--inner-padding) 12px var(--inner-padding);
    position: relative;
    width: calc(100vw * var(--w-correction));
  }
}
.contact-block-4__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 640px;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  .contact-block-4__left {
    padding: 0;
  }
}
.contact-block-4__left p {
  color: #878787;
}
.contact-block-4__left .h2,
.contact-block-4__left h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.contact-block-4__left p:last-child {
  margin-bottom: 0;
}
.contact-block-4__map {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-block-4__map-wrap {
  border-radius: 20px !important;
  position: relative;
}
.contact-block-4__map-wrap:before {
  content: "";
  display: block;
  padding-bottom: 73.53%;
}
.partners-grid {
  display: grid;
  gap: 40px 22px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 84px;
}
@media (max-width: 1600px) {
  .partners-grid {
    gap: 40px 16px;
  }
}
@media (max-width: 992px) {
  .partners-grid {
    gap: 40px 12px;
  }
}
@media (max-width: 890px) {
  .partners-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}
.partner__img-wrap {
  align-items: center;
  aspect-ratio: 302/175;
  background: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.partner__img {
  height: 113px;
  object-fit: contain;
  width: 285px;
}
@media (max-width: 780px) {
  .partner__img {
    height: 88.662px;
    width: 223.292px;
  }
}
.partner__title {
  margin-bottom: 16px;
  margin-top: 20px;
}
.partner__link {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  letter-spacing: -0.16px;
  line-height: 150%;
}
.partner__link span.icon-web {
  line-height: 0;
}
.partner__link path[stroke] {
  stroke: url(#Gradient);
}
.partner__link path[fill] {
  fill: url(#Gradient);
}
.partner__link:hover {
  color: var(--link);
}
.press__filters {
  margin-bottom: 54px;
  -webkit-user-select: none;
  user-select: none;
}
.press__years {
  display: flex;
  flex-direction: row;
}
.press__year {
  border-radius: 30px;
  cursor: pointer;
  display: inline-table;
  font-weight: 700;
  letter-spacing: -0.16px;
  overflow: hidden;
  padding: 11px 20px;
  position: relative;
  transition: color 0.3s;
}
.press__year[\:has\(input\:checked\)] {
  color: #fff;
  pointer-events: none;
}
.press__year:has(input:checked) {
  color: #fff;
  pointer-events: none;
}
.press__year[\:has\(input\:checked\)]:before {
  opacity: 1;
}
.press__year:has(input:checked):before {
  opacity: 1;
}
html.desktop .press__year:hover {
  color: var(--hover-red);
}
.press__year span {
  position: relative;
  z-index: 2;
}
.press__year:before {
  background: var(--gradient);
  content: "";
  display: block;
  transition: opacity 0.3s;
}
.press__year input,
.press__year:before {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.press__months {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.press__month {
  border-radius: 30px;
  cursor: pointer;
  display: inline-table;
  font-weight: 700;
  letter-spacing: -0.16px;
  overflow: hidden;
  padding: 11px 20px;
  position: relative;
  transition: color 0.3s;
}
.press__month[\:has\(input\:checked\)] {
  color: #fff;
  pointer-events: none;
}
.press__month:has(input:checked) {
  color: #fff;
  pointer-events: none;
}
.press__month[\:has\(input\:checked\)]:before {
  opacity: 1;
}
.press__month:has(input:checked):before {
  opacity: 1;
}
html.desktop .press__month:hover {
  color: var(--hover-red);
}
.press__month span {
  position: relative;
  z-index: 2;
}
.press__month:before {
  background: var(--gradient);
  content: "";
  display: block;
  transition: opacity 0.3s;
}
.press__month input,
.press__month:before {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.press-item {
  display: grid;
  gap: 15px;
  grid-template-areas: "date info link";
  grid-template-columns: max(20%, 250px) max(20%, 250px) auto;
  margin-bottom: 50px;
  max-width: 1400px;
}
@media (max-width: 1040px) {
  .press-item {
    grid-template-areas: "date  link" "info link";
    grid-template-columns: max(20%, 250px) auto;
  }
}
@media (max-width: 650px) {
  .press-item {
    gap: 12px;
    grid-template-areas: "date" "info" "link";
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.press-item__date {
  color: #878787;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 18px;
  font-weight: 500;
  grid-area: date;
}
.press-item__info {
  grid-area: info;
}
.press-item__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
}
.press-item__type {
  color: #00000080;
  letter-spacing: -0.16px;
}
.press-item__link-wrap {
  grid-area: link;
}
.press-item__link-wrap a {
  color: var(--link);
  display: inline-block;
  text-decoration: underline;
  transition: all 0.2s ease;
}
html.desktop .press-item__link-wrap a:hover {
  text-decoration-color: #0000;
}
#press-template {
  display: none;
}
.page-quiz._scroll-top .header .inner {
  background: #0000 !important;
}
.quiz {
  color: #fff;
  min-width: 0;
}
.quiz__quest-block {
  width: 100%;
}
.quiz__quest-block._hidden {
  display: none;
}
.quiz .quiz__next {
  margin-top: auto;
}
.quiz__quest-result {
  display: none;
  width: 100%;
}
.quiz__quest-result._show {
  display: block;
}
.quiz__quest-result._success .h2 color,
.quiz__quest-result._success .h2 span.color-gradient,
.quiz__quest-result._success h2 color,
.quiz__quest-result._success h2 span.color-gradient {
  -webkit-text-fill-color: initial !important;
  background: initial !important;
  background-clip: initial !important;
  color: #5baf1d !important;
}
.quiz__quest-result._error .h2 color,
.quiz__quest-result._error .h2 span.color-gradient,
.quiz__quest-result._error h2 color,
.quiz__quest-result._error h2 span.color-gradient {
  -webkit-text-fill-color: initial !important;
  background: initial !important;
  background-clip: initial !important;
  color: #f84b3a !important;
}
.quiz__quest-result-body {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: linear-gradient(129deg, #00000008 0.95%, #ffffff0a 98.9%);
  border: 1.6px solid var(--ffffff-white, #fff);
  border-radius: 50px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 912px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 7;
}
.quiz__quest-result-body .h2,
.quiz__quest-result-body h2,
.quiz__quest-result-body p {
  margin-left: auto;
  margin-right: auto;
  max-width: 695px;
}
.quiz__swiper-pagi {
  bottom: 40px !important;
  position: absolute;
}
.quiz__swiper-pagi .swiper-pagination-bullet:first-child,
.quiz__swiper-pagi[\:has\(\%0A\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\.swiper-pagination-bullet\:first-child\.swiper-pagination-bullet-active\%0A\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\)] {
  display: none;
}
.quiz__swiper-pagi:has(
  .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active
) {
  display: none;
}
.quiz__swiper-pagi .swiper-pagination-bullet {
  background: #0000 !important;
  border: 1px solid #fff;
  height: 10px;
  margin-left: 9px;
  margin-right: 9px;
  width: 10px;
}
.quiz__swiper-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
.quiz .breadcrumbs {
  position: relative;
  z-index: 3;
}
.quiz .breadcrumbs li {
  color: #fff;
}
.quiz__requirements p {
  transition: color 0.3s;
}
.swiper-slide._error-validation .quiz__requirements p {
  color: red;
}
.quiz .h1,
.quiz h1 {
  margin-bottom: 25px;
  margin-top: 28px;
}
.quiz__bg {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}
.quiz__bg img {
  height: 100%;
  object-fit: cover;
}
.quiz__bg img,
.quiz__bg:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quiz__bg:before {
  background: linear-gradient(180deg, #000c, #1c1c1c00);
  height: 40%;
}
.quiz__bg:after,
.quiz__bg:before {
  content: "";
  display: block;
  z-index: 4;
}
.quiz__bg:after {
  background: #0006;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quiz__swiper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.quiz__swiper .swiper-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - 215px);
  padding-bottom: 84px;
}
.quiz__swiper .swiper-slide .h2,
.quiz__swiper .swiper-slide h2 {
  max-width: 1088px;
}
.quiz__swiper .swiper-slide p {
  margin-top: 0;
}
.quiz__photo-answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 22px auto;
  max-width: 1088px;
  padding: 0 2px;
}
.quiz__photo-answer {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px;
  max-width: calc(25% - 12px);
  position: relative;
  text-align: left;
}
@media (max-width: 800px) {
  .quiz__photo-answer {
    max-width: calc(50% - 10px);
  }
}
.quiz__photo-answer .quiz__photo-answer-img {
  line-height: 0;
  margin-bottom: 10px;
  position: relative;
}
.quiz__photo-answer .quiz__photo-answer-img img {
  width: 100%;
}
.quiz__photo-answer[\:has\(input\:checked\)] .quiz__photo-answer-img {
  box-shadow: 0 0 0 2px var(--link);
}
.quiz__photo-answer:has(input:checked) .quiz__photo-answer-img {
  box-shadow: 0 0 0 2px var(--link);
}
.quiz__photo-answer[\:has\(input\:checked\)] .quiz__photo-answer-number {
  transform: scale(1) translateY(-50%);
}
.quiz__photo-answer:has(input:checked) .quiz__photo-answer-number {
  transform: scale(1) translateY(-50%);
}
.quiz__photo-answer input {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.quiz__answers-text {
  gap: 16px;
  max-width: 1160px;
}
.quiz__answers,
.quiz__answers-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 22px auto;
  width: 100%;
}
.quiz__answers {
  gap: 8px;
  max-width: 678px;
}
.quiz__photo-answer-number {
  color: var(--link);
}
.quiz__answer-number,
.quiz__photo-answer-number {
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: scale(0) translateY(-50%);
  transition: transform 0.3s;
  width: 100%;
}
.quiz__answer-number {
  color: #ffffff4d;
}
.quiz__answer-text-number {
  color: #ffffff4d;
  display: block;
  font-size: 80px;
  line-height: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 50%;
  transform: scale(0) translateY(-50%);
  transition: transform 0.3s;
  width: 100%;
}
.quiz__answer,
.quiz__answer-text-number {
  font-family: "Wix Madefor Text", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.quiz__answer {
  align-items: center;
  -webkit-backdrop-filter: blur(15.49707603px);
  backdrop-filter: blur(15.49707603px);
  background: linear-gradient(129deg, #00000008 0.95%, #ffffff0a 98.9%);
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  height: 100px;
  justify-content: center;
  padding: 16px;
  position: relative;
}
@media (max-width: 600px) {
  .quiz__answer {
    font-size: 16px;
    height: 83px;
  }
}
.quiz__answer[\:has\(input\:checked\)],
.quiz__quest-result .quiz__answer {
  background: var(--gradient);
  box-shadow: inset 0 0 0 0;
}
.quiz__answer:has(input:checked),
.quiz__quest-result .quiz__answer {
  background: var(--gradient);
  box-shadow: inset 0 0 0 0;
}
.quiz__answer[\:has\(input\:checked\)] .quiz__answer-number,
.quiz__quest-result .quiz__answer .quiz__answer-number {
  transform: scale(1) translateY(-50%);
}
.quiz__answer:has(input:checked) .quiz__answer-number,
.quiz__quest-result .quiz__answer .quiz__answer-number {
  transform: scale(1) translateY(-50%);
}
.quiz__answer input {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.quiz__answer-text {
  align-items: center;
  -webkit-backdrop-filter: blur(15.49707603px);
  backdrop-filter: blur(15.49707603px);
  background: linear-gradient(129deg, #00000008 0.95%, #ffffff0a 98.9%);
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-style: normal;
  min-height: 108px;
  padding: 16px 16px 16px 54px;
  position: relative;
  text-align: left;
}
.quiz__answer-text:before {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  content: "";
  display: block;
  height: 22px;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 22px;
}
.quiz__answer-text[\:has\(input\[type\%3D\%22radio\%22\]\)]:before {
  border-radius: 50%;
}
.quiz__answer-text:has(input[type="radio"]):before {
  border-radius: 50%;
}
.quiz__answer-text[\:has\(input\:checked\)],
.quiz__quest-result .quiz__answer-text {
  background: var(--gradient);
  box-shadow: inset 0 0 0 0;
}
.quiz__answer-text:has(input:checked),
.quiz__quest-result .quiz__answer-text {
  background: var(--gradient);
  box-shadow: inset 0 0 0 0;
}
.quiz__answer-text[\:has\(input\:checked\)]:before,
.quiz__quest-result .quiz__answer-text:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 3.5 3 2.5 4-5' stroke='url(%23a)' stroke-width='1.6'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.542' y1='2.643' x2='9.434' y2='3.402' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
.quiz__answer-text:has(input:checked):before,
.quiz__quest-result .quiz__answer-text:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 3.5 3 2.5 4-5' stroke='url(%23a)' stroke-width='1.6'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.542' y1='2.643' x2='9.434' y2='3.402' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
.quiz__answer-text[\:has\(input\:checked\)] .quiz__answer-text-number,
.quiz__quest-result .quiz__answer-text .quiz__answer-text-number {
  transform: scale(1) translateY(-50%);
}
.quiz__answer-text:has(input:checked) .quiz__answer-text-number,
.quiz__quest-result .quiz__answer-text .quiz__answer-text-number {
  transform: scale(1) translateY(-50%);
}
.quiz__answer-text input {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.quiz__answer-text[\:has\(input\[type\%3D\%22radio\%22\]\:checked\)]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-1.095' y1='2.628' x2='9.103' y2='3.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
  background-position: 50%;
  background-repeat: no-repeat;
}
.quiz__answer-text:has(input[type="radio"]:checked):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-1.095' y1='2.628' x2='9.103' y2='3.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
  background-position: 50%;
  background-repeat: no-repeat;
}
.quiz-start {
  margin-left: auto;
  margin-right: auto;
}
.quiz-start svg {
  position: relative;
  top: 0;
}
.glosarii__head {
  gap: 9px;
  list-style: none;
  margin-bottom: 40px;
}
.glosarii__head a {
  border-radius: 50%;
  display: block;
  font-weight: 700;
  height: 40px;
  letter-spacing: -0.16px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.glosarii__head a:hover {
  color: var(--link);
}
.glosarii__head a._active {
  background: var(--gradient);
  color: #fff;
}
.glosarii-item {
  border-bottom: 2px solid #d9d9d9;
  display: grid;
  grid-template-columns: 157px auto;
  margin-bottom: 74px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1300px) {
  .glosarii-item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .glosarii-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.glosarii-item__letter {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .glosarii-item__letter {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .glosarii-item__letter {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.glosarii-item__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 16px;
}
@media (max-width: 980px) {
  .glosarii-item__list {
    gap: 40px;
  }
}
.glosarii-item__row {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 980px) {
  .glosarii-item__row {
    grid-template-columns: 1fr;
  }
}
.glosarii-item__word {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .glosarii-item__word {
    font-size: 20px;
  }
}
.glosarii-item__description p {
  margin-top: 0;
}
.glosarii-item__description p:last-child {
  margin-bottom: 0;
}
.shema-page__legends {
  background: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto auto auto auto;
  list-style: none;
  margin-top: 16px;
  padding: 40px 30px;
}
@media (max-width: 1200px) {
  .shema-page__legends {
    grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 830px) {
  .shema-page__legends {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 700px) {
  .shema-page__legends {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .shema-page__legends {
    grid-template-columns: 1fr;
  }
}
.shema-page__legends li {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  gap: 12px;
  letter-spacing: -0.16px;
  line-height: 24px;
}
.shema {
  background: #fff;
}
.shema .swiper-slide {
  height: auto;
  padding: 16px;
}
@media (max-width: 880px) {
  .shema .swiper-slide {
    height: inherit;
  }
}
.shema__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  min-height: calc(100vh - 400px);
}
@media (max-width: 1100px) {
  .shema__row {
    grid-template-columns: auto 400px;
  }
}
@media (max-width: 880px) {
  .shema__row {
    grid-template-columns: 1fr;
  }
}
.shema__svg-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shema__svg-wrap svg {
  max-width: 673.83px;
}
@media (max-width: 880px) {
  .shema__svg-wrap svg {
    height: 330px;
    max-width: 100%;
    object-fit: cover;
    width: 673px;
  }
}
.shema__svg-wrap svg circle:not([data-room]),
.shema__svg-wrap svg path:not([data-room]),
.shema__svg-wrap svg rect:not([data-room]) {
  pointer-events: none;
}
.shema__svg-wrap svg [data-room] {
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 0.3s;
}
.shema__svg-wrap svg [data-room]:hover {
  opacity: 1 !important;
}
.shema__svg-wrap svg [data-room]._active {
  opacity: 1;
}
.shema__svg-legends {
  background: #e7e4e5;
  padding: 40px;
}
@media (max-width: 600px) {
  .shema__svg-legends {
    padding: 30px 16px;
  }
}
.shema__svg-legends .h2,
.shema__svg-legends h2 {
  margin-top: auto;
}
.shema__svg-legend {
  font-size: 16px;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.shema__svg-legend._active,
.shema__svg-legend:hover {
  color: var(--link);
}
.shema__svg-legend p {
  font-size: inherit;
  margin: 5px 0;
}
.shema__svg-legend-name {
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
}
a.shema__svg-legend-name {
  cursor: pointer;
  text-decoration: underline;
  transition: text-decoration-color 0.3s ease;
}
a.shema__svg-legend-name:hover {
  text-decoration-color: #0000;
}
.guides-swiper,
.sidebar-cards {
  max-width: calc(100vw - var(--inner-padding) * 2);
}
@media (max-width: 1024px) {
  .guides-swiper,
  .sidebar-cards {
    overflow: visible !important;
    width: calc(100vw - var(--inner-padding) * 2);
  }
  .guides-swiper .swiper-slide,
  .sidebar-cards .swiper-slide {
    max-width: 223px;
  }
}
.guides-swiper .swiper-slide,
.sidebar-cards .swiper-slide {
  height: auto;
}
.sidebar-cards {
  display: none;
}
@media (max-width: 1024px) {
  .sidebar-cards {
    display: block;
  }
  .guide-preview {
    max-width: 223px;
  }
}
.guide-preview__img {
  aspect-ratio: 215/260;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}
.guide-preview__name {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.guide-preview__desc {
  margin-top: 12px;
}
.guide-preview__desc p {
  margin: 0;
}
@media (max-width: 700px) {
  .guide-preview__desc p {
    font-size: 16px;
  }
}
.excursion-prices {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 30px;
  padding-top: 30px;
}
.excursion-prices__form-selects {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 700px) {
  .excursion-prices__form-selects {
    flex-direction: column;
    width: 100%;
  }
}
.excursion-prices__form-quantity {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  white-space: nowrap;
}
.excursion-prices__form-title {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.excursion-prices__form-row {
  border-top: 1px solid #cfcfcf;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  padding-top: 30px;
}
.excursion-prices__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin-top: 25px;
}
.excursion-prices__links a {
  color: var(--link);
  text-decoration: underline;
}
.excursion-prices__links a:hover {
  text-decoration: none;
}
.excursion-prices__info {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.excursion-prices__info .h2,
.excursion-prices__info h2 {
  margin-top: 38px;
}
.excursion-prices__form {
  margin-top: 25px;
}
.lections-list,
.text ul.lections-list {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  max-width: 929px;
  padding: 0;
}
@media (max-width: 1600px) {
  .lections-list,
  .text ul.lections-list {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .lections-list,
  .text ul.lections-list {
    gap: 12px;
  }
}
@media (max-width: 600px) {
  .lections-list,
  .text ul.lections-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
    overflow-x: auto;
    overflow-y: none;
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
  .lections-list::-webkit-scrollbar,
  .text ul.lections-list::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.lections-list li,
.text ul.lections-list li {
  background: #fff;
  margin: 0;
  padding: 30px;
}
@media (max-width: 600px) {
  .lections-list li,
  .text ul.lections-list li {
    max-width: 350px;
    min-width: calc(100vw - 60px);
    padding: 23px 30px;
  }
}
.lections-list li p:last-child,
.text ul.lections-list li p:last-child {
  margin-bottom: 0;
}
.lections-list li .h2,
.lections-list li h2,
.text ul.lections-list li .h2,
.text ul.lections-list li h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.lections-prices {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 40px;
}
@media (max-width: 700px) {
  .lections-prices {
    border-bottom: 0 solid;
    padding-bottom: 0;
  }
}
.lections-prices__swiper .swiper-slide {
  padding-bottom: 5px;
}
.lections-prices__label {
  align-items: center;
  background: var(--gradient);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 202px;
  justify-content: center;
  padding: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 216px;
}
@media (max-width: 700px) {
  .lections-prices__label {
    margin-top: 60px;
    position: relative;
    width: 100%;
  }
}
.lections-prices__label span {
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
.lections-prices__label a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  text-decoration-line: underline;
}
.lections-prices__label a:after {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lections-prices__label a:hover {
  text-decoration: none;
}
.lections-prices__body {
  padding-right: 250px;
  position: relative;
}
@media (max-width: 700px) {
  .lections-prices__body {
    padding-right: 0;
  }
}
.lections-prices__head {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
  margin-top: 0;
}
.lections-prices__head .h1,
.lections-prices__head h1 {
  margin-bottom: 0;
  margin-right: auto;
  margin-top: 0;
}
.lections-prices__filter {
  background: #0000;
  border: 0 solid;
  border-radius: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 150%;
  padding: 11px 20px;
}
.lections-prices__filter._active {
  background: var(--gradient);
  color: #fff;
}
.lections-price .h2:first-child,
.lections-price h2:first-child {
  margin-top: 0;
}
.lections-price .text {
  max-width: 1025px;
}
.lections-price__price-row {
  margin: 16px 0;
  max-width: 1025px;
}
.lections-price__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px 10px;
  list-style: none;
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 1025px;
}
.lections-price__tags li {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  letter-spacing: -0.16px;
  line-height: 150%;
}
.lections-price__tags li path[stroke] {
  stroke: url(#Gradient);
}
.lections-price__tags li path[fill] {
  fill: url(#Gradient);
}
.book-widget {
  background: #fff;
  margin-bottom: 30px;
  max-width: 910px;
  padding: 0;
}
.book-widget__head {
  align-items: center;
  border-bottom: 1px solid #e7e4e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.book-widget__day-wrap {
  position: relative;
  text-align: center;
}
.book-widget__day-wrap[\:has\(\.book-widget__day\._disable\)] {
  color: #0f0f0f80 !important;
  pointer-events: none;
  touch-action: none;
}
.book-widget__day-wrap:has(.book-widget__day._disable) {
  color: #0f0f0f80 !important;
  pointer-events: none;
  touch-action: none;
}
.book-widget__day,
.book-widget__day-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 171%;
}
.book-widget__day {
  align-items: center;
  background: #0000;
  border: 0 solid;
  border-radius: 50%;
  display: flex;
  font-family: "Wix Madefor Text", sans-serif;
  height: 40px;
  justify-content: center;
  line-height: 0;
  text-align: center;
  width: 40px;
}
.book-widget__day._disable {
  color: #0f0f0f80;
}
.book-widget__day._active {
  background: var(--gradient);
  color: #fff;
}
.book-widget__day:hover {
  box-shadow: inset 0 0 2px 0 #cfcfcf;
}
.book-widget__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media (max-width: 992px) {
  .book-widget__list {
    gap: 25px 30px;
  }
}
.book-widget__item {
  position: relative;
}
.book-widget__item-link {
  background-color: #fbfbfb;
  border: 1.6px solid #e7e4e5;
  border-radius: 50px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 143%;
  margin-bottom: 10px;
  padding: 8px 12px;
  text-align: center;
}
.book-widget__item-link:hover {
  border-color: #cfcfcf;
}
.book-widget__item-link:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.book-widget__item-price {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 171%;
  text-align: center;
  white-space: nowrap;
}
.news-day {
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  color: #fff;
  margin-bottom: 22px;
  margin-top: 100px;
  padding: 16px;
}
@media (max-width: 1024px) {
  .news-day {
    margin-bottom: 12px;
    padding: 12px;
  }
}
.news-day__left {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 1024px) {
  .news-day__left {
    padding-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .news-day__left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.news-day__row {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 40%;
}
@media (max-width: 1024px) {
  .news-day__row {
    grid-template-columns: 1fr;
  }
}
.news-day__img-wrap {
  border-radius: 36px !important;
  overflow: hidden;
  padding-bottom: 77.6%;
  position: relative;
}
@media (max-width: 992px) {
  .news-day__img-wrap {
    border-radius: 22px !important;
  }
}
@media (max-width: 500px) {
  .news-day__img-wrap {
    border-radius: 11px !important;
  }
}
.news-day__img {
  border-radius: 0 !important;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-day__content .h1,
.news-day__content h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.news-day__content .h2,
.news-day__content h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.news-day__icon {
  margin-bottom: 20px;
  margin-top: 24px;
  width: 60px;
}
@media (max-width: 700px) {
  .news-day__icon {
    width: 50px;
  }
}
.news-day__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.glossarii-preview {
  aspect-ratio: 112/125;
  background: linear-gradient(71deg, #7849a9 3.41%, #6e7ed6 99.53%);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px 30px 30px;
}
@media (max-width: 600px) {
  .glossarii-preview {
    aspect-ratio: auto;
    min-height: 370px;
  }
}
.glossarii-preview__title.h1 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .glossarii-preview__title.h1 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .glossarii-preview__title.h1 {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .glossarii-preview__title.h1 {
    margin-top: 20px;
  }
  .glossarii-preview__desc {
    margin-bottom: 10px;
  }
}
.glossarii-preview__desc p {
  font-size: 16px;
}
.glossarii-preview__icon {
  width: 60px;
}
@media (max-width: 1024px) {
  .glossarii-preview__icon {
    display: none;
  }
}
@media (max-width: 600px) {
  .glossarii-preview__icon {
    display: block;
  }
}
.glossarii-preview__bottom {
  margin-top: auto;
}
.glossarii-preview__link span:after {
  content: "";
  display: block;
  height: 100vmax;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
}
.blog-person__img {
  border-radius: 50%;
  display: block;
  height: 100px;
  margin-bottom: 24px;
  object-fit: cover;
  width: 100px;
}
@media (max-width: 1024px) {
  .blog-person {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .blog-person {
    width: 100%;
  }
}
.blog-person p {
  margin: 10px 0;
}
@media (max-width: 600px) {
  .blog-person p {
    font-size: 16px;
  }
}
.blog-person + .blog-person {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .blog-person + .blog-person {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .blog-person + .blog-person {
    margin-top: 20px;
  }
}
.blog-date {
  font-size: 18px;
  margin-top: -80px;
}
@media (max-width: 1024px) {
  .blog-date {
    margin-top: -30px;
  }
}
.shedule-top {
  background: #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 40px 33px;
}
@media (max-width: 992px) {
  .shedule-top {
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .shedule-top {
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .shedule-top {
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
    padding: 30px 24px;
  }
}
@media (max-width: 700px) {
  .shedule-top {
    padding: 30px 11px;
  }
}
.shedule-top__head {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .shedule-top__head {
    flex-direction: column;
    text-align: center;
  }
}
.shedule-top__now-day {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .shedule-top__now-day {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .shedule-top__now-day {
    font-size: 14px;
  }
}
.shedule-top__date {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .shedule-top__date {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .shedule-top__date {
    font-size: 14px;
  }
}
.shedule-top__today {
  margin-right: auto;
}
@media (max-width: 1024px) {
  .shedule-top__today {
    display: flex;
    flex-direction: row;
    gap: 0 5px;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .shedule-top__today {
    justify-content: flex-start;
  }
}
.shedule-top__legend {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
  list-style: none;
}
@media (max-width: 1024px) {
  .shedule-top__legend {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .shedule-top__legend {
    justify-content: flex-start;
  }
}
.shedule-top__legend li {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
}
.shedule-top__legend li[data-load="middle"] {
  color: #7849a9;
}
.shedule-top__legend li[data-load="low"] {
  color: #26c057;
}
.shedule-top__legend li[data-load="high"] {
  color: #f84b3a;
}
.shedule-top__legend li > span[class^="icon-"] {
  position: relative;
  top: 1px;
}
.shedule-top__month {
  color: #878787;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 1024px) {
  .shedule-top__month {
    display: none;
  }
}
.shedule-top__body {
  border-top: 1px solid #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}
.shedule-top__days {
  display: flex;
  flex-direction: row;
  gap: 35px;
  justify-content: space-between;
  margin-left: -33px;
  margin-right: -33px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3px;
  padding-left: 33px;
  padding-right: 33px;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .shedule-top__days {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .shedule-top__days {
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px;
  }
}
.shedule-top__days::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.shedule-top__day {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 40px;
  text-align: center;
}
.shedule-top__day._day-off {
  color: #878787;
  pointer-events: none;
}
.shedule-top__day-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 24px;
}
.shedule-top__day-name color {
  -webkit-text-fill-color: unset !important;
  background: none !important;
  background-clip: unset !important;
  color: #7849a9;
}
.shedule-top__day-number {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.14px;
  line-height: 24px;
  width: 40px;
}
.shedule-top__day._active .shedule-top__day-number {
  background: var(--gradient);
  color: #fff;
  pointer-events: none;
}
html.desktop .shedule-top__day-number:hover {
  background: var(--body-bg);
}
.shedule-top__day-load {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
}
.shedule-top__day-load li {
  border-radius: 20px;
  height: 3px;
}
.shedule-top__day-load li[data-load="middle"] {
  background: #7849a9;
}
.shedule-top__day-load li[data-load="low"] {
  background: #26c057;
}
.shedule-top__day-load li[data-load="high"] {
  background: #f84b3a;
}
.shedule-top__weekend {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 0px;
  margin: 0 -30px;
}
.shedule-files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 20px;
  list-style: none;
}
.shedule-files li svg {
  position: relative;
  top: -1px;
  width: 24px;
}
.shedule-files li a {
  color: #0f0f0f;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.16px;
  line-height: 24px;
}
.shedule-files li a:hover {
  color: var(--hover-red);
}
.shedule-head {
  --ss-main-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .shedule-head .filter-popup__block {
    margin: 0;
  }
  .shedule-head .filter-popup__columns {
    display: flex;
    flex-direction: row;
    gap: 10px 40px;
  }
}
.shedule-head .ss-content {
  margin-top: 0;
  min-width: 300px !important;
}
.shedule-head .ss-main {
  border: 0 solid;
  border-radius: 0;
  padding: 0;
}
.shedule-head .ss-single {
  color: #0f0f0f !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: -0.16px;
  line-height: 24px;
}
.shedule-items {
  margin: 0 auto;
  max-width: 1542px;
}
.shedule-item {
  display: grid;
  gap: 50px;
  grid-template-columns: 448px auto;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .shedule-item {
    gap: 20px;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 992px) {
  .shedule-item {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.shedule-item .icon-date,
.shedule-item .icon-heart,
.shedule-item .icon-language,
.shedule-item .icon-load,
.shedule-item .icon-marker,
.shedule-item .icon-person,
.shedule-item .icon-persons,
.shedule-item .icon-time {
  line-height: 0;
}
.shedule-item__title {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: var(--dark);
  display: inline-block;
  margin-top: 0;
  max-width: 800px;
  transition: color 0.2s ease;
}
html.desktop .shedule-item__title:hover {
  color: #0000;
}
.shedule-item__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 20px;
  list-style: none;
  margin-bottom: 16px;
  margin-top: 5px;
}
.shedule-item__info li {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.16px;
  line-height: 1.1;
}
.shedule-item__info li path[stroke] {
  stroke: url(#Gradient);
}
.shedule-item__info li path[fill] {
  fill: url(#Gradient);
}
.shedule-item__info li > span[class^="icon-"] {
  height: 24px;
  position: relative;
  top: -5px;
}
.shedule-item__img-wrap {
  aspect-ratio: 448/400;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .shedule-item__img-wrap {
    aspect-ratio: auto;
    height: 400px;
    padding: 20px;
  }
}
@media (max-width: 460px) {
  .shedule-item__img-wrap {
    aspect-ratio: 358/240;
    height: inherit;
  }
}
.shedule-item__img-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.shedule-item__img-tags li {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.12px;
  overflow: hidden;
  padding: 8px 12px;
}
@media (max-width: 1024px) {
  .shedule-item__img-tags li {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.shedule-item__img-tags li._bg {
  background: var(--gradient);
  box-shadow: none;
}
.shedule-item__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shedule-item__img img {
  object-fit: cover;
  transition: transform 0.6s ease;
}
.shedule-item__img img,
.shedule-item__img:after {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shedule-item__img:after {
  background: #0003;
  content: "";
}
.shedule-item__award {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 79px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  width: 110px;
}
.shedule-item__award:before {
  left: 0;
  transform: scaleX(-1);
}
.shedule-item__award:after {
  right: 0;
}
.shedule-item__award:after,
.shedule-item__award:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.62 71.117c-.014-.31.036-.742.138-1.02a32.988 32.988 0 0 0 3.35-.254c.93-.119 1.547-.268 2.135-.55.722-.343 1.949-1.182 2.394-1.86.262-.399.399-.838.576-1.435 1.06-3.575 4.978-5.832 7.447-6.73-.346 3.092-2.512 6.772-5.88 8.16-1.185.488-.93.18-1.915 1.102-.184.174-.37.339-.557.498a32.591 32.591 0 0 0 5.313-1.902c1.692-.776 2.416-1.43 3.168-3.186.244-.573.299-1.09.35-2.02.192-3.597 3.28-6.668 5.366-8.127.472 3.122-.735 7.335-3.782 9.462-1.174.819-.892.713-1.601 2a32.83 32.83 0 0 0 4.266-3.124c1.628-1.406 1.712-1.445 2.295-3.53.393-1.404.173-1.715-.106-3.083-.729-3.56 1.478-7.356 3.131-9.326 1.234 2.826 1.208 7.05-.964 9.933-1.137 1.51-.815.99-1.237 2.926a32.91 32.91 0 0 0 4.133-5.822c1.014-1.82.728-1.425.553-3.41-.116-1.313-.169-1.694-.876-2.776-1.874-2.866-1.205-6.957-.41-9.244 2.009 2.05 3.385 5.73 2.459 8.96-.327 1.141-.462.915-.327 2.2.039.369.086.737.148 1.104a32.656 32.656 0 0 0 1.969-6.398c.286-1.447.134-1.806-.544-3.054-.87-1.602-.552-1.07-1.815-2.207-2.566-2.312-3.07-6.447-2.946-8.892 2.546 1.426 4.944 4.607 5.014 8.019.036 1.742-.306 1.28.762 2.93a33.375 33.375 0 0 0 .001-6.438c-.117-1.21-.367-2.117-1.25-2.973-1.33-1.286-.773-.84-2.367-1.49-2.973-1.21-4.733-4.66-5.408-6.837 2.627.423 5.668 2.36 6.886 5.216.617 1.451.205 1.235 1.565 2.376a32.786 32.786 0 0 0-1.336-4.578c-.473-1.266-.699-1.736-1.824-2.449-1.77-1.12-.96-.744-2.869-1.048-2.967-.474-5.372-3.156-6.512-4.966 2.607-.268 6.014.834 7.819 3.314.773 1.062.596.989 1.854 1.675a32.937 32.937 0 0 0-2.443-4.028c-.935-1.319-.693-1.017-2.184-1.478a25.423 25.423 0 0 1-.857-.282c-1.277-.448-.89-.205-2.13-.15-2.9.127-5.55-1.998-6.878-3.526 2.423-.758 5.765-.375 7.818 1.602.742.715.454.851 1.51 1.144.25.07.504.133.76.19a33.054 33.054 0 0 0-2.557-2.643c-.86-.794-1.028-.896-1.709-1.014-.93-.159-1.903-.318-2.835-.437-.57-.073-.796-.043-1.942.038-2.712.193-5.455-1.34-6.886-3.187 2.005-.406 5.485-.505 7.715 1.33 1.27 1.044 1.467.965 3.115 1.144a32.857 32.857 0 0 0-6.029-3.605c-.96-.442-1.36-.43-1.948-.519C9.923 6.574 8.132 5.898 6.81 4.7 5.666 3.664 4.91 2.247 4.822.695c.798.544 2.312.862 3.287 1.175 1.761.565 3.167 1.251 4.384 3.031.157.23.312.464.49.715.256.356.486.54 1.214.878a33.805 33.805 0 0 1 5.24 3.038c-.123-.274-.229-.5-.327-.69-.465-.914-.73-1.02-1.614-1.438-2.493-1.181-4.135-3.92-4.456-6.256 1.94.66 5 2.326 6.02 5.023.218.577.29.882.408 1.212.203.562.67 1.457 1.1 2.222.732 1.299.904 1.44 2.037 2.464a33.93 33.93 0 0 1 2.534 2.539 16.998 16.998 0 0 0-.225-1.11c-.184-.773-.355-.954-.98-1.414C21.65 10.401 20.7 7.19 21.02 4.68c1.837 1.1 4.59 3.546 4.715 6.667.05 1.218-.092 1.069.271 2.348.12.422.227.846.323 1.268.357 1.566.242 1.288 1.178 2.598a33.888 33.888 0 0 1 2.601 4.279c.036-.383.057-.767.066-1.147.026-1.166-.188-1.573-.878-2.46-1.793-2.306-2.06-5.672-1.263-8.05 1.56 1.554 3.727 4.62 3.392 7.71-.16 1.48-.259 1.77-.231 3.38.008.45.004.894-.013 1.336-.051 1.497-.098 1.233.435 2.64a33.544 33.544 0 0 1 1.354 4.516c.168-.452.312-.907.436-1.366.547-2.002.344-1.316-.317-3.008-1.083-2.771-.44-6.131.973-8.265 1.143 1.973 2.489 5.609 1.36 8.62-.58 1.547-.778 1.743-1.201 3.524-.555 2.332-.837 2.103-.593 4.56a34.792 34.792 0 0 1 .154 4.488c.256-.324.496-.656.725-.993.903-1.332.694-1.465.529-2.957-.362-3.277 1.411-6.661 3.604-8.445.548 2.421.761 6.664-1.466 9.378-.87 1.061-1.01 1.143-1.744 2.409-.297.51-.607 1.004-.93 1.485-.573.853-.866 1.58-1.004 2.602a33.645 33.645 0 0 1-1.197 5.445c.78-.438 1.795-1.22 2.204-2.037.215-.431.242-.846.331-1.544.088-.7.244-1.615.614-2.483.897-2.108 2.574-3.878 4.311-4.82.087 2.34-.437 6.26-2.855 8.494-.513.474-1.063.938-1.624 1.42a51.455 51.455 0 0 1-2.405 1.978c-1.31.997-1.234 1.038-1.887 2.534a33.952 33.952 0 0 1-2.361 4.467c.431-.14.854-.298 1.264-.473 1.925-.813 1.144-.683 1.98-2.374 1.472-2.98 4.733-4.976 7.558-5.411-.805 2.536-2.944 6.62-6.558 7.762-1.532.483-2.056.743-3.533 1.406-2.152.966-1.572.537-3.065 2.383a34.142 34.142 0 0 1-3.447 3.67c.534-.033 1.059-.096 1.579-.18 1.072-.175 1.491-.544 2.145-1.405 2.106-2.773 5.977-3.984 8.938-3.66-1.362 2.13-4.268 5.308-7.814 5.69-1.05.113-1.574.106-2.407.23-2.496.371-3.341.254-5.44 1.782a33.973 33.973 0 0 1-3.912 2.457c.64.121 2.077.362 2.653.191.349-.103.633-.348 1.221-.816 2.792-2.223 6.955-2.407 9.8-1.3-1.87 1.708-5.483 4.02-9.015 3.544-1.626-.22-2.681-.355-4.37-.496-2.45-.206-1.703-.305-4.012.593a33.73 33.73 0 0 1-5.186 1.547c1.346.473 2.239.673 3.578.06 3.16-1.447 7.138-.662 9.578 1.04-2.194 1.205-6.227 2.588-9.494 1.24-1.083-.446-1.349-.627-2.06-.835-2.316-.68-3.426-1.084-5.814-.884-.713.06-1.807.11-2.176.113H.62v-.008Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.shedule-item__award-top {
  font-size: 5.444px;
  font-style: normal;
  font-weight: 400;
}
.shedule-item__award-name {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 6.351px;
  font-style: normal;
  font-weight: 700;
  margin: 3px 0;
}
.shedule-item__award-year {
  font-size: 9.073px;
  font-style: normal;
  font-weight: 400;
}
.shedule-item__awards {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
  list-style: none;
  margin-top: auto;
}
.shedule-item__shedule {
  border-top: 1px solid #cfcfcf;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  padding: 16px 0;
}
.shedule-item__shedule[\:has\(\.shedule-item__shedule-name\)] {
  grid-template-columns: 370px auto;
}
.shedule-item__shedule:has(.shedule-item__shedule-name) {
  grid-template-columns: 370px auto;
}
@media (max-width: 1400px) {
  .shedule-item__shedule[\:has\(\.shedule-item__shedule-name\)] {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .shedule-item__shedule:has(.shedule-item__shedule-name) {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.shedule-item__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  list-style: none;
}
@media (max-width: 992px) {
  .shedule-item__slots {
    flex-wrap: nowrap;
    margin-left: calc(var(--inner-padding) * -1);
    margin-right: calc(var(--inner-padding) * -1);
    overflow: auto;
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
  .shedule-item__slots::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.shedule-item__shedule-name {
  margin: 0;
}
.shedule-item__shedule-name:hover {
  color: var(--link);
}
.shedule-item__slot-buy {
  background: #fff;
  border: 0 solid;
  border-radius: 50px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 8px 12px;
}
.shedule-item__slot-buy:hover {
  background: var(--gradient);
  color: #fff;
}
.shedule-item__slot p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 142.857%;
  margin: 0;
}
.shedule-item__content {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .shedule-item__content {
    padding-top: 0;
  }
}
.shedule-item__content > p {
  max-width: 600px;
}
.shedule-popup {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  transition:
    opacity 0.1s ease,
    visibility 0s linear 0.1s;
  visibility: hidden;
  width: 100%;
  z-index: 333;
}
.shedule-popup._display {
  opacity: 1;
  transition: opacity 0.3s ease;
  visibility: visible;
}
.shedule-popup__overlay {
  background: #000000b3;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shedule-popup__close {
  background: #0000;
  border: 0 solid;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100;
}
.shedule-popup__close:hover:after,
.shedule-popup__close:hover:before {
  background: #fff;
}
.shedule-popup__close:after,
.shedule-popup__close:before {
  background: var(--link);
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -1px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease;
  width: 2px;
}
.shedule-popup__close:after {
  transform: rotate(-45deg);
}
.shedule-popup__close:before {
  transform: rotate(45deg);
}
.shedule-popup__content {
  background: #fff;
  height: 100%;
  pointer-events: auto;
  position: relative;
  width: 100%;
  z-index: 4;
}
.shedule-popup__content iframe,
.shedule-popup__flex {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shedule-popup__flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px;
  pointer-events: none;
}
@media (max-width: 999px) {
  .shedule-popup__flex {
    padding: 40px 20px;
  }
}
.vacancies-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.vacancy {
  background: #fff;
  padding: 30px 40px 20px;
}
@media (max-width: 1300px) {
  .vacancy {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 700px) {
  .vacancy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.vacancy__top {
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
  padding-bottom: 30px;
  padding-right: 90px;
  position: relative;
  transition: padding 0.3s;
}
@media (max-width: 800px) {
  .vacancy__top {
    padding-right: 40px;
  }
}
.vacancy__top .h2,
.vacancy__top h2 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 700px) {
  .vacancy__top {
    border-bottom: 0 solid #0000;
    padding-bottom: 0;
  }
  .vacancy._open .vacancy__top {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
  }
}
.vacancy__arrwow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.332 22.665 22.665 9.332m0 0v12.8m0-12.8h-12.8' stroke='url(%23a)' stroke-width='1.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='7.507' y1='13.712' x2='24.504' y2='14.749' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB8129'/%3E%3Cstop offset='1' stop-color='%23CD380E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  width: 32px;
}
.vacancy._open .vacancy__arrwow {
  transform: rotate(90deg);
}
.vacancy__top:hover .vacancy__arrwow {
  transform: rotate(45deg);
}
.vacancy__body {
  display: none;
  padding-bottom: 20px;
}
@media (min-width: 800px) {
  .vacancy__grid {
    column-count: 2;
    gap: 40px;
  }
}
.vacancy__block {
  break-inside: avoid;
  padding-bottom: 20px;
  padding-top: 30px;
  page-break-inside: avoid;
}
@media (max-width: 992px) {
  .vacancy__block {
    padding-top: 20px;
  }
}
.vacancy__block .h2,
.vacancy__block h2 {
  color: #878787;
  margin-top: 0;
}
.vacancy__bottom {
  align-items: center;
  border-top: 1px solid #cfcfcf;
  display: flex;
  flex-direction: row;
  margin-top: -1px;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .vacancy__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .vacancy__bottom {
    border-top: 0 solid #cfcfcf;
    display: none;
  }
  .vacancy._open .vacancy__bottom {
    border-top: 1px solid #cfcfcf;
    display: flex;
  }
}
.vacancy__bottom-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
}
@media (max-width: 1000px) {
  .vacancy__bottom-list {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .vacancy__bottom-list {
    display: none;
  }
}
.vacancy__bottom-list li {
  padding-right: 40px;
  position: relative;
}
.vacancy__bottom-list li:after {
  background: var(--gradient);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 4px;
}
.vacancy__bottom-list li:last-child {
  padding-right: 0;
}
.vacancy__bottom-list li:last-child:after {
  display: none;
}
.vacancy__send {
  margin-left: auto;
}
.visitors-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1600px) {
  .visitors-grid {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .visitors-grid {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}
.visitors-preview {
  align-items: flex-end;
  aspect-ratio: 604/674;
  display: flex;
  grid-column: span 2;
  padding: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .visitors-preview {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .visitors-preview {
    padding: 12px;
  }
}
@media (max-width: 1024px) {
  .visitors-preview {
    grid-column: span 1;
  }
}
@media (max-width: 500px) {
  .visitors-preview {
    aspect-ratio: 351/258 !important;
    grid-column: span 2;
  }
}
.visitors-preview._big {
  aspect-ratio: 924/674;
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .visitors-preview._big {
    grid-column: span 2;
  }
}
.visitors-preview__link {
  color: #fff;
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(14px, calc(10.47887px + 0.93897vw), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  padding-right: 50px;
  position: relative;
  width: 100%;
}
.visitors-preview__link:before {
  content: "";
  display: block;
  height: 100vmax;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
}
.visitors-preview__link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.334 22.665 22.666 9.332m0 0v12.8m0-12.8h-12.8' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  bottom: 0;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  transition: transform 0.3s;
  width: 32px;
}
.visitors-preview:hover .visitors-preview__link:after {
  transform: rotate(45deg);
}
.visitors-preview__img,
.visitors-preview__img img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.visitors-preview__img img {
  transition: transform 1s;
}
.visitors-preview:hover .visitors-preview__img img {
  transform: scale(1.02);
}
.visitors-preview__img:after {
  background: linear-gradient(0deg, #000c, #1c1c1c00);
  bottom: 0;
  content: "";
  display: block;
  height: 65%;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-podcasts .top-row {
  align-items: center;
}
.page-podcasts .top-row a {
  color: var(--link);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s ease;
  white-space: nowrap;
}
html.desktop .page-podcasts .top-row a:hover {
  text-decoration-color: #0000;
}
@media (max-width: 700px) {
  .page-podcasts .top-row a {
    display: none;
  }
}
.page-podcasts .event-preview__top {
  aspect-ratio: 1.12;
}
.page-podcasts .event-preview__info {
  display: flex;
  margin-bottom: 0;
}
.page-podcasts .event-preview__title {
  margin-bottom: 0;
}
.page-podcasts .event-preview__bottom-wrap {
  display: none;
}
.page-podcasts .card-preiview {
  aspect-ratio: 1.12;
  line-height: 1.4;
  padding: 40px;
}
@media (max-width: 1024px) {
  .page-podcasts .card-preiview {
    padding: 30px;
  }
}
.page-podcasts .card-preiview__link {
  font-size: clamp(12px, calc(5.5082px + 0.7286vw), 16px);
  max-width: max(60%, 220px);
}
@media (min-width: 1441px) {
  .page-podcasts .card-preiview__link {
    font-size: clamp(16px, calc(-8.06681px + 1.67015vw), 24px);
  }
}
@media (min-width: 1901px) {
  .page-podcasts .card-preiview__link {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  .page-podcasts .card-preiview__link {
    font-size: clamp(16px, calc(13.28302px + 0.75472vw), 20px);
    max-width: unset;
  }
}
.page-podcasts .card-preiview__link:after {
  content: none;
}
.page-podcasts .card-preiview__img-wrap {
  background-color: #ccc;
}
.page-podcasts .card-preiview__img-wrap:after {
  z-index: 1;
}
@media (max-width: 700px) {
  .page-podcasts .events-grid {
    margin-bottom: 40px;
  }
}
.podcast-big {
  display: flex;
  flex-direction: column;
  height: calc(100svw * 0.56 - var(--inner-padding) * 2 * 0.56);
  margin-bottom: 22px;
  margin-top: 60px;
  max-height: calc(100svh - 200px);
  overflow: hidden;
  padding: 60px;
  position: relative;
}
@media (min-width: 2000px) {
  .podcast-big {
    aspect-ratio: 1.77;
    height: unset;
    max-height: unset;
  }
}
@media (max-width: 1024px) {
  .podcast-big {
    height: 700px;
    margin-bottom: 12px;
    padding: 40px 10px;
  }
}
@media (max-width: 700px) {
  .podcast-big {
    height: 600px;
    padding: 30px 10px;
  }
}
.podcast-big__bg-wrap {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.podcast-big__bg-wrap .video,
.podcast-big__bg-wrap img {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.podcast-big .video {
  padding: 0;
}
.podcast-big .video:before {
  content: "";
  display: block;
  padding-top: 56.6%;
}
.podcast-big__bottom {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .podcast-big__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.podcast-big__title {
  color: #fff;
  margin: 0 !important;
}
.podcast-big__btns {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-left: auto;
  min-width: 320px;
}
@media (max-width: 1024px) {
  .podcast-big__btns {
    margin-right: auto;
    margin-top: 10px;
    min-width: auto;
  }
}
.podcasts-recent {
  margin-bottom: 60px;
}
@media (min-width: 1920px) {
  .podcasts-recent {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .podcasts-recent {
    margin-top: 25px;
  }
}
.podcasts-recent .swiper {
  overflow: visible;
}
.podcasts-recent .swiper-wrapper {
  align-items: stretch;
}
.podcasts-recent .swiper-slide {
  height: auto;
}
.podcast-recent {
  background: #d8d8d8;
  border-radius: 50px;
  box-sizing: border-box;
  color: var(--dark);
  display: block;
  height: 100%;
  padding: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .podcast-recent {
    border-radius: 30px;
  }
}
@media (max-width: 700px) {
  .podcast-recent {
    background: none;
    border-radius: 0;
    padding: 0;
  }
}
.podcast-recent__inner {
  align-items: center;
  display: flex;
  gap: 7%;
}
@media (max-width: 700px) {
  .podcast-recent__inner {
    display: block;
  }
}
.podcast-recent__img {
  aspect-ratio: 1;
  border-radius: 30px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 36%;
}
@media (max-width: 700px) {
  .podcast-recent__img {
    width: 100%;
  }
}
.podcast-recent__img-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.6s ease;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
html.desktop .podcast-recent:hover .podcast-recent__img-inner {
  transform: scale(1.1);
}
.podcast-recent__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 10px;
  width: 60%;
}
@media (max-width: 700px) {
  .podcast-recent__content {
    display: block;
    margin-top: 20px;
    padding: 0 10px 0 0;
    width: 100%;
  }
}
.podcast-recent__title {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-size: clamp(14px, calc(-4.57143px + 1.42857vw), 16px);
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1441px) {
  .podcast-recent__title {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .podcast-recent__title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1299px) and (min-width: 1001px) {
  .podcast-recent__title {
    font-size: clamp(16px, calc(2.56376px + 1.34228vw), 20px);
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .podcast-recent__title {
    font-size: clamp(16px, calc(6.62207px + 1.33779vw), 20px);
  }
}
@media (max-width: 700px) {
  .podcast-recent__title {
    font-size: clamp(16px, calc(11.76471px + 1.17647vw), 20px);
    margin-bottom: 10px;
  }
}
.podcast-recent__episode {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.podcast-recent__date {
  line-height: 1;
  margin-top: 6px;
}
.podcast-recent__play {
  aspect-ratio: 1;
  background: #0000
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.664 31.665V8.332l20 11.667-20 11.666Z' stroke='%23fff' stroke-width='1.4'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: 50% 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  margin: -20% 0 0 -20%;
  position: absolute;
  top: 50%;
  width: 40%;
  z-index: 2;
}
@media (max-width: 700px) {
  .podcast-recent__play {
    margin: -12% 0 0 -12%;
    width: 24%;
  }
}
.podcasts-link-all {
  display: none;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 700px) {
  .podcasts-link-all {
    display: block;
  }
}
.podcasts-link-all a {
  color: var(--link);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  text-decoration: underline;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.legend-page {
  display: grid;
  gap: 34px;
  grid-template-columns: 909px auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1643px;
}
@media (max-width: 1300px) {
  .legend-page {
    grid-template-columns: auto 350px;
  }
}
@media (max-width: 1024px) {
  .legend-page {
    grid-template-columns: 1fr;
  }
}
.legend-page__sidebar {
  display: flex;
  flex-direction: column;
}
.legend-page__sidebar-scroll-wrap {
  flex: 1;
}
.legend-page__sidebar-fixed {
  position: sticky;
  top: 180px;
}
.legend-page__img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .legend-page .d-max-1024 {
    display: block !important;
  }
}
.p404 {
  background: #e7e4e5;
  height: 100svh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.p404__go-home {
  background: var(--dark);
  border-radius: 50px;
  bottom: 70px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  letter-spacing: -0.16px;
  line-height: 24px;
  padding: 12px 20px;
  position: absolute;
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .p404__go-home {
    bottom: 40px;
  }
}
.p404__go-home:hover {
  background: var(--gradient);
}
.p404__logo {
  left: 50%;
  position: absolute;
  top: 26px;
  transform: translateX(-50%);
  z-index: 4;
}
.p404__bg-1,
.p404__bg-2 {
  min-width: 1600px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.p404__ray {
  height: 100%;
  padding-top: 50svh;
  top: 0;
  transform: translateX(-50%) rotate(10deg);
  width: 450px;
}
.p404__ray,
.p404__ray img {
  left: 50%;
  position: absolute;
}
.p404__ray img {
  top: 50%;
  transform: translateX(-50%);
}
.p404__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p404__desc {
  bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  letter-spacing: -0.16px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.page-podcast {
  background: var(--dark);
  color: #fff;
}
.page-podcast .event-preview__info,
.page-podcast .event-preview__title {
  margin-bottom: 0;
}
.page-podcast .event-preview__top {
  aspect-ratio: 1.12;
}
.page-podcast .event-preview__bottom-wrap {
  display: none;
}
.page-podcast .block + h2 {
  margin-top: 100px;
}
@media (max-width: 999px) {
  .page-podcast .block + h2 {
    margin-top: 65px;
  }
}
.podcast-player {
  margin-bottom: 60px;
}
.podcast-player__widget {
  border-radius: 14px;
  height: 210px;
  overflow: hidden;
}
.podcast-player .content-inner {
  margin-bottom: 0;
  padding: 0;
}
.podcast-player iframe {
  display: block;
}
.podcast-player__droplist {
  display: flex;
  height: 0;
  justify-content: flex-end;
  position: relative;
  top: 60px;
}
@media (max-width: 1024px) {
  .podcast-player__droplist {
    height: auto;
    justify-content: flex-start;
    margin-top: 40px;
    top: 0;
  }
}
@media (max-width: 700px) {
  .podcast-player__droplist .btn-border,
  .podcast-player__droplist .droplist {
    width: 100%;
  }
}
.podcast-player__droplist .droplist {
  height: 50px;
}
.podcast-player__droplist .btn-border {
  color: #fff;
  position: relative;
}
.podcasts-other {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .podcasts-other {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 999px) {
  .podcasts-other {
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .podcasts-other {
    gap: 60px;
    margin-bottom: 20px;
  }
}
.podcasts-other .podcast-recent {
  color: var(--dark);
}
@media (max-width: 1200px) {
  .podcasts-other .podcast-recent {
    width: 75%;
  }
}
@media (max-width: 999px) {
  .podcasts-other .podcast-recent {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .podcasts-other .podcast-recent {
    color: #fff;
  }
}
.page-search .wrap-page {
  position: relative;
}
@media (min-width: 1441px) {
  .page-search .wrap-page:before {
    background: url(../images/7dd11bb2de0ec37325372641d0173eaa.webp) no-repeat
      100% 0;
    background-size: cover;
    left: 0;
    top: 200px;
    width: 700px;
  }
  .page-search .wrap-page:after,
  .page-search .wrap-page:before {
    content: "";
    display: block;
    height: 1696px;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
  }
  .page-search .wrap-page:after {
    background: url(../images/7dd11bb2de0ec37325372641d0173eaa.webp) no-repeat 0
      0;
    background-size: cover;
    right: 0;
    top: 0;
    width: 840px;
  }
}
.page-search .wrap-page .inner {
  z-index: 2;
}
.page-search .wrap-page .footer {
  z-index: 3;
}
.search-form {
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  width: 100%;
}
.search-form:only-child {
  margin-bottom: 200px;
}
@media (max-width: 999px) {
  .search-form {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .search-form {
    margin-top: -30px;
  }
}
.search-form__field {
  background: #0000;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  display: block;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(32px, calc(0.18182px + 3.18182vw), 46px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 0.43em 60px 0.43em 0;
  position: relative;
  transition: border-color 0.2s ease;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1441px) {
  .search-form__field {
    font-size: 46px;
  }
}
@media (max-width: 999px) {
  .search-form__field {
    font-size: 32px;
    padding-right: 40px;
  }
}
@media (max-width: 700px) {
  .search-form__field {
    font-size: 24px;
    padding: 20px 40px 20px 0;
  }
}
.search-form__field:focus {
  border-bottom-color: var(--link);
  outline: 0;
}
.search-form__field::placeholder {
  color: var(--gray);
}
.search-form__submit {
  align-items: center;
  background: #0000;
  border: 0;
  color: currentColor;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.2s ease;
  width: 60px;
  z-index: 2;
}
@media (max-width: 999px) {
  .search-form__submit {
    width: 40px;
  }
}
html.desktop .search-form__submit:hover {
  color: var(--link);
}
.search-form__submit span {
  clip: rect(0 0 0 0);
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.search-form__submit svg {
  display: block;
  height: 29px;
  width: 29px;
}
@media (max-width: 700px) {
  .search-form__submit svg {
    height: 18px;
    width: 18px;
  }
}
.search-result {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 999px) {
  .search-result {
    display: block;
  }
}
.search-result__filter {
  grid-column: span 3;
}
@media (max-width: 999px) {
  .search-result__filter {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.search-result__filter-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result__filter-list li {
  display: block;
  margin: 1px 0;
}
@media (max-width: 1200px) {
  .search-result__filter-list li {
    margin: 5px 0;
  }
}
.search-result__filter-list a {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.search-result__filter-list a._is-active {
  color: var(--link);
  pointer-events: none;
}
html.desktop .search-result__filter-list a:hover {
  color: var(--link);
}
.search-result__filter-list a span {
  display: block;
}
.search-result__items {
  grid-column-end: 13;
  grid-column-start: 5;
}
.search-item {
  margin-bottom: 60px;
}
.search-item__tag {
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  box-sizing: border-box;
  color: #0000;
  display: inline-flex;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  letter-spacing: -0.01em;
  line-height: 40px;
  margin-bottom: 16px;
  padding: 0 12px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 999px) {
  .search-item__tag {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}
.search-item__tag:before {
  background: var(--gradient) border-box;
  border: 1px solid #0000;
  border-radius: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1200px) {
  .search-item__tag:before {
    border: 1.5px solid #0000;
  }
}
.search-item__title {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.search-item__title a {
  -webkit-text-fill-color: unset;
  background: linear-gradient(93deg, #7849a9 -11.01%, #cd380e 109.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  color: currentColor;
  display: inline-block;
}
html.desktop .search-item__title a:hover {
  color: #0000;
}
.search-item__text {
  margin-top: 16px;
}
.search-empty {
  align-items: center;
  display: flex;
  height: 40vh;
  text-align: center;
}
.search-empty .h1 {
  margin: 0;
  width: 100%;
}
.price-form {
  background: #fff;
  margin-bottom: 60px;
  padding: 60px 30px;
}
.price-form .h2,
.price-form h2 {
  margin-top: 0;
}
.price-form__form,
.price-form__left {
  display: flex;
  flex-direction: row;
}
.price-form__left {
  align-items: center;
  gap: 16px;
}
.price-table {
  margin-bottom: 60px;
  max-width: 1200px;
}
.price-table .h2,
.price-table h2 {
  margin-bottom: 20px;
}
.price-table__wrap {
  margin-bottom: 30px;
  margin-left: calc(var(--inner-padding) * -1);
  margin-right: calc(var(--inner-padding) * -1);
  overflow-x: auto;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}
.price-table__wrap td {
  vertical-align: top;
}
html:not(.a11y-vision) .price-table__wrap::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.price-table__wrap table {
  width: 100%;
}
.price-table__wrap table._column-4 tbody td {
  min-width: 140px;
}
.price-table__wrap table:not(._column-4) td:first-child {
  min-width: unset;
  width: 70%;
}
@media (max-width: 700px) {
  .price-table__wrap table:not(._column-4) td:first-child {
    min-width: 280px;
    width: auto;
  }
}
.price-table__wrap table:not(._column-4) td:last-child {
  min-width: unset;
  width: 30%;
}
@media (max-width: 700px) {
  .price-table__wrap table:not(._column-4) td:last-child {
    min-width: 140px;
    width: auto;
  }
}
.price-table__wrap table td {
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
}
.price-table__wrap table tbody td {
  min-width: 300px;
  padding: 17px 14px 14px;
}
.price-table__wrap table tbody td:first-child {
  border-radius: 50px 0 0 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .price-table__wrap table tbody td:first-child {
    padding-left: 24px;
  }
}
@media (max-width: 700px) {
  .price-table__wrap table tbody td:first-child {
    padding-left: 12px;
  }
}
.price-table__wrap table tbody td:last-child {
  border-radius: 0 50px 50px 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .price-table__wrap table tbody td:last-child {
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .price-table__wrap table tbody td:last-child {
    padding-right: 12px;
  }
}
.price-table__wrap table thead td {
  background: #fff;
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 24px;
  padding: 12px 10px 10px;
  white-space: nowrap;
}
.price-table__wrap table thead td:first-child {
  border-radius: 50px 0 0 50px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .price-table__wrap table thead td:first-child {
    padding-left: 24px;
  }
}
@media (max-width: 700px) {
  .price-table__wrap table thead td:first-child {
    padding-left: 12px;
  }
}
.price-table__wrap table thead td:last-child {
  border-radius: 0 50px 50px 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .price-table__wrap table thead td:last-child {
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .price-table__wrap table thead td:last-child {
    padding-right: 12px;
  }
}
.price-table > p {
  font-size: 0.8em;
  max-width: 70%;
}
@media (max-width: 1200px) {
  .price-table > p {
    max-width: 800px;
  }
}
.attention {
  background: #fff;
  max-width: 1200px;
  padding: 50px 30px;
}
@media (max-width: 700px) {
  .attention {
    padding: 40px 20px;
  }
}
.attention .h2,
.attention h2 {
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .attention .h2,
  .attention h2 {
    max-width: 800px;
  }
}
.attention p {
  margin-top: 0;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .attention p {
    max-width: 800px;
  }
}
.attention p:last-child {
  margin-bottom: 0;
}
.attention p a {
  text-decoration: underline;
}
.attention p a:hover {
  text-decoration: none;
}
.feeback form {
  max-width: 680px;
}
.feeback form .btn-border {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .feeback form {
    max-width: 100%;
  }
}
.feeback__badge {
  align-items: center;
  background: var(--gradient);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 200px;
  padding: 20px;
  text-align: center;
  width: 216px;
}
@media (max-width: 992px) {
  .feeback__badge {
    min-height: 160px;
    width: 100%;
  }
}
.feeback__badge p {
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
.feeback__badge p:last-child {
  margin-bottom: 0;
}
.feeback .h2:first-child,
.feeback h2:first-child {
  margin-top: 0;
}
.feeback__left:first-child p {
  margin-bottom: 14px;
}
.feeback__left:first-child .h3,
.feeback__left:first-child h3 {
  margin-bottom: 40px;
  margin-top: 0;
}
.feeback__left:first-child p:first-child {
  margin-top: 0;
}
.feeback__row2 {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 600px;
}
@media (max-width: 1300px) {
  .feeback__row2 {
    grid-template-columns: 1fr 216px;
  }
}
@media (max-width: 992px) {
  .feeback__row2 {
    grid-template-columns: 1fr;
  }
}
.feeback__row {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .feeback__row {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.feeback__row form {
  max-width: 560px;
}
.feeback__row form .form-item + .checkbox {
  margin-top: 30px;
}
.form-success {
  text-align: center;
}
.form-success .text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .form-success .text p {
    font-size: 16px;
  }
}
.form-success__img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50px;
  max-width: 100%;
}
.feedback-link {
  margin: 40px 0;
}
.feedback-link a {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 24px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .feedback-link a {
    font-size: 20px;
  }
}
.feedback-link a:hover {
  text-decoration: none;
}
.form-item-row-two {
  display: grid;
  gap: 0 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .form-item-row-two {
    grid-template-columns: 1fr;
  }
}
.page-zal .black-block {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.page-zal .history-img-row__item p {
  color: #0f0f0f;
}
.page-zal .white-block {
  margin-top: -90px;
}
.page-zal .black-block .history-6 {
  margin-top: 30px;
}
.page-zal .history-1 .h1-big {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .page-zal .history-1 .h1-big {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .page-zal .history-1 .h1-big {
    font-size: 28px;
  }
}
.page-zal .gallery-slider {
  margin-bottom: 160px;
}
.page-zal .history-6 .h1 color {
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
  color: #fff;
}
.another-item {
  aspect-ratio: 330/366;
  background: #e7e4e5;
  display: flex;
  flex-direction: column;
  padding: 50px 30px 30px;
  position: relative;
}
.another-item__img-wrap {
  aspect-ratio: 1.5;
  display: flex;
  flex-shrink: 0;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 60%;
}
.another-item__img-wrap svg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.another-item__link {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: clamp(20px, calc(18.59155px + 0.37559vw), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 50px;
  position: relative;
  transition: color 0.4s;
}
.another-item__link:after {
  content: "";
  display: block;
  height: 100vmax;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
}
.another-item__link:before {
  bottom: 0;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.332 14.415 14.665 1.082m0 0v12.8m0-12.8h-12.8M14.667 13.882v-12.8h-12.8' stroke='%230F0F0F' stroke-width='2'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  right: 5px;
  transition: transform 0.4s;
}
.another-item__link:hover {
  color: var(--link);
}
.another-item__link:hover:before {
  transform: rotate(45deg);
}
html.a11y-vision .inner {
  margin-left: auto;
  margin-right: auto;
  width: min(1100px, 100%);
}
html.a11y-vision .wrap-page {
  padding-top: 0 !important;
}
html.a11y-vision .white-block {
  left: 0;
  margin-left: 0;
  transform: none;
  width: 100%;
}
html.a11y-vision .black-block {
  background: none;
  color: var(--av-color-text);
}
html.a11y-vision .inner > .white-block {
  padding-left: 0;
  padding-right: 0;
}
html.a11y-vision .content-inner {
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}
html.a11y-vision .content-inner .text {
  max-width: 100%;
}
html.a11y-vision .content-inner__sidebar {
  flex-wrap: wrap;
  width: 100%;
}
html.a11y-vision .sidebar-card {
  background: none;
  border: 2px solid var(--av-color-text);
  border-radius: 1em !important;
  min-width: 100%;
}
html.a11y-vision .sidebar-card svg {
  display: none;
}
html.a11y-vision .sidebar-card ._old-price {
  color: currentColor;
}
html.a11y-vision .sidebar-card .block_descr {
  white-space: normal !important;
}
html.a11y-vision .sidebar-card .block_descr p a {
  word-wrap: break-word;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}
html.a11y-vision .sidebar-card__sale,
html.a11y-vision .sidebar-cards__pagi {
  display: none;
}
html.a11y-vision .sidebar-card__head + .h3,
html.a11y-vision .sidebar-card__head + h3 {
  font-size: 1em;
  font-weight: 700;
}
html.a11y-vision .paginator {
  align-items: center;
}
html.a11y-vision .paginator__link {
  font-size: var(--av-font-size);
  text-decoration: none;
}
html.a11y-vision .paginator__link._active {
  background: var(--av-color-text);
  color: var(--av-color-bg) !important;
}
html.a11y-vision .paginator__next,
html.a11y-vision .paginator__prev {
  transform: scale(1);
}
html.a11y-vision .h1,
html.a11y-vision h1 {
  word-wrap: break-word;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.1;
  margin: 1em 0;
  overflow-wrap: break-word;
}
@media (max-width: 700px) {
  html.a11y-vision .h1,
  html.a11y-vision h1 {
    font-size: 1.9em;
  }
}
html.a11y-vision .h2,
html.a11y-vision h2 {
  word-wrap: break-word;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
  overflow-wrap: break-word;
}
@media (max-width: 700px) {
  html.a11y-vision .h2,
  html.a11y-vision h2 {
    font-size: 1.5em;
  }
}
html.a11y-vision p {
  font-size: var(--av-font-size);
}
html.a11y-vision .h1.title-link {
  background: none;
}
html.a11y-vision .h1.title-link:after {
  content: none;
}
html.a11y-vision a.h1.title-link:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .text {
  max-width: 100%;
}
html.a11y-vision .text .btn {
  background: none;
  border: 1px solid var(--av-color-text);
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  text-decoration: none;
}
html.a11y-vision .text .btn:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .text .btn:before {
  content: none;
}
html.a11y-vision .text .btn i {
  display: none;
}
html.a11y-vision .text ul li:before {
  background: currentColor;
  top: 0.6em;
}
html.a11y-vision .text p {
  background-color: initial !important;
  margin: 1em 0;
  padding: 0 !important;
  text-align: left !important;
}
html.a11y-vision .text p big {
  background: none;
  color: var(--av-color-text);
  font-family: var(--av-font-family);
  font-size: var(--av-font-size);
  font-weight: 700;
}
html.a11y-vision .text h3 {
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width: 992px) {
  html.a11y-vision .table-resposive {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
html.a11y-vision .blockquote {
  border-left: 2px solid var(--av-color-text);
  font-size: var(--av-font-size);
  margin: 2em 0;
  padding-left: 1em;
}
html.a11y-vision .blockquote__content {
  background: none;
  color: var(--av-color-text);
}
html.a11y-vision small {
  font-size: var(--av-font-size);
}
html.a11y-vision .footer {
  background: var(--av-color-bg);
  border-radius: 0;
  color: var(--av-color-text);
}
html.a11y-vision .footer,
html.a11y-vision .footer * {
  font-size: var(--av-font-size);
  line-height: 1.2;
}
html.a11y-vision .footer a {
  font-weight: 700;
}
html.a11y-vision .footer > .inner {
  border-top: 2px solid var(--av-color-text);
  padding-top: 2em;
}
html.a11y-vision .footer__top {
  display: block;
}
html.a11y-vision .footer__logo {
  display: none;
}
html.a11y-vision .footer__info {
  text-align: left;
  width: 100%;
}
html.a11y-vision .footer__info p {
  font-size: var(--av-font-size);
}
html.a11y-vision .footer__right {
  display: none;
}
html.a11y-vision .footer__menus {
  margin-bottom: 3em;
  margin-top: 1em;
  width: 100%;
}
html.a11y-vision .footer__menu {
  width: 30%;
}
html.a11y-vision .footer__menu ul {
  gap: 0.4em;
}
html.a11y-vision .footer__bottom {
  border: 0;
}
@media (max-width: 999px) {
  html.a11y-vision .footer__bottom {
    margin-top: 1em;
  }
}
html.a11y-vision .footer__bottom-row {
  display: block;
}
html.a11y-vision .footer__copy {
  border-bottom: 0;
  margin-bottom: 0.5em;
  text-align: left;
  width: 100%;
}
html.a11y-vision .footer__copy span {
  color: var(--av-color-text);
}
html.a11y-vision .footer__ctm svg {
  display: none;
}
html.a11y-vision .footer__ctm span {
  display: inline;
}
html.a11y-vision .footer__links {
  left: 0;
  margin-bottom: 0.5em;
  position: relative;
  transform: none;
}
html.a11y-vision .header {
  font-size: var(--av-font-size);
  position: relative;
  top: 0 !important;
}
html.a11y-vision .header .inner {
  background: #fff !important;
}
html.a11y-vision .header a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--av-color-underline);
}
html.a11y-vision .header__burger,
html.a11y-vision .header__overlay,
html.a11y-vision .main-menu {
  display: none;
}
html.a11y-vision .header__top {
  border-bottom: 0;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 700px) {
  html.a11y-vision .header__top {
    flex-wrap: wrap;
  }
}
html.a11y-vision .header__logo {
  display: block;
  left: 0;
  margin: 0;
  opacity: 1 !important;
  padding: 0.5em;
  pointer-events: auto !important;
  position: relative;
  top: 0;
  transform: none;
  width: 12em;
}
html.a11y-vision .header__logo img {
  display: block;
  width: 100%;
}
@media (max-width: 700px) {
  html.a11y-vision .header__logo {
    padding: 0.2em;
    width: 300px;
  }
}
html.a11y-vision .header__left-menu {
  display: none;
}
html.a11y-vision .header__menu {
  gap: 1em;
}
html.a11y-vision .header__menu .d-min-1200.divider,
html.a11y-vision .header__menu .d-min-1200:first-child,
html.a11y-vision .header__menu svg,
html.a11y-vision
  .header__menu
  > :not(.header__social):not(.header__special-version) {
  display: none;
}
html.a11y-vision .header__menu svg + span {
  display: inline;
}
html.a11y-vision .header__menu a {
  padding: 0 0.2em;
}
html.a11y-vision .header__special-version {
  opacity: 1;
  visibility: visible;
}
html.a11y-vision .header__special-version a {
  border: 1px solid;
  border-radius: 2em;
  height: 2em;
  line-height: normal;
  padding: 0 1em;
  position: relative;
  text-decoration: none;
}
html.a11y-vision .header__special-version a:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .header__special-version a span:first-of-type {
  display: inline;
}
html.a11y-vision .header__special-version a span:nth-of-type(2) {
  display: none;
}
@media (max-width: 700px) {
  html.a11y-vision .header__right {
    margin-top: 1.5em;
    width: 100%;
  }
}
html.a11y-vision .header__btns {
  display: none;
}
.a11y-vision-menu {
  display: none;
  margin-bottom: 3em;
  margin-top: 0.5em;
}
html.a11y-vision .a11y-vision-menu {
  display: block;
}
.a11y-vision-menu__inner {
  border-bottom: 2px solid var(--av-color-text);
  margin-top: 1em;
  padding-bottom: 2em;
}
.a11y-vision-menu__main-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.a11y-vision-menu__main-list li._is-active > a {
  background: #000;
  color: #fff !important;
  text-decoration: none;
}
.a11y-vision-menu__main-list li._is-active > a:hover {
  background: #00000012;
  color: var(--av-color-text) !important;
}
.a11y-vision-menu__main-list a {
  display: inline-block;
  font-weight: 700;
  padding: 0 0.2em;
}
.a11y-vision-menu__main-list + .a11y-vision-menu__main-list {
  margin-top: 1.5em;
}
.a11y-vision-menu__full-menu {
  border: 2px solid var(--av-color-text);
  border-radius: 0.5em;
  display: none;
  margin: 1em 0 0;
  padding: 1.5em 1em;
}
@media (max-width: 1024px) {
  .a11y-vision-menu__full-menu {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .a11y-vision-menu__full-menu {
    padding: 1em 0.5em;
  }
}
.a11y-vision-menu__full-menu .a11y-vision-button {
  margin-top: 2em;
}
.a11y-vision-menu__full-menu-list {
  display: grid;
  gap: 2em 3em;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.a11y-vision-menu__full-menu-list > li > a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0.2em;
}
.a11y-vision-menu__full-menu-list > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
@media (max-width: 700px) {
  .a11y-vision-menu__full-menu-list > li ul {
    flex-direction: column;
    gap: 1em;
  }
}
.a11y-vision-menu__full-menu-list > li ul a {
  display: inline-block;
  padding: 0 0.2em;
}
.a11y-vision-menu__full-menu-list > li ul li._is-active > a {
  background: #000;
  color: #fff !important;
}
.a11y-vision-menu__full-menu-list > li ul li._is-active > a:hover {
  background: #00000012;
  color: var(--av-color-text) !important;
}
@media (max-width: 1024px) {
  .a11y-vision-button.a11y-vision-menu-btn-desktop {
    display: none;
  }
}
.a11y-vision-button.a11y-vision-menu-btn-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .a11y-vision-button.a11y-vision-menu-btn-mobile {
    display: inline-flex;
  }
}
.a11y-vision-menu-popup {
  background: var(--body-bg);
  display: none;
  height: 100%;
  left: 0;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
}
.a11y-vision-menu-popup__title {
  margin: 0 !important;
  margin-right: auto;
}
.a11y-vision-menu-popup__head {
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-top: 24px;
}
.a11y-vision-menu-popup__body {
  margin-right: calc(var(--inner-padding) * -2);
  max-height: calc(100svh - 100px) !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: calc(var(--inner-padding) * 2);
}
.a11y-vision-menu-popup__close {
  align-items: center;
  background: none;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 40px;
}
.a11y-vision-menu-popup__close:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
.a11y-vision-menu-popup__close svg {
  height: 140%;
  left: 50%;
  margin: -70% 0 0 -70%;
  position: absolute;
  top: 50%;
  width: 140%;
}
@media (max-width: 1024px) {
  html.a11y-vision .a11y-vision-menu-popup._is-open {
    display: block;
  }
}
.a11y-vision-menu-popup__full-menu-list {
  display: grid;
  gap: 2em 3em;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
.a11y-vision-menu-popup__full-menu-list > li > a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0.2em;
}
.a11y-vision-menu-popup__full-menu-list > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
@media (max-width: 700px) {
  .a11y-vision-menu-popup__full-menu-list > li ul {
    flex-direction: column;
    gap: 1em;
  }
}
.a11y-vision-menu-popup__full-menu-list > li ul a {
  display: inline-block;
  padding: 0 0.2em;
}
.a11y-vision-menu-popup__full-menu-list > li ul li._is-active > a {
  background: #000;
  color: #fff !important;
}
.a11y-vision-menu-popup__full-menu-list > li ul li._is-active > a:hover {
  background: #00000012;
  color: var(--av-color-text) !important;
}
html.a11y-vision .breadcrumbs {
  flex-wrap: wrap;
  margin-bottom: 2em;
  overflow: visible;
  padding: 0 var(--inner-padding);
  -webkit-user-select: auto;
  user-select: auto;
}
html.a11y-vision .breadcrumbs:after,
html.a11y-vision .breadcrumbs:before {
  content: none;
}
html.a11y-vision .breadcrumbs li {
  color: currentColor;
  font-size: var(--av-font-size);
  white-space: normal;
}
html.a11y-vision .breadcrumbs li:after {
  color: currentColor;
}
html.a11y-vision .breadcrumbs a {
  font-weight: 700;
}
html.a11y-vision .shedule-item {
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  display: block;
  margin-bottom: 2em;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .shedule-item {
    padding: 0.8em;
  }
}
html.a11y-vision .shedule-item > div:first-child {
  display: none;
}
html.a11y-vision .shedule-item__content {
  padding-top: 0;
}
html.a11y-vision .shedule-item__content > p {
  max-width: 32em;
}
html.a11y-vision .shedule-item__title {
  background: none;
  margin-top: 0;
}
@media (max-width: 700px) {
  html.a11y-vision .shedule-item__title {
    font-size: 1.3em;
  }
}
html.a11y-vision .shedule-item__shedule {
  border-top: 1px solid var(--av-color-border);
}
html.a11y-vision .shedule-item__info {
  gap: 0.5em 2em;
}
html.a11y-vision .shedule-item__info li {
  font-size: var(--av-font-size);
}
html.a11y-vision .shedule-item__info li > span[class^="icon-"] {
  height: 1.5em;
}
html.a11y-vision .shedule-item__info li > span[class^="icon-"] svg {
  height: 1.5em;
  width: auto;
}
html.a11y-vision .shedule-item__slots {
  font-size: var(--av-font-size);
  gap: 2em 2em;
}
@media (max-width: 992px) {
  html.a11y-vision .shedule-item__slots {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  html.a11y-vision .shedule-item__slots {
    gap: 2em 1.4em;
  }
}
html.a11y-vision .shedule-item__slots p {
  text-align: center;
}
html.a11y-vision .shedule-item__slot-buy {
  border: 1px solid var(--av-color-border-button);
  box-sizing: border-box;
  font-size: 1em;
}
html.a11y-vision .shedule-item__slot-buy:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .ss-main {
  border-color: var(--av-color-border-button);
  border-width: 1px;
}
html.a11y-vision .ss-main:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  color: green;
  text-decoration: none !important;
}
html.a11y-vision .ss-main:hover .ss-arrow path {
  stroke: var(--av-color-text) !important;
}
html.a11y-vision .ss-main .ss-single {
  color: var(--av-color-text) !important;
  font-size: var(--av-font-size) !important;
}
html.a11y-vision .ss-main .ss-values .ss-single {
  color: var(--av-color-text) !important;
}
html.a11y-vision .ss-content {
  border: 1px solid var(--av-color-text);
  border-radius: 0;
}
html.a11y-vision .ss-content .ss-list .ss-option {
  border: 1px solid #0000;
  color: var(--av-color-text);
  font-size: var(--av-font-size);
}
html.a11y-vision .ss-content .ss-list .ss-option:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .ss-content .ss-list .ss-option.ss-selected {
  background: var(--av-color-text) !important;
  color: var(--av-color-bg) !important;
}
html.a11y-vision .ss-content .ss-list .ss-option.ss-highlighted {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .cards-preview-grid {
  grid-template-columns: 1fr;
}
html.a11y-vision .card-preiview {
  aspect-ratio: unset;
  border-radius: 0 !important;
  display: block;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .card-preiview__img-wrap {
  display: none;
}
html.a11y-vision .card-preiview__link {
  display: inline-block;
  font-size: var(--av-font-size);
}
html.a11y-vision .card-preiview__link:after,
html.a11y-vision .card-preiview__link:before {
  content: none;
}
html.a11y-vision .news-card__link {
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  padding: 1em;
  text-decoration: none;
}
html.a11y-vision .news-card__link:hover {
  background: #00000012 !important;
  border: 1px dashed;
  border-width: 2px !important;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
@media (max-width: 700px) {
  html.a11y-vision .news-card__link {
    padding: 0.8em;
  }
}
html.a11y-vision .news-card__img-wrap {
  display: none;
}
html.a11y-vision .news-card__title {
  background: none;
  color: currentColor !important;
  margin: 0.5em 0;
  text-decoration: underline;
  text-decoration-color: var(--av-color-underline);
}
@media (max-width: 700px) {
  html.a11y-vision .news-card__title {
    font-size: 1.3em;
  }
}
html.a11y-vision .news-card__date {
  font-size: var(--av-font-size);
}
html.a11y-vision .slider-3._style-2 {
  display: block;
  max-width: 100%;
  overflow: visible;
  width: 100%;
}
html.a11y-vision .slider-3 .swiper-wrapper {
  display: block;
  width: 100% !important;
}
html.a11y-vision .slider-3 .swiper-slide {
  margin-right: 0 !important;
  width: 100% !important;
}
html.a11y-vision .slider-3 .swiper-slide ~ .swiper-slide {
  margin-top: 1em;
}
html.a11y-vision .awards-slider,
html.a11y-vision .event-cards,
html.a11y-vision .event-programs,
html.a11y-vision .guides-swiper,
html.a11y-vision .hp-blog .swiper,
html.a11y-vision .podcasts-recent .swiper,
html.a11y-vision .sidebar-cards,
html.a11y-vision .slider-3 {
  max-width: 100%;
}
html.a11y-vision .awards-slider .swiper-wrapper,
html.a11y-vision .event-cards .swiper-wrapper,
html.a11y-vision .event-programs .swiper-wrapper,
html.a11y-vision .guides-swiper .swiper-wrapper,
html.a11y-vision .hp-blog .swiper .swiper-wrapper,
html.a11y-vision .podcasts-recent .swiper .swiper-wrapper,
html.a11y-vision .sidebar-cards .swiper-wrapper,
html.a11y-vision .slider-3 .swiper-wrapper {
  flex-wrap: wrap;
  gap: 2em;
  max-width: 100%;
  transform: none !important;
  width: 100% !important;
}
html.a11y-vision .awards-slider .swiper-slide,
html.a11y-vision .event-cards .swiper-slide,
html.a11y-vision .event-programs .swiper-slide,
html.a11y-vision .guides-swiper .swiper-slide,
html.a11y-vision .hp-blog .swiper .swiper-slide,
html.a11y-vision .podcasts-recent .swiper .swiper-slide,
html.a11y-vision .sidebar-cards .swiper-slide,
html.a11y-vision .slider-3 .swiper-slide {
  max-width: 100%;
  width: 100% !important;
}
html.a11y-vision .awards-slider .swiper-pagination-horizontal,
html.a11y-vision .event-cards .swiper-pagination-horizontal,
html.a11y-vision .event-programs .swiper-pagination-horizontal,
html.a11y-vision .guides-swiper .swiper-pagination-horizontal,
html.a11y-vision .hp-blog .swiper .swiper-pagination-horizontal,
html.a11y-vision .podcasts-recent .swiper .swiper-pagination-horizontal,
html.a11y-vision .sidebar-cards .swiper-pagination-horizontal,
html.a11y-vision .slider-3 .swiper-pagination-horizontal {
  display: none;
}
html.a11y-vision .personal-grid {
  gap: 3em;
  grid-template-columns: 1fr;
}
html.a11y-vision .persona {
  overflow: visible;
}
html.a11y-vision .persona__img-wrap {
  display: none;
}
html.a11y-vision .persona__name {
  font-size: 1.3em;
  font-weight: 700;
}
html.a11y-vision .persona__date {
  background: none;
  padding-left: 0;
}
html.a11y-vision .swiper-slide .persona {
  margin-bottom: 3em;
}
html.a11y-vision .droplist__list {
  border: 1px solid var(--av-color-text);
}
html.a11y-vision .droplist__list li {
  font-size: var(--av-font-size);
}
html.a11y-vision .notification,
html.a11y-vision .notification-cookie {
  background: var(--av-color-text);
  border-bottom-color: #fff;
  color: var(--av-color-bg);
  padding: 1em 0;
}
html.a11y-vision .notification-cookie__text,
html.a11y-vision .notification__text {
  color: var(--av-color-bg);
  font-size: var(--av-font-size);
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
html.a11y-vision .notification-cookie__text a,
html.a11y-vision .notification__text a {
  border: 1px solid #0000;
  color: currentColor !important;
  text-decoration: underline;
}
html.a11y-vision .notification-cookie__text a:hover,
html.a11y-vision .notification__text a:hover {
  border: 1px dashed !important;
  color: var(--av-color-bg) !important;
}
html.a11y-vision .notification-cookie__text b,
html.a11y-vision .notification__text b {
  color: currentColor;
}
html.a11y-vision .notification-cookie {
  background: var(--av-color-text);
  box-shadow: none;
}
html.a11y-vision .notification-cookie__btn-close,
html.a11y-vision .notification__btn-close {
  border: 1px solid;
  text-decoration: none;
}
html.a11y-vision .notification-cookie__btn-close:hover,
html.a11y-vision .notification__btn-close:hover {
  border: 1px dashed;
  color: var(--av-color-bg);
}
html.a11y-vision .price-table,
html.a11y-vision .table-resposive {
  font-size: var(--av-font-size);
}
html.a11y-vision .price-table table td,
html.a11y-vision .price-table table th,
html.a11y-vision .table-resposive table td,
html.a11y-vision .table-resposive table th {
  border: 1px solid var(--av-color-border);
  font-size: var(--av-font-size);
  padding: 1em 0.5em !important;
}
@media (max-width: 700px) {
  html.a11y-vision .price-table table,
  html.a11y-vision .table-resposive table {
    min-width: 600px;
  }
}
html.a11y-vision .price-table h2,
html.a11y-vision .table-resposive h2 {
  font-size: 1.7em;
  margin-top: 1em;
}
@media (max-width: 700px) {
  html.a11y-vision .price-table h2,
  html.a11y-vision .table-resposive h2 {
    font-size: 1.5em;
  }
}
html.a11y-vision .price-table p,
html.a11y-vision .table-resposive p {
  font-size: inherit;
  max-width: 100%;
}
html.a11y-vision .attention {
  border: 2px solid;
}
html.a11y-vision .attention .h2,
html.a11y-vision .attention h2 {
  margin-bottom: 1em;
}
html.a11y-vision .shedule-top {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  html.a11y-vision .shedule-top {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
html.a11y-vision .shedule-top__body {
  border-top: 1px solid var(--av-color-border);
}
html.a11y-vision .shedule-top__day-load,
html.a11y-vision .shedule-top__legend {
  display: none;
}
html.a11y-vision .shedule-top__month {
  display: none;
  margin-top: 2em;
}
html.a11y-vision .shedule-top__today {
  display: block !important;
  text-align: left;
}
html.a11y-vision .shedule-top__days {
  flex-wrap: wrap;
  gap: 1em 3em;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.7em;
}
html.a11y-vision .shedule-top__date {
  font-size: 1.5em;
}
@media (max-width: 700px) {
  html.a11y-vision .shedule-top__date {
    font-size: 1.5em;
  }
}
html.a11y-vision .shedule-top__now-day {
  font-size: var(--av-font-size);
}
html.a11y-vision .shedule-top__day {
  padding-bottom: 1em;
}
html.a11y-vision .shedule-top__day._active .shedule-top__day-number {
  background: var(--av-color-text);
  color: var(--av-color-bg) !important;
}
html.a11y-vision .shedule-top__weekend {
  color: var(--av-color-text);
  font-size: 0.8em;
  margin-top: 1em;
}
html.a11y-vision .shedule-top__day-name {
  font-size: var(--av-font-size);
}
html.a11y-vision .shedule-top__day-number {
  border: 1px solid var(--av-color-border-button);
  box-sizing: border-box;
  font-size: var(--av-font-size);
  height: 2.5em;
  text-decoration: none;
  width: 2.5em;
}
html.a11y-vision .shedule-top__day-number:hover {
  background: #00000012;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision ._day-off .shedule-top__day-number {
  border-color: var(--av-color-border);
}
html.a11y-vision .shedule-head {
  flex-direction: column-reverse;
  flex-wrap: wrap;
  font-size: var(--av-font-size);
  gap: 4em;
}
html.a11y-vision .shedule-head .filter-popup__block {
  width: auto;
}
@media (max-width: 1024px) {
  html.a11y-vision .shedule-head .filter-popup__block {
    width: 100%;
  }
}
html.a11y-vision .shedule-head .filter-popup__columns {
  gap: 0.5em 1em;
}
html.a11y-vision .shedule-head .ss-main {
  border-radius: var(--ss-border-radius);
  padding: var(--ss-spacing-s);
}
html.a11y-vision .shedule-files {
  flex-direction: column;
  gap: 0.5em;
}
html.a11y-vision .shedule-files a {
  display: inline-flex;
  font-size: var(--av-font-size);
}
html.a11y-vision .shedule-files a svg {
  display: none;
}
html.a11y-vision .shedule-files a span:before {
  content: "Скачать ";
}
html.a11y-vision .filter-menu-open svg {
  display: none;
}
html.a11y-vision .filter-popup__sbmt {
  background: var(--av-color-bg);
  border: 1px solid var(--av-color-border-button);
  color: var(--av-color-text);
  font-size: var(--av-font-size);
}
html.a11y-vision .filter-popup__sbmt:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .filter-popup__head {
  gap: 10px;
}
html.a11y-vision .filter-popup__title {
  margin: 0 !important;
}
html.a11y-vision .filter-popup__close {
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
html.a11y-vision .filter-popup__close:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .filter-popup__close svg {
  height: 140%;
  left: 50%;
  margin: -70% 0 0 -70%;
  position: absolute;
  top: 50%;
  width: 140%;
}
html.a11y-vision .shema-page .top-row {
  margin-bottom: 2em;
}
html.a11y-vision .shema-page .overfolow-x__size {
  gap: 0.5em;
}
@media (max-width: 700px) {
  html.a11y-vision .shema-page .overfolow-x__size {
    flex-wrap: wrap;
  }
}
html.a11y-vision .top-row__filters a,
html.a11y-vision .top-row__filters button {
  background: var(--av-color-bg);
  border: 1px solid var(--av-color-border-button);
  color: var(--av-color-text) !important;
  font-size: var(--av-font-size);
}
html.a11y-vision .top-row__filters a:hover,
html.a11y-vision .top-row__filters button:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .top-row__filters a._active,
html.a11y-vision .top-row__filters button._active {
  background: var(--av-color-text);
  color: var(--av-color-bg) !important;
}
html.a11y-vision .shema .swiper-slide {
  display: block;
}
html.a11y-vision .shema__svg-wrap {
  align-items: flex-start;
  margin-bottom: 2em;
}
html.a11y-vision .shema__svg-wrap svg {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 880px) {
  html.a11y-vision .shema__svg-wrap svg {
    height: 14em;
  }
}
html.a11y-vision .shema__svg-legends {
  background: none;
  border: 1px solid var(--av-color-border);
}
html.a11y-vision .shema__svg-legend {
  font-size: var(--av-font-size);
}
html.a11y-vision .shema-page__legends {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  html.a11y-vision .shema-page__legends {
    grid-template-columns: 1fr;
  }
}
html.a11y-vision .shema-page__legends li svg {
  height: 1.5em;
  width: 1.5em;
}
html.a11y-vision .glosarii .overfolow-x,
html.a11y-vision .glosarii .overfolow-x__scroll {
  overflow: visible;
}
html.a11y-vision .glosarii .overfolow-x__size {
  flex-wrap: wrap;
  gap: 0.5em;
}
html.a11y-vision .glosarii .overfolow-x__size a {
  border: 1px solid var(--av-color-border-button);
  text-decoration: none;
}
html.a11y-vision .glosarii .overfolow-x__size a:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .glosarii .overfolow-x__size a._active {
  background: var(--av-color-text);
  color: var(--av-color-bg) !important;
}
html.a11y-vision .glosarii .glosarii-item {
  border-bottom-color: var(--av-color-border);
}
html.a11y-vision .glosarii .glosarii-item__row {
  grid-template-columns: 1fr;
}
html.a11y-vision .glosarii .glosarii-item__word {
  font-size: 1.2em;
  font-weight: 700;
}
html.a11y-vision .contact-block-1 {
  border-radius: 0 !important;
  display: block;
  left: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
}
html.a11y-vision .contact-block-1__item-title {
  color: currentColor;
  font-size: var(--av-font-size);
}
html.a11y-vision .contact-block-1__item p a {
  text-decoration-color: var(--av-color-underline);
}
html.a11y-vision .contact-block-1__content {
  max-width: 100%;
}
html.a11y-vision .contact-block-1__map-wrap {
  aspect-ratio: 2;
  border: 2px solid;
  margin-top: 3em;
}
@media (max-width: 700px) {
  html.a11y-vision .contact-block-1__map-wrap {
    aspect-ratio: 1.5;
  }
}
html.a11y-vision .contact-block-2 {
  display: grid !important;
  gap: 3em;
  grid-template-columns: 1fr;
  margin-top: 4em;
}
html.a11y-vision .contact-block-2__item-img-wrap {
  display: none;
}
html.a11y-vision .contact-block-2__item {
  border-radius: 0 !important;
  padding: 0;
}
html.a11y-vision .contact-block-2__item-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
}
html.a11y-vision .contact-block-2__item-desc {
  color: var(--av-color-text);
}
html.a11y-vision .contact-block-3 {
  border-radius: 0 !important;
  grid-template-columns: 1fr;
  padding: 0;
}
@media (max-width: 700px) {
  html.a11y-vision .contact-block-3 {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
html.a11y-vision .contact-block-3__grid {
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}
@media (max-width: 999px) {
  html.a11y-vision .contact-block-3__grid {
    grid-template-columns: 1fr;
  }
}
html.a11y-vision .contact-block-3__item p {
  color: currentColor;
}
html.a11y-vision .contact-block-3__right {
  background: none;
  border: 2px solid;
  border-radius: 1em !important;
  color: var(--av-color-text);
}
html.a11y-vision .contact-block-3__right svg {
  display: none;
}
html.a11y-vision .contact-block-4 {
  border-radius: 0 !important;
  grid-template-columns: 1fr;
  padding: 0;
}
@media (max-width: 700px) {
  html.a11y-vision .contact-block-4 {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
html.a11y-vision .contact-block-4__left {
  margin-top: 2em;
  max-width: 100%;
}
html.a11y-vision .contact-block-4__left p {
  color: currentColor;
}
html.a11y-vision .contact-block-4__map-wrap {
  aspect-ratio: 2;
  border: 2px solid;
}
@media (max-width: 700px) {
  html.a11y-vision .contact-block-4__map-wrap {
    aspect-ratio: 1.5;
  }
}
html.a11y-vision .top-block[\:has\(\.top-block__img\)] {
  display: none;
}
html.a11y-vision .top-block:has(.top-block__img) {
  display: none;
}
html.a11y-vision .gallery-slider {
  display: none;
}
html.a11y-vision .page-history {
  background: var(--av-color-bg);
  color: var(--av-color-text);
}
html.a11y-vision .page-history .white-block {
  padding: 0 !important;
}
html.a11y-vision .page-history .white-block p {
  color: currentColor !important;
}
html.a11y-vision .page-history .text-center {
  text-align: left;
}
html.a11y-vision .page-history p {
  color: currentColor;
  max-width: 100%;
}
html.a11y-vision .page-history img {
  display: block;
  max-width: 100%;
  width: 100%;
}
html.a11y-vision .page-history img._br {
  border-radius: 1em !important;
}
html.a11y-vision .page-history img + .sup-line {
  margin-top: 4em;
}
html.a11y-vision .page-history .h1,
html.a11y-vision .page-history h1 {
  color: currentColor !important;
  margin: 0.5em 0;
  max-width: 100%;
}
html.a11y-vision .page-history .h1 color,
html.a11y-vision .page-history .h1 span,
html.a11y-vision .page-history h1 color,
html.a11y-vision .page-history h1 span {
  color: currentColor;
}
html.a11y-vision .page-history .black-block .history-bg-block__content {
  padding-left: 0;
  padding-right: 0;
}
html.a11y-vision .page-history .black-block,
html.a11y-vision .page-history .white-block {
  left: 0;
  margin: 0;
  padding: 0;
  transform: none;
  width: 100%;
}
html.a11y-vision .page-history .black-block > div,
html.a11y-vision .page-history .white-block > div {
  margin-left: auto;
  margin-right: auto;
  width: min(1100px, 100%);
}
html.a11y-vision .page-history .svg-light {
  display: none;
}
html.a11y-vision
  .page-history
  div[\:has\(\.black-block\)]
  + div[\:has\(\.white-block\)],
html.a11y-vision
  .page-history
  div[\:has\(\.white-block\)]
  + div[\:has\(\.black-block\)] {
  margin-top: 0;
}
html.a11y-vision .page-history div:has(.black-block) + div:has(.white-block),
html.a11y-vision .page-history div:has(.white-block) + div:has(.black-block) {
  margin-top: 0;
}
html.a11y-vision
  .page-history
  div[\:has\(\.black-block\)]
  + div[\:has\(\.white-block\)]
  .black-block,
html.a11y-vision
  .page-history
  div[\:has\(\.black-block\)]
  + div[\:has\(\.white-block\)]
  .white-block,
html.a11y-vision
  .page-history
  div[\:has\(\.white-block\)]
  + div[\:has\(\.black-block\)]
  .black-block,
html.a11y-vision
  .page-history
  div[\:has\(\.white-block\)]
  + div[\:has\(\.black-block\)]
  .white-block {
  padding-top: 0;
}
html.a11y-vision
  .page-history
  div:has(.black-block)
  + div:has(.white-block)
  .black-block,
html.a11y-vision
  .page-history
  div:has(.black-block)
  + div:has(.white-block)
  .white-block,
html.a11y-vision
  .page-history
  div:has(.white-block)
  + div:has(.black-block)
  .black-block,
html.a11y-vision
  .page-history
  div:has(.white-block)
  + div:has(.black-block)
  .white-block {
  padding-top: 0;
}
@media (max-width: 1300px) {
  html.a11y-vision
    .page-history
    div[\:has\(\.black-block\)]
    + div[\:has\(\.white-block\)],
  html.a11y-vision
    .page-history
    div[\:has\(\.white-block\)]
    + div[\:has\(\.black-block\)] {
    margin-top: 0;
  }
  html.a11y-vision .page-history div:has(.black-block) + div:has(.white-block),
  html.a11y-vision .page-history div:has(.white-block) + div:has(.black-block) {
    margin-top: 0;
  }
  html.a11y-vision
    .page-history
    div[\:has\(\.black-block\)]
    + div[\:has\(\.white-block\)]
    .black-block,
  html.a11y-vision
    .page-history
    div[\:has\(\.black-block\)]
    + div[\:has\(\.white-block\)]
    .white-block,
  html.a11y-vision
    .page-history
    div[\:has\(\.white-block\)]
    + div[\:has\(\.black-block\)]
    .black-block,
  html.a11y-vision
    .page-history
    div[\:has\(\.white-block\)]
    + div[\:has\(\.black-block\)]
    .white-block {
    padding-top: 0;
  }
  html.a11y-vision
    .page-history
    div:has(.black-block)
    + div:has(.white-block)
    .black-block,
  html.a11y-vision
    .page-history
    div:has(.black-block)
    + div:has(.white-block)
    .white-block,
  html.a11y-vision
    .page-history
    div:has(.white-block)
    + div:has(.black-block)
    .black-block,
  html.a11y-vision
    .page-history
    div:has(.white-block)
    + div:has(.black-block)
    .white-block {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  html.a11y-vision .page-history .h1:not(.history-5__year):not(.h1-big) {
    font-size: 1em !important;
    line-height: 1.3 !important;
  }
}
html.a11y-vision .history-1__right,
html.a11y-vision .history-bg-block__bg,
html.a11y-vision .quote-person__img {
  display: none !important;
}
html.a11y-vision .h1-big {
  color: currentColor;
  text-align: left;
}
html.a11y-vision .h1-big span {
  color: currentColor;
}
html.a11y-vision .history-img-row {
  grid-template-columns: 1fr;
}
html.a11y-vision .sup-line {
  -webkit-text-fill-color: currentColor;
  background: none;
  color: currentColor;
  font-size: var(--av-font-size);
  line-height: normal !important;
}
html.a11y-vision .sup-line + .h1,
html.a11y-vision .sup-line + .h1-big,
html.a11y-vision .sup-line + .h2,
html.a11y-vision .sup-line + h1,
html.a11y-vision .sup-line + h2 {
  margin-top: 0;
}
html.a11y-vision .history-1 {
  margin-top: 3em;
}
html.a11y-vision .history-1__row {
  grid-template-columns: 1fr;
}
html.a11y-vision .history-1__row2 > div,
html.a11y-vision .history-img-row__item > * {
  max-width: 100%;
}
html.a11y-vision .history-img-row__item p {
  color: currentColor;
}
html.a11y-vision .history-img-row__img {
  border-radius: 1em !important;
  margin-bottom: 1em;
}
html.a11y-vision .history-img-row__right {
  max-width: 100%;
}
html.a11y-vision .history-bg-block {
  border-radius: 0 !important;
}
html.a11y-vision .history-bg-block p {
  color: var(--av-color-text);
}
html.a11y-vision .history-bg-block__content {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1400px) {
  html.a11y-vision .history-bg-block__content {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
html.a11y-vision .history-bg-block__content .h1 {
  margin-top: 0;
}
html.a11y-vision .history-bg-block__bottom {
  grid-template-columns: 1fr;
  margin-top: 0;
}
html.a11y-vision .history-bg-block__row {
  grid-template-columns: 1fr;
  max-width: 100%;
}
html.a11y-vision .history-3__grid {
  grid-template-columns: 1fr;
}
html.a11y-vision .history-3__grid .history-3__column {
  grid-column: unset;
}
html.a11y-vision .history-3__grid .history-3__column > :first-child {
  margin-top: 0;
}
html.a11y-vision .quote-person {
  color: currentColor;
  padding-left: 0;
}
html.a11y-vision .quote-person color,
html.a11y-vision .quote-person p {
  -webkit-text-fill-color: var(--av-color-text) !important;
  color: var(--av-color-text) !important;
}
html.a11y-vision .quote-person color {
  font-weight: 700;
}
html.a11y-vision .history-4 p {
  color: var(--av-color-text);
}
html.a11y-vision .history-4__content > div > * {
  max-width: 100%;
}
html.a11y-vision .history-4__row {
  grid-template-columns: 1fr;
}
html.a11y-vision .history-5__content {
  min-height: 0;
  padding-top: 0;
}
html.a11y-vision .history-5__content p {
  max-width: 100%;
}
html.a11y-vision .history-5__years {
  gap: 1.5em;
  grid-template-columns: 1fr;
  list-style: none;
  margin-top: 2em;
  max-width: 100%;
}
html.a11y-vision .history-5__years li {
  aspect-ratio: unset;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
  border-radius: 0 !important;
  margin: 0;
  overflow: visible !important;
  padding: 0;
}
@media (max-width: 700px) {
  html.a11y-vision .history-5__years {
    display: grid !important;
  }
}
html.a11y-vision .history-5__img {
  height: auto;
  position: relative;
}
@media (max-width: 700px) {
  html.a11y-vision .history-5__img {
    left: 0;
    margin-left: 0;
    width: 100% !important;
  }
}
html.a11y-vision .history-5__img img {
  height: auto;
  left: 0;
  position: relative;
  transform: none;
  width: 100%;
}
html.a11y-vision .history-6 p {
  color: var(--av-color-text) !important;
}
html.a11y-vision .history-6__row {
  grid-template-columns: 1fr;
}
html.a11y-vision .anchor-block {
  margin-bottom: 3em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.a11y-vision .anchor-block__list {
  background: none !important;
  border-radius: 0;
  flex-wrap: wrap;
  gap: 0.5em;
  inset: unset !important;
  padding: 0;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  width: 100% !important;
}
html.a11y-vision .anchor-block__list a {
  border: 1px solid var(--av-color-border-button);
  text-decoration: none;
}
html.a11y-vision .anchor-block__list a:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .anchor-block__list a._active {
  background: var(--av-color-text) !important;
  color: var(--av-color-bg) !important;
}
html.a11y-vision .anchor-block__img,
html.a11y-vision .anchor-block__tags {
  display: none;
}
html.a11y-vision .scrollmagic-pin-spacer {
  height: auto !important;
  inset: unset !important;
  position: relative !important;
  width: 100% !important;
}
html.a11y-vision .top-row {
  display: block;
}
html.a11y-vision .top-row__filters {
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 3em;
  margin-top: 1em;
}
html.a11y-vision .top-row__filters a {
  text-decoration: none;
}
html.a11y-vision .top-row__filters .overfolow-x__size {
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 700px) {
  html.a11y-vision .top-row__filters .overfolow-x__size a {
    white-space: normal;
  }
}
html.a11y-vision .events-grid {
  gap: 2em;
  grid-template-columns: 1fr;
}
html.a11y-vision .event-preview {
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .event-preview {
    padding: 0.8em;
  }
}
html.a11y-vision .event-preview .btn-link {
  background: none;
  font-size: var(--av-font-size);
}
html.a11y-vision .event-preview .btn-link:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .event-preview__top {
  display: none;
}
html.a11y-vision .event-preview__info li {
  font-size: var(--av-font-size);
}
html.a11y-vision .event-preview__info [class^="icon-"] {
  height: 1.5em;
}
html.a11y-vision .event-preview__info [class^="icon-"] svg {
  height: 100%;
  width: auto;
}
html.a11y-vision .event-preview__hover-link {
  display: none;
}
html.a11y-vision .event-preview__title {
  -webkit-text-fill-color: var(--av-color-text) !important;
  background: none;
  color: currentColor;
  margin-top: 0;
}
@media (max-width: 700px) {
  html.a11y-vision .event-preview__title {
    font-size: 1.3em;
  }
}
html.a11y-vision .afisha,
html.a11y-vision .afisha__grid {
  grid-template-columns: 1fr;
}
html.a11y-vision .filter-popup__categories {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 4em;
}
html.a11y-vision .filter-popup__categories a {
  border: 1px solid;
  font-size: var(--av-font-size);
  text-decoration: none;
}
html.a11y-vision .filter-popup__categories a:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .filter-popup__categories a._active {
  background: var(--av-color-text);
}
html.a11y-vision .overfolow-x__next,
html.a11y-vision .overfolow-x__prev {
  display: none;
}
html.a11y-vision .filter-popup__block {
  width: 100%;
}
html.a11y-vision .filter-popup__block-title {
  display: inline-flex;
  pointer-events: none;
}
html.a11y-vision .filter-popup__block-title:after {
  content: none;
}
html.a11y-vision .filter-popup__block-body {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
@media (max-width: 1024px) {
  html.a11y-vision .filter-popup__block-body {
    flex-direction: column;
  }
}
html.a11y-vision .filter-popup__clear {
  font-size: var(--av-font-size);
}
html.a11y-vision .filter-popup__columns {
  columns: unset;
  display: flex;
  flex-wrap: wrap;
}
html.a11y-vision .filter-popup__block-tags {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}
html.a11y-vision .tags-checkbox {
  border: 1px solid;
  box-shadow: none;
  font-size: var(--av-font-size);
  padding: 0.5em 1em;
}
html.a11y-vision .tags-checkbox:hover {
  background: #00000012 !important;
  border: 1px dashed;
  box-shadow: none;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .tags-checkbox[\:has\(input\:checked\)] {
  background: var(--av-color-text) !important;
  color: var(--av-color-bg) !important;
}
html.a11y-vision .tags-checkbox:has(input:checked) {
  background: var(--av-color-text) !important;
  color: var(--av-color-bg) !important;
}
html.a11y-vision .event-top {
  border-radius: 0 !important;
  flex-wrap: wrap;
  height: auto;
  max-height: unset;
  min-height: 0;
  padding: 0;
}
@media (max-width: 999px) {
  html.a11y-vision .event-top {
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }
}
html.a11y-vision .event-top__img {
  display: none;
}
html.a11y-vision .event-top__left {
  width: 100%;
}
@media (max-width: 700px) {
  html.a11y-vision .event-top__left {
    display: flex !important;
    margin-top: 0.5em;
  }
}
html.a11y-vision .event-top__right {
  align-items: flex-start;
  gap: 1em;
  margin-top: 1em;
  width: 100%;
}
html.a11y-vision .event-top__tags {
  color: var(--av-color-text);
  width: 100%;
}
html.a11y-vision .event-top__tags li {
  background: none;
  box-shadow: inset 0 0 0 2px var(--av-color-border);
  color: currentColor;
  font-weight: 400;
}
html.a11y-vision .event-top__tags li span {
  font-size: var(--av-font-size);
}
html.a11y-vision .event-top__tags li svg path {
  stroke: currentColor;
}
html.a11y-vision .top-row__btns {
  margin-top: 1em;
}
html.a11y-vision .event-top__awards {
  color: var(--av-color-text);
  display: none;
}
html.a11y-vision .event-top__award:after,
html.a11y-vision .event-top__award:before {
  content: none;
}
html.a11y-vision .buy-bilet {
  background: none;
  border: 2px solid var(--av-color-border-button);
  margin-top: 2em;
  max-width: 100%;
  min-height: 0;
  padding: 1em 0;
  text-decoration: none;
}
html.a11y-vision .buy-bilet:hover {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .buy-bilet div[data-src],
html.a11y-vision .buy-bilet svg {
  display: none;
}
html.a11y-vision .buy-bilet span {
  font-size: var(--av-font-size);
  font-weight: 700;
  margin: 0;
}
html.a11y-vision .event-cards {
  margin-bottom: 4em;
  margin-top: 4em;
}
html.a11y-vision .event-card {
  border-radius: 0 !important;
  padding: 0;
}
html.a11y-vision .event-card__title {
  margin-bottom: 0.5em;
  margin-top: 0;
}
html.a11y-vision .event-card__img {
  display: none;
}
html.a11y-vision .award__content {
  align-items: flex-start;
  height: auto;
  padding: 0;
  text-align: left;
  width: 100%;
}
html.a11y-vision .award__content:after,
html.a11y-vision .award__content:before {
  content: none;
}
html.a11y-vision .award__desc {
  align-items: flex-start;
  text-align: left;
}
html.a11y-vision .award__desc p {
  margin: 0;
  max-width: 100%;
}
html.a11y-vision .award__name,
html.a11y-vision .award__top,
html.a11y-vision .award__year {
  font-size: var(--av-font-size);
}
html.a11y-vision .event-program__img {
  display: none;
}
html.a11y-vision .event-program__link {
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  padding: 1.2em;
  text-decoration: none;
}
@media (max-width: 700px) {
  html.a11y-vision .event-program__link {
    padding: 0.8em;
  }
}
html.a11y-vision .event-program__link:hover {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .event-program__link .event-program__name {
  text-decoration: underline;
  text-decoration-color: var(--av-color-underline);
}
html.a11y-vision .event-program__name {
  background: none;
  color: var(--av-color-text) !important;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
}
html.a11y-vision .event-program__desc {
  text-decoration: none;
}
html.a11y-vision .expert {
  background: none;
  border: 2px solid var(--av-color-border);
  border-radius: 1em !important;
  box-sizing: border-box;
  color: var(--av-color-text);
  overflow: visible;
  padding: 1.2em;
  text-decoration: none;
}
@media (max-width: 700px) {
  html.a11y-vision .expert {
    padding: 0.8em;
  }
}
html.a11y-vision .expert h2 {
  margin-top: 0;
}
html.a11y-vision .expert p {
  max-width: 100%;
}
html.a11y-vision .expert__row {
  display: block;
}
html.a11y-vision .expert__left {
  color: currentColor;
  padding: 0;
}
html.a11y-vision .expert__icon {
  display: none;
}
html.a11y-vision .expert__expert {
  background: none;
  border-radius: 0 !important;
  margin-top: 2em;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .expert__expert img {
  display: none;
}
html.a11y-vision .expert__expert h2 {
  font-size: 1.2em;
  margin: 0;
}
html.a11y-vision .white-block[\:has\(\.expert\)] {
  padding-top: 0;
}
html.a11y-vision .white-block:has(.expert) {
  padding-top: 0;
}
html.a11y-vision .guide-preview__img {
  display: none;
}
html.a11y-vision .guide-preview__name {
  font-size: 1.2em;
  font-weight: 700;
  line-height: normal;
}
html.a11y-vision .excursion-prices {
  padding-top: 0;
}
html.a11y-vision .excursion-prices__form {
  margin-top: 2em;
}
html.a11y-vision .excursion-prices__form-title {
  font-size: var(--av-font-size);
}
html.a11y-vision .excursion-prices,
html.a11y-vision .excursion-prices__form-row,
html.a11y-vision .excursion-prices__info {
  border-color: var(--av-color-border);
}
html.a11y-vision .guide-preview {
  max-width: 100%;
}
html.a11y-vision .white-block[\:has\(\.excursion-prices\)] {
  padding-top: 0;
}
html.a11y-vision .white-block:has(.excursion-prices) {
  padding-top: 0;
}
html.a11y-vision .excursion-prices__form-selects {
  flex-wrap: wrap;
}
html.a11y-vision body[\:has\(\.lections-list\)] .black-block,
html.a11y-vision body[\:has\(\.lections-list\)] .white-block {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 3em;
}
html.a11y-vision body:has(.lections-list) .black-block,
html.a11y-vision body:has(.lections-list) .white-block {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 3em;
}
html.a11y-vision body[\:has\(\.lections-list\)] .black-block,
html.a11y-vision body[\:has\(\.lections-list\)] .white-block {
  left: 0;
  margin: 0;
  padding: 0;
  transform: none;
  width: 100%;
}
html.a11y-vision body:has(.lections-list) .black-block,
html.a11y-vision body:has(.lections-list) .white-block {
  left: 0;
  margin: 0;
  padding: 0;
  transform: none;
  width: 100%;
}
html.a11y-vision body[\:has\(\.lections-list\)] .black-block > div,
html.a11y-vision body[\:has\(\.lections-list\)] .white-block > div {
  margin-left: auto;
  margin-right: auto;
  width: min(1100px, 100%);
}
html.a11y-vision body:has(.lections-list) .black-block > div,
html.a11y-vision body:has(.lections-list) .white-block > div {
  margin-left: auto;
  margin-right: auto;
  width: min(1100px, 100%);
}
html.a11y-vision body[\:has\(\.lections-list\)] .black-block .history-bg-block,
html.a11y-vision body[\:has\(\.lections-list\)] .white-block .history-bg-block {
  margin-bottom: 0;
}
html.a11y-vision body:has(.lections-list) .black-block .history-bg-block,
html.a11y-vision body:has(.lections-list) .white-block .history-bg-block {
  margin-bottom: 0;
}
html.a11y-vision body[\:has\(\.lections-list\)] .history-img-row {
  margin-bottom: 0;
}
html.a11y-vision body:has(.lections-list) .history-img-row {
  margin-bottom: 0;
}
html.a11y-vision body[\:has\(\.lections-list\)] img {
  border-radius: 1em !important;
}
html.a11y-vision body:has(.lections-list) img {
  border-radius: 1em !important;
}
html.a11y-vision body[\:has\(\.lections-list\)] .history-bg-block__content {
  min-height: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.a11y-vision body:has(.lections-list) .history-bg-block__content {
  min-height: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1400px) {
  html.a11y-vision body[\:has\(\.lections-list\)] .history-bg-block__content {
    padding-left: var(--inner-padding) 0 !important;
    padding-right: var(--inner-padding) 0 !important;
  }
  html.a11y-vision body:has(.lections-list) .history-bg-block__content {
    padding-left: var(--inner-padding) 0 !important;
    padding-right: var(--inner-padding) 0 !important;
  }
}
html.a11y-vision .video {
  display: none;
}
html.a11y-vision .lections-list,
html.a11y-vision .text ul.lections-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
}
html.a11y-vision .lections-list li,
html.a11y-vision .text ul.lections-list li {
  border-radius: 0;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .svg-light {
  display: none;
}
html.a11y-vision .lections-prices__filters .overfolow-x__size {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
html.a11y-vision .lections-prices__filter {
  border: 1px solid #0000;
  font-size: var(--av-font-size);
}
html.a11y-vision .lections-prices__filter._active {
  background: var(--av-color-text);
}
html.a11y-vision .lections-prices__filter:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .lections-prices__body {
  padding: 0;
}
html.a11y-vision .lections-price__tags {
  flex-direction: column;
  gap: 0.5em;
}
html.a11y-vision .lections-price__tags li {
  font-size: var(--av-font-size);
}
html.a11y-vision .lections-price__tags li [class^="icon-"] {
  height: 1.2em;
  width: 1.2em;
}
html.a11y-vision .lections-price__tags li [class^="icon-"] svg {
  height: 100%;
  width: auto;
}
html.a11y-vision .lections-prices__label {
  position: relative;
  width: 100%;
}
html.a11y-vision .book-widget__day-title {
  font-size: var(--av-font-size);
}
html.a11y-vision .book-widget__day {
  border: 1px solid var(--av-color-border);
  box-shadow: none;
  font-size: var(--av-font-size);
}
html.a11y-vision .book-widget__day._active {
  background: var(--av-color-text);
}
html.a11y-vision .book-widget__day:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .book-widget__item-link {
  background: none;
  border: 1px solid var(--av-color-border);
  font-size: var(--av-font-size);
  text-decoration: none;
}
html.a11y-vision .book-widget__item-link:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .book-widget__item-price {
  font-size: var(--av-font-size);
}
html.a11y-vision .lections-prices__label {
  background: none;
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  height: auto;
  margin-top: 2em;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .lections-prices__label {
    padding: 0.8em;
  }
}
html.a11y-vision .lections-prices__label a,
html.a11y-vision .lections-prices__label span {
  font-size: var(--av-font-size);
}
html.a11y-vision .podcast-big {
  border-radius: 0;
  height: auto;
  margin: 3em 0;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .podcast-big__btns {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
html.a11y-vision .podcast-big__btns .btn-border__content {
  color: var(--av-color-text);
}
html.a11y-vision .podcast-big__bottom {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
  text-align: left;
}
html.a11y-vision .news-day {
  background: none;
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  color: var(--av-color-text);
  margin: 3em 0;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .news-day {
    padding: 0.8em;
  }
}
html.a11y-vision .news-day .news-day__img-wrap {
  display: none;
}
html.a11y-vision .news-day .h1 {
  margin: 0.5em 0;
}
html.a11y-vision .news-day__icon {
  display: none;
}
html.a11y-vision .news-day__row {
  grid-template-columns: 1fr;
}
html.a11y-vision .news-day__left {
  padding: 0;
}
html.a11y-vision .news-day__content > :first-child {
  margin-top: 0;
}
html.a11y-vision .news-day__links .btn-border__content {
  color: var(--av-color-text);
}
html.a11y-vision .glossarii-preview {
  aspect-ratio: unset;
  background: none;
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  color: var(--av-color-text);
  margin: 3em 0;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .glossarii-preview {
    padding: 0.8em;
  }
}
html.a11y-vision .glossarii-preview__icon {
  display: none;
}
html.a11y-vision .glossarii-preview__title {
  margin-bottom: 0.5em;
  margin-top: 0;
}
html.a11y-vision .btn-border__content {
  color: var(--av-color-text) !important;
}
html.a11y-vision .btn-border__content:after {
  content: none;
}
html.a11y-vision .blog-person {
  max-width: 100%;
  width: 100%;
}
html.a11y-vision .blog-person__img {
  display: none;
}
html.a11y-vision .blog-date {
  font-size: var(--av-font-size);
  font-weight: 700;
}
html.a11y-vision .vacancy {
  border-radius: 0;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .vacancies-list {
  gap: 2em;
}
html.a11y-vision .vacancy__top {
  border-bottom: 1px solid var(--av-color-border);
  padding-bottom: 0;
  padding-right: 0;
}
html.a11y-vision .vacancy__top h2 {
  border: 1px solid #0000;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: var(--av-color-underline);
}
html.a11y-vision .vacancy__top:hover h2 {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none;
  text-decoration: none !important;
}
html.a11y-vision .vacancy__bottom {
  align-items: flex-start;
  border-top-color: var(--av-color-border);
  display: flex !important;
  flex-direction: column;
  gap: 1em;
}
html.a11y-vision .vacancy__send {
  margin-left: unset;
}
html.a11y-vision .vacancy__bottom-list {
  display: flex !important;
  gap: 0.5em;
  list-style: disc;
  margin-bottom: 0;
  padding-left: 1em;
}
html.a11y-vision .vacancy__bottom-list li {
  width: 100%;
}
html.a11y-vision .vacancy__bottom-list li:after {
  content: none;
}
html.a11y-vision .vacancy__grid {
  columns: unset;
}
html.a11y-vision .vacancy__block {
  padding: 0;
}
html.a11y-vision .vacancy__block h2 {
  color: var(--av-color-text);
}
html.a11y-vision .vacancy__arrwow {
  display: none;
}
html.a11y-vision .feeback__row {
  grid-template-columns: 1fr;
}
html.a11y-vision .feeback__row form {
  max-width: 700px;
}
html.a11y-vision .checkbox,
html.a11y-vision .radio {
  align-items: center;
  border: 1px solid #0000;
  display: inline-flex;
  padding: 0.1em 0.2em 0.1em 38px;
}
html.a11y-vision .checkbox:hover,
html.a11y-vision .radio:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text);
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .checkbox input:checked + .checkbox__indicator,
html.a11y-vision .checkbox input:checked + .radio__indicator,
html.a11y-vision .radio input:checked + .checkbox__indicator,
html.a11y-vision .radio input:checked + .radio__indicator {
  background: var(--av-color-text);
}
html.a11y-vision
  .checkbox
  input.just-validate-error-field
  + .checkbox__indicator,
html.a11y-vision .checkbox input.just-validate-error-field + .radio__indicator,
html.a11y-vision .radio input.just-validate-error-field + .checkbox__indicator,
html.a11y-vision .radio input.just-validate-error-field + .radio__indicator {
  box-shadow: 0 0 0 1px red;
}
html.a11y-vision .checkbox__text {
  font-size: var(--av-font-size);
  font-weight: 400;
}
html.a11y-vision .checkbox__indicator {
  box-shadow: 0 0 0 1px var(--av-color-text);
  left: 0.1em;
  top: 0.1em;
}
html.a11y-vision .form-item input:not([type]),
html.a11y-vision .form-item input[type="text"] {
  background: none;
  border-color: var(--av-color-border);
  border-radius: 0;
  font-size: var(--av-font-size);
  font-weight: 400;
}
html.a11y-vision .form-item input:not([type]).just-validate-error-field,
html.a11y-vision .form-item input[type="text"].just-validate-error-field {
  border-color: red;
}
html.a11y-vision .feeback__row2 {
  gap: 3em;
  grid-template-columns: 1fr;
}
html.a11y-vision .feeback__badge {
  background: none;
  border: 2px solid var(--av-color-text);
  color: var(--av-color-text);
  height: auto;
  width: 100%;
}
html.a11y-vision .feeback__badge p {
  color: currentColor;
}
html.a11y-vision .form-item-row-two {
  grid-template-columns: 1fr;
}
html.a11y-vision .feeback__left h3 {
  font-size: 1.3em;
  font-weight: 700;
}
html.a11y-vision .feeback__left .checkbox {
  display: flex;
}
html.a11y-vision .air-datepicker {
  font-size: var(--av-font-size);
}
html.a11y-vision .air-datepicker-nav--title:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .air-datepicker-nav--title i {
  color: currentColor;
}
html.a11y-vision .air-datepicker-body--day-names {
  color: var(--av-color-text);
  font-weight: 700;
}
html.a11y-vision .air-datepicker-body--day-name {
  color: currentColor;
}
html.a11y-vision .air-datepicker-nav--action {
  border: 1px solid #0000;
}
html.a11y-vision .air-datepicker-nav--action:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .air-datepicker-nav--action path {
  stroke: currentColor;
}
html.a11y-vision .air-datepicker-cell {
  border: 1px solid #0000;
  box-sizing: border-box;
}
html.a11y-vision .air-datepicker-cell.-current- {
  color: var(--av-color-text);
  font-weight: 700;
}
html.a11y-vision .air-datepicker-cell.-focus- {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .radio-row {
  flex-direction: column;
  gap: 0.5em;
}
html.a11y-vision .radio-row__label {
  font-size: var(--av-font-size);
  font-weight: 400;
}
html.a11y-vision .radio-row__row {
  align-items: flex-start;
  flex-direction: column;
}
html.a11y-vision .radio__text {
  color: var(--av-color-text) !important;
  font-size: var(--av-font-size);
  font-weight: 400;
}
html.a11y-vision .radio__indicator {
  box-shadow: 0 0 0 1px var(--av-color-text);
  left: 0.1em;
  top: 0.1em;
}
html.a11y-vision .radio__indicator:after {
  background: var(--av-color-bg);
}
html.a11y-vision .form-success__img {
  display: none;
}
html.a11y-vision .form-success .text p {
  font-size: var(--av-font-size);
}
html.a11y-vision .press__months,
html.a11y-vision .press__years {
  margin-bottom: 2em;
  overflow: visible;
}
html.a11y-vision .press__months .overfolow-x__scroll,
html.a11y-vision .press__years .overfolow-x__scroll {
  overflow: visible;
}
html.a11y-vision .press__months .overfolow-x__size,
html.a11y-vision .press__years .overfolow-x__size {
  flex-wrap: wrap;
  gap: 0.5em;
  overflow: visible;
}
html.a11y-vision .press__months .overfolow-x__size label,
html.a11y-vision .press__years .overfolow-x__size label {
  border: 1px solid var(--av-color-border-button);
  overflow: visible;
  text-decoration: none;
}
html.a11y-vision .press__months .overfolow-x__size label:hover,
html.a11y-vision .press__years .overfolow-x__size label:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .press__months .overfolow-x__size label:before,
html.a11y-vision .press__years .overfolow-x__size label:before {
  background: var(--av-color-text);
  border-radius: inherit;
}
html.a11y-vision
  .press__months
  .overfolow-x__size
  label[\:has\(input\:checked\)],
html.a11y-vision
  .press__years
  .overfolow-x__size
  label[\:has\(input\:checked\)] {
  background: var(--av-color-text);
}
html.a11y-vision .press__months .overfolow-x__size label:has(input:checked),
html.a11y-vision .press__years .overfolow-x__size label:has(input:checked) {
  background: var(--av-color-text);
}
html.a11y-vision .press__months .overfolow-x__size label[\:has\(input\:focus\)],
html.a11y-vision .press__years .overfolow-x__size label[\:has\(input\:focus\)] {
  outline: 1px dotted currentColor;
  outline: 5px auto -webkit-focus-ring-color;
}
html.a11y-vision .press__months .overfolow-x__size label:has(input:focus),
html.a11y-vision .press__years .overfolow-x__size label:has(input:focus) {
  outline: 1px dotted currentColor;
  outline: 5px auto -webkit-focus-ring-color;
}
html.a11y-vision .press-item {
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  grid-template-areas: unset;
  grid-template-columns: 1fr;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .press-item {
    padding: 0.8em;
  }
}
html.a11y-vision .press-item__type {
  color: var(--av-color-text);
}
html.a11y-vision .press-item__date,
html.a11y-vision .press-item__info,
html.a11y-vision .press-item__link-wrap {
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  grid-area: unset;
}
html.a11y-vision .press-item__name {
  font-size: var(--av-font-size);
}
html.a11y-vision .press-item__link {
  font-size: 1.2em;
  font-weight: 700;
}
html.a11y-vision .visitors-grid {
  gap: 1em;
  grid-template-columns: 1fr;
}
html.a11y-vision .visitors-preview {
  aspect-ratio: unset !important;
  border-radius: 0;
  grid-column: span 1 !important;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .visitors-preview__img {
  display: none;
}
html.a11y-vision .visitors-preview__link {
  display: inline-block;
  font-size: var(--av-font-size);
  padding: 0;
  width: auto;
}
html.a11y-vision .visitors-preview__link:after,
html.a11y-vision .visitors-preview__link:before {
  content: none;
}
html.a11y-vision .faq {
  border-bottom: 1px solid var(--av-color-border);
  border-radius: 0;
  margin: 0;
  overflow: visible;
  padding: 1.5em 0;
}
html.a11y-vision .faq .text {
  overflow: hidden;
}
html.a11y-vision .faq__title {
  border: 1px solid #0000;
  color: var(--av-color-text) !important;
  margin: 0;
}
html.a11y-vision .faq__title:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision body[\:has\(\.legend-page\)] .breadcrumbs {
  margin-bottom: 0;
}
html.a11y-vision body:has(.legend-page) .breadcrumbs {
  margin-bottom: 0;
}
html.a11y-vision .legend-page {
  grid-template-columns: 1fr;
}
html.a11y-vision .legend-page ~ .white-block .h1 {
  margin-top: 0;
}
html.a11y-vision .legend-page__content .d-max-1024 {
  display: block !important;
}
html.a11y-vision .legend-page__content .d-max-1024 img {
  max-width: 600px;
}
html.a11y-vision .legend-page__sidebar .legend-page__img {
  display: none !important;
}
html.a11y-vision .legend-page__sidebar-fixed {
  position: relative;
  top: 0;
}
html.a11y-vision .rules-grid {
  gap: 1em;
  grid-template-columns: 1fr;
}
html.a11y-vision .rule-preview {
  align-items: flex-start;
  aspect-ratio: unset;
  border-radius: 0;
  justify-content: flex-start;
  min-height: 0;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .rule-preview__link {
  font-size: var(--av-font-size);
  padding: 0;
}
html.a11y-vision .page-search .wrap-page:after,
html.a11y-vision .page-search .wrap-page:before,
html.a11y-vision .rule-preview__link:after,
html.a11y-vision .rule-preview__link:before {
  content: none;
}
html.a11y-vision .search-form__field {
  border: 1px solid var(--av-color-text);
  font-size: 1.3em;
  padding: 0.5em;
}
html.a11y-vision .search-form__submit {
  border: 1px solid var(--av-color-border-button);
  border-radius: 2em;
  color: currentColor;
  font-size: var(--av-font-size);
  font-weight: 700;
  height: auto;
  margin-top: 1em;
  padding: 0.5em 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}
html.a11y-vision .search-form__submit:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .search-form__submit svg {
  display: none;
}
html.a11y-vision .search-form__submit span {
  clip: unset;
  height: unset;
  left: 0;
  margin: auto;
  overflow: visible;
  position: relative;
  top: 0;
  width: unset;
}
html.a11y-vision .search-result {
  gap: 2em;
  grid-template-columns: 1fr;
}
html.a11y-vision .search-result__filter {
  grid-column: unset;
}
html.a11y-vision .search-result__filter-list a {
  display: inline-block;
  transition: none !important;
}
html.a11y-vision .search-result__filter-list a._is-active {
  text-decoration: none;
}
html.a11y-vision .search-result__filter-list a span {
  display: inline;
}
html.a11y-vision .search-result__items {
  grid-column: unset;
}
html.a11y-vision .search-item {
  border: 2px solid var(--av-color-border);
  border-radius: 1em;
  box-sizing: border-box;
  grid-template-areas: unset;
  grid-template-columns: 1fr;
  margin-bottom: 2em;
  padding: 1.2em;
}
@media (max-width: 700px) {
  html.a11y-vision .search-item {
    padding: 0.8em;
  }
}
html.a11y-vision .search-item__tag {
  background: none;
  border: 1px solid var(--av-color-border);
  border-radius: 1em;
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  height: auto;
  line-height: normal;
  padding: 0.2em 0.5em;
  white-space: normal;
}
html.a11y-vision .search-item__tag:before {
  content: none;
}
html.a11y-vision .search-item__title {
  font-size: 1.3em;
  font-weight: 700;
}
html.a11y-vision .search-item__title a {
  background: none;
  transition: none !important;
}
html.a11y-vision .search-empty {
  height: auto;
  text-align: left;
}
html.a11y-vision .search-empty .h1 {
  font-size: 1.5em;
}
html.a11y-vision .page-zal .black-block,
html.a11y-vision .page-zal .white-block {
  left: 0;
  margin: 0;
  padding: 0;
  transform: none;
  width: 100%;
}
html.a11y-vision .page-zal .black-block > .block,
html.a11y-vision .page-zal .white-block > .block {
  margin-left: auto;
  margin-right: auto;
  width: min(1100px, 100%);
}
html.a11y-vision .page-zal .history-6__left .h1,
html.a11y-vision .page-zal .history-6__right .h1 {
  color: currentColor !important;
}
html.a11y-vision .page-zal .history-6__left > *,
html.a11y-vision .page-zal .history-6__right > * {
  color: currentColor !important;
  max-width: 100%;
}
html.a11y-vision .page-zal .inner img {
  border-radius: 1em;
}
html.a11y-vision .page-zal .header__logo img {
  border-radius: 0 !important;
}
html.a11y-vision .page-zal .history-img-row {
  margin-bottom: 2em;
}
html.a11y-vision .page-zal .h3,
html.a11y-vision .page-zal h3 {
  font-size: 1.3em;
  font-weight: 700;
}
html.a11y-vision .another-item {
  aspect-ratio: unset;
  background: none;
  border-radius: 0;
  display: block;
  overflow: visible;
  padding: 0;
}
html.a11y-vision .another-item__img-wrap {
  display: none;
}
html.a11y-vision .another-item__link {
  display: inline-block;
  padding: 0;
}
html.a11y-vision .another-item__link:after,
html.a11y-vision .another-item__link:before {
  content: none;
}
html.a11y-vision .page-podcasts .event-preview__hover-link {
  background: none;
  border: 0;
  display: block;
}
html.a11y-vision
  .page-podcasts
  .event-preview[\:has\(\.event-preview__hover-link\:hover\)] {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision
  .page-podcasts
  .event-preview:has(.event-preview__hover-link:hover) {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision
  .page-podcasts
  .event-preview[\:has\(\.event-preview__hover-link\:hover\)]
  .event-preview__title {
  text-decoration: none;
}
html.a11y-vision
  .page-podcasts
  .event-preview:has(.event-preview__hover-link:hover)
  .event-preview__title {
  text-decoration: none;
}
html.a11y-vision .page-podcasts .top-row {
  margin-bottom: 2em;
}
html.a11y-vision .page-podcasts .top-row a {
  font-size: var(--av-font-size);
  margin-top: 1em;
}
html.a11y-vision .page-podcasts .event-preview__title {
  padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--av-color-border);
}
html.a11y-vision .podcasts-recent {
  margin-bottom: 4em;
}
html.a11y-vision .podcast-recent {
  background: none;
  border: 2px solid var(--av-color-border);
  border-radius: 0;
  border-radius: 1em;
  box-sizing: border-box;
  grid-template-areas: unset;
  grid-template-columns: 1fr;
  padding: 1.2em;
  text-decoration: none;
  transition: none;
}
html.a11y-vision .podcast-recent:hover {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .podcast-recent:hover .podcast-recent__title {
  text-decoration: none;
}
@media (max-width: 700px) {
  html.a11y-vision .podcast-recent {
    padding: 0.8em;
  }
}
html.a11y-vision .podcast-recent__img {
  display: none;
}
html.a11y-vision .podcast-recent__content {
  margin: 0;
  padding: 0;
  width: 100%;
}
html.a11y-vision .podcast-recent__title {
  font-size: 1.7em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--av-color-border);
}
@media (max-width: 700px) {
  html.a11y-vision .podcast-recent__title {
    font-size: 1.3em;
  }
}
html.a11y-vision .podcast-recent__episode {
  font-size: var(--av-font-size);
}
html.a11y-vision .podcast-recent__date {
  margin-top: 0.5em;
}
html.a11y-vision .podcasts-link-all {
  text-align: left;
}
html.a11y-vision .podcasts-link-all a {
  font-size: var(--av-font-size);
  padding: 0;
}
html.a11y-vision .page-podcast {
  background: var(--av-color-bg);
  color: var(--av-color-text);
}
html.a11y-vision .page-podcast .event-preview__hover-link {
  background: none;
  border: 0;
  display: block;
}
html.a11y-vision
  .page-podcast
  .event-preview[\:has\(\.event-preview__hover-link\:hover\)] {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision
  .page-podcast
  .event-preview:has(.event-preview__hover-link:hover) {
  background: #00000012 !important;
  border: 2px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision
  .page-podcast
  .event-preview[\:has\(\.event-preview__hover-link\:hover\)]
  .event-preview__title {
  text-decoration: none;
}
html.a11y-vision
  .page-podcast
  .event-preview:has(.event-preview__hover-link:hover)
  .event-preview__title {
  text-decoration: none;
}
html.a11y-vision .page-podcast .text img {
  display: none;
}
html.a11y-vision .page-podcast .white-block {
  padding-top: 0;
}
html.a11y-vision .podcasts-other {
  grid-template-columns: 1fr;
}
html.a11y-vision .podcasts-other .podcast-recent {
  width: 100%;
}
html.a11y-vision .p404__bg-1,
html.a11y-vision .p404__bg-2,
html.a11y-vision .p404__ray {
  display: none;
}
html.a11y-vision .p404__desc {
  font-size: var(--av-font-size);
  left: 0;
  position: relative;
  transform: none;
}
html.a11y-vision .p404__go-home {
  background: none;
  border: 1px solid var(--av-color-border-button);
  text-decoration: none;
}
html.a11y-vision .p404__go-home:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .hp-quiz,
html.a11y-vision .hp-space,
html.a11y-vision .hp-video,
html.a11y-vision .preloader {
  display: none;
}
html.a11y-vision .page-home {
  background: var(--av-color-bg);
  color: var(--av-color-text);
}
html.a11y-vision .page-home .event-preview,
html.a11y-vision .page-home .news-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
html.a11y-vision .page-home .black-block,
html.a11y-vision .page-home .white-block {
  left: 0;
  margin: 0;
  padding: 0;
  transform: none;
  width: 100%;
}
html.a11y-vision .page-home .black-block > .block,
html.a11y-vision .page-home .white-block > .block {
  margin-left: auto;
  margin-right: auto;
  width: min(1100px, 100%);
}
html.a11y-vision .hp-promo,
html.a11y-vision .hp-promo__subtitle,
html.a11y-vision .hp-promo__title,
html.a11y-vision .hp-promo__titles {
  background: none;
  color: var(--av-color-text);
  opacity: 1 !important;
  position: relative;
  text-align: left;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
}
html.a11y-vision .hp-promo > *,
html.a11y-vision .hp-promo__subtitle > *,
html.a11y-vision .hp-promo__title > *,
html.a11y-vision .hp-promo__titles > * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
html.a11y-vision .hp-promo {
  left: 0;
  margin: 0;
  width: 100%;
}
html.a11y-vision .hp-promo .inner {
  padding-left: 0;
  padding-right: 0;
}
html.a11y-vision .hp-promo__title {
  margin-bottom: 0;
}
html.a11y-vision .hp-promo__subtitle {
  max-width: 100%;
  width: 100%;
}
html.a11y-vision .hp-promo__buy-ticket {
  background: none;
  border: 1px solid var(--av-color-border);
  display: none;
  font-size: var(--av-font-size);
  padding: 0.5em 1em;
  text-decoration: none;
}
html.a11y-vision .hp-promo__buy-ticket:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .hp-promo__buy-ticket:after,
html.a11y-vision .hp-promo__buy-ticket:before {
  content: none;
}
html.a11y-vision .hp-promo__buy-ticket svg {
  display: none;
}
html.a11y-vision .hp-promo__buy-ticket span {
  -webkit-text-fill-color: unset;
  background: none;
  color: var(--av-color-text) !important;
}
html.a11y-vision .hp-program {
  margin-top: 2em;
}
html.a11y-vision .hp-program__inner {
  display: flex;
  flex-direction: column;
}
html.a11y-vision .hp-program__cell {
  background: none;
}
html.a11y-vision .hp-program__cell[\:has\(\.hp-program__load\)] {
  display: none;
}
html.a11y-vision .hp-program__cell:has(.hp-program__load) {
  display: none;
}
html.a11y-vision .hp-program__card {
  border-radius: 0;
  opacity: 1 !important;
  overflow: visible;
  padding: 0;
  transform: none !important;
  transition: none !important;
}
html.a11y-vision .hp-program__card-inner {
  display: block;
  padding: 0;
  position: relative;
}
html.a11y-vision .hp-program__tickets {
  background: none;
  display: inline-block;
  transition: none;
  width: auto;
}
html.a11y-vision .hp-program__events-title,
html.a11y-vision .hp-program__tickets-title {
  font-size: var(--av-font-size);
  font-weight: 700;
}
html.a11y-vision .hp-program__events {
  display: inline-block;
  transition: none;
  width: auto;
}
html.a11y-vision .hp-program__events-animation,
html.a11y-vision .hp-program__program-hovers,
html.a11y-vision .hp-program__program-orbits {
  display: none;
}
html.a11y-vision .hp-program__program {
  background: none;
}
html.a11y-vision .hp-program__program .hp-program__card-inner {
  min-height: 0;
}
html.a11y-vision .hp-program__program-title {
  font-size: var(--av-font-size);
  font-weight: 700;
  margin-top: 1em;
}
html.a11y-vision .hp-program__list {
  gap: 0.5em 1em;
  margin-top: 0.5em;
  max-width: 100%;
}
html.a11y-vision .hp-program__list a {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  background: none;
  border-radius: 0;
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding: 0;
  transition: none;
}
html.a11y-vision .hp-program__list a:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .hp-program__list a span {
  background: none;
  color: var(--av-color-text) !important;
}
html.a11y-vision .hp-white-bg {
  margin-top: 100px;
  padding-top: 0;
}
html.a11y-vision .hp-schedule__inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
html.a11y-vision .hp-schedule__inner .event-preview {
  display: block !important;
}
html.a11y-vision .hp-blog .news-card__link {
  transition: none;
}
html.a11y-vision .hp-blog .news-card__link:hover .news-card__title {
  text-decoration: none;
}
html.a11y-vision .hp-program__tickets-2 {
  background: none;
  background-image: none !important;
  border: 0;
  display: inline-block;
  width: auto;
}
html.a11y-vision .hp-program__tickets-2:hover {
  background: none;
  border: 0;
}
html.a11y-vision .hp-program__tickets-2 .btn {
  background: none;
  border: 1px solid var(--av-color-border-button);
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  height: auto;
  line-height: normal;
  margin: 0 0 1em;
  padding: 0.5em 1em;
}
html.a11y-vision .hp-program__tickets-2 .btn:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .hp-program__tickets-2 .btn:before {
  content: none;
}
html.a11y-vision .hp-program__tickets-2 .btn span {
  color: var(--av-color-text);
}
html.a11y-vision .hp-program__tickets-2 .btn svg {
  display: none;
}
html.a11y-vision .hp-poster {
  aspect-ratio: unset;
  background: none;
  border-radius: 0;
  color: var(--av-color-text);
  margin: 2em 0;
  overflow: visible;
  text-align: left;
}
@media (max-width: 700px) {
  html.a11y-vision .hp-poster {
    margin: 0;
  }
}
html.a11y-vision .hp-poster__img {
  display: none;
}
html.a11y-vision .hp-poster__inner {
  max-width: 100%;
  width: 100%;
}
html.a11y-vision .hp-poster__title {
  margin: 0;
}
html.a11y-vision .hp-poster__text {
  font-size: var(--av-font-size);
  margin: 1em 0;
}
html.a11y-vision .hp-poster__btns {
  justify-content: flex-start;
  margin-top: 2em;
}
html.a11y-vision .hp-poster__btns .btn,
html.a11y-vision .hp-poster__btns .btn-border {
  background: none;
  border: 1px solid var(--av-color-text);
  color: var(--av-color-text);
  font-size: var(--av-font-size);
  text-decoration: none;
}
html.a11y-vision .hp-poster__btns .btn-border:hover,
html.a11y-vision .hp-poster__btns .btn:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .hp-poster__btns .btn-border:after,
html.a11y-vision .hp-poster__btns .btn-border:before,
html.a11y-vision .hp-poster__btns .btn:after,
html.a11y-vision .hp-poster__btns .btn:before {
  content: none;
}
html.a11y-vision .page-quiz {
  background: var(--av-color-bg);
  color: var(--av-color-text);
}
html.a11y-vision .quiz {
  color: var(--av-color-text);
}
html.a11y-vision .quiz__bg {
  display: none;
}
html.a11y-vision .quiz-start {
  background: none;
  border: 1px solid var(--av-color-border-button);
  color: var(--av-color-text) !important;
  font-size: var(--av-font-size);
  height: auto;
  line-height: normal;
  padding: 0.5em 1em;
  transition: none;
}
html.a11y-vision .quiz-start:before {
  content: none;
}
html.a11y-vision .quiz-start svg {
  display: none;
}
html.a11y-vision .quiz-start:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .quiz__answers-text {
  font-size: var(--av-font-size);
}
html.a11y-vision .quiz__answer-text {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border: 1px solid var(--av-color-text);
  box-shadow: none;
  color: var(--av-color-text);
}
html.a11y-vision .quiz__answer-text:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .quiz__answer-text:before {
  border-color: currentColor;
}
html.a11y-vision .quiz__quest-result-body {
  background: none;
  border: 1px solid var(--av-color-border);
  color: var(--av-color-text);
}
html.a11y-vision .quiz__quest-result-body h2 color {
  background: none !important;
  color: var(--av-color-text) !important;
}
html.a11y-vision .quiz__swiper-pagi .swiper-pagination-bullet {
  border-color: var(--av-color-text);
}
html.a11y-vision .quiz__swiper-pagi .swiper-pagination-bullet-active {
  background: var(--av-color-text) !important;
}
html.a11y-vision .partners-grid {
  gap: 3em;
  grid-template-columns: 1fr;
}
html.a11y-vision .partner__img-wrap {
  display: none;
}
html.a11y-vision .partner__link {
  display: inline-flex;
  font-size: var(--av-font-size);
}
html.a11y-vision .partner__link .icon-web {
  display: none;
}
html.a11y-vision .partner__title {
  margin-bottom: 0.5em;
  margin-top: 0;
}
html.a11y-vision {
  --body-bg: #fff !important;
  --dark: #000 !important;
  --av-font-size: 22px;
  --av-color-text: #000;
  --av-color-bg: #fff;
  --av-color-border: #0000004d;
  --av-color-border-button: #000;
  --av-color-underline: #0000004d;
  --av-font-family: "Wix Madefor Text", sans-serif;
}
html.a11y-vision body {
  font-family: var(--av-font-family);
  font-size: var(--av-font-size);
}
html.a11y-vision * {
  animation: none !important;
  font-family: var(--av-font-family);
  letter-spacing: normal !important;
}
html.a11y-vision
  :not(.a11y-vision-menu__full-menu)
  html.a11y-vision
  :not(.faq__body) {
  transition: none !important;
}
html.a11y-vision color {
  background-clip: unset !important;
  background: none !important;
  color: currentColor !important;
}
html.a11y-vision a {
  border: 1px dashed #0000;
  color: var(--av-color-text) !important;
  text-decoration: underline;
  text-decoration-color: var(--av-color-underline);
  transition: none;
}
html.a11y-vision a:hover {
  background: #00000012;
  border-color: currentColor;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .btn-border,
html.a11y-vision .btns-row .btn {
  background: none;
  border: 1px solid var(--av-color-border-button);
  color: currentColor;
  font-size: var(--av-font-size);
  text-decoration: none;
}
html.a11y-vision .btn-border:hover,
html.a11y-vision .btns-row .btn:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
html.a11y-vision .btn-border:after,
html.a11y-vision .btn-border:before,
html.a11y-vision .btns-row .btn:after,
html.a11y-vision .btns-row .btn:before {
  content: none;
}
html.a11y-vision .btn-border svg,
html.a11y-vision .btns-row .btn svg {
  display: none;
}
html.a11y-vision .theme-dark .header__logo-dark {
  display: block;
}
html.a11y-vision .theme-dark .header__logo-light {
  display: none;
}
.a11y-vision-button {
  align-items: center;
  background: none;
  border: 1px solid var(--av-color-border-button);
  border-radius: 1em;
  color: var(--av-color-text);
  display: inline-flex;
  font-weight: 700;
  height: 2em;
  padding: 0 1em;
}
.a11y-vision-button:hover {
  background: #00000012 !important;
  border: 1px dashed;
  color: var(--av-color-text) !important;
  text-decoration: none !important;
}
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month);
  color: #fff;
}
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  align-items: center;
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  color: var(--adp-color-disabled);
  cursor: default;
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  background-color: var(--adp-cell-background-color-in-range);
  border: 1px solid var(--adp-cell-border-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  background-color: var(--adp-cell-background-color-in-range);
  border: 1px solid var(--adp-cell-border-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  border: none;
}
.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
  background: var(--adp-cell-background-color-selected);
  color: #fff;
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
  align-items: center;
  color: var(--adp-day-name-color);
  display: flex;
  flex: 1;
  font-size: 0.8em;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-auto-rows: var(--adp-day-cell-height);
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
}
.air-datepicker-body--cells.-months- {
  grid-auto-rows: var(--adp-month-cell-height);
  grid-template-columns: repeat(3, 1fr);
}
.air-datepicker-body--cells.-years- {
  grid-auto-rows: var(--adp-year-cell-height);
  grid-template-columns: repeat(4, 1fr);
}
.air-datepicker-nav {
  border-bottom: 1px solid var(--adp-border-color-inner);
  box-sizing: initial;
  display: flex;
  justify-content: space-between;
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--action,
.air-datepicker-nav--title {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.air-datepicker-nav--action {
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--adp-nav-action-size);
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  height: 32px;
  width: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
.air-datepicker-nav--title i {
  color: var(--adp-nav-color-secondary);
  font-style: normal;
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  background: none;
  cursor: default;
}
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  background: #fff0;
  border: none;
  border-radius: var(--adp-btn-border-radius);
  color: var(--adp-btn-color);
  cursor: pointer;
  display: inline-flex;
  height: var(--adp-btn-height);
}
.air-datepicker-button:focus,
.air-datepicker-button:hover {
  background: var(--adp-btn-background-color-hover);
  color: var(--adp-btn-color-hover);
}
.air-datepicker-button:focus {
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  outline: none;
  width: 100%;
}
.air-datepicker-time {
  grid-column-gap: 12px;
  align-items: center;
  display: grid;
  grid-template-columns: max-content 1fr;
  padding: 0 var(--adp-time-padding-inner);
  position: relative;
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  line-height: 1;
  margin: 0 2px 3px;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  font-family:"Wix Madefor Text", sans-serif;
  font-size: 19px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  bottom: -2px;
  content: "";
  left: -2px;
  opacity: 0;
  position: absolute;
  right: -2px;
  top: -3px;
  z-index: -1;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  font-size: 11px;
  margin-bottom: 1px;
  margin-left: 6px;
  text-transform: uppercase;
}
.air-datepicker-time--row {
  align-items: center;
  background: linear-gradient(
      to right,
      var(--adp-time-track-color),
      var(--adp-time-track-color)
    )
    left 50%/100% var(--adp-time-track-height) no-repeat;
  display: flex;
  font-size: 11px;
  height: 17px;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type="range"] {
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:focus {
  outline: none;
}
.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  background: #fff;
  border: 1px solid var(--adp-time-track-color);
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 12px;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
  width: 12px;
}
.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 1px solid var(--adp-time-track-color);
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 12px;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
  width: 12px;
}
.air-datepicker-time--row input[type="range"]::-ms-thumb {
  background: #fff;
  border: 1px solid var(--adp-time-track-color);
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 12px;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
  width: 12px;
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
  background: #0000;
  border: none;
  color: #0000;
  cursor: pointer;
  height: var(--adp-time-track-height);
}
.air-datepicker-time--row input[type="range"]::-moz-range-track {
  background: #0000;
  border: none;
  color: #0000;
  cursor: pointer;
  height: var(--adp-time-track-height);
}
.air-datepicker-time--row input[type="range"]::-ms-track {
  background: #0000;
  border: none;
  color: #0000;
  cursor: pointer;
  height: var(--adp-time-track-height);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-lower,
.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
  background: #0000;
}
.air-datepicker {
  --adp-font-family:"Wix Madefor Text", sans-serif;
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: #5cc4ef1a;
  --adp-background-color-in-range-focused: #5cc4ef33;
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: #5cc4ef1a;
  --adp-cell-background-color-in-range-hover: #5cc4ef33;
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: #0000004d;
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}
.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  border-radius: var(--adp-border-radius);
  box-shadow: 0 4px 12px #00000026;
  box-sizing: initial;
  color: var(--adp-color);
  display: grid;
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  grid-template-areas: var(--adp-grid-areas);
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  position: absolute;
  transition:
    opacity var(--adp-transition-duration) var(--adp-transition-ease),
    transform var(--adp-transition-duration) var(--adp-transition-ease);
  width: var(--adp-width);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  opacity: 1;
  transform: translate(0);
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  left: auto;
  opacity: 1;
  position: static;
  right: auto;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  border: none;
  position: fixed;
  width: var(--adp-mobile-width);
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}
.air-datepicker-global-container {
  left: 0;
  position: absolute;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size)/2);
  z-index: -1;
}
.air-datepicker--pointer,
.air-datepicker--pointer:after {
  height: var(--adp-pointer-size);
  position: absolute;
  width: var(--adp-pointer-size);
}
.air-datepicker--pointer:after {
  background: #fff;
  border-right: 1px solid var(--adp-border-color-inline);
  border-top: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  box-sizing: border-box;
  content: "";
}
.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  box-sizing: initial;
  grid-area: body;
  padding: var(--adp-padding);
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
  border-top: 1px solid var(--adp-border-color-inner);
  padding: var(--adp-padding);
}
.air-datepicker-overlay {
  background: var(--adp-overlay-background-color);
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition:
    opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    left 0s,
    height 0s,
    width 0s;
  transition-delay:
    0s, var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration);
  width: 0;
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  height: 100%;
  opacity: 1;
  transition:
    opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    height 0s,
    width 0s;
  width: 100%;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    transform 0.2s,
    top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: #0000001a;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: #00000080;
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
/*# sourceMappingURL=main.css.map*/
