* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.header-container {
  background: #030303;
}

.container-wrapper {
  width: 1440px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-wrapper {
  width: 199px;
}

.logo-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
  font-size: 0px;
}

.logo-link:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.logo-image {
  width: 49px;
  height: 26px;
  background-image: url("assets/svg/Vector.svg");
}

.logo-title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
}

.navigation {
  width: 775px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.navigation li a {
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1.9px;
  color: #ffffff;
  transition: 0.3s;
}

.navigation li a:hover {
  color: #9d8665;
  transition: 0.3s;
}

.navigation li:not(:last-child) {
}

.welcome-block {
  height: 810px;
  background: #030303;
}

.welcome-wrapper {
  display: flex;
  position: relative;
}

.welcome-title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 23px 0 23px 0;
  color: #ffffff;
}

.welcome-title-span {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 78px;
}

.welcome-link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #710707;
  border-radius: 10px;
  text-decoration: none;
  padding: 24px 66px;
  transition: 0.3s;
}

.welcome-link:hover {
  background: #9d8665;
  border-radius: 10px;
  transition: 0.3s;
}

.left-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 127px;
  z-index: 1;
}

.right-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.picture-wrapper {
  width: 1000px;
  height: 750px;
  transition: 0.5s;
  background: linear-gradient(
      90deg,
      #000000 0%,
      rgba(0, 0, 0, 0.5) 16.19%,
      rgba(0, 0, 0, 0) 30.73%
    ),
    url("./assets/img/welcome-slider/1.jpg");
}

.slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 600px;
  height: 120px;
  right: 0px;
  bottom: -60px;
  background: #030303;
  padding: 0 75px;
}

.nums-block {
  width: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nums-block .slider-num {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.devide {
  margin: 0 10px;
}

.cubs-block {
  width: 180px;
  display: flex;
  justify-content: space-between;
}

.cubs {
  display: block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transition: 0.3s;
}

.cubs:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
  transform: scale(1.5);
}

.current {
  background: #d2b183;
}

.arrows-block {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrows-block span {
  display: block;
}

.arrows-block span:hover {
  cursor: pointer;
}

.arrows-block .arrow-back {
  background-image: url("assets/svg/slider-arrow.svg");
  transform: rotate(180deg);
  width: 30px;
  height: 8px;
}

.arrows-block .arrow-next {
  background-image: url("assets/svg/slider-arrow.svg");
  width: 30px;
  height: 8px;
}

.virtual-tour {
  padding: 75px 0 0 0;
}

.virtual-tour__title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #9d8665;
  margin: 0 0 27px 0;
}

.virtual-tour__line {
  width: 1440px;
  height: 3px;
  background: #710707;
  border: none;
  border-radius: 0px;
}

.cards-container {
  min-height: 996px;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  width: 440px;
  height: 424px;
}

.card-link {
  text-decoration: none;
  font-size: 0;
}

.card img {
  display: block;
  font-size: 0;
}

.virtual-tour__card__title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000000;
  margin: 25px 0 0 0;
}

.card_line {
  width: 300px;
  height: 2px;
  background: #710707;
  border: none;
  margin: 9px 0;
}

.card-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 0;
}

.card-description span {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin: 0 0 10px 0;
}

.explore-block {
  height: 865px;
  background: #030303;
}

.explore-block-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 75px 0;
}

.explore-title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.explore-line {
  width: 660px;
  height: 3px;
  background: #710707;
  border: none;
  margin: 25px 0 75px 0;
}

.explore-description {
  width: 660px;
  height: 77px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  padding-right: 8px;
  margin-bottom: 26px;
  color: #ffffff;
}

.explore-description__span {
  color: #9d8665;
}

.explore-right_container_picture {
  width: 720px;
  height: 700px;
  background: url("./assets/img/explore-slider/before.jpg");
  margin-top: 15px;
}

.video-journey-block {
  height: 1396px;
  padding: 75px 0;
}

.video-journey-block__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 1246px;
}

.video-journey-title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #9d8665;
  margin: 0;
}

.video-journey-description {
  width: 720px;
  height: 90px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #000000;
  margin: 0;
}

.general-video-block {
  width: 1440px;
  height: 650px;
}

.art-gallery {
  height: 2200px;
  background: #030303;
  padding: 75px 0;
  overflow: hidden;
}

.art-gallery-wrapper {
}

.art-gallery-title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.image-container img {
}

.tickets-block {
  height: 893px;
}

.tickets-block__wrapper {
  padding: 75px 0;
}

.tickets-buy_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tickets-form {
  display: flex;
  flex-direction: column;
  margin-right: 199px;
}

.tickets-form h4,
.amount-block h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin: 0 0 51px 0;
}

