@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

section,
main,
footer,
header,
article {
  display: block;
}

::after,
::before {
  box-sizing: inherit;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

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

button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.navigation, .footer__icons, .header__wrapper, .layout-3-columns,
.layout-2-columns, .header__logo {
  display: flex;
  justify-content: space-between;
}

.visiting__card:hover .bordered-title::after, .video__pagination-items > .swiper-pagination-bullet, .video__slider input[type=radio], .video__arrow, .carousel__item,
.swiper-pagination-bullet, .welcome__left-arrow, .welcome__right-arrow, .footer__copyright-name, .footer__copyright-text > *, .form__submit:hover, .tickets__button:hover, .welcome__button:hover {
  transition: 0.3s;
}

.contacts__address-item > *:hover, .header__navigation-item > *:hover, .tickets__amount-button button[type=button]:hover, .tickets__types-radio:hover, .footer__item > *:hover {
  color: #9D8665;
  transition: 0.2s;
}

.header__icon-5:hover, .header__icon-4:hover, .header__icon-3:hover, .header__icon-2:hover, .header__icon-1:hover, .footer__icon-5:hover, .footer__icon-4:hover, .footer__icon-3:hover, .footer__icon-2:hover, .footer__icon-1:hover {
  filter: invert(58%) sepia(11%) saturate(1075%) hue-rotate(356deg) brightness(92%) contrast(83%);
  transition: 0.4s;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  user-select: none;
}

@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum-Regular.ttf");
}
body {
  font-size: 1.6rem;
  font-family: Roboto, sans-serif;
}

h1 {
  font-family: Forum, sans-serif;
  font-size: 2.8rem;
  line-height: 3.1rem;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: normal;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: normal;
    font-style: normal;
  }
}

h2 {
  font-family: Forum, sans-serif;
  font-size: 8rem;
  line-height: 9rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 5rem;
    line-height: 9rem;
    font-weight: normal;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 4rem;
    line-height: 6rem;
    font-weight: normal;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: normal;
    font-style: normal;
  }
}

h3 {
  font-family: Forum, sans-serif;
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 2.8rem;
    line-height: 3.1rem;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  h3 {
    letter-spacing: 3px;
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: normal;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  h3 {
    letter-spacing: 5px;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: normal;
    font-style: normal;
  }
}

h4 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 420px) {
  h4 {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: bold;
    font-style: normal;
  }
}

button {
  cursor: pointer;
}

