/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/app.scss ***!
  \************************************************************************************************************/
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {}
html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section__title {
  font-family: Forum;
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .section__title {
    font-family: Forum;
    font-size: 50px;
    font-weight: normal;
    line-height: 75px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-family: Forum;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
  }
}
@media (max-width: 420px) {
  .section__title {
    font-family: Forum;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
  }
}

.section__title_light {
  color: #fff;
}

.section__title_gold {
  color: #9d8665;
}

.section_dark {
  background-color: #030303;
}

.head {
  display: flex;
  justify-content: space-between;
  padding-top: 58px;
  padding-bottom: 58px;
}
@media (max-width: 1024px) {
  .head {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .head {
    height: 41px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media (max-width: 420px) {
  .head {
    height: unset;
  }
}

.logo {
  display: flex;
  align-items: baseline;
  column-gap: 25px;
  text-decoration: none;
}
@media (max-width: 420px) {
  .logo img {
    width: 29px;
  }
}
.logo:hover {
  cursor: pointer;
}
.logo:hover > img {
  filter: invert(57%) sepia(9%) saturate(1301%) hue-rotate(356deg) brightness(94%) contrast(87%);
}
.logo:hover > .logo__title {
  color: #9d8665;
}

.burger {
  display: none;
}
@media (max-width: 1024px) {
  .burger {
    width: 32px;
    height: 18px;
    display: block;
    align-self: center;
    background-image: url(28b0385455b2c4a48bdb.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .burger.open {
    background-image: url(9cfb42d01fac7f3eed45.svg);
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1024px) {
  .head .nav {
    display: none;
  }
}

.logo img {
  transition: filter 1s;
}

.head__nav {
  display: flex;
  align-items: center;
}

.logo__title {
  font-family: Forum;
  font-size: 28px;
  font-weight: normal;
  line-height: 31px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  transition: color 1s;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .logo__title {
    font-family: Forum;
    font-size: 28px;
    font-weight: normal;
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  .logo__title {
    font-family: Forum;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
}

.nav__item {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
  color: #fff;
  letter-spacing: 2px;
  transition: color 1s;
  text-decoration: none;
}
.nav__item_pl {
  padding-left: 56.5px;
}
@media (max-width: 1440px) {
  .nav__item_pl {
    padding-left: 50px;
  }
}
.nav__item:hover {
  cursor: pointer;
  color: #9d8665;
}
.nav__item:active {
  cursor: pointer;
  color: #9d8665;
}

.hidden {
  visibility: hidden;
}

.footer__info {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .footer__info .nav__item {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 200;
    line-height: 21px;
    letter-spacing: 2px;
  }
}
@media (max-width: 420px) {
  .footer__info .nav__item {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 19px;
  }
}

.footer__info {
  display: flex;
  justify-content: space-between;
  padding-top: 85px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer__info {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .footer__info {
    padding-top: 40px;
    flex-wrap: wrap;
    padding-bottom: 18px;
  }
}

.logo {
  flex-basis: 10%;
}
@media (max-width: 768px) {
  .logo {
    flex: 1 1 37%;
  }
}
@media (max-width: 420px) {
  .logo {
    flex-basis: 100%;
    column-gap: 20px;
  }
}

.nav {
  flex-basis: 43%;
}
@media (max-width: 768px) {
  .nav {
    flex: 1 1 63%;
  }
}

.footer__nav {
  display: grid;
  grid-template-columns: 255px auto;
  padding-top: 5px;
  padding-bottom: 12px;
  row-gap: 25px;
}
@media (max-width: 1024px) {
  .footer__nav {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    padding-top: 20px;
  }
}
@media (max-width: 420px) {
  .footer__nav {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    padding-top: 40px;
    column-gap: 5px;
    padding-bottom: 5px;
    row-gap: 30px;
  }
}

.icon {
  display: block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10.5px;
  background-position: center;
  transition-property: filter;
  transition-duration: 0.8s;
}

.icon:hover {
  filter: invert(57%) sepia(9%) saturate(1301%) hue-rotate(356deg) brightness(94%) contrast(87%);
}

.icon-youtube {
  background-image: url(23eca512d35486c5dd91.svg);
}

.icon-instagram {
  background-image: url(e08c7b32b64a13919eef.svg);
}

.icon-facebook {
  background-image: url(5adc07d7ecca2d11cbed.svg);
}

.icon-twitter {
  background-image: url(276934215dbc8b1cea98.svg);
}

.icon-pin {
  background-image: url(4925285af725833806c1.svg);
}

.footer-links {
  display: flex;
  column-gap: 25px;
  align-self: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .footer-links {
    margin-bottom: 12px;
    column-gap: unset;
    flex-basis: 34.5%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-links {
    flex: 1 1 auto;
    max-width: 637px;
    display: flex;
    justify-content: flex-end;
    column-gap: 25px;
    /* padding-right: 72px; */
    margin-top: 35px;
  }
}
@media (max-width: 420px) {
  .footer-links {
    justify-content: center;
    column-gap: 5px;
  }
}

.footer__cred {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 42px 0 50px;
  font-family: Roboto;
  font-weight: 200;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .footer__cred {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .footer__cred {
    padding: 34px 0 50px;
  }
}
@media (max-width: 420px) {
  .footer__cred {
    padding: 34px 25px 50px;
    letter-spacing: 2px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
  }
}

.footer__item {
  width: auto;
}

.qw {
  align-self: center;
}

@media (max-width: 1024px) {
  .nav__wrap {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .nav__wrap {
    padding-left: 30px;
    padding-right: 60px;
  }
  .nav__wrap:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  .nav__wrap {
    padding-left: unset;
    padding-right: unset;
  }
  .nav__wrap:nth-child(even) {
    padding-right: unset;
  }
  .nav__wrap_gal {
    order: 5;
  }
  .nav__wrap_exp {
    order: 4;
  }
  .nav__wrap_tic {
    order: 3;
  }
  .nav__wrap_con {
    order: 6;
  }
}

@media (max-width: 420px) {
  .school {
    display: none;
  }
}

.welcome__slider {
  display: flex;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px 75px;
  background-color: #000;
  font-size: 22px;
  line-height: 40px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .welcome__slider {
    padding: 40px 75px 40px 224px;
    column-gap: 45px;
  }
}
@media (max-width: 768px) {
  .welcome__slider {
    width: 100%;
    padding: unset;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    column-gap: 45px;
  }
}
@media (max-width: 420px) {
  .welcome__slider {
    width: unset;
    column-gap: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 75px;
    padding-right: 75px;
  }
}

.carousel {
  display: flex;
  align-self: center;
  column-gap: 25px;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .carousel {
    margin-right: unset;
  }
}
@media (max-width: 420px) {
  .carousel {
    column-gap: 10px;
  }
}

.carousel-item {
  width: 16px;
  height: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: all 1s;
}
.carousel-item:hover {
  background-color: #9d8665;
}
@media (max-width: 1024px) {
  .carousel-item {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 420px) {
  .carousel-item {
    width: 7px;
    height: 7px;
  }
}

.carousel-item_active {
  background-color: #9d8665;
}

.welcome__counter {
  display: flex;
  column-gap: 10px;
  margin-right: 55px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  /* identical to box height, or 182% */
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .welcome__counter {
    margin-right: unset;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
  }
}
@media (max-width: 420px) {
  .welcome__counter {
    column-gap: 6px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
  }
}

.carousel-arrows {
  display: flex;
  align-self: center;
  column-gap: 20px;
}
@media (max-width: 420px) {
  .carousel-arrows {
    column-gap: 15px;
  }
}

.arrow {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-position-y: center;
  transition: all 1s;
}
.arrow:hover {
  filter: invert(57%) sepia(9%) saturate(1301%) hue-rotate(356deg) brightness(94%) contrast(87%);
}
@media (max-width: 420px) {
  .arrow {
    background-size: 20px 20px;
    width: 20px;
  }
}

.arrow_left {
  background-image: url(11fa1ac59294d0a635b7.svg);
}

.arrow_right {
  background-image: url(6fc959bc2ad2621ef75b.svg);
}

.welcome__carousel {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.carousel__item {
  max-width: 1000px;
  height: 810px;
  display: none;
  animation: 0.4s ease-in-out;
}

.welcome__carousel::after {
  content: " ";
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 16.19%, rgba(0, 0, 0, 0) 30.73%);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel__item img {
  width: 100%;
}

.welcome__carousel .active {
  display: initial;
}

.to-left {
  animation-name: left;
}

.from-right {
  animation-name: right;
}

.to-right {
  animation-name: right;
  animation-direction: reverse;
}

.from-left {
  animation-name: left;
  animation-direction: reverse;
}

@keyframes left {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes right {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
.active,
.next {
  display: block;
}

.next {
  position: absolute;
  top: 0;
  width: 100%;
}

.visiting {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .visiting {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .visiting {
    padding-top: 40px;
  }
}
@media (max-width: 420px) {
  .visiting {
    padding-bottom: 25px;
  }
}

.visiting__title {
  padding-bottom: 26px;
}
@media (max-width: 1024px) {
  .visiting__title {
    padding-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .visiting__title {
    padding-bottom: 22px;
  }
}

.section__underline {
  position: relative;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .section__underline {
    margin-bottom: 62px;
  }
}
@media (max-width: 768px) {
  .section__underline {
    margin-bottom: 40px;
  }
}

.section__underline::after {
  content: "";
  position: absolute;
  background-color: #710707;
  height: 3px;
  width: 100%;
}

.visiting__list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 75px;
}
@media (max-width: 1024px) {
  .visiting__list {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: unset;
    grid-column-gap: 110px;
    grid-row-gap: 60px;
  }
}
@media (max-width: 768px) {
  .visiting__list {
    margin-bottom: 18px;
    grid-column-gap: 56px;
    grid-row-gap: 35px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 420px) {
  .visiting__list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.visiting__item {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .visiting__item {
    max-width: 330px;
  }
  .visiting__item:nth-child(2n+1) {
    justify-self: end;
  }
}
@media (max-width: 768px) {
  .visiting__item {
    max-width: 280px;
  }
}
.visiting__block {
  padding-top: 24px;
  padding-bottom: 8px;
}
@media (max-width: 1024px) {
  .visiting__block {
    padding-bottom: 10px;
  }
}

.visiting__name {
  font-family: Forum;
  font-size: 32px;
  line-height: 35px;
  color: #030303;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .visiting__name {
    font-family: Forum;
    font-size: 28px;
    font-weight: normal;
    line-height: 31px;
  }
  .visiting__name_ls {
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .visiting__name {
    font-family: Forum;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    word-break: break-all;
    letter-spacing: 3px;
  }
}
@media (max-width: 420px) {
  .visiting__name {
    font-family: Forum;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 21px;
    letter-spacing: 5px;
  }
}

.visiting__how {
  padding-top: 13px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
  color: #030303;
}
@media (max-width: 1024px) {
  .visiting__how {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 200;
    line-height: 23px;
    padding-top: 12px;
  }
}
@media (max-width: 420px) {
  .visiting__how {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 19px;
  }
}

.visiting__place {
  padding-top: 10px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 100;
  line-height: 22px;
  color: #030303;
}
@media (max-width: 1024px) {
  .visiting__place {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 19px;
  }
}
@media (max-width: 1024px) {
  .visiting__place {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 19px;
  }
}

.visiting__underline {
  position: relative;
}

.visiting__underline::after {
  content: "";
  position: absolute;
  background-color: #710707;
  height: 2px;
  width: 68%;
  transition-property: width;
  transition-duration: 0.8s;
}
@media (max-width: 1024px) {
  .visiting__underline::after {
    width: 45.5%;
  }
}
@media (max-width: 768px) {
  .visiting__underline::after {
    width: 54.5%;
  }
}

.visiting__item:hover > .visiting__underline::after {
  width: 100%;
}

.visiting__image {
  max-width: 100%;
}
@media (max-width: 768px) {
  .visiting__image {
    max-width: 100%;
  }
}

.restore {
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  column-gap: 61px;
}
@media (max-width: 1024px) {
  .restore {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .restore {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .restore {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.restore__intro {
  flex-basis: 46%;
}
@media (max-width: 768px) {
  .restore__intro {
    flex-basis: auto;
  }
}

.explore__title {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .explore__title {
    padding-bottom: 20px;
  }
}

.explore__info {
  margin-bottom: 28px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  color: #fff;
}
@media (max-width: 1024px) {
  .explore__info {
    margin-bottom: unset;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .explore__info_tablet {
    display: none;
  }
}

.explore__info_yellow {
  color: #9d8665;
}

@media (max-width: 1024px) {
  .explore__info_hidden {
    display: none;
  }
}

.restore__example {
  padding-top: 12px;
}
@media (max-width: 1024px) {
  .restore__example {
    padding-top: 54px;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .restore__example {
    padding-top: unset;
  }
}

.journey {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .journey {
    padding-bottom: 60px;
    margin-bottom: unset;
  }
}
@media (max-width: 768px) {
  .journey {
    margin-bottom: unset;
    padding-bottom: 80px;
  }
}
@media (max-width: 420px) {
  .journey {
    padding-bottom: 40px;
  }
}

.journey__intro {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .journey__intro {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .journey__intro {
    padding-top: 44px;
    padding-bottom: 22px;
  }
}
@media (max-width: 420px) {
  .journey__intro {
    padding-top: 35px;
    padding-bottom: 22px;
  }
}

.journey__info {
  align-self: center;
  font-family: Roboto;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .journey__info_laptop {
    display: none;
  }
}

.journey__info,
.journey__title {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .journey__info,
  .journey__title {
    flex-basis: auto;
  }
}

.video__settings {
  padding: 25px 30px;
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
  background-color: #000;
}
@media (max-width: 1024px) {
  .video__settings {
    position: relative;
    padding: 15px 40px;
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .video__settings {
    padding: 14px 30px;
  }
}
@media (max-width: 420px) {
  .video__settings {
    padding: 17px 20px;
  }
}

.video__btn {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
  transition-property: filter;
  transition-duration: 0.8s;
}

.video__btn:hover,
.video__btn_big:hover {
  cursor: pointer;
  filter: invert(57%) sepia(9%) saturate(1301%) hue-rotate(356deg) brightness(94%) contrast(87%);
}

.video__btn_pause {
  width: 23px;
  height: 30px;
  background-image: url(c6152dba685b445bd5a8.svg);
}
@media (max-width: 1024px) {
  .video__btn_pause {
    width: 23px;
    background-size: 100% 100%;
  }
}
@media (max-width: 420px) {
  .video__btn_pause {
    width: 14px;
    height: 18px;
  }
}

.video__btn_pause {
  width: 23px;
  height: 30px;
  background-image: url(c6152dba685b445bd5a8.svg);
}

.video__btn_pausep {
  background-image: url(6a68f6b259350d1484d5.svg);
}

.video__btn_volume {
  align-self: center;
  width: 38px;
  height: 30px;
  background-image: url(97cf89717480f6195110.svg);
}
@media (max-width: 1024px) {
  .video__btn_volume {
    width: 26px;
    height: 20px;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .video__btn_volume {
    order: 2;
  }
}
@media (max-width: 420px) {
  .video__btn_volume {
    width: 18px;
    height: 14px;
  }
}

.video__btn_mute {
  background-image: url(58da70c6de47afba99d3.svg);
}

.video__btn_full {
  width: 36px;
  height: 36px;
  background-image: url(b7e6760a60e53c79e34f.svg);
}
@media (max-width: 1024px) {
  .video__btn_full {
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .video__btn_full {
    order: 4;
  }
}
@media (max-width: 420px) {
  .video__btn_full {
    width: 18px;
    height: 18px;
  }
}

.video__state {
  display: flex;
  column-gap: 41px;
}

.video__volume {
  width: 155px;
}
@media (max-width: 768px) {
  .video__volume {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
}

.video__progress {
  width: 70%;
}
@media (max-width: 768px) {
  .video__progress {
    order: 3;
  }
}

.range {
  align-self: center;
  border-radius: 0;
  height: 8px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
@media (max-width: 1024px) {
  .range {
    height: 5px;
  }
}

.video__volume {
  background: linear-gradient(to right, #710707 0%, #710707 0%, #c4c4c4 0%, #c4c4c4 100%);
}
@media (max-width: 768px) {
  .video__volume {
    position: absolute;
    top: -4px;
    width: 100%;
    left: -2px;
  }
}

.video__progress {
  background: linear-gradient(to right, #710707 0%, #710707 0%, #c4c4c4 0%, #c4c4c4 100%);
}

.range::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 420px) {
  .range::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
  }
}

.video__image {
  width: 100%;
  height: 100%;
  padding-bottom: 86px;
  display: block;
}

.video__mock {
  position: relative;
}

.video__btn_big {
  bottom: 0;
  position: absolute;
  background-image: url(50f4f35e4708f2b514fc.svg);
  width: 220px;
  height: 220px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transition-property: filter;
  transition-duration: 0.8s;
}
@media (max-width: 1024px) {
  .video__btn_big {
    width: 152px;
    height: 152px;
    background-size: 152px 152px;
  }
}
@media (max-width: 768px) {
  .video__btn_big {
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
  }
}
@media (max-width: 420px) {
  .video__btn_big {
    width: 50px;
    height: 50px;
  }
}

.btn_hidden {
  display: none;
}

.video__settings {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.video__speed {
  position: absolute;
  bottom: 20%;
  color: #eee;
  font-family: "Roboto";
  right: 10%;
  font-size: x-large;
  visibility: hidden;
  transition: all 0.8s;
}

.journey-slides {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  column-gap: 42px;
}
@media (max-width: 1024px) {
  .journey-slides {
    column-gap: 40px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .journey-slides {
    column-gap: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 420px) {
  .journey-slides {
    column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.jorney-counter {
  width: unset !important;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.jorney-counter_temp {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.journey-item {
  width: 12px;
  height: 12px;
  background-color: #999;
  row-gap: 40px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 1s;
}
.journey-item:hover {
  background-color: #710707;
}
@media (max-width: 768px) {
  .journey-item {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 420px) {
  .journey-item {
    width: 8px;
    height: 8px;
  }
}

.journey-item_active {
  background-color: #333;
}

.jorney-counter__arrow {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  cursor: pointer;
  transition: all 1s;
}
@media (max-width: 420px) {
  .jorney-counter__arrow {
    width: 8px;
    height: 8px;
    background-size: 100% 100%;
  }
}

.jorney-counter__arrow_left {
  background-image: url(df4e2bba76aa307b550d.svg);
}
.jorney-counter__arrow_left:hover {
  background-image: url(c11e1e784f45fc4f8fae.svg);
}

.jorney-counter__arrow_right {
  background-image: url(8f72d01c09108dbd84c9.svg);
}
.jorney-counter__arrow_right:hover {
  background-image: url(add09fcc300d261609bd.svg);
}

.swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.swiper-slide {
  position: relative;
  padding-bottom: 15.25%;
  padding-top: 25px;
  height: 0;
}

.swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  height: 2200px;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .gallery {
    height: 1460px;
  }
}
@media (max-width: 768px) {
  .gallery {
    height: 1220px;
  }
}
@media (max-width: 420px) {
  .gallery {
    height: 757px;
  }
}

.item {
  display: block;
  width: 100%;
  margin-bottom: 24PX;
}

.picture-inner-container {
  columns: 3;
  height: 2922px;
  column-gap: 24px;
}

/* Реорганизуем элементы в 3 ряда */
.item:nth-child(3) {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .item:nth-child(3) {
    padding-top: unset;
  }
}

.item:nth-child(1) {
  padding-top: 50px;
}

/* Вводим новый столбец */
.wall {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  max-width: 1440px;
  height: 360px;
  top: 1600px;
  position: absolute;
}
@media (max-width: 1024px) {
  .wall {
    top: 905px;
  }
}

.picture-container {
  position: relative;
}

.gallery__title {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .gallery__title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .gallery__title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.welcome__wall {
  overflow: hidden;
  position: relative;
  /* max-width: 1000px; */
  float: right;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.5) 16.19%, rgba(0, 0, 0, 0) 30.73%);
}

.welcome__title {
  padding-top: 150px;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  .welcome__title {
    padding-top: 50px;
    font-family: Forum;
    font-size: 50px;
    font-weight: normal;
    line-height: 90px;
  }
}
@media (max-width: 768px) {
  .welcome__title {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    font-family: Forum;
    font-size: 40px;
    font-weight: normal;
    line-height: 60px;
  }
}
@media (max-width: 420px) {
  .welcome__title {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 25px;
    font-family: Forum;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
  }
}

.welcome__more {
  margin-bottom: 75px;
  color: #fff;
  letter-spacing: 2px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}
@media (max-width: 1024px) {
  .welcome__more {
    margin-bottom: 50px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .welcome__more {
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
  }
}
@media (max-width: 420px) {
  .welcome__more {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }
}

.welcome__href {
  display: inline-block;
  box-sizing: border-box;
  padding: 24px 68px;
  background-color: #710707;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 10px;
  transition-property: background-color;
  transition-duration: 0.8s;
  text-decoration: none;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .welcome__href {
    padding: 18px 45px;
    margin-bottom: 192px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .welcome__href {
    display: none;
  }
}

.welcome__href:hover {
  cursor: pointer;
  background-color: #9d8665;
}

.welcome__href:active {
  cursor: pointer;
  background-color: #9d8665;
}

.welcome {
  position: relative;
}

.welcome__intro {
  position: absolute;
  z-index: 10;
}

.tickets {
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .tickets {
    padding-bottom: 54px;
  }
}
@media (max-width: 768px) {
  .tickets {
    padding-bottom: 40px;
  }
}

.tickets__wrap {
  display: flex;
  column-gap: 60px;
  color: white;
}
@media (max-width: 1024px) {
  .tickets__wrap {
    column-gap: 80px;
  }
}
@media (max-width: 768px) {
  .tickets__wrap {
    column-gap: 60px;
  }
}
@media (max-width: 420px) {
  .tickets__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}

.tickets__type {
  /* display: flex; */
  /* flex-basis: 100%; */
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .tickets__type {
    display: none;
  }
}

.tickets__title {
  padding-top: 75px;
  padding-bottom: 27px;
}
@media (max-width: 1024px) {
  .tickets__title {
    padding-bottom: 20px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .tickets__title {
    padding-top: 40px;
  }
}

.tickets__step {
  font-family: Roboto;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #030303;
}

.tickets__type .tickets__step {
  margin-bottom: 52px;
}

.tickets__step_amount {
  margin-bottom: 28px;
  text-align: right;
}
@media (max-width: 1024px) {
  .tickets__step_amount {
    text-align: unset;
  }
}
@media (max-width: 768px) {
  .tickets__step_amount {
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .tickets__step_amount {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.tickets__item {
  display: block;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #030303;
}
@media (max-width: 1024px) {
  .tickets__item {
    margin-bottom: 28px;
  }
}

.tickets__item:hover {
  cursor: pointer;
}

.tickets__type_align {
  padding-top: 0;
  margin-bottom: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tickets__age {
  margin-bottom: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.amount {
  display: flex;
  justify-content: space-between;
  border: 3px solid #030303;
}

.amount__input {
  text-align: center;
  background-color: transparent;
  color: #030303;
  border: none;
}

.amount__btn {
  background-color: transparent;
  color: #030303;
  border: none;
}

.amount__item {
  font-family: Roboto;
  font-weight: 300;
  color: #030303;
}

.amount__btn {
  font-size: 32px;
  line-height: 37px;
  transition-property: color;
  transition-duration: 0.8s;
}

.amount__btn:hover {
  cursor: pointer;
  color: #9d8665;
}

.amount__input {
  font-size: 22px;
  line-height: 26px;
  outline: none;
}

.amount__btn {
  padding: 4px 12px;
}

.tickets-age {
  margin-bottom: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
@media (max-width: 1024px) {
  .tickets-age {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tickets-age {
    margin-bottom: 8px;
  }
}
@media (max-width: 420px) {
  .tickets-age {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 14px;
  }
}

.tickets__amount_align {
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .tickets__amount_align {
    align-self: stretch;
  }
}
@media (max-width: 420px) {
  .tickets__amount_align {
    margin-bottom: 20px;
  }
}

.tickets__step_total {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1.65px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .tickets__step_total {
    margin-top: 0px;
    margin-bottom: 65px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 768px) {
  .tickets__step_total {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .tickets__step_total {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 20px;
    letter-spacing: 0;
  }
}

.tickets__btn {
  padding: 12px 37px;
  border: none;
  font-family: Roboto;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background-color: #030303;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.8s;
}
@media (max-width: 1024px) {
  .tickets__btn {
    padding: 12px 38px;
  }
  .tickets__btn_sm {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
  }
}
@media (max-width: 420px) {
  .tickets__btn {
    padding: 15px 50px;
  }
  .tickets__btn_sm {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }
}

.tickets__btn:hover {
  cursor: pointer;
  background-color: #9d8665;
}

.tickets__btn:active {
  cursor: pointer;
  background-color: #9d8665;
}

.tickets__order {
  display: flex;
  justify-content: space-between;
  flex-basis: calc(100% - 780px);
}
@media (max-width: 1024px) {
  .tickets__order {
    flex-basis: unset;
  }
}

.tickets__amount {
  display: flex;
  flex-direction: column;
}

.tickets__image {
  flex-basis: 720px;
  height: 550px;
}
@media (max-width: 1024px) {
  .tickets__image {
    flex-basis: 700px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .tickets__image {
    flex-basis: 444px;
    height: 340px;
  }
}
@media (max-width: 420px) {
  .tickets__image {
    width: 100%;
    flex-basis: 160px;
  }
}

.tickets__img {
  background-image: url(ae6951c0c78f795000c7.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tickets__step_amount {
  white-space: nowrap;
}

/*
  ------------------------------------ custom
*/
/* hide */
.check-custom {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  /* or */
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* custom radio */
.check-custom ~ .check-toggle {
  width: 0.7rem;
  height: 0.7rem;
  position: relative; /* для внутренней окружности */
  margin-right: 17px;
  display: inline-block;
  border: 3px solid #030303;
  border-radius: 100%;
  cursor: pointer;
  vertical-align: baseline;
  transition-property: all;
  transition-duration: 0.8s;
}

/* checked */
.check-custom:checked ~ .check-toggle {
  border: 3px solid #030303;
}

.check-custom:checked ~ .check-toggle::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 76%;
  height: 76%;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  background: #030303;
  transition-property: all;
  transition-duration: 0.8s;
}

/* hover */
.check-custom:hover ~ .check-toggle {
  border: 3px solid #9d8665;
}

.check-custom:hover ~ .check-toggle::after {
  background: #9d8665;
}

/* focus */
.check-custom:focus ~ .check-toggle {
  /* TO-DO */
}

/* disabled */
.check-custom:disabled ~ .check-toggle {
  /* TO-DO */
}

.panorama {
  height: 400px;
  background-image: url(c401db5744778492d54a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media (max-width: 768px) {
  .panorama {
    height: 300px;
  }
}

.contacts {
  margin-bottom: 75px;
  margin-top: 58px;
}
@media (max-width: 1024px) {
  .contacts {
    padding-top: 70px;
    margin-top: unset;
    margin-bottom: unset;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}
@media (max-width: 420px) {
  .contacts {
    padding-bottom: 37px;
  }
}

.contacts__title {
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  .contacts__title {
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .contacts__title {
    padding-bottom: 22px;
  }
}

.contacts__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts__wrap {
    flex-direction: column;
  }
}

.contacts__name {
  padding-bottom: 50px;
  color: #030303;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .contacts__name {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .contacts__name {
    padding-top: 2px;
    padding-bottom: 44px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
  }
}
@media (max-width: 420px) {
  .contacts__name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
}

.contacts__item {
  margin-bottom: 25px;
  color: #030303;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
.contacts__item a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .contacts__item {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .contacts__item {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
  }
}
@media (max-width: 420px) {
  .contacts__item {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }
}

#map {
  width: 960px;
  height: 620px;
}

.contacts__img {
  width: 100%;
}

.contacts__map {
  width: 960px;
}
@media (max-width: 1024px) {
  .contacts__map {
    max-width: 694px;
  }
}
@media (max-width: 768px) {
  .contacts__map {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .contacts__info {
    margin-bottom: 25px;
  }
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.book__modal {
  max-width: 1440px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: calc(50% - 720px);
  background-color: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.3);
  transition-property: left;
  transition-duration: 2s;
  overflow: scroll;
  max-height: 100vh;
}
.book__modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.book__modal .section__underline {
  margin-top: 10px;
  margin-bottom: unset;
}
@media (max-width: 1440px) {
  .book__modal {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .book__modal {
    top: 0;
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .book__modal {
    max-width: 590px;
    left: calc(50% - 280px);
    overflow-y: auto;
    width: unset;
  }
}
@media (max-width: 590px) {
  .book__modal {
    left: 0;
  }
}
@media (max-width: 420px) {
  .book__modal {
    max-width: 420px;
    left: 0;
  }
}

.book__btn_close {
  background-image: url(9450a7457878cd1cc803.svg);
  width: 25px;
  height: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: filter 1s;
}
.book__btn_close:hover {
  filter: invert(57%) sepia(9%) saturate(1301%) hue-rotate(356deg) brightness(94%) contrast(87%);
}
@media (max-width: 768px) {
  .book__btn_close {
    top: 25px;
  }
}

.hidden {
  left: calc(-100vw - 1440px);
}

.book__wrapper {
  padding: 91px calc((100% - 970px - 40px) / 2);
  display: grid;
  grid-template-columns: 42% calc(58% - 40px);
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .book__wrapper {
    padding: 75px 27px;
    display: grid;
    grid-template-columns: 41.5% calc(58.5% - 40px);
    /* column-gap: 40px; */
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .book__wrapper {
    padding: 75px 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 419px) {
  .book__wrapper {
    padding: 75px 10px;
  }
}

.section__title_modal {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: unset;
}
@media (max-width: 768px) {
  .section__title_modal {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .section__title_modal {
    padding: unset;
    font-family: Forum;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
  }
}

.tour {
  margin-top: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #710707;
}

.form {
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form {
    margin-top: 52px;
    margin-bottom: 50px;
  }
}

.name {
  flex-basis: 100%;
  column-gap: 12px;
}

.date {
  display: flex;
  border: 1px solid black;
  padding: 10px 15px 10px;
}

.input__date {
  width: 142px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .input__date {
    width: 202px;
  }
}
@media (max-width: 420px) {
  .input__date {
    width: 317px;
  }
}
@media (max-width: 419px) {
  .input__date {
    width: 120px;
  }
}

.icn-date {
  background-image: url(b46608d2c5ebeeac44a2.svg);
  width: 15px;
  height: 15px;
  align-self: center;
}

.icn-time {
  background-image: url(ba179c4d53f8febc4e6c.svg);
  width: 15px;
  height: 15px;
  align-self: center;
  background-size: 100% 100%;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  display: block;
  background: url(8ecad3c73e8eb549b9d9.svg) no-repeat;
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
}

input[type=date]:invalid + span:after {
  content: "Date";
  position: absolute;
  left: 15px;
  top: 2px;
}

input[type=time]:invalid + span:after {
  content: "Time";
  position: absolute;
  left: 15px;
  top: 2px;
}

input[type=date]:focus:invalid + span:after,
input[type=time]:focus:invalid + span:after {
  display: none;
}

input:not(:focus):invalid {
  color: transparent;
}

label.wrapper {
  align-self: flex-end;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}

.wrapper input {
  box-sizing: border-box;
  border: none;
  outline: none;
}

.input-field {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
  border: none;
  outline: none;
}

.input-field::placeholder {
  color: #030303;
}

.icn-name {
  display: block;
  background: url(c8c445e5faacc5d29a28.svg) no-repeat;
  width: 13px;
  height: 15px;
  padding: 0;
  margin: 0;
}

.field-container {
  display: flex;
  align-items: center;
}

.name {
  border: 1px solid #000;
  padding: 10px 15px;
}

.icn-email {
  display: block;
  background: url(2cee8e3e157be9f49d31.svg) no-repeat;
  width: 15px;
  height: 11px;
}

.icn-phone {
  display: block;
  background: url(2a4c5d11e27e21a18e13.svg) no-repeat;
  width: 14px;
  height: 23px;
}

.icn-ticket {
  display: block;
  background: url(b7bb953d367123fde85a.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background-size: 100% 100%;
}

.select-ticket {
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(8ecad3c73e8eb549b9d9.svg) no-repeat;
  background-position: right 0 top 50%;
}

.entry-ticket {
  padding: 10px 15px 12px;
  flex-basis: 100%;
  border: 1px solid #000;
}

.entry-type,
.entry-quantity {
  display: flex;
  justify-content: space-between;
}

.entry-type {
  margin-bottom: 18px;
}

.age {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
  align-self: center;
}

.entry__title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #9d8665;
}

.entry-ticket .section__underline {
  margin-top: 6px;
  margin-bottom: 24px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.amount {
  display: flex;
  justify-content: space-between;
  border: 3px solid #030303;
}

.amount__input {
  text-align: center;
  background-color: transparent;
  color: #030303;
  border: none;
}

.amount__btn {
  background-color: transparent;
  color: #030303;
  border: none;
}

.amount__item {
  font-family: Roboto;
  font-weight: 300;
  color: #030303;
}

.amount__btn {
  font-size: 32px;
  line-height: 37px;
  transition-property: color;
  transition-duration: 0.8s;
}

.amount__btn:hover {
  cursor: pointer;
  color: #9d8665;
}

.amount__input {
  font-size: 22px;
  line-height: 26px;
  outline: none;
}

.amount__btn {
  padding: 4px 12px;
}

.book__overview {
  padding: 25px 30px;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .book__overview {
    padding: 25px 16px;
  }
}

.view {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.overview__title {
  margin-bottom: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #272727;
}

.overview__name {
  margin-bottom: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #740c11;
}

.overview__content {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
}

.ico {
  display: inline-block;
  align-self: center;
}

.ico-date {
  background-image: url(b46608d2c5ebeeac44a2.svg);
  width: 15px;
  height: 15px;
}

.ico-time {
  background-image: url(ba179c4d53f8febc4e6c.svg);
  width: 15px;
  height: 15px;
}

.ico-type {
  background-image: url(7242c4848e7494eaeb15.svg);
  width: 15px;
  height: 15px;
}

.overview__item {
  display: flex;
  column-gap: 15px;
  margin-bottom: 5px;
}

.overview__image {
  background-image: url(2edbd2dcd6f321b17cb0.jpg);
  width: 150px;
  height: 120px;
}
@media (max-width: 420px) {
  .overview__image {
    width: 120px;
    height: 96px;
  }
}

.price-age,
.price-sum {
  font-family: Roboto;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  color: #030303;
}

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

.num {
  background-color: #000;
  color: #fff;
  padding: 0 11px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A4A4A3;
  margin-right: 10px;
}

.price_first {
  margin-bottom: 6px;
}

.book__total {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #030303;
}

.card {
  position: relative;
  height: 265px;
}
@media (max-width: 420px) {
  .card {
    position: initial;
    height: unset;
    margin-bottom: 40px;
  }
}

.card-back {
  position: absolute;
  width: 360px;
  height: 211px;
  top: 30px;
  right: 0;
  background-color: #939393;
  border-radius: 3px;
}

.black-line {
  background-color: #000;
  width: 360px;
  height: 45px;
  margin-top: 25px;
}

.card__item_cvc {
  align-items: flex-end;
  padding-right: 20px;
}

.card-label_cvc {
  width: 65px;
  margin-top: 15px;
}

.card__cvc {
  box-sizing: border-box;
  outline: none;
  width: 75px;
  height: 35px;
  border: 0.5px solid #A4A4A3;
}

.card-front {
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  background-color: #BCBCBC;
  width: 360px;
  height: 211px;
  padding: 15px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background-image: url(ec1f4b3781222680beda.png), url(826570a1c26c9fbe3d9c.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 34px right 20px, top 65px right 20px;
}

@media (max-width: 420px) {
  .card-back,
  .card-front,
  .black-line {
    width: 330px;
    position: initial;
    box-shadow: unset;
  }
}
@media (max-width: 419px) {
  .card-back,
  .card-front,
  .black-line {
    width: auto;
  }
}

@media (max-width: 420px) {
  .black-line {
    top: 25px;
    position: relative;
    margin-bottom: 25px;
  }
}

.card__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.card-label {
  margin-bottom: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #161615;
}

.card__number {
  box-sizing: border-box;
  width: 215px;
  height: 35px;
  border: 0.5px solid #A4A4A3;
  outline: none;
}

.inputs__num {
  display: flex;
  column-gap: 15px;
}

.card-year,
.card-month {
  box-sizing: border-box;
  outline: none;
  width: 72px;
  height: 35px;
  border: none;
  border-right: 1px solid #A4A4A3;
  padding-left: 10px;
}

.card__holder {
  box-sizing: border-box;
  outline: none;
  width: 320px;
  height: 35px;
  border: 0.5px solid #A4A4A3;
}
@media (max-width: 420px) {
  .card__holder {
    width: unset;
  }
}

.card-label_more {
  width: 55px;
  margin-top: 5px;
  font-family: Roboto;
  font-size: 10px;
  line-height: 12px;
  color: #161615;
  margin-right: 10px;
}

.inputs-contaier {
  display: flex;
  border: 0.5px solid #A4A4A3;
}

.btns {
  display: flex;
  flex-direction: column;
}

.btns__item {
  height: 50%;
  width: 28px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.btns_top {
  display: block;
  background-image: url(767bd54b38e53ec1c3f3.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position-y: bottom;
  background-position-x: center;
  background-size: 6px 4px;
}

.btns_bottom {
  display: inline-block;
  background-image: url(b7bc90597a47a883c808.svg);
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  width: 100%;
  height: 100%;
}

.card__btn_book {
  padding: 13px 5px 5px;
  box-sizing: border-box;
  width: 220px;
  height: 45px;
  font-family: Roboto;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  float: right;
  background-color: #710707;
  font-weight: 300;
  border: none;
  transition: all 1s;
  cursor: pointer;
}
.card__btn_book:hover {
  background-color: #9d8665;
}

.entry__amount {
  box-sizing: border-box;
  width: 105px;
  height: 25px;
  justify-content: space-between;
  display: flex;
}

.entry__item {
  width: 35px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
}

.entry__input {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid black;
}

.entry__btn {
  background-color: #030303;
  color: #fff;
  cursor: pointer;
}

.field-container.invalid {
  border: 1px solid red;
}

.text_hidden {
  display: none;
}

.text_invalid {
  color: red;
  font-family: Forum;
  font-size: small;
  font-weight: 300;
  line-height: 0;
}

.input__email:not(:focus):invalid {
  color: #000;
}

.input_time:not(:focus):invalid {
  color: unset;
}

.select-time {
  width: 100%;
}

.field-container_time {
  flex-basis: 42%;
}

.slider-line {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 47%;
  pointer-events: none;
}
@media (max-width: 420px) {
  .slider-line {
    width: 2px;
  }
}

.slider-line::before,
.slider-line::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: 4px;
  height: calc(50% - 15px);
  background: #fff;
}
@media (max-width: 768px) {
  .slider-line::before,
  .slider-line::after {
    height: calc(50.5% - 7.5px);
  }
}
@media (max-width: 420px) {
  .slider-line::before,
  .slider-line::after {
    height: calc(51.5% - 7.5px);
    width: 2px;
  }
}

.slider-line::before {
  top: 0;
}

.slider-line::after {
  bottom: 2px;
  height: 46%;
}
@media (max-width: 768px) {
  .slider-line::after {
    height: 45%;
  }
}

.slider-line span {
  z-index: 10;
  height: 30px;
  width: 30px;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .slider-line span {
    top: 52%;
  }
}
@media (max-width: 420px) {
  .slider-line span {
    height: 15px;
    width: 15px;
    border: 2px solid #fff;
  }
}

.slider-line span::before {
  left: 40%;
  border-left-color: #fff;
}

.slider-line span::after {
  left: 60%;
  border-top-color: #fff;
}

#example {
  position: relative;
  max-width: 520px;
}

.before {
  position: absolute;
  top: 0;
  width: 47%;
  overflow: hidden;
}

.restore__example input {
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 50;
  height: 100%;
  cursor: e-resize;
}

.restore__example input::-webkit-slider-thumb {
  -webkit-appearance: none;
  display: inline;
}

.photo img {
  max-width: 520px;
}

.aside {
  position: absolute;
  background-color: #030303;
  width: 297px;
  height: 100%;
  left: -200vw;
  z-index: 10;
  transition: all 1s;
}
@media (max-width: 768px) {
  .aside {
    width: 100%;
  }
}

.open {
  left: 0;
  transition: all 1s;
}

.aside__nav {
  padding: 35px 55px 0;
}

.aside__item {
  display: flex;
  letter-spacing: 2px;
  color: #fff;
  padding-bottom: 25px;
}
.aside__item a {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  color: #fff;
}

.aside__wrap {
  align-self: center;
}

.aside__arrow {
  background-image: url(c8de5936822fc3ed9f47.svg);
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}

.aside__imgs {
  display: none;
}
@media (max-width: 768px) {
  .aside__imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 35px;
  }
}
@media (max-width: 420px) {
  .aside__imgs {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 13px;
    padding-bottom: 16px;
  }
}

.aside__img_wide {
  height: 194px;
  grid-column: 1/3;
  background-image: url(a9a996f0caf6649781ea.png);
}
@media (max-width: 420px) {
  .aside__img_wide {
    grid-column: 1;
  }
}

.aside__img_two {
  height: 161px;
  background-image: url(2a5712439c7900017cb2.png);
}

.aside__img_three {
  height: 161px;
  background-image: url(f1eed1bccef08b227268.png);
}

@media (max-width: 768px) {
  .aside__list {
    margin-bottom: 10px;
  }
}

.aside-links {
  display: none;
}
@media (max-width: 768px) {
  .aside-links {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: 35px;
  }
}
@media (max-width: 420px) {
  .aside-links {
    column-gap: 5px;
    margin-top: 25px;
  }
}

@media (max-width: 420px) {
  .aside__img {
    height: 95px;
    background-size: cover;
  }
}

.aside__name {
  flex-basis: 112px;
}

@media (max-width: 420px) {
  .head .logo {
    column-gap: 25px;
  }
}
