:root {
  --main-font-size: 0.5208333333vw;
  --wrapper-offset: 14rem;
  --wrapper-size: 192rem;
  --section-offset: 0;
  --part-header-height: 19.8rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  height: 0;
  color: inherit;
  border: initial;
  border-top: 1px solid #000;
}
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  font: inherit;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-collapse: collapse;
  border-color: inherit;
}
table th {
  padding: 0;
}
table td {
  padding: 0;
  vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: initial;
  border-radius: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
select,
textarea {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-offset: -2px;
}
[type="search"]::-ms-clear,
[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
dialog {
  padding: 0;
}
textarea {
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  resize: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
button,
[role="button"] {
  cursor: pointer;
}
picture,
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
picture,
img,
video,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img,
fieldset,
iframe {
  border: initial;
}
button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
:disabled {
  cursor: not-allowed;
}
[hidden] {
  display: none !important;
}
@keyframes animation-keyframes {
}
html {
  font-size: 0.5208333333vw;
  font-size: var(--main-font-size);
}
body {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  font-family: Onest, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  color: #394257;
}
@supports (min-height: 100dvh) {
  body {
    min-height: 100dvh;
  }
}
.wrapper {
  width: 100%;
  max-width: 220rem;
  max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
  padding: 0 14rem;
  padding: 0 var(--wrapper-offset);
  margin: 0 auto;
}
.object-fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit-cover--center {
  left: 50%;
  transform: translateX(-50%);
}
.object-fit-contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: initial;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pointer-events-none {
  pointer-events: none;
}
.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #01143fd9;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}
.heading-1,
.content h1 {
  font-size: clamp(62px, 6.62vw + 33px, 160px);
  line-height: 1.3;
}
.heading-2,
.content h2 {
  font-size: clamp(60px, 4.59vw + 40px, 128px);
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.heading-3,
.content h3 {
  font-size: clamp(42px, 2.97vw + 29px, 86px);
  line-height: 1.3;
}
.heading-4,
.content h4 {
  font-size: clamp(20px, 1.08vw + 15px, 36px);
  line-height: 1.3;
}
em,
i,
.em,
.i {
  font-style: italic;
}
.capital-letter:first-letter {
  float: left;
  margin-top: 1.2rem;
  margin-right: 1rem;
  font-size: 6rem;
  line-height: 0.7;
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.ui-button {
  --ui-button-icon-size: 3.2rem;
  --ui-button-gap: 1.6rem;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  gap: 1.6rem;
  gap: var(--ui-button-gap);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  fill: currentColor;
  transition-property: fill, color, background-color;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.ui-button:not([class*="ui-button_type_"]) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.ui-button:not([class*="ui-button_type_"]):not(:disabled):hover {
  color: #3464f9;
}
.ui-button:not([class*="ui-button_type_"]).is-active-link {
  color: #3464f9;
}
.ui-button_reverse {
  flex-direction: row-reverse;
}
.ui-button_type_primary {
  color: #fff;
  background-color: #1D68C9;
  border-radius: 0.8rem;
}
.ui-button_type_primary.is-opened {
  background-color: #507aff;
}
.ui-button_type_primary:not(:disabled):hover {
  background-color: #3a6aff;
}
.ui-button_size_default {
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.ui-button_min-width {
  min-width: 27.6rem;
}
.ui-button_closable.is-opened .ui-button__icon:not(.ui-button__icon_close) {
  opacity: 0;
  transform: scale(0.75);
}
.ui-button_closable.is-opened .ui-button__icon_close {
  opacity: 1;
  transform: scale(1);
}
.ui-button__icons {
  position: relative;
  flex: 0 0 auto;
}
.ui-button__icon {
  display: block;
  width: 3.2rem;
  width: var(--ui-button-icon-size, 3.2rem);
  height: 3.2rem;
  height: var(--ui-button-icon-size, 3.2rem);
  fill-rule: evenodd;
  clip-rule: evenodd;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.ui-button__icon_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.75);
}
.ui-button__text {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module-svg-icon {
  width: 100%;
}
.module-photo img,
.module-video__video {
  z-index: inherit;
}
.button-burger {
  position: relative;
  flex: 0 0 auto;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-burger.is-active .button-burger__line_first,
.button-burger.is-active .button-burger__line_fourth {
  opacity: 0;
  transition-delay: 0s;
}
.button-burger.is-active .button-burger__line_first {
  top: 50%;
  transform: translateY(-50%);
}
.button-burger.is-active .button-burger__line_fourth {
  bottom: 50%;
  transform: translateY(50%);
}
.button-burger.is-active .button-burger__line_second,
.button-burger.is-active .button-burger__line_third {
  transition-delay: 0.3s;
}
.button-burger.is-active .button-burger__line_second {
  transform: translateY(-50%) rotate(45deg);
}
.button-burger.is-active .button-burger__line_third {
  transform: translateY(-50%) rotate(-45deg);
}
.button-burger__lines {
  position: relative;
  width: 2.6rem;
  height: 1.8rem;
  pointer-events: none;
}
.button-burger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 100rem;
  transition-property: transform, opacity, top, bottom, gap;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.button-burger__line_first,
.button-burger__line_fourth {
  transition-delay: 0.3s;
}
.button-burger__line_first {
  top: 0;
}
.button-burger__line_second,
.button-burger__line_third {
  top: 50%;
  transform: translateY(-50%);
}
.button-burger__line_fourth {
  bottom: 0;
}
.part-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 50;
  flex: 0 0 auto;
  padding: 3rem 0;
  transition-property: background-color, box-shadow, padding;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-header.is-menu-opened {
  background-color: #02163f;
}
.part-header.is-menu-opened .part-header__menu {
  pointer-events: all;
  opacity: 1;
}
.part-header:not(.is-menu-opened).is-scrolled {
  background-color: #fff;
  box-shadow: 0 4px 16px #00000014;
}
.part-header:not(.is-menu-opened).is-scrolled .part-header__logo-icon_dark {
  opacity: 1;
}
.part-header:not(.is-menu-opened).is-scrolled
  .part-header__ui-button:not(:hover):not(.is-active-link) {
  color: #01133c;
}
.part-header:not(.is-menu-opened).is-scrolled
  .part-header__button-burger
  .button-burger__line {
  background-color: #01133c;
}
.part-header__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 2.8rem;
  align-items: flex-start;
}
.part-header__logo {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  width: 8.6rem;
}
.part-header__logo-icon {
  transition-property: opacity, max-width, transform;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-header__logo-icon_dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.part-header__menu {
  flex: 1;
  min-width: 0;
  padding: 2.2rem 0;
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 0.3s;
}
.part-header__nav-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 6.4rem;
  align-items: center;
}
.part-header__actions {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.2rem;
}
.part-header__button-burger {
  margin-left: auto;
}
.part-main-content {
  position: relative;
  flex: 1 0 auto;
  min-height: 100%;
  overflow-x: hidden;
}
.part-footer {
  flex: 0 0 auto;
  padding: 3.2rem;
  margin-bottom: -100%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #01143f;
  border-radius: 8rem 8rem 0 0;
  transform: translateY(-100%);
  font-family: TT Livret Subhead Trl, sans-serif;
  font-weight: 400;
}
.part-tooltips {
  display: none;
}
.part-modals {
  position: absolute;
}
.part-templates {
  display: none;
}
.section-core {
  padding: 0;
  padding: var(--section-offset) 0;
}
.section-core:not(.section-core_padding-omit-top):first-child {
  padding-top: 0;
}
.section-core:not(.section-core_padding-omit-bottom):last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1920px) {
  .responsive-hd {
    display: none !important;
  }
}
@media only screen and (max-width: 1700px) {
  .responsive-macbook {
    display: none !important;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --main-font-size: 0.5729166667vw;
    --wrapper-offset: 11.48rem;
  }
  .responsive-large-desktop,
  .responsive-from-large-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    --main-font-size: 0.625vw;
    --wrapper-offset: 8.96rem;
  }
  .responsive-small-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1120px) {
  :root {
    --main-font-size: 50%;
    --wrapper-offset: 6.44rem;
    --part-header-height: 13.4rem;
  }
  .capital-letter:first-letter {
    margin-top: 1rem;
    margin-right: 0.7rem;
    font-size: 5.9rem;
  }
  .responsive-large-tablet {
    display: none !important;
  }
  .ui-button {
    --ui-button-icon-size: 2.6rem;
    --ui-button-gap: 1.2rem;
  }
  .ui-button_size_default {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
  .ui-button_min-width {
    min-width: 24.8rem;
  }
  .part-header {
    padding: 2.1rem 0;
  }
  .part-header__wrapper {
    align-items: center;
  }
  .part-header__logo {
    width: 5.8rem;
  }
  .part-header__menu {
    position: fixed;
    top: 19.8rem;
    top: var(--part-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.2rem 14rem 4.8rem;
    padding: 3.2rem var(--wrapper-offset) 4.8rem;
    pointer-events: none;
    background-color: #02163f;
    background-image: url(../images/part-header-background.jpg);
    background-image: -webkit-image-set(
      url(../images/part-header-background.jpg) 1x,
      url(../images/part-header-background@2x.jpg) 2x
    );
    background-image: image-set(
      url(../images/part-header-background.jpg) 1x,
      url(../images/part-header-background@2x.jpg) 2x
    );
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch;
  }
  .part-header__nav-list {
    flex-direction: column;
    gap: 3.8rem;
    align-items: flex-start;
  }
  .part-header__nav-list-item_border {
    margin-bottom: 3.8rem;
  }
  .part-header__nav-list-item_border {
    margin-bottom: 1.2rem;
  }
  .part-header__nav-list-item_mobile-hidden {
    display: none;
  }
  .part-header__nav-list-item_actions {
    margin-top: 3.8rem;
  }
  .part-header__nav-list-item_actions {
    margin-top: 1.2rem;
  }
  .part-footer {
    padding: 2rem;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 820px) {
  :root {
    --wrapper-offset: 3.92rem;
  }
  .responsive-small-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 580px) {
  :root {
    --main-font-size: 62.5%;
    --wrapper-offset: 1.4rem;
    --part-header-height: 7.1rem;
  }
  body {
    font-size: 1.3rem;
  }
  .capital-letter:first-letter {
    margin-top: 0.8rem;
    margin-right: 0.4rem;
    font-size: 4.2rem;
  }
  .responsive-large-mobile {
    display: none !important;
  }
  .ui-button {
    --ui-button-icon-size: 2rem;
    --ui-button-gap: 0.8rem;
  }
  .ui-button_size_default {
    padding: 1.4rem;
    font-size: 1.4rem;
  }
  .ui-button_min-width {
    min-width: 22rem;
  }
  .button-burger {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.325rem;
  }
  .button-burger__lines {
    width: 2rem;
    height: 1.4rem;
  }
  .part-header {
    padding: 1.2rem 0;
  }
  .part-header__logo {
    width: 3rem;
  }
  .part-header__nav-list {
    gap: 1.2rem;
  }
  .part-header__ui-button_ticket-preview:not([class*="ui-button_type_"]) {
    font-size: 1.2rem;
  }
  .part-footer {
    padding: 0.9rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 440px) {
  :root {
    --main-font-size: 2.6666666667vw;
  }
  .responsive-small-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 441px) {
  .responsive-from-small-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 581px) {
  .responsive-from-large-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 821px) {
  .responsive-from-small-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1121px) {
  .responsive-from-large-tablet {
    display: none !important;
  }
  .part-header:not(.is-menu-opened).is-scrolled {
    padding: 1.5rem 0;
  }
  .part-header:not(.is-menu-opened).is-scrolled .part-header__logo-icon {
    max-width: 3.5rem;
  }
  .part-header:not(.is-menu-opened).is-scrolled .part-header__menu {
    padding: 1.2rem 0;
  }
  .part-header__nav-list-item:first-child {
    margin-left: auto;
  }
  .part-header__nav-list-item_border {
    margin-right: auto;
  }
  .part-header__nav-list-item_actions,
  .part-header__ui-button_ticket-preview,
  .part-header__button-burger {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .responsive-from-small-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1701px) {
  .responsive-from-macbook {
    display: none !important;
  }
}
@media only screen and (min-width: 1921px) {
  .responsive-from-hd {
    display: none !important;
  }
}