.welcome__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 363px;
  height: 72px;
  border: 0px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
  border-radius: 10px;
  background: #710707;
  color: #FFFFFF;
  pointer-events: all;
}
.welcome__button:hover {
  background: #9D8665;
}
@media (max-width: 1024px) {
  .welcome__button {
    width: 302px;
    height: 59px;
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 200;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  .welcome__button {
    display: none;
  }
}

.tickets__button {
  width: 175px;
  height: 50px;
  border: 0px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  background: #000000;
  color: #FFFFFF;
}
.tickets__button:hover {
  background: #9D8665;
  color: #000000;
}
@media (max-width: 768px) {
  .tickets__button {
    width: 180px;
  }
}
@media (max-width: 420px) {
  .tickets__button {
    font-size: 1.6rem;
    line-height: 0rem;
    font-weight: 300;
    font-style: normal;
  }
}

.form__submit {
  margin-top: 268px;
  margin-left: auto;
  border-style: none;
  width: 220px;
  height: 45px;
  background: #710707;
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: normal;
  font-style: normal;
}
.form__submit:hover {
  background: #9D8665;
}
@media (max-width: 768px) {
  .form__submit {
    margin-top: 266px;
    width: 217px;
  }
}
@media (max-width: 420px) {
  .form__submit {
    margin-top: 484px;
    width: 220px;
  }
}

.logo {
  width: 199px;
  height: 50px;
}
.logo:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.header__logo {
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.header__logo:hover {
  opacity: 0.8;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 198px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .header__logo {
    align-items: flex-start;
    width: 199px;
  }
}
@media (max-width: 420px) {
  .header__logo {
    width: 138px;
  }
}
@media (max-width: 768px) {
  .header__logo > h1 {
    margin-top: -9px;
  }
}
@media (max-width: 420px) {
  .header__logo > h1 {
    margin-top: 0;
  }
}

.logo-image {
  width: 49px;
  height: 26px;
}
@media (max-width: 1024px) {
  .logo-image {
    width: 52px;
    height: 33px;
  }
}
@media (max-width: 420px) {
  .logo-image {
    width: 29px;
    height: 16px;
  }
}

.wrapper {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1600px) {
  .wrapper {
    padding: 0 20px;
  }
}

.layout-3-columns,
.layout-2-columns {
  flex-wrap: wrap;
}

.header {
  padding: 59px 0 49px;
  background-color: #030303;
}
@media (max-width: 1024px) {
  .header {
    position: relative;
    padding: 49px 0 55px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 113px;
  }
}
@media (max-width: 420px) {
  .header {
    padding: 37px 0 35px;
    height: 96px;
  }
}

.header__wrapper {
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .header__wrapper {
    align-items: flex-start;
  }
}

.header-overlay {
  display: none;
  width: 91vw;
  height: 100vh;
  position: absolute;
  z-index: 100;
}
@media (max-width: 768px) {
  .header-overlay {
    width: 89vw;
    height: 14000px;
  }
}
@media (max-width: 420px) {
  .header-overlay {
    width: 86vw;
  }
}

.footer {
  position: relative;
  padding: 73px 0 27px;
  background-color: #030303;
  color: #FFFFFF;
}
.footer::after {
  content: "";
  bottom: 149px;
  left: 0;
  width: 100%;
  height: 0px;
  position: absolute;
  border-bottom: 3px solid #666666;
}
@media (max-width: 1024px) {
  .footer::after {
    bottom: 122px;
  }
}
@media (max-width: 768px) {
  .footer::after {
    bottom: 111px;
  }
}
@media (max-width: 420px) {
  .footer::after {
    bottom: 102px;
  }
}
.footer__links {
  display: flex;
}
@media (max-width: 1024px) {
  .footer__links {
    margin-bottom: 29px;
  }
}
@media (max-width: 768px) {
  .footer__links {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
@media (max-width: 420px) {
  .footer__links {
    width: 100%;
    margin-bottom: -14px;
  }
}
.footer__logo {
  margin-right: 141px;
}
@media (max-width: 1024px) {
  .footer__logo {
    margin: 11px 40px 0 -3px;
    width: 201px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    margin-right: 99px;
    width: 202px;
    height: 41px;
  }
}
@media (max-width: 420px) {
  .footer__logo {
    display: flex;
    align-items: flex-start;
    width: 139px;
    height: 36px;
    margin-left: -3px;
  }
}
.footer__logo-img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo-img {
    margin-top: -2px;
  }
}
@media (max-width: 420px) {
  .footer__logo-img {
    width: 98%;
  }
}
.footer__navigation {
  width: 360px;
  padding-top: 13px;
}
@media (max-width: 1024px) {
  .footer__navigation {
    width: 311px;
    padding-top: 14px;
  }
}
@media (max-width: 768px) {
  .footer__navigation {
    width: 341px;
    font-size: 1.8rem !important;
    line-height: 2.1rem !important;
    font-weight: 200 !important;
    font-style: normal !important;
    padding-top: 19px;
  }
}
@media (max-width: 420px) {
  .footer__navigation {
    padding-top: 25px;
    width: 100%;
    font-size: 1.6rem !important;
    line-height: 1.8rem !important;
    font-weight: 200 !important;
    font-style: normal !important;
  }
}
.footer__item {
  margin-bottom: 25px;
}
.footer__item > * {
  color: #FFFFFF;
}
.footer__icons {
  padding-top: 86px;
  width: 339px;
}
@media (max-width: 1024px) {
  .footer__icons {
    padding-top: 94px;
  }
}
@media screen and (max-width: 932px) and (min-width: 769px) {
  .footer__icons {
    padding: 0 0 60px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .footer__icons {
    padding: 0 0 40px;
    margin-left: auto;
    margin-right: 90px;
  }
}
@media (max-width: 420px) {
  .footer__icons {
    padding: 0;
    margin: auto;
    margin-top: 29px;
    width: 260px;
  }
}
.footer__icon {
  width: 48px;
  height: 48px;
  border: 1px solid #666666;
  border-radius: 50px;
}
.footer__icon-link {
  display: inline-block;
  height: inherit;
  width: inherit;
  cursor: pointer;
}
.footer__icon:hover {
  border: 1px solid #000000;
}
.footer__icon-1 {
  background: url("../assets/svg/youtube-icon.svg") no-repeat center center;
}
.footer__icon-2 {
  background: url("../assets/svg/instagram-icon.svg") no-repeat center center;
}
.footer__icon-3 {
  background: url("../assets/svg/facebook-icon.svg") no-repeat center center;
}
.footer__icon-4 {
  background: url("../assets/svg/twitter-icon.svg") no-repeat center center;
}
.footer__icon-5 {
  background: url("../assets/svg/pinterest-icon.svg") no-repeat center center;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 78px;
  padding-bottom: 50px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .footer__copyright {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    padding-top: 40px;
  }
}
@media (max-width: 420px) {
  .footer__copyright {
    padding-top: 82px;
    padding-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .footer__copyright {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 200;
    font-style: normal;
  }
}
.footer__copyright-year {
  margin-right: 119px;
}
@media (max-width: 420px) {
  .footer__copyright-year {
    margin-left: 4px;
  }
}
.footer__copyright-text > * {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.footer__copyright-text > *:hover {
  color: #9D8665;
}
@media (max-width: 420px) {
  .footer__copyright-text {
    display: none;
  }
}
.footer__copyright-name {
  color: #FFFFFF;
}
.footer__copyright-name:hover {
  color: #9D8665;
}
@media (max-width: 1024px) {
  .footer {
    padding: 52px 0 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
}
@media (max-width: 420px) {
  .footer {
    padding: 29px 0 0;
  }
  .footer .list {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
  }
  .footer .list-2 {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    width: 89%;
    padding-left: 80%;
    margin-top: -61px;
  }
}
@media screen and (max-width: 420px) and (max-width: 419px) {
  .footer .list-2 {
    padding-left: 61%;
  }
}
@media (max-width: 420px) {
  .footer__item-3 {
    margin-left: 160px;
    margin-top: -92px;
  }
}
@media screen and (max-width: 420px) and (max-width: 419px) {
  .footer__item-3 {
    margin-left: 105px;
  }
}
@media (max-width: 420px) {
  .footer__item-2 {
    margin-top: 31px;
  }
}
@media (max-width: 420px) {
  .footer__item-4 {
    margin-left: -143px;
    margin-bottom: -73px;
    margin-top: 67px;
  }
}
@media screen and (max-width: 420px) and (max-width: 419px) {
  .footer__item-4 {
    margin-left: -85px;
  }
}

.welcome__slider {
  position: relative;
  width: 1000px;
  height: 750px;
  margin-left: auto !important;
  margin-right: 0 !important;
  z-index: 10 !important;
  overflow: hidden;
}
.welcome__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 16.19%, rgba(0, 0, 0, 0) 40.73%);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 768px) {
  .welcome__slider::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .welcome__slider {
    width: 700px;
    height: 525px;
  }
}
@media (max-width: 768px) {
  .welcome__slider {
    width: 100%;
    height: 546px;
    margin-top: 215px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 420px) {
  .welcome__slider {
    margin-top: 173px;
    height: 285px;
  }
}
.welcome__slider-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -57px;
  right: 0;
  width: 601px;
  height: 117px;
  background-color: #030303;
  z-index: 10;
}
@media (max-width: 1024px) {
  .welcome__slider-pagination {
    bottom: -58px;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .welcome__slider-pagination {
    bottom: -100px;
    height: 99px;
  }
}
@media (max-width: 420px) {
  .welcome__slider-pagination {
    bottom: -80px;
    height: 81px;
  }
}
.welcome__pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 444px;
}
@media (max-width: 1024px) {
  .welcome__pagination-wrapper {
    margin-left: 147px;
    width: 402px;
  }
}
@media (max-width: 768px) {
  .welcome__pagination-wrapper {
    margin-left: 0;
    width: 403px;
  }
}
@media (max-width: 420px) {
  .welcome__pagination-wrapper {
    width: 230px;
  }
}
.welcome__slider-el {
  margin: 0 10px;
  width: 1px;
  display: inline-block;
  height: 18px;
  background-color: #FFFFFF;
}
@media (max-width: 420px) {
  .welcome__slider-el {
    margin: -4px 2px;
  }
}
.welcome__slider-num-1, .welcome__slider-num-2 {
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1024px) {
  .welcome__slider-num-1, .welcome__slider-num-2 {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: normal;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  .welcome__slider-num-1, .welcome__slider-num-2 {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: normal;
    font-style: normal;
  }
}
.welcome__slider-carousel {
  width: 180px !important;
}
@media (max-width: 1024px) {
  .welcome__slider-carousel {
    width: 159px !important;
  }
}
@media (max-width: 420px) {
  .welcome__slider-carousel {
    width: 75px !important;
    margin: 0;
  }
}
.welcome__carousel-items {
  display: inline-block !important;
}
.welcome .welcome__slider-arrows {
  width: 85px;
  display: flex;
  justify-content: inherit;
}
.welcome__left-arrow, .welcome__right-arrow {
  cursor: pointer !important;
}
.welcome__left-arrow:hover, .welcome__right-arrow:hover {
  filter: invert(53%) sepia(19%) saturate(573%) hue-rotate(356deg) brightness(97%) contrast(92%) !important;
}
@media (max-width: 420px) {
  .welcome__left-arrow, .welcome__right-arrow {
    width: 20px !important;
  }
}
.welcome__left-arrow {
  margin-right: 15px !important;
}
@media (max-width: 420px) {
  .welcome__left-arrow {
    margin-right: 11px !important;
  }
}

.carousel__items {
  display: flex;
  justify-content: space-between;
}

.carousel__item,
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  opacity: 1 !important;
}
.carousel__item:hover,
.swiper-pagination-bullet:hover {
  background-color: #9D8665 !important;
}
@media (max-width: 1024px) {
  .carousel__item,
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}
@media (max-width: 420px) {
  .carousel__item,
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination {
  position: inherit !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #9D8665 !important;
}

.carousel__item.active {
  background-color: #9D8665;
}

.swiper-slide {
  object-fit: cover;
}

.video__slider-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 27px;
  flex-direction: row;
}
.video__slider-items iframe {
  border: none;
  height: 254px;
  margin-right: 13px !important;
}
@media screen and (max-width: 1046px) {
  .video__slider-items iframe {
    min-width: 49%;
    width: 381px;
    height: 198px;
  }
}
@media (max-width: 1024px) {
  .video__slider-items iframe {
    min-width: 29%;
    width: 367px;
    height: 168px;
  }
}
@media (max-width: 768px) {
  .video__slider-items iframe {
    min-width: 49%;
    width: 384px;
    height: 197px;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 625px) and (min-width: 426px) {
  .video__slider-items iframe {
    height: 180px;
  }
}
@media (max-width: 420px) {
  .video__slider-items iframe {
    min-width: 47%;
    width: 180px;
    height: 101px;
  }
}
@media (max-width: 768px) {
  .video__slider-items {
    margin-bottom: 21px;
    column-gap: 20px;
  }
}
@media (max-width: 420px) {
  .video__slider-items {
    column-gap: 22px;
    margin-bottom: 41px;
  }
}
.video__pagination {
  position: relative;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 300px;
  height: 12px;
}
.video__pagination-container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 200px;
}
@media (max-width: 768px) {
  .video__pagination-container {
    max-width: 193px;
  }
}
@media (max-width: 420px) {
  .video__pagination-container {
    max-width: 176px;
  }
}
.video .swiper-horizontal > .swiper-pagination-bullets, .video .swiper-pagination-bullets.swiper-pagination-horizontal, .video .swiper-pagination-custom, .video .swiper-pagination-fraction {
  display: flex;
  justify-content: space-around;
  width: 200px !important;
}
.video__pagination-item {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .video__pagination-item {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 420px) {
  .video__pagination-item {
    width: 8px;
    height: 8px;
  }
}
.video__arrow:hover {
  filter: invert(19%) sepia(33%) saturate(4826%) hue-rotate(341deg) brightness(69%) contrast(115%);
}
.video__arrow-left {
  background: url("../assets/svg/btns/video-slider-left-arrow.svg") no-repeat center;
}
.video__pagination-el {
  border-radius: 50%;
  background-color: #999999;
}
.video__arrow-right {
  background: url("../assets/svg/btns/video-slider-right-arrow.svg") no-repeat center;
}

.video__slider input[type=radio] {
  appearance: none;
}
.video__slider input[type=radio]:hover {
  background-color: #710707;
}

input:checked {
  background-color: #333333;
}

.video__pagination > .swiper-button-prev, .video__pagination > .swiper-button-next {
  position: relative;
  top: 0;
  width: 12px;
  height: 12px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video__pagination-items > .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  background: #333333 !important;
  opacity: 1 !important;
}
.video__pagination-items > .swiper-pagination-bullet:hover {
  background-color: #710707 !important;
}
@media (max-width: 1024px) {
  .video__pagination-items > .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}
@media (max-width: 420px) {
  .video__pagination-items > .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.video__pagination-items > .swiper-pagination-bullet-active {
  background: #710707 !important;
}

.overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
}
@media (max-width: 420px) {
  .overlay {
    height: 140vh;
  }
}

.form {
  position: fixed;
  top: 50vh;
  left: 50vw;
  display: flex;
  z-index: 100;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .form__image {
    margin-bottom: 14px;
  }
}
.form__form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .form__form {
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .form__form {
    flex-direction: column;
    row-gap: 39px;
  }
}
@media (max-width: 420px) {
  .form__form {
    row-gap: 40px;
    align-items: flex-start;
  }
}
.form__cross {
  position: absolute;
  top: 43px;
  right: 26px;
  width: 20px;
  height: 20px;
}
.form__cross::before, .form__cross::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 30px;
  background-color: #000000;
  cursor: pointer;
}
.form__cross::before {
  transform: rotate(45deg);
}
.form__cross:after {
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .form__cross {
    top: 68px;
    right: 25px;
  }
}
@media (max-width: 768px) {
  .form__cross {
    top: 51px;
    right: 29px;
  }
}
.form__container {
  position: absolute;
  padding: 91px 235px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1440px;
  height: 845px;
  background-color: #FFFFFF;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .form__container {
    width: 1024px;
    height: 794px;
    padding: 89px 27px 21px;
  }
}
@media (max-width: 768px) {
  .form__container {
    width: 590px;
    height: 1479px;
  }
}
@media (max-width: 420px) {
  .form__container {
    width: 420px;
    height: 1754px;
  }
}
.form__description {
  position: relative;
  margin-bottom: 73px;
}
.form__description::after {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #740C11;
}
@media (max-width: 768px) {
  .form__description::after {
    top: 143px;
  }
}
@media (max-width: 420px) {
  .form__description::after {
    top: 123px;
  }
}
@media (max-width: 1024px) {
  .form__description {
    margin-bottom: 71px;
  }
}
@media (max-width: 768px) {
  .form__description {
    margin-bottom: 52px;
  }
}
.form__title {
  margin-bottom: 13px;
  font-size: 5rem;
  line-height: 5.5rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #9D8665;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .form__title {
    margin-top: -17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .form__title {
    font-size: 3.2rem;
    line-height: 3.5rem;
    font-weight: normal;
    font-style: normal;
  }
}
.form__item-1 {
  width: 400px;
}
@media (max-width: 768px) {
  .form__item-1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form__item-1 {
    width: 99%;
  }
}
.form__item-2 {
  display: flex;
  flex-direction: column;
  padding: 26px 30px 17px;
  border: 1px solid #030303;
  max-width: 530px;
  min-width: 530px;
  background: url("../assets/img/form-bg.jpg") no-repeat 94% 27px;
  background-size: 150px 120px;
}
@media (max-width: 1024px) {
  .form__item-2 {
    margin-top: 13px;
    padding: 26px 30px 26px;
    background: url("../assets/img/form-bg.jpg") no-repeat 92% 27px;
  }
}
@media (max-width: 768px) {
  .form__item-2 {
    width: 100%;
    padding: 27px 16px 26px;
    background: url("../assets/img/form-bg.jpg") no-repeat 97% 24px;
  }
}
@media (max-width: 420px) {
  .form__item-2 {
    padding: 25px 15px;
    width: 360px;
    min-width: 319px;
    background: url("../assets/img/form-bg.jpg") no-repeat 94% 24px;
    background-size: 120px 96px;
  }
}
.form__subtitle {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: normal;
  font-style: normal;
  color: #710707;
}
.form__item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 19px;
}
.form__item-container > label > input, .form__item-container > select {
  height: 45px;
  border: 1px solid #030303;
}
.form__item-container #name {
  padding-left: 45px;
  background: url("../assets/svg/name.svg") no-repeat 15px center;
}
.form__item-container #email {
  padding-left: 45px;
  background: url("../assets/svg/email.svg") no-repeat 15px center;
}
.form__item-container #phone {
  padding-left: 45px;
  background: url("../assets/svg/tel.svg") no-repeat 10px 11px;
}
.form__item-container select {
  position: relative;
  background: url("../assets/svg/input-arrow.svg") no-repeat 376px center, url("../assets/svg/time.svg") no-repeat 15px center;
}
@media (max-width: 1024px) {
  .form__item-container select {
    word-spacing: 9px;
  }
}
@media (max-width: 1024px) {
  .form__item-container {
    row-gap: 20px;
  }
}
.form input {
  padding: 11px;
}
.form select {
  padding-left: 39px;
}
.form__item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form__item-row > label > input {
  height: 45px;
  width: 190px;
  border: 1px solid #030303;
}
@media (max-width: 768px) {
  .form__item-row > label > input {
    width: 250px;
  }
}
@media (max-width: 420px) {
  .form__item-row > label > input {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .form__item-row > label {
    width: 100%;
  }
}
.form__item-row #date {
  position: relative;
  color: transparent;
  font-size: 0px;
  background: url("../assets/svg/date.svg") no-repeat 15px center;
}
.form__item-row #date::before {
  content: "Date";
  position: absolute;
  top: 13px;
  left: 45px;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: normal;
  font-style: normal;
}
.form__item-row input[type=date]::-webkit-calendar-picker-indicator {
  font-size: 15px;
  background: url("../assets/svg/input-arrow.svg") no-repeat center center;
  cursor: pointer;
}
.form__item-row #time {
  position: relative;
  color: transparent;
  font-size: 0px;
  background: url("../assets/svg/time.svg") no-repeat 15px center;
}
.form__item-row #time::before {
  content: "Time";
  position: absolute;
  top: 13px;
  left: 45px;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: normal;
  font-style: normal;
}
.form__item-row input[type=time]::-webkit-calendar-picker-indicator {
  font-size: 15px;
  background: url("../assets/svg/input-arrow.svg") no-repeat center center;
  cursor: pointer;
}
@media (max-width: 420px) {
  .form__item-row {
    flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
  }
}
.form__entry {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #030303;
}
.form__entry::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 16px;
  width: 95%;
  height: 1px;
  background-color: #740C11;
}
.form__entry-title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
  font-style: normal;
  color: #9D8665;
}
.form__entry-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .form__entry-row > span {
    word-spacing: 5px;
  }
}
.form__entry-button {
  display: flex;
  align-items: center;
  width: 105px;
  height: 25px;
  border: 1px solid #000000;
}
.form__entry-button > button {
  width: 35px;
  height: 25px;
  background-color: #000000;
  color: #FFFFFF;
  border-style: none;
  cursor: pointer;
}
.form__entry-button > input {
  padding: 0;
  width: 46px;
  height: 25px;
  text-align: center;
}
.form__item-title {
  text-transform: capitalize;
  letter-spacing: normal;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 3.2rem;
  line-height: 3.7rem;
  font-weight: 500;
  font-style: normal;
}
.form__item-subtitle {
  margin-bottom: 13px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  font-style: normal;
  color: #740C11;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .form__item-subtitle {
    margin-bottom: 8px;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .form__item-subtitle {
    margin-top: 3px;
  }
}
@media (max-width: 420px) {
  .form__item-subtitle {
    margin-bottom: 10px;
  }
}
.form__item-2-tools {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.form__item-2-tools > span {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 300;
  font-style: normal;
  color: #030303;
}
.form__item-2-tools > .tool-1, .form__item-2-tools > .tool-2, .form__item-2-tools > .tool-3 {
  position: relative;
  padding-left: 28px;
}
.form__item-2-tools > .tool-1::before, .form__item-2-tools > .tool-2::before, .form__item-2-tools > .tool-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.form__item-2-tools > .tool-1::before {
  background: url("../assets/svg/date.svg") no-repeat;
}
.form__item-2-tools > .tool-2 {
  margin: 5px 0;
}
.form__item-2-tools > .tool-2::before {
  background: url("../assets/svg/time.svg") no-repeat;
}
.form__item-2-tools > .tool-3::before {
  background: url("../assets/svg/ticket-type.svg") no-repeat;
}
@media (max-width: 768px) {
  .form__item-2-tools {
    margin-bottom: 25px;
  }
}
.form__total {
  position: relative;
}
.form__total-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form__total-text {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: normal;
  font-style: normal;
  color: #030303;
}
.form__cards {
  position: relative;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .form__cards {
    margin-top: 14px;
  }
}
.form__card {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  max-width: 360px;
  min-width: 360px;
  height: 211px;
}
@media (max-width: 420px) {
  .form__card {
    width: 330px;
    min-width: 319px;
  }
}
.form__card-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75px;
  margin-left: auto;
  margin-top: 70px;
}
.form__card-code label {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  font-style: normal;
}
.form__card-code label input {
  margin: 5px 0 6px;
  width: 75px;
  height: 35px;
}
@media (max-width: 420px) {
  .form__card-code {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .form {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 765px) and (min-width: 421px) {
  .form {
    left: -95px;
  }
}
@media (max-width: 420px) {
  .form {
    left: -11px;
  }
}
@media screen and (max-width: 419px) {
  .form {
    left: -110px;
  }
}

.card-1 {
  position: absolute;
  z-index: 2;
  background: url("../assets/svg/visa.svg") no-repeat 94% 34px, url("../assets/svg/mastercard.svg") no-repeat 94% 65px;
  background-color: #BCBCBC;
}
.card-1 label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  font-style: normal;
  color: #161615;
}
.card-1 input {
  margin: 5px 0 10px;
  height: 35px;
}
.card-1 input[type=text] {
  width: 215px;
}
.card-1 input[type=number] {
  width: 100px;
}
@media (max-width: 420px) {
  .card-1 {
    background: url("../assets/svg/visa.svg") no-repeat 92% 34px, url("../assets/svg/mastercard.svg") no-repeat 91% 67px;
    background-color: #BCBCBC;
  }
}

.card-dates {
  display: flex;
  width: 223px;
}

#cardholder-name {
  width: 100%;
}