.tickets-buy_wrapper input {
  width: 17px;
  height: 17px;
  border: 2px solid #000000;
  box-sizing: border-box;
}

.form_radio {
  margin-bottom: 25px;
  margin-left: 14px;
}

.form_radio input[type="radio"] {
  display: none;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.form_radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: -14px;
  bottom: 4px;
  background: url("./assets/svg/radio.svg") 0 0 no-repeat;
}

.form_radio input[type="radio"]:checked + label:before {
  background: url("./assets/svg/radio-active.svg") 0 0 no-repeat;
}

.tickets-buy_wrapper label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

.amount-flex-wrapper {
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 51px;
}

.amount-flex-wrapper span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

.amount-block h4 {
  text-align: right;
  margin-bottom: 26px;
}

.amount {
  position: relative;
  width: 150px;
}

.amount input {
  width: 150px;
  height: 50px;
  text-align: center;
  border: 3px solid #000000;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  opacity: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

.minus {
  position: absolute;
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 40px !important;
}

.plus {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 35px !important;
}

.minus:hover,
.plus:hover {
  cursor: pointer;
}

.total {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1.65px;
  color: #000000;
}

.tickets-btn {
  display: block;
  width: 175px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background: #000000;
  border: none;
  border-radius: 2px;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 106px;
}

.tickets-btn:hover {
  background: #9d8665;
}

.parallax-block {
  width: 100%;
  height: 400px;
  background-image: url("./assets/img/parallax.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -115px;
  background-attachment: fixed;
}

.contacts-block {
  height: 962px;
}

.contacts-block-wrapper {
  height: 813px;
  padding: 75px 0 74px 0;
}

.contacts-block-title {
  font-family: Forum;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #9d8665;
  margin: 0;
}

.contacts-block__line {
  height: 3px;
  background: #710707;
  border: none;
  border-radius: 0px;
  margin-top: 25px;
  margin-bottom: 75px;
}

.contacts-block__adress-block {
}

.adress-title {
  width: 227px;
  height: 66px;
  left: 0px;
  top: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin: 0 0 51px 0;
}

.flex-wrapper {
  display: flex;
  justify-content: space-between;
}

.contacts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contacts li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  color: #000000;
}

.contacts li:not(:last-child) {
  margin-bottom: 25px;
}

.map-wrapper {
  width: 960px;
  height: 620px;
  background: url("./assets/img/contacts-block-map.jpg");
}

.footer-block {
  background: #030303;
  padding: 86px 0 0 0;
}

.footer-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 179px;
}

.navigation-block {
  margin: 2px 258px 0 0;
}

.footer-navigation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 363px;
  height: 155px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-navigation li {
  margin-bottom: 25px;
}

.footer-navigation a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-size: 22px;
  text-decoration: none;
  line-height: 26px;
  letter-spacing: 2px;
  color: #ffffff;
  transition: 0.3s;
}

.footer-navigation a:hover {
  color: #9d8665;
}

.ml-170 {
  margin-left: 170px;
}

.social-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 340px;
  height: 48px;
  list-style-type: none;
  padding: 0;
  margin: 76px 1px 0 0;
}

.social-block li {
  list-style-type: none;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 0px #666666);
}

.social-block a {
  width: 48px;
  height: 48px;
  display: block;
  text-decoration: none;
  font-size: 0;
}

/* .youtube {
  background: url(./assets/svg/youtube_icon.svg) no-repeat center;
} */

.youtube {
  background-color: #fff;
  -webkit-mask-image: url("./assets/svg/youtube_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: 0.5s;
}

.youtube:hover {
  background-color: #fd0000;
}

.instagram {
  background-color: #fff;
  -webkit-mask-image: url("./assets/svg/insta_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: 0.5s;
}

.instagram:hover {
  background-color: #fb51e6;
}

.facebook {
  background-color: #fff;
  -webkit-mask-image: url("./assets/svg/facebook_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: 0.5s;
}

.facebook:hover {
  background-color: #3887ff;
}

.twitter {
  background-color: #fff;
  -webkit-mask-image: url("./assets/svg/twitter_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: 0.5s;
}

.twitter:hover {
  background-color: #84c6ff;
}

.pinterest {
  background-color: #fff;
  -webkit-mask-image: url("./assets/svg/pinterest_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: 0.5s;
}

.pinterest:hover {
  background-color: #f13333;
}

.footer-line {
  height: 3px;
  background: #666666;
  border: none;
  margin: 0;
}

.footer-block-wrapper__second {
  height: 124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-block-wrapper__second p,
.footer-block-wrapper__second a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.rsschool {
  margin-left: 65px;
}

.footer-block-wrapper__second a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