.card-2 {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #939393;
  z-index: 1;
}
.card-2__description {
  width: 55px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
  font-style: normal;
}
.card-2 ::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  height: 45px;
  width: 100%;
  background-color: #161615;
}
@media (max-width: 420px) {
  .card-2 ::after {
    top: 22px;
  }
}
@media (max-width: 420px) {
  .card-2 {
    top: 236px;
  }
}

.entry__row-1 {
  margin-top: 25px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .entry__row-1 {
    margin-top: 21px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
}

input[type=date],
input[type=time],
select {
  cursor: pointer;
}

.total-1,
.total-2 {
  position: relative;
}

.form__tooltip-basic,
.form__tooltip-senior {
  position: relative;
  top: -5px;
  left: 0;
  width: 39px;
  height: 30px;
  background: black;
  border-radius: 20%;
  margin-right: -239px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 6px;
}

.total-2 {
  margin: 9px 0 21px;
}
.total-2::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #740C11;
}
@media (max-width: 420px) {
  .total-2::after {
    top: 35px;
  }
}
@media (max-width: 768px) {
  .total-2 {
    margin: 6px 0 22px;
  }
}

.total-3 > * {
  font-size: 3.2rem;
  line-height: 3.7rem;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto, Verdana, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}

.form__container.active {
  visibility: visible;
  animation-name: transitionForm;
  animation-duration: 1.2s;
}
@media (max-width: 420px) {
  .form__container.active {
    left: 50%;
  }
}

@keyframes transitionForm {
  0% {
    left: -50%;
    top: 50%;
    transform: translate(-250%, -50%);
  }
  100% {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.form__container.hidden {
  left: -50%;
  top: 50%;
  transform: translate(-250%, -50%);
  animation-name: transitionFormHide;
  animation-duration: 1.2s;
}
@media (max-width: 420px) {
  .form__container.hidden {
    left: -100%;
  }
}

@keyframes transitionFormHide {
  0% {
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    left: 50%;
    top: 50%;
    transform: translate(-250%, -50%);
    display: none;
    visibility: hidden;
  }
}
.form-euro-el {
  margin-left: -243px;
  font-size: 22px;
}

.form-euro-el-big {
  margin-left: -318px;
  font-size: 36px;
}

#ticket-type {
  z-index: 100;
}

.error-border {
  border: 3px solid red !important;
}

.label-name,
.label-email,
.label-phone {
  position: relative;
}

.label-name.active::before,
.label-email.active::before,
.label-phone.active::before {
  content: "Invalid value!";
  top: 46px;
  left: 5px;
  position: absolute;
  color: red;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  font-style: normal;
}

.burger-menu {
  position: relative;
  display: none;
  margin-left: auto;
  top: 7px;
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: 1s;
}
.burger-menu:hover > *, .burger-menu:hover::before, .burger-menu:hover::after {
  background-color: #9D8665;
}
.burger-menu__line {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.burger-menu::before, .burger-menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.burger-menu::before {
  top: 0;
}
.burger-menu::after {
  bottom: 0;
}
@media (max-width: 1024px) {
  .burger-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .burger-menu {
    top: 0;
  }
}

.burger-menu.cross::before {
  right: 0;
  top: 8px;
  transform: rotate(45deg);
}

.burger-menu.cross::after {
  left: 0;
  top: 8px;
  transform: rotate(-45deg);
}

.burger-menu.cross .burger-menu__line {
  background-color: transparent;
}

.button-top-wrapper {
  position: absolute;
  height: 7000px;
  right: 58px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .button-top-wrapper {
    height: 5750px;
  }
}
@media (max-width: 768px) {
  .button-top-wrapper {
    height: 4550px;
  }
}
@media (max-width: 420px) {
  .button-top-wrapper {
    height: 3273px;
  }
}
@media screen and (max-width: 400px) {
  .button-top-wrapper {
    display: none;
  }
}

.button-top__link {
  padding-top: 34px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
}

.button-top {
  position: sticky;
  top: 90%;
  right: 10px;
  width: 100px;
  height: 100px;
  background: url(../assets/svg/btns/welc-sl-arrow-left.svg) no-repeat 48% 49%;
  background-size: 50px 50px;
  transform: rotate(90deg);
  background-color: #666666;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 2.8rem;
  line-height: 1.9rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.5;
}
.button-top:hover {
  background-color: #710707;
  color: #FFFFFF;
  transition: 0.7s ease-in-out;
  opacity: 1;
}

.welcome {
  padding-bottom: 60px;
  background-color: #030303;
  color: #FFFFFF;
}
.welcome__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 768px) {
  .welcome__wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.welcome__content {
  position: absolute;
  padding: 150px 0 272px;
  z-index: 12;
  transition: 0.1s ease-in;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .welcome__content {
    padding: 50px 0 192px;
  }
}
@media (max-width: 768px) {
  .welcome__content {
    width: 100%;
    padding: 1px 0px 50px 3px;
    text-align: center;
  }
}
.welcome__title {
  margin-bottom: 26px;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 420px) {
  .welcome__title {
    margin-bottom: 25px;
  }
}
.welcome__subtitle {
  margin-bottom: 76px;
  letter-spacing: 2px;
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-weight: 300;
  font-style: normal;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1024px) {
  .welcome__subtitle {
    margin-bottom: 50px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  .welcome__subtitle {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  .welcome__subtitle {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  .welcome {
    padding-bottom: 100px;
  }
}
@media (max-width: 420px) {
  .welcome {
    padding-bottom: 80px;
  }
}

.explore {
  padding: 73px 0;
  background-color: #030303;
  color: #FFFFFF;
}
.explore__title {
  margin-bottom: 104px;
}
@media (max-width: 1024px) {
  .explore__title {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .explore__title {
    margin-bottom: 63px;
  }
}
.explore__content {
  width: 657px;
}
@media (max-width: 1024px) {
  .explore__content {
    width: 100%;
  }
}
.explore__slider {
  position: relative;
  margin-top: 14px;
  overflow: hidden;
  background: url("../assets/img/explore-after.jpg") no-repeat center center;
  background-size: cover;
  width: 700px;
  height: 700px;
}
.explore__slider > input[type=range] {
  height: 100%;
  width: 100%;
  background: transparent;
  overflow: visible;
}
.explore__slider > ::-webkit-slider-runnable-track {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  overflow: visible;
}
.explore__slider > ::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  left: 100px;
  width: 40px;
  height: 700px;
  background: url("../assets/svg/explore-slider-element.svg") no-repeat center center;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .explore__slider {
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .explore__slider {
    position: relative;
    margin: auto;
    margin-top: 62px;
  }
}
@media (max-width: 768px) {
  .explore__slider {
    margin-top: 0;
    width: 727px;
    height: calc(100vw - 44px);
  }
}
.explore__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../assets/img/explore-slider.jpg") no-repeat;
  background-size: cover;
  object-fit: cover;
}
.explore__slider-input {
  width: 100%;
  position: absolute;
  top: 0px;
  cursor: col-resize;
  -webkit-appearance: none;
  overflow: visible;
}
.explore__description {
  font-size: 2.2rem;
  line-height: 3.9rem;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .explore__description {
    font-size: 2rem;
    line-height: 3.7rem;
    font-weight: 300;
    font-style: normal;
  }
  .explore__description > :nth-child(3n+3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .explore__description {
    display: none;
  }
}
.explore__text {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .explore__text {
    margin-bottom: 0;
  }
}
.explore__colored-text {
  color: #9D8665;
}
@media (max-width: 1024px) {
  .explore {
    padding: 53px 0;
  }
}
@media (max-width: 768px) {
  .explore {
    padding: 38px 0 34px;
  }
}
@media (max-width: 420px) {
  .explore {
    padding: 40px 0 34px;
  }
}

.tickets {
  padding: 75px 0 0;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
.tickets__title {
  margin-bottom: 102px;
}
@media (max-width: 1024px) {
  .tickets__title {
    margin-bottom: 76px;
  }
}
@media (max-width: 768px) {
  .tickets__title {
    margin-bottom: 63px;
  }
}
.tickets__content {
  justify-content: space-between;
  row-gap: 40px;
}
@media (max-width: 420px) {
  .tickets__content {
    justify-content: center;
  }
}
.tickets__image-container {
  width: 720px;
  height: 550px;
  background: url("../assets/img/tickets-img.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1460px) and (min-width: 1025px) {
  .tickets__image-container {
    flex-basis: 47%;
  }
}
@media (max-width: 1024px) {
  .tickets__image-container {
    width: 700px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .tickets__image-container {
    width: 444px;
    height: 340px;
  }
}
@media (max-width: 420px) {
  .tickets__image-container {
    width: 100%;
    height: 160px;
  }
}
.tickets__buttons {
  width: 659px;
}
@media screen and (max-width: 1460px) and (min-width: 1025px) {
  .tickets__buttons {
    flex-basis: 47%;
  }
}
@media (max-width: 1024px) {
  .tickets__buttons {
    margin-right: 29px;
    width: 175px;
  }
}
@media (max-width: 768px) {
  .tickets__buttons {
    margin-right: 47px;
    width: 179px;
  }
}
@media (max-width: 420px) {
  .tickets__buttons {
    margin-right: 0;
  }
}
.tickets__types {
  width: 270px;
}
@media (max-width: 1024px) {
  .tickets__types {
    display: none;
  }
}
.tickets__types-title {
  margin-bottom: 52px;
}
.tickets__types-radio {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: baseline;
  width: 243px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  font-style: normal;
}
.tickets__types-radio:hover {
  cursor: pointer;
}
.tickets__types-radio::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
}
.tickets__types-radio.active {
  position: relative;
}
.tickets__types-radio.active::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: 2px solid black;
  background: black;
  border-radius: 50%;
  cursor: pointer;
}
.tickets__amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  width: 177px;
}
@media (max-width: 1024px) {
  .tickets__amount {
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .tickets__amount {
    align-items: center;
  }
}
.tickets .amount-total {
  margin-left: 7px;
}
@media (max-width: 420px) {
  .tickets .amount-total {
    margin-left: 0;
  }
}
.tickets__amount-container {
  width: 84%;
  text-align: start;
}
@media (max-width: 1024px) {
  .tickets__amount-container {
    width: 100%;
  }
}
.tickets__amount-title {
  text-align: right;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .tickets__amount-title {
    margin-bottom: 27px;
  }
}
@media (max-width: 768px) {
  .tickets__amount-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .tickets__amount-title {
    margin-bottom: 20px;
  }
}
.tickets__amount-age {
  align-self: flex-start;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 420px) {
  .tickets__amount-age {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 300;
    font-style: normal;
  }
}
.tickets__amount-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 11px;
  width: 100%;
  height: 50px;
  border: 3px solid #000000;
}
.tickets__amount-button button[type=button] {
  border: none;
  width: 45px;
  height: 50px;
  font-size: 3.2rem;
  line-height: 3.7rem;
  font-weight: 400;
  font-style: normal;
  background-color: inherit;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tickets__amount-button button[type=button] {
    width: 56px;
  }
}
.tickets__amount-button input[type=number] {
  border: none;
  padding-left: 16px;
  width: 64px;
  height: 50px;
  text-align: center;
  justify-content: center;
  background-color: inherit;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1024px) {
  .tickets__amount-button input[type=number] {
    padding-left: 2px;
  }
}
@media (max-width: 420px) {
  .tickets__amount-button input[type=number] {
    padding-left: 0;
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .tickets__amount-button {
    margin-top: 12px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .tickets__amount-button {
    margin-top: 8px;
  }
}
@media (max-width: 420px) {
  .tickets__amount-button {
    margin-top: 13px;
    margin-bottom: 21px;
  }
}
.tickets__amount-subtitle {
  margin-top: 42px;
  margin-bottom: 58px;
  letter-spacing: 1.65px;
}
@media (max-width: 1024px) {
  .tickets__amount-subtitle {
    margin-top: -5px;
    margin-bottom: 69px;
  }
}
@media (max-width: 768px) {
  .tickets__amount-subtitle {
    margin-top: 9px;
    margin-bottom: 42px;
  }
}
@media (max-width: 420px) {
  .tickets__amount-subtitle {
    margin-top: 20px;
    margin-bottom: 41px;
    width: 91px;
    display: flex;
    justify-content: center;
  }
}
.tickets__paralax {
  margin-top: 75px;
  width: 100%;
  height: 400px;
  background: url("../assets/img/parallax.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .tickets__paralax {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .tickets__paralax {
    margin-top: 40px;
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .tickets {
    padding: 53px 0 0;
  }
}
@media (max-width: 768px) {
  .tickets {
    padding: 40px 0 0;
  }
}

.radio-button {
  position: absolute;
  margin-right: 23px;
  border: 2px solid #000000;
  height: 33px;
  width: 245px;
  cursor: pointer;
}

input[type=radio].radio-button {
  opacity: 0;
}

.navigation {
  letter-spacing: 2px;
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 200;
  font-style: normal;
}

.header__navigation {
  position: relative;
  width: 775px;
}
.header__navigation-item > * {
  color: #FFFFFF;
}
.header__navigation .header__navigation-item::after {
  visibility: hidden;
  content: url("../assets/svg/header-menu.svg");
  position: absolute;
  left: 168px;
}
@media (max-width: 1024px) {
  .header__navigation .header__navigation-item::after {
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .header__navigation .header__navigation-item::after {
    left: 168px;
  }
}
@media (max-width: 1024px) {
  .header__navigation {
    position: absolute;
    padding-top: 35px;
    padding-left: 55px;
    top: 130px;
    left: -300px;
    width: 297px;
    height: 585px;
    background-color: #030303;
  }
  .header__navigation .navigation {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header__navigation .navigation {
    row-gap: 21px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .header__navigation .navigation {
    row-gap: 25px;
  }
}
@media (max-width: 768px) {
  .header__navigation {
    left: -768px;
    padding: 35px 55px;
    width: 100%;
    height: 861px;
  }
}
@media (max-width: 420px) {
  .header__navigation {
    height: 544px;
  }
}

.header__icons {
  display: none;
}

.header__icon {
  width: 48px;
  height: 48px;
  border: 1px solid #666666;
  border-radius: 50px;
}
.header__icon-link {
  display: inline-block;
  height: inherit;
  width: inherit;
  cursor: pointer;
}
.header__icon:hover {
  border: 1px solid #000000;
}
.header__icon-1 {
  background: url("../assets/svg/youtube-icon.svg") no-repeat center center;
}
.header__icon-2 {
  background: url("../assets/svg/instagram-icon.svg") no-repeat center center;
}
.header__icon-3 {
  background: url("../assets/svg/facebook-icon.svg") no-repeat center center;
}
.header__icon-4 {
  background: url("../assets/svg/twitter-icon.svg") no-repeat center center;
}
.header__icon-5 {
  background: url("../assets/svg/pinterest-icon.svg") no-repeat center center;
}
.header__navigation-images {
  display: none;
}

.header__navigation-img-1 {
  background: url("../assets/img/header-nav-1.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .header__navigation-img-1 {
    width: 100%;
    height: 196px;
  }
}

.header__navigation-img-2 {
  background: url("../assets/img/header-nav-2.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .header__navigation-img-2 {
    width: 49%;
    height: 160px;
  }
}

.header__navigation-img-3 {
  background: url("../assets/img/header-nav-3.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .header__navigation-img-3 {
    width: 48%;
  }
}

.header__navigation.active {
  top: 130px;
  left: 0;
  animation-name: showMenu;
  animation-duration: 1s;
  background-color: #030303;
  z-index: 150;
}
.header__navigation.active::after {
  content: "";
  position: absolute;
  display: inline-block;
  visibility: hidden;
  bottom: 83px;
  left: 7%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .header__navigation.active::after {
    bottom: 117px;
    visibility: visible;
    width: 86%;
  }
}
@media (max-width: 420px) {
  .header__navigation.active::after {
    width: 74%;
    left: 54px;
    bottom: 124px;
  }
}
@media (max-width: 768px) {
  .header__navigation.active {
    top: 113px;
    background-color: #030303;
  }
  .header__navigation.active > .navigation {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 200;
    font-style: normal;
    margin-bottom: -14px;
  }
  .header__navigation.active > .header__navigation-images {
    display: flex;
    position: relative;
    width: 100%;
    height: 376px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    overflow: hidden;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .header__navigation.active > .header__navigation-images {
    height: 95px;
  }
  .header__navigation.active > .header__navigation-images > div {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 768px) {
  .header__navigation.active > .header__icons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    top: 482px;
    width: 340px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__navigation.active > .header__icons {
    top: 493px;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .header__navigation.active > .header__icons {
    top: 188px;
    width: fit-content;
    min-width: 258px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .header__navigation.active > .header__icons {
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 420px) {
  .header__navigation.active {
    top: 89px;
    height: 572px;
  }
}

@keyframes showMenu {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}
.header__navigation.disabled {
  left: -300px;
  top: 130px;
  animation-name: hideMenu;
  animation-duration: 0.5s;
  background-color: #030303;
  z-index: 150;
  opacity: 0;
}
@media (max-width: 768px) {
  .header__navigation.disabled {
    top: 110px;
    left: -750px;
  }
}
@media (max-width: 420px) {
  .header__navigation.disabled {
    top: 96px;
  }
}

@keyframes hideMenu {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -300px;
    opacity: 0.1;
  }
}
.bordered-title {
  position: relative;
}
.bordered-title:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 116px;
  border-top: 3px solid #710707;
}
@media (max-width: 1024px) {
  .bordered-title:after {
    top: 102px;
  }
}
@media (max-width: 768px) {
  .bordered-title:after {
    top: 81px;
  }
}
@media (max-width: 420px) {
  .bordered-title:after {
    top: 60px;
  }
}

.visiting {
  padding: 75px 0;
}
.visiting__title {
  margin-bottom: 102px;
}
@media (max-width: 1024px) {
  .visiting__title {
    margin-bottom: 76px;
  }
}
@media (max-width: 768px) {
  .visiting__title {
    margin-bottom: 63px;
  }
}
.visiting__cards {
  row-gap: 73px;
}
@media (max-width: 1024px) {
  .visiting__cards {
    padding: 0 108px;
    row-gap: 58px;
  }
}
@media screen and (max-width: 1376px) and (min-width: 1025px) {
  .visiting__cards {
    justify-content: space-evenly;
    column-gap: 10px;
  }
}
@media screen and (max-width: 932px) and (min-width: 770px) {
  .visiting__cards {
    justify-content: center;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .visiting__cards {
    padding: 0 56px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 720px) and (min-width: 420px) {
  .visiting__cards {
    justify-content: center;
    column-gap: 20px;
  }
}
@media (max-width: 420px) {
  .visiting__cards {
    padding: 0 50px;
    row-gap: 41px;
  }
}
@media screen and (max-width: 320px) {
  .visiting__cards {
    padding: 0;
  }
}
.visiting__card {
  min-width: 236px;
}
.visiting__card-img {
  margin-bottom: 21px;
}
@media (max-width: 1024px) {
  .visiting__card-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .visiting__card-img {
    margin-bottom: 19px;
  }
}
.visiting__card-title {
  position: relative;
  margin-bottom: 22px;
  color: #000000;
}
.visiting__card-title:after {
  width: 300px;
  top: 46px;
  border-top: 3px solid #710707;
}
@media (max-width: 1024px) {
  .visiting__card-title:after {
    top: 40px;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .visiting__card-title:after {
    top: 34px;
  }
}
@media (max-width: 420px) {
  .visiting__card-title:after {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .visiting__card-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .visiting__card-title {
    margin-bottom: 21px;
  }
}
.visiting__card-text {
  width: 300px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 200;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1024px) {
  .visiting__card-text {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 200;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  .visiting__card-text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 200;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  .visiting__card-text {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 200;
    font-style: normal;
  }
}
.visiting__card-row-2 {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 200;
  font-style: normal;
}
@media (max-width: 1024px) {
  .visiting__card-row-2 {
    margin-top: 11px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 200;
    font-style: normal;
  }
}
@media (max-width: 1024px) {
  .visiting__card {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .visiting__card {
    width: 280px;
  }
}
@media (max-width: 420px) {
  .visiting__card {
    min-width: 226px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .visiting {
    padding: 53px 0 60px;
  }
}
@media (max-width: 768px) {
  .visiting {
    padding: 42px 0 79px;
  }
}
@media (max-width: 420px) {
  .visiting {
    padding: 40px 0 42px;
  }
}

.visiting__card:hover .bordered-title::after {
  width: 100%;
}
.visiting__card:hover .visiting__card-title {
  color: #9D8665;
}
.visiting__card:hover .visiting__card-text > * {
  color: #9D8665;
}

.visiting__card-text > *:active {
  color: #9D8665;
}

.video-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.video {
  padding: 75px 0 75px;
}
.video__text {
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .video__text {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .video__text {
    margin-bottom: 20px;
  }
}
.video__subtitle {
  width: 720px;
  font-size: 2.2rem;
  line-height: 3.9rem;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .video__subtitle {
    display: none;
  }
}
.video__play-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 650px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .video__play-btn {
    height: 444px;
  }
}
@media (max-width: 768px) {
  .video__play-btn {
    height: 329px;
  }
}
@media (max-width: 420px) {
  .video__play-btn {
    height: 171px;
  }
}
@media (max-width: 1024px) {
  .video {
    padding: 53px 0 60px;
  }
}
@media (max-width: 768px) {
  .video {
    padding: 40px 0 80px;
  }
}
@media (max-width: 420px) {
  .video {
    padding: 36px 0 36px;
  }
}

.swiper3 {
  overflow: hidden;
}

.video-container,
.video-container.swiper-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-bottom: 40px;
  width: 100%;
  height: 735px;
  text-align: center;
  user-select: none;
}
.video-container > .swiper-slide,
.video-container .swiper-slide-active,
.video-container.swiper-wrapper > .swiper-slide,
.video-container.swiper-wrapper .swiper-slide-active {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .video-container,
.video-container.swiper-wrapper {
    height: 504px;
  }
}
@media (max-width: 768px) {
  .video-container,
.video-container.swiper-wrapper {
    margin-bottom: 23px;
    height: 383px;
  }
}
@media (max-width: 420px) {
  .video-container,
.video-container.swiper-wrapper {
    margin-bottom: 39px;
    height: 226px;
  }
}

.btn {
  border: none;
  opacity: 0.5;
}
.btn:hover {
  opacity: 1;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../assets/svg/btns/play-btn.svg") no-repeat center center;
  background-size: 100%;
  width: 221px;
  height: 221px;
  border: 1px solid white;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .play-btn {
    width: 152px;
    height: 152px;
  }
}
@media (max-width: 768px) {
  .play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 420px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
}

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  appearance: none;
  -webkit-appearance: none;
  background-color: linear-gradient(to right, #710707 0%, #710707 100%, #c4c4c4 10%, #c4c4c4 100%);
}

.controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  height: 85px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: 10;
}
.controls > button {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .controls > button {
    order: 1;
  }
}
.controls > input {
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .controls > input {
    order: 2;
  }
}
@media (max-width: 420px) {
  .controls > input {
    height: 4px;
  }
}
@media (max-width: 1024px) {
  .controls {
    padding: 0 40px;
    height: 60px;
  }
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .controls {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .controls {
    padding: 0 30px;
    height: 53px;
  }
}
@media (max-width: 420px) {
  .controls {
    padding: 0 20px;
    height: 50px;
  }
}

.main-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

video[poster] {
  object-fit: cover;
  height: 100%;
}

.stop-btn {
  width: 23px;
  height: 31px;
  background: url("../assets/svg/btns/stop-btn.svg") no-repeat center center;
}
@media (max-width: 768px) {
  .stop-btn {
    background-size: 23px 29px;
  }
}
@media (max-width: 420px) {
  .stop-btn {
    background-size: 13px 17px;
    width: 12px;
  }
}

.range-progress {
  width: 67.3%;
  height: 7px;
}
@media (max-width: 1024px) {
  .range-progress {
    width: 63.4%;
    height: 5px;
  }
}
@media (max-width: 768px) {
  .range-progress {
    width: 72.8%;
  }
}
@media (max-width: 420px) {
  .range-progress {
    width: 59%;
  }
}

.volume-btn {
  position: relative;
  width: 40px;
  height: 31px;
  background: url("../assets/svg/btns/volume-btn.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .volume-btn {
    width: 26px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .volume-btn {
    width: 26px;
    height: 21px;
  }
}
@media (max-width: 420px) {
  .volume-btn {
    width: 17px;
    height: 13px;
  }
}

.volume-progress {
  width: 155px;
  height: 7px;
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 1024px) {
  .volume-progress {
    height: 5px;
  }
}
@media (max-width: 768px) {
  .volume-progress {
    display: none;
  }
}

.volume-btn.line::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 15px;
  height: 42px;
  border-left: 3px solid #bbbbbb;
  transform: rotate(-35deg);
  z-index: 10;
}

.fullscreen-btn {
  width: 35px;
  height: 35px;
  background: url("../assets/svg/btns/size-btn.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .fullscreen-btn {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 768px) {
  .fullscreen-btn {
    order: 3 !important;
  }
}
@media (max-width: 420px) {
  .fullscreen-btn {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}

.fullscreen-btn:hover {
  transform: scale(1.2);
}

.speed-tooltip {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 27px;
  width: 203px;
  height: 105px;
  background: rgba(202, 194, 194, 0.5);
  color: #FFFFFF;
  text-align: center;
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 300;
  font-style: normal;
  z-index: 100;
  border-radius: 20px;
}

.speed-tooltip.active {
  display: block;
  transition: 2s ease-in-out;
}

.gallery {
  padding-top: 75px;
  background-color: #030303;
}
.gallery__title {
  margin-bottom: 75px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .gallery__title {
    margin-bottom: 53px;
  }
}
@media (max-width: 768px) {
  .gallery__title {
    margin-bottom: 40px;
  }
}
.gallery__container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 1962px;
}
@media (max-width: 1024px) {
  .gallery__container {
    height: 1264px;
  }
}
@media (max-width: 768px) {
  .gallery__container {
    height: 1080px;
  }
}
@media (max-width: 420px) {
  .gallery__container {
    height: 638px;
  }
}
.gallery__inner-container {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 2900px;
  row-gap: 24px;
  row-gap: 24px;
  column-count: 3;
  column-gap: 33px;
}
.gallery__inner-container > * {
  width: 32%;
}
@media (max-width: 1024px) {
  .gallery__inner-container > * {
    column-gap: 27px;
    width: 31%;
  }
}
@media (max-width: 768px) {
  .gallery__inner-container > * {
    width: 48%;
  }
}
@media (max-width: 420px) {
  .gallery__inner-container > * {
    width: 47%;
  }
}
.gallery__inner-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.65));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 97%);
  pointer-events: none;
}
@media screen and (max-width: 1800px) and (min-width: 1025px) {
  .gallery__inner-container {
    height: 2100px;
    column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .gallery__inner-container {
    height: 2100px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .gallery__inner-container {
    height: 1854px;
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .gallery__inner-container {
    column-gap: 27px;
  }
}
@media screen and (max-width: 700px) and (min-width: 421px) {
  .gallery__inner-container {
    height: 1398px;
  }
}
@media (max-width: 420px) {
  .gallery__inner-container {
    column-gap: 24px;
    height: 1164px;
  }
}
.gallery-image:nth-child(3n+1) {
  position: relative;
  order: 1;
}
.gallery-image:nth-child(3n+2) {
  order: 2;
}
.gallery-image:nth-child(3n+3) {
  top: 50px;
  position: relative;
  order: 3;
}
@media (max-width: 1024px) {
  .gallery {
    padding-top: 54px;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding-top: 40px;
  }
}

@keyframes showCards {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gallery-image-hidden {
  opacity: 0;
  transition: 3s ease-in;
  transform: translateY(80px) scale(1.01);
}

.gallery-image {
  position: relative;
  cursor: pointer;
}
.gallery-image > img {
  width: 100%;
  height: 100%;
}
.gallery-image::before {
  content: "";
  padding: 143px 20px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.gallery-image:hover::before {
  display: inline-block;
  opacity: 1;
  top: 0px;
  left: 0;
  padding: 76px 20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  color: #000000;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  transition: 1s;
}

.image-1::before {
  content: "Psyche Revived by Cupid's Kiss. It is regarded as a masterpiece of Neoclassical sculpture, but shows the mythological lovers at a moment of great emotion, characteristic of the emerging movement of Romanticism.";
  width: 100%;
  height: 100%;
  padding: 143px 20px;
  left: 0;
  top: 0;
}
.image-1:hover::before {
  content: "Psyche Revived by Cupid's Kiss. It is regarded as a masterpiece of Neoclassical sculpture, but shows the mythological lovers at a moment of great emotion, characteristic of the emerging movement of Romanticism.";
}

.image-2::before {
  content: "Greek Goddess Artemis Statue Sculpture Louvre Museum";
  padding: 168px 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-2:hover {
  box-sizing: border-box;
}
.image-2:hover::before {
  content: "Greek Goddess Artemis Statue Sculpture Louvre Museum";
}

.image-3::before {
  content: "The Louvre Palace (French: Palais du Louvre, [palɛ dy luvʁ])";
  padding: 143px 20px;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-3:hover::before {
  content: "The Louvre Palace (French: Palais du Louvre, [palɛ dy luvʁ])";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.image-4::before {
  content: "The Winged Victory of Samothrace, also called the Nike of Samothrace, is a marble Hellenistic sculpture of Nike (the Greek goddess of victory) that was created in about the 2nd century BC";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.image-4:hover::before {
  content: "The Winged Victory of Samothrace, also called the Nike of Samothrace, is a marble Hellenistic sculpture of Nike (the Greek goddess of victory) that was created in about the 2nd century BC";
  padding: 76px 20px;
}

.image-5::before {
  content: "The Venus de Milo (/də ˈmaɪloʊ, də ˈmiːloʊ/; Greek: Αφροδίτη της Μήλου, romanized: Afrodíti tis Mílou) is an ancient Greek sculpture from the Hellenistic period, depicting a Greek goddess. It is one of the most famous works of ancient Greek sculpture.";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-5:hover::before {
  content: "The Venus de Milo (/də ˈmaɪloʊ, də ˈmiːloʊ/; Greek: Αφροδίτη της Μήλου, romanized: Afrodíti tis Mílou) is an ancient Greek sculpture from the Hellenistic period, depicting a Greek goddess. It is one of the most famous works of ancient Greek sculpture.";
}

.image-6::before {
  content: "The Virgin and Child with Saint Anne is an unfinished oil painting of c. 1503 by Italian Renaissance artist Leonardo da Vinci depicting Saint Anne, her daughter the Virgin Mary and the infant Jesus";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-6:hover::before {
  content: "The Virgin and Child with Saint Anne is an unfinished oil painting of c. 1503 by Italian Renaissance artist Leonardo da Vinci depicting Saint Anne, her daughter the Virgin Mary and the infant Jesus";
}

.image-7::before {
  content: "The Mona Lisa; Joconde [ʒɔkɔ̃d]) is a half-length portrait painting by Italian artist Leonardo da Vinci. Considered an archetypal masterpiece of the Italian Renaissance, it has been described as the best known, the most visited, the most written about, the most sung about, the most parodied work of art in the world";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-7:hover::before {
  content: "The Mona Lisa; Joconde [ʒɔkɔ̃d]) is a half-length portrait painting by Italian artist Leonardo da Vinci. Considered an archetypal masterpiece of the Italian Renaissance, it has been described as the best known, the most visited, the most written about, the most sung about, the most parodied work of art in the world";
}

.image-8::before {
  content: "Louvre, the national museum and art gallery of France";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-8:hover::before {
  content: "Louvre, the national museum and art gallery of France";
}

.image-9::before {
  content: "Venus de Milo, ancient statue commonly thought to represent Aphrodite, now in Paris at the Louvre. It was carved from marble by Alexandros, a sculptor of Antioch on the Maeander River about 150 BCE.";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-9:hover::before {
  content: "Venus de Milo, ancient statue commonly thought to represent Aphrodite, now in Paris at the Louvre. It was carved from marble by Alexandros, a sculptor of Antioch on the Maeander River about 150 BCE.";
}

.image-10::before {
  content: "Cour Visconti, toit du département des Arts de l'Islam";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-10:hover::before {
  content: "Cour Visconti, toit du département des Arts de l'Islam";
}

.image-11::before {
  content: "Liberty Leading the People (French: La Liberté guidant le peuple [la libɛʁte ɡidɑ̃ lə pœpl]) is a painting by Eugène Delacroix commemorating the July Revolution of 1830, which toppled King Charles X of France.";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-11:hover::before {
  content: "Liberty Leading the People (French: La Liberté guidant le peuple [la libɛʁte ɡidɑ̃ lə pœpl]) is a painting by Eugène Delacroix commemorating the July Revolution of 1830, which toppled King Charles X of France.";
}

.image-12::before {
  content: "The Cour Marly";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-12:hover::before {
  content: "The Cour Marly";
}

.image-13::before {
  content: "Pauline Bonaparte as Venus Victrix ('Venus Victorious') is a semi-nude life-size reclining neo-Classical portrait sculpture by the Italian sculptor Antonio Canova.";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-13:hover::before {
  content: "Pauline Bonaparte as Venus Victrix ('Venus Victorious') is a semi-nude life-size reclining neo-Classical portrait sculpture by the Italian sculptor Antonio Canova.";
}

.image-14::before {
  content: "La Belle Ferronnière (French pronunciation: ​[la bɛl fɛʁɔnjɛʁ]) is a portrait of a lady, usually attributed to Leonardo da Vinci, in the Louvre. It is also known as Portrait of an Unknown Woman";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-14:hover::before {
  content: "La Belle Ferronnière (French pronunciation: ​[la bɛl fɛʁɔnjɛʁ]) is a portrait of a lady, usually attributed to Leonardo da Vinci, in the Louvre. It is also known as Portrait of an Unknown Woman";
}

.image-15::before {
  content: "The Louvre Palace (French: Palais du Louvre, [palɛ dy luvʁ])";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-15:hover::before {
  content: "The Louvre Palace (French: Palais du Louvre, [palɛ dy luvʁ])";
}

.colored-title {
  color: #9D8665;
}

.contacts {
  padding: 74px 0 71px;
}
.contacts__title {
  margin-bottom: 105px;
}
@media (max-width: 1024px) {
  .contacts__title {
    margin-bottom: 74px;
  }
}
@media (max-width: 768px) {
  .contacts__title {
    margin-bottom: 63px;
  }
}
@media (max-width: 1024px) {
  .contacts__description {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .contacts__description {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.contacts__text {
  width: 282px;
}
.contacts__map {
  width: 960px;
  height: 620px;
}
@media (max-width: 1024px) {
  .contacts__map {
    width: calc(50% + 338px);
    height: calc(65vw - 78px);
  }
}
@media (max-width: 768px) {
  .contacts__map {
    width: 100%;
  }
}
.contacts__subtitle {
  margin-bottom: 51px;
}
@media (max-width: 1024px) {
  .contacts__subtitle {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .contacts__subtitle {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .contacts__subtitle {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 500;
    font-style: normal;
  }
}
.contacts__address {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .contacts__address {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  .contacts__address {
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 420px) {
  .contacts__address {
    word-spacing: -1px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 500;
    font-style: normal;
  }
}
.contacts__address-item {
  display: inline-block;
  margin-bottom: 26px;
}
.contacts__address-item > * {
  color: inherit;
}
.contacts__address-item > *:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .contacts__address-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .contacts {
    padding: 52px 0 62px;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding: 40px 0 67px;
  }
}
@media (max-width: 420px) {
  .contacts {
    padding: 40px 0 40px;
  }
}

#map {
  top: 0;
  bottom: 0;
}

canvas {
  width: 100% !important;
  height: auto !important;
}

.tour {
  width: 100vw !important;
  height: 100vh !important;
}

/*# sourceMappingURL=style.css.map */
