*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container{
    width: 1440px;
    margin: 0 auto;
}

.main {
  position: relative;
  width: 100%;
}

.header {
  width: 100%;
  background-color: #030303;
  justify-content: space-between;
}
.main-menu{
    display: none;
}
.header-container{
    width: 100%;
    max-width: 1440px;
    height: 150px;
    margin: 0 auto;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #030303;
    box-sizing: border-box;
}

.logo {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.logo-icon{
    width: 49px;
    height: 26px;
    margin-bottom: 7px;
}
.logo-text h1{
    padding: 0;
    margin: 0;
    color: #FFF;
    font-family: Forum;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.navigation {
    display: flex;
    margin-left: 466px;
    gap: 55px;
    width: 100%;
    padding: 10px 0;
}

.navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 55px;
}

.navigation a {
    color: #FFF;
    opacity: 0.5;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}
.navigation svg{
    display: none;
}

.navigation a:hover {
    color: #9D8665;
    opacity: 0.8;
    line-height: 26px;
}
.navigation a:active {
    color: #7E6C51;
    opacity: 0.8;
    line-height: 26px;
}
.navigation-img{
    display: none;
}
.navigation-footer-line{
    display: none;
}
#menu-toggle {
  display: none;
}
.navigation-menu-contacts {
    display: none;
}

.welcome {
    height: 842px;
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: #030303;
    justify-content: space-between;
    position: relative;
    margin-top: -32px;
}

.welcome-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.welcome-text h2{
    position: absolute;
    width: 593px;
    height: 180px;
    color: #FFF;
    font-family: Forum;
    text-transform: uppercase;
    z-index: 3;
}
.welcome-heading {
    white-space: pre-wrap;
    color: #FFF;
    font-family: Forum;
    font-size: 81px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 95px;
    padding: 0;
}
.btn-arrow-1, .btn-arrow-2{
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sqrs {
  display: flex;
  gap: 24px;
  margin-left: 193px;
}

.sqr {
  width: 16px;
  height: 16px;
  transition: 0.3s;
  background-color: #fff;
}

.sqr.active {
  background-color: #9d8665;
}

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

.btn-arrow-1:hover svg path,
.btn-arrow-2:hover svg path {
  fill: #9D8665;
}

.overlay{
    position: absolute;
    display: inline-block;
    transition: transform 0.5s ease;
    right: 0;
    top: 32px;
    z-index: 1;
    width: 1000px;
    height: 750px;
}
.main-photo.active {
    flex-shrink: 0;
    opacity: 1;
    pointer-events: auto;
}
.main-photo{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}

.gradient{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 100%
    );
    pointer-events: none;
}

.welcome-text-2{
    position: absolute;
    width: 445px;
    height: 33px;
    top: 387px;
    z-index: 3;
}

.welcome-pre-2{
    color: #FFF;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
}

.welcome-pre, .welcome-pre-2 {
  margin: 0;
  padding: 0;
}

.welcome-button{
    position: absolute;
    top: 497px;
    width: 360px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #710707;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    white-space: nowrap;
    text-decoration: none;
}

.welcome-button:hover{
    background: #9D8665;
    cursor: pointer;
}

.welcome-pagination-container{
    position: absolute;
    display: flex;
    align-items: center;
    width: 600px;
    height: 120px;
    flex-shrink: 0;
    background: #030303;
    position: relative;
    left: 0;
    top: 722px;
    z-index: 3;
}

.welcome-pagination-container p{
    position: absolute;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

.num1, .num2, .num3, .svg2, .svg3 {
    position: absolute;
}

.num1 {
    left: 74px;
}

.num2 {
    left: 109px;
    width: 6px;
    height: 40px;
}

.num3 {
    left: 125px;
}

.svg2{
    left: 445px;
}

.svg3{
    right: 75px;
}

.visiting{
    position: static;
    width: 1440px;
    height: 1266px;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 75px 0;
}

.visiting-text{
    width: 543px;
    height: 90px;
    margin: 0;
}

.visiting-text h2{
    margin: 0;
    padding: 0;
    color: #9D8665;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.visiting-line{
    margin-top: 25px;
    width: 1440px;
    height: 3px;
    flex-shrink: 0;
    background: #710707;
}

.visiting-tours {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visiting-tours a{
    text-decoration: none;
}

.royalpalace, .denonwing, .colonnade, .greakhall, .monalisa, .nightpalace {
    width: 440px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 75px;
    cursor: pointer;
}

.royalpalace-photo, .denonwing-photo, 
.colonnade-photo, .greakhall-photo, 
.monalisa-photo, .nightpalace-photo{
    height: 285px;
    overflow: hidden;
}
.royalpalace-text-1 h3, .denonwing-text-1 h3,
.colonnade-text-1 h3, .greakhall-text-1 h3,
.monalisa-text-1 h3, .nightpalace-text-1 h3 {
    margin-top: 25px;
    color: #000;
    font-family: Forum;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0;
}
.royalpalace-line, .denonwing-line,
.colonnade-line, .greakhall-line,
.monalisa-line, .nightpalace-line {
    width: 300px;
    height: 2px;
    background: #710707;
    margin-top: 10px;
    transition: width 0.4s ease;
}
.royalpalace:hover .royalpalace-line,  .denonwing:hover .denonwing-line,
.colonnade:hover .colonnade-line, .greakhall:hover .greakhall-line,
.monalisa:hover .monalisa-line, .nightpalace:hover .nightpalace-line{
  width: 100%;
}

.royalpalace-text-2, .denonwing-text-2,
.colonnade-text-2, .greakhall-text-2,
.monalisa-text-2, .nightpalace-text-2 {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 200;
    margin-top: 10px;
    line-height: 26px;
}
.royalpalace-text-3, .denonwing-text-3,
.colonnade-text-3, .greakhall-text-3,
.monalisa-text-3, .nightpalace-text-3 {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size:  22px;
    font-weight: 200;
    margin-top: 10px;
    line-height: 21px;
}

.explore {
    position: relative;
    background: #030303;
    height: 865px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    display: flex;
}

.picture-explore {
    margin-top: 75px;
    width: 1440px;
    height: 715px;
    box-sizing: border-box;
    display: flex;
    gap: 60px;
}
.explore-text-1 h2{
    color: #FFF;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: 660px;
    height: 90px;
    margin: 0;
    padding: 0;
}
.explore-line{
    width: 660px;
    height: 3px;
    flex-shrink: 0;
    background: #710707;
    margin-top: 25px;
}
.explore-text-2{
    width: 660px;
    height: 77px;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 38.5px;
    margin-top: 75px;
}
.explore-text-3{
    width: 660px;
    height: 77px;
    margin-top: 25px;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 38.5px;
}
.explore-text-3-span{
    color: #CAAA7D;
}
.explore-text-4{
    width: 660px;
    height: 77px;
    margin-top: 25px;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 38.5px;
}
.explore-photo{
    position: relative;
    width: 720px;
    height: 700px;
    margin-top: 15px;
    flex-shrink: 0;
}
.explore-photo img{
    width: 720px;
    height: 700px;
    display: block;
}
.explore-photo img:first-child {
  position: relative;
  z-index: 1;
}
.explore-photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.explore-photo-overlay img {
  display: block;
  object-fit: cover;
}
.explore-photo svg{
    position: absolute;
    top: 0;
    left: 420px;
    height: 700px;
    width: 39px;
    z-index: 15;
    cursor: ew-resize;
}

.video-jorney-wrapper{
    position: relative;
    width: 1440px;
    height: 1405px;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 75px 0;
    overflow: hidden;
}
.video-jorney-main{
    width: 1440px;
    height: 900px;
    flex-shrink: 0;
}
.video-jorney-main video{
    width: 100%;
}
.video-jorney-sections{
    width: 100%;
    height: 346px;
    flex-shrink: 0;
}
.video-jorney-texts{
    width: 100%;
    height: 90px;
    justify-content: center;
    display: flex;
    gap: 115px;
}
.video-jorney-text-1 h2{
    margin-top: 0;
    width: 605px;
    height: 90px;
    color: #9D8665;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.video-jorney-text-2{
    width: 720px;
    height: 90px;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 38.5px;
    margin: 0 auto;
}
.video-jorney-player{
    width: 1440px;
    height: 735px;
    display: flex;
    flex-direction: column;
    margin-top: 75px;
}
.video-jorney-player-main{
    position: relative;
    width: 1440px;
    height: 650px;
    overflow: hidden;
}
.playback-speed {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
}

.video-jorney-player-main svg{
    position: absolute;
    top: 215px;
    left: 610px;
    z-index: 11;
    cursor: pointer;
}
.video-jorney-player-toolbar{
    width: 1440px;
    height: 85px;
    background:#000;;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.video-jorney-player-toolbar{
    width: 100%;
}
.video-jorney-player-main video {
    inline-size: 100%;
    block-size: 100%;
    display: block;
    object-fit: cover;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.video-jorney-player-main video.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}
.toolbar-svg1{
    margin-top: 27px;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.pause-button{
    margin-top: 27px;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.progress-line{
    position: relative;
    width: 929px;
    height: 8px;
    margin-left: 50px;
    margin-top: 39px;
    background: #C4C4C4;
}
.red-line{
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 0;
    background: #710707;
    border-radius: 4px;
    z-index: 2;
}
.point{
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #710707;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}
.white-line{
    height: 8px;
    flex-shrink: 0;
    background: #C4C4C4;
    z-index: 1;
}
.toolbar-svg2, .toolbar-svg2-2{
    margin-top: 27px;
    margin-left: 50px;
    flex-shrink: 0;
    cursor: pointer;
}
.toolbar-svg3{
    margin-top: 35px;
    margin-left: 50px;
    flex-shrink: 0;
}
.toolbar-svg4, .toolbar-svg4-2{
    margin-top: 25px;
    margin-left: 50px;
    flex-shrink: 0;
    user-select: none;
}
.video-jorney-sections-wrapper{
    height: 254px;
    width: 2440px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 42px;
}
.video-jorney-section {
    width: 452px;
    height: 254px;
    order: 0;
}

.svg-scroll-dotts{
    display: block;
}
.svg-scroll-dotts circle.circle-active {
  fill: #710707;
}
.svg-scroll-dotts path:hover {
  fill: #710707;
  cursor: pointer;
}

.btn-visiting-panel{
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 12px;
    margin-left: 620px;
    margin-top: 40px;
} 

.gallery{
    width: 100%;
    height: 2200px;
    flex-shrink: 0;
    background: #030303;
    box-sizing: border-box;
    display: flex;
}
.gallery-wrapper{
    position: relative;
    overflow: hidden;   
    width: 1440px;
    height: 2125px;
    flex-shrink: 0;
    margin-top: 75px;
}
.gallery-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1440px;
    height: 360px;
    flex-shrink: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

.gallery-text h2{
    margin-top: 0;
    width: 518px;
    height: 90px;
    color: #FFF;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.gallery-columns{
    width: 1440px;
    height: 2035px;
    display: flex;
    justify-content: center;
    margin-top: 75px;
    gap: 36px;
}

.gallery-columns img {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.gallery-columns img.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-column-1, .gallery-column-2, .gallery-column-3{
    width: 456px;
    height: auto;
}
.gallery-column-1, .gallery-column-3{
    margin-top: 38px;
}
.gallery-column-1 img, .gallery-column-3 img{
    width: 456px;
    padding: 12px 0;
}
.gallery-column-2 img{
    width: 456px;
    padding-bottom: 24px;
}
.galery9, .galery3, .galery8{
    height: 570px;
}
.galery10, .galery15, .galery4{
    height: 456px;
}

.tickets-wrapper{
    margin-top: 75px;
    width: 100%;
    height: 743px;
}
.tickets-wrapper-text h2{
    margin-bottom: 0;
    width: 472px;;
    color: #9D8665;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.tickets-wrapper-line{
    margin-top: 25px;
    width: 1440px;
    height: 3px;
    flex-shrink: 0;
    background: #710707;
}
.tickets-wrapper-main{
    width: 100%;
    height: 550px;
    margin-top: 75px;
    display: flex;
    align-items: normal;
}
.tickets-image{
    width: 720px;
    height: 550px;
}
.tickets-type{
    width: 270px;
    height: 211px;
    flex-shrink: 0;
    margin-left: 60px;
}
.tickets-type-text{
    padding: 0;
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 156px;
    height: 33px;
    margin-bottom: 50px;
}
.tickets-type-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
.tickets-type-radio svg circle:nth-child(2) {
  display: none;
}
.tickets-type-radio input[type="radio"]:checked + svg circle:nth-child(2) {
  display: block;
}
label {
    display: block;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    line-height: 26px;
    margin: 0 0 25px 0;
}
label svg{
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-right: 23px;
}
.tickets-menu{
    width: 150px;
    height: 341px;
    flex-shrink: 0;
    margin-left: 240px;
}
.tickets-amount{
    width: 100px;
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: auto;
}
.tickets-basic-text{
    width: 150px;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-top: 25px;
}
.tickets-senior-text{
    width: 150px;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    line-height: 26px;
    margin-top: 10px;
}

.tickets-basic, .tickets-senior{
    display: inline-flex;
    align-items: center;
    border: 3px solid #000;
    width: 150px;
    height: 50px;
    position: relative;
    font-size: 26px;
    margin-top: 15px;
}
.tickets-basic input[type=number],
.tickets-senior input[type=number] {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: none;
    outline: none;
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.tickets-basic button,
.tickets-senior button {
  width: 30px;
  height: 100%;
  background: none;
  border: none;
  font-family: Roboto;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  color: #000;
  line-height: 1;
}

.tickets-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.tickets-overlay.open {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}
.noscroll {
  overflow: hidden;
  height: 100%;
}
.tickets-overlay-menu {
    width: 1440px;
    height: 845px;
    background: white;
    box-shadow: 2px 0 8px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 5px;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.tickets-overlay-columns{
    position: relative;
    gap: 40px;
    display: flex;
    flex-direction: row;
    margin-left: 235px;
    margin-top: 91px;
}
.tickets-overlay-column1 {
    width: 400px;
    height: 663px;
}

.tickets-overlay-text{
    width: 386px;
    color: #9D8665;
    font-family: Forum;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.tickets-overlay-column1 p:nth-child(3){
    width: 120px;
    color: #710707;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}
.tickets-overlay-line{
    width: 400px;
    height: 3px;
    background-color: #740C11;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 190px;
  height: 45px;
  margin-top: 60px;
}

.date-time {
  display: flex;
  gap: 20px;
}

.input-date, .input-time {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  padding: 5px 10px;
  width: 190px;
  height: 45px;
}

.input-date svg, .input-time svg {
  flex-shrink: 0;
  margin-right: 8px;
}

.input-date input, .input-time select {
  border: none;
  outline: none;
  font-size: 16px;
  width: 180px;
}
.text-inputs{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.text-input-name, .text-input-phone, .text-input-email, .text-input-tickettype {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  padding: 5px 10px;
  width: 400px;
  height: 45px;
}
.text-input-name svg, .text-input-phone svg, .text-input-email svg, .text-input-tickettype svg {
  flex-shrink: 0;
  margin-right: 8px;
}
.text-input-name input, .text-input-phone input, .text-input-email input, #ticket-type {
  border: none;
  outline: none;
  font-size: 16px;
  width: 400px;
}
.entry-ticket{
    width: 400px;
    height: 135px;
    margin-top: 270px;
    border: 1px solid #000000;
}
.entry-ticket-text {
    color: #9D8665;
    font-family: Forum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.entry-ticket-basic, .entry-ticket-senior{
    color: #030303;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}

.entry-ticket-line{
    margin-top: 5px;
    width: 370px;
    height: 2px;
    background-color: #740C11;
    margin-left: 15px;
}

.count-basic, .count-senior{
    display: flex;
    flex-direction: row;
}

.minus, .black{
    width: 35px;
    height: 25px;
    background-color: #030303;
}
.minus {
    display: flex; 
    justify-content: center;
    align-items: center;
}
.black svg {
    margin-left: 12px;
    margin-top: 8px;
}
.minus-minus{
    width: 10px;
    height: 2.002px;
    background-color: #ffffff;
    margin: 0;
}
.white{
    width: 35px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid black;
}
.white p{
    margin: 0;
    color: #030303;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 12px;
}
.tickets-overlay-column2 {
    width: 530px;
    height: 663px;
    border: 1px solid #030303;
}

.button-buy-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none; 
    cursor: pointer;
}
.entry{
    display: flex;
    flex-direction: row;
    gap: 123px;
}
.entry-ticket-count{
    margin-top: 18px;
}
.count-senior{
   margin-top: 18px; 
}

.column2-photo img{
    width: 150px;
    height: 120px;
    margin-top: 25px;
}
.column2-texts{
    margin-top: 25px;
    margin-left: 30px;
}
.column2-text{
    display: flex;
    flex-direction: row;
    gap: 124px;
}

.column2-text1{
    color: #272727;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.column2-text2{
    color: #740C11;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.column2-text-svg1, .column2-text-svg2, .column2-text-svg3{
    display: flex;
    flex-direction: row;
}
.text-svg1, .text-svg2, .text-svg3{
    color: #030303;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    margin-left: 15px;
}
.column2-text-svg1 svg, .column2-text-svg2 svg, .column2-text-svg3 svg{
    margin-top: 6px;
}
.column2-line{
    width: 470px;
    height: 2px;
    background-color: #740C11;
}
.column2-tickets{
    display: flex;
    flex-direction: row;
}
.basic-price, .senior-price{
    color: #030303;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.total-price1, .total-price2{
    color: #030303;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.total-price{
    margin-left: 259px;
}
.column2-tickets{
    margin-top: 25px;
    margin-left: 30px;
}
.count{
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.first-price{
    margin-top: -6px;
    margin-left: 10px;
}
.tprice{
    display: flex;
    flex-direction: row;
    gap: 327px;
    margin-left: 30px;
    margin-top: 5px;
}
.column2-line{
    width: 470px;
    height: 2px;
    background-color: #740C11;
    margin-left: 30px;
    margin-top: 5px;
}
.total{
    color: #030303;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price{
    color: #030303;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cards{
    margin-top: 10px;
    margin-left: 30px;
}
.first-card{
    width: 360px;
    height: 211px;
    position: absolute;
    z-index: 2;
    background-color: #BCBCBC;
    border-radius: 5px;
}
.second-card{
    width: 360px;
    height: 211px;
    position: absolute;
    z-index: 1;
    background-color: #939393;
    margin-top: 30px;
    margin-left: 110px;
    border-radius: 5px;
}
.first-card-svg{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 34px;
    right: 20px;
    gap: 15px;
}
.first-card p{
    color: #161615;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
}
.first-card input {
    width: 215px;
    height: 35px;
    background-color: #FFF;
    border: 0.5px solid #A4A4A3;
    margin-bottom: 5px;
}
.exp-date{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.exp-date input{
    width: 100px;
}
.cardholder-input input{
    width: 320px;
}
.first-card-text{
    margin-top: 15px;
    margin-left: 20px;
}
.strip{
    width: 360px;
    height: 45px;
    background-color: #161615;
    margin-top: 25px;
}
.second-card-text{
    width: 75px;
    margin-top: 15px;
    margin-left: 265px;
}
.second-card p{
    color: #161615;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-left: 10px;
}
.second-card input{
    width: 75px;
    height: 35px;
    background-color: #FFF;
    border: 0.5px solid #A4A4A3;
    margin-top: 5px;
}
.second-card-text2{
    width: 60px;
    height: 50px;
    margin-left: 10px;
}
.second-card-text2 p{
    color: #161615;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-top: 3px;
}
.button-book{
    margin-top: 268px;
    margin-left: 280px;
    width: 220px;
    height: 45px;
    background-color: #710707;
    opacity: 0.9;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.total-div{
    width: 150px;
    height: 33px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
.total-text{
    width: 97px;
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.65px;
}
.total-cost{
    width: 53px;
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.65px;
}
.button-buy{
    margin-top: 60px;
    width: 175px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #000;
    margin-left: -25px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.button-buy:hover{
    background: #9D8665;
    border: #9D8665;
    color: #000000;
}

.parallax-wrapper {
  position: relative;
  height: 400px;
  margin-top: 75px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
.parallax {
    position: absolute;
    background-image: url('assets/parallax/parallax.jpg');
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.contacts-wrapper{
    width: 100%;
    height: 888px;
    margin-top: 75px;
}
.contacts-text h2{
    margin-bottom: 0;
    width: 397px;
    color: #9D8665;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.contacts-line{
    width: 1440px;
    height: 3px;
    flex-shrink: 0;
    background: #710707;
    margin-top: 25px;
}
.contacts-menu{
    width: 100%;
    height: 620px;
    margin-top: 75px;
    display: flex;
    gap: 198px;
}
.contacts-inf{
    width: 282px;
    height: 244px;
}
.contacts-inf-text-main{
    width: 227px;
    height: 66px;
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
}
.contacts-inf-texts-address, .contacts-inf-texts-phone, .contacts-inf-texts-mail{
    display: flex;
    justify-content: flex-start;
}
.contacts-inf-text-address, .contacts-inf-text-phone,
.contacts-inf-address, .contacts-inf-phone,
.contacts-inf-text-mail, .contacts-inf-mail{
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 25px;
}
.contacts-inf-text-address{
    width: 87px;
}
.contacts-inf-address{
    width: 195px;
}
.contacts-inf-text-phone{
    width: 70px;
}
.contacts-inf-phone{
    width: 200px;
}
.contacts-inf-phone a{
    width: 200px;
    text-decoration: none;
    color:#000;
}
.contacts-inf-phone a:hover, .contacts-inf-mail a:hover{
    text-decoration: none;
    color:#9D8665;
}
.contacts-inf-phone a:active, .contacts-inf-mail a:active{
    text-decoration: none;
    color:#7E6C51;
}
.contacts-inf-text-mail{
    width: 51px;
}
.contacts-inf-mail{
    width: 142.984px;
}
.contacts-inf-mail a{
    width: 142.984px;
    text-decoration: none;
    color:#000;
}
.contacts-map{
    width: 960px;
    height: 620px;
}

.footer {
  width: 100%;
  background-color: #030303;
  justify-content: space-between;
}

.footer-wrapper{
    width: 100%;
    max-width: 1440px;
    height: 392px;
    flex-shrink: 0;
    background: #030303;
    display: flex;
    flex-direction: column;
}
.footer-nav{
    width: 1415px;
    height: 128px;
    margin-top: 84px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
.footer-logo{
    width: 195px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-logo-text{
    color: #FFF;
    font-family: Forum;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: 120px;
}
.footer-nav-list{
    width: 363px;
    height: 128px;
    margin-left: 145px;
    display: flex;
    justify-content: center;
    gap: 150px;
}
.footer-nav-list-1 ul, .footer-nav-list-2 ul {
    padding: 0;
    margin: 0;
    gap: 25px;
}
.footer-nav-list-1 , .footer-nav-list-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-nav-list-1{
    width: 107px;
}
.footer-nav-list-1 a, .footer-nav-list-2 a{
    display: block; 
    color: #FFF;
    opacity: 50%;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 26px;
    margin-bottom: 25px;
    transition: color 0.3s ease, opacity 0.3s ease;
}
.footer-nav-list-1 a:hover, .footer-nav-list-2 a:hover {
    color: #9D8665;
    opacity: 0.8;
    line-height: 26px;
}
.footer-nav-list-1 a:hover, .footer-nav-list-2 a:hover {
    color: #7E6C51;
    opacity: 0.8;
    line-height: 26px;
}
.footer-line{
    width: 100%;
    height: 3px;
    flex-shrink: 0;
    background: #666;
}
.footer-contacts{
    display: flex;
    width: 340px;
    height: 48px;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex-shrink: 0;
    margin-top: 73px;
    margin-left: 397px;
}
.footer-contact-youtube a:hover svg path,
.footer-contact-instagram a:hover svg path,
.footer-contact-facebook a:hover svg path,
.footer-contact-twitter a:hover svg path,
.footer-contact-pinterest a:hover svg path {
  fill: #CAAA7D;
  transition: fill 0.3s ease;
}
.footer-contact-youtube a:hover,
.footer-contact-instagram a:hover,
.footer-contact-facebook a:hover,
.footer-contact-twitter a:hover,
.footer-contact-pinterest a:hover {
  border: 1px solid #CAAA7D;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center; 
  transition: border-color 0.3s ease; 
  padding: 11px;
}

.footer-contacts ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
}
.footer-contact-youtube, .footer-contact-instagram,
.footer-contact-facebook, .footer-contact-twitter, 
.footer-contact-pinterest{
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #666;
    box-shadow: 0px 0px 0px 0px #666;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.footer-author-inf{
    width: 100%;
    height: 24px;
    flex-shrink: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.year, .rsschool, .author{
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px;
    letter-spacing: 2px;
    white-space: nowrap;
    opacity: 50%;
}
.year{
    width: 82px;
    height: 22px;
    flex-shrink: 0;
}
.rsschool{
    width: 300px;
    margin-left: 488px;
    height: 22px;
    flex-shrink: 0;
}
.author{
    width: 113px;
    margin-left: 457px;
    height: 22px;
    flex-shrink: 0; 
}
@media (max-width: 1024px) {
.container {
    max-width: 984px;
}
.header-container{
    height: 130px;
}
.navigation {
  position: fixed;
  top: 0;
  left: -297px;
  width: 297px;
  height: 585px;
  background-color: #000;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  transition: left 0.3s ease;
  z-index: 1000;
  display: block;
  margin-left: 0;
  margin-top: 130px;
  overflow-y: auto;
}
.navigation ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-left: 55px;
  margin-top: 35px;
}
.navigation svg{
    display: inline-block;
}
#menu-toggle:checked ~ .navigation {
  left: 0;
}
#menu-toggle {
  display: none;
}
.main-menu svg {
    pointer-events: none;
    width: 32px;
    height: 18px;
}
.main-menu {
  position: fixed;
  top: 45px;
  right: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1100;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-icon, .close-icon {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.close-icon {
  display: none;
}
#menu-toggle:checked + label.main-menu .burger-icon {
  display: none;
}
#menu-toggle:checked + label.main-menu .close-icon {
  display: block;
}
.main-menu svg{
pointer-events: none;
}

.navigation ul li label {
  cursor: pointer;
  display: block;
  width: 100%;
}

.navigation ul li label a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  pointer-events: none;
}

.navigation ul li label:hover a {
  color: #ddd;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.1);
  z-index: 900;
  cursor: pointer;
}
#menu-toggle:checked ~ .menu-overlay {
  display: block;
}

.logo {
    margin-left: 20px;
}
.welcome{
    height: 617px;
}
.welcome-text{
    width: 396px;
}
.welcome-text h2{
    position: absolute;
    z-index: 3;
}
.welcome-wrapper{
    position: relative;
}
.welcome-heading{
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 90px;
    margin-top: -6px;
}
.welcome-text-2{
    height: 28px;
    top: 288px;
}
.welcome-pre-2{
    height: 28px;
    font-size: 24px;
}
.overlay{
    position: absolute;
    z-index: 1;
    width: 700px;
    height: 525px;
}
.gradient{
    position: absolute;
    z-index: 2;
}
.main-photo{
    width: 700px;
    height: 525px;
}
.welcome-button{
    position: absolute;
    z-index: 3;
    width: 300px;
    height: 60px;
    font-size: 20px;
    position: absolute;
    top: 365px;
}
.welcome-pagination-container{
    width: 700px;
    top: 497px;
}
.welcome-pagination-container p{
    font-size: 20px;
}
.num1 {
    left: 224px;
}
.num2 {
    left: 257px;
}
.num3 {
    left: 272px;
}
.sqrs {
    gap: 25px;
    margin-left: 340px;
}
.sqr{
    width: 12px;
    height: 12px;
}
.svg2{
    left: 545px;
}
.visiting{
    width: 984px;
    height: 1373px;
    padding: 60px 0 0;
    margin-bottom: 60px;
}
.visiting-text{
    width: 360px;
    height: 75px;
}
.visiting-text h2{
    font-size: 50px;
    line-height: 75px;
}
.visiting-line{
    margin-top: 20px;
    width: 984px;
}
.visiting-tours {
    margin-top: 60px;
    justify-content: flex-start;
}
.visiting-tours > *:nth-child(odd) {
    margin: 0 108px 0 108px;
}
.royalpalace, .denonwing, .colonnade, .greakhall, .monalisa, .nightpalace {
    width: 330px;
    margin-bottom: 60px;
}
.royalpalace img, .denonwing img, .colonnade img, .greakhall img, .monalisa img, .nightpalace img {
    width: 330px;
    height: 215px;
}
.royalpalace-photo, .denonwing-photo, 
.colonnade-photo, .greakhall-photo, 
.monalisa-photo, .nightpalace-photo{
    height: 215px;
}
.royalpalace-text-1, .denonwing-text-1,
.colonnade-text-1, .greakhall-text-1,
.monalisa-text-1, .nightpalace-text-1{
    height: 31px;
}
.royalpalace-text-1 h3, .denonwing-text-1 h3,
.colonnade-text-1 h3, .greakhall-text-1 h3,
.monalisa-text-1 h3, .nightpalace-text-1 h3 {
    font-size: 28px;
    letter-spacing: 3px;
}
.royalpalace-line, .denonwing-line,
.colonnade-line, .greakhall-line,
.monalisa-line, .nightpalace-line{
    width: 150px;
}
.royalpalace-text-2, .denonwing-text-2,
.colonnade-text-2, .greakhall-text-2,
.monalisa-text-2, .nightpalace-text-2{
    font-size: 20px;
    height: 23px;
    line-height: normal;
}
.royalpalace-text-3, .denonwing-text-3,
.colonnade-text-3, .greakhall-text-3,
.monalisa-text-3, .nightpalace-text-3 {
    font-size: 16px;
    height: 19px;
    line-height: normal;
}
.explore {
    height: 1149px;
}
.picture-explore {
    gap: 62px;
    flex-direction: column;
    margin-top: 60px;
    width: 984px;
    height: 1029px;
}
.explore-text-1 h2{
    font-size: 50px;
    line-height: 75px;
}
.explore-text-1 {
    height: 75px;
}
.explore-line {
    width: 984px;
    margin-top: 20px;
}
.explore-text-4 {
    height: 62px;
    display: none;
}
.explore-text-2 {
    width: 984px;
    height: 39px;
    font-size: 20px;
    margin-top: 60px;
}
.explore-text-3 {
    width: 984px;
    height: 70px;
    font-size: 20px;
    line-height: 35px;
    margin-top: 0;
}
.explore-photo {
    margin-top: 0;
    margin-left: 132px;
}
.video-jorney-wrapper{
    height: 1001px;
    padding: 60px 0;
    margin-left: 20px;
}
.video-jorney-main{
    width: 984px;
    height: 610px;
}
.video-jorney-text-2{
    display: none;
}
.video-jorney-texts {
    width: 398px;
    height: 75px;
}
.video-jorney-text-1 h2{
    width: 398px;
    font-size: 50px;
    line-height: 75px;
}
.video-jorney-player{
    width: 984px;
    height: 504px;
    margin-top: 40px;
}
.video-jorney-player-main{
    width: 984px;
    height: 504px;
}
.video-jorney-player-main svg{
    width: 152px;
    height: 152px;
    top: 146px;
    left: 416px;
}
.video-jorney-player-toolbar{
    width: 984px;
    height: 60px;
}
.toolbar-svg1 {
    margin-top: 15px;
    width: 23px;
    height: 30px;
}
.pause-button{
    margin-top: 15px;
    width: 23px;
    height: 30px;
}
.progress-line {
    margin-left: 30px;
    height: 5px;
    width: 564px;
    margin-top: 27px;
}
.red-line{
    height: 5px;
}
.point{
    height: 13px;
}
.white-line{
    height: 5px;
}
.toolbar-svg2, .toolbar-svg2-2{
    margin-top: 20px;
    margin-left: 31px;
    width: 26px;
    height: 20px;
}
.toolbar-svg3{
    margin-top: 23px;
    margin-left: 31px;
    width: 143px;
    height: 13px;
}
.toolbar-svg4{
    margin-top: 17px;
    margin-left: 30px;
    width: 26px;
    height: 26px;
}
.video-jorney-sections{
    height: 222px;
}
.video-jorney-sections-wrapper{
    height: 170px;
    width: 984px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 41px;
}
.video-jorney-section-1, .video-jorney-section-2, .video-jorney-section-3{
    width: 300px;
    height: 170px;
}
.video-jorney-img1, .video-jorney-img2, .video-jorney-img3{
    width: 300px;
    height: 170px;
}
.video-jorney-img{
    top: 10px;
    left: 10px;
}
.video-jorney-section-1-text, .video-jorney-section-2-text, .video-jorney-section-3-text{
    width: 183px;
    height: 39px;
    font-size: 18px;
    line-height: 38.5px;
    top: 11px;
    left: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.svg-dotts{
    top: 22px;
    right: 35px;
}
.svg-youtube{
    top: 61px;
    left: 116px;
}
.btn-visiting-panel{
    padding: 0;
}
.svg-scroll-dotts{
    margin-left: 392px;
    margin-top: 40px;
}
.gallery{
    height: 1460px;
}
.gallery-wrapper{   
    height: 1400px;
    width: 984px;
    margin-top: 60px;
}
.gallery-text {
    white-space: pre-wrap;
    width: 330px;
    height: 75px;
}
.gallery-text h2{
    margin: 0;
    height: 75px;
    font-size: 50px;
    font-weight: 400;
    line-height: 75px;
}
.gallery-columns{
    width: 984px;
    height: 885px;
    margin-top: 60px;
    gap: 36px;
}
.gallery-column-1, .gallery-column-2, .gallery-column-3{
    width: 304px;
}
.gallery-column-1, .gallery-column-3{
    margin-top: 50px;
}
.gallery-column-1 img, .gallery-column-3 img{
    width: 304px;
    padding: 12px 0;
}
.gallery-column-2 img{
    width: 304px;
}
.parallax-wrapper {
    margin-top: 60px;
}
.tickets-wrapper{
    margin-top: 60px;
    height: 598px;
}
.tickets-wrapper-text {
    height: 75px;
}
.tickets-wrapper-text h2{
    width: 472px;;
    font-size: 50px;
    line-height: 75px;
}
.tickets-wrapper-line{
    margin-top: 20px;
    width: 984px;
}
.tickets-wrapper-main{
    height: 440px;
    margin-top: 60px;
}
.tickets-image{
    width: 700px;
    height: 440px;
}
.tickets-image img{
    width: 700px;
    height: 440px;
}
.tickets-type{
    display: none;
}
.tickets-menu{
    width: 175px;
    height: 321px;
    margin-left: 80px;
}
.tickets-amount{
    width: 103px;
    margin-left: 0;
}
.tickets-basic-text{
    width: 101px;
    line-height: normal;
}
.tickets-senior-text{
    width: 104px;
    line-height: normal;
    margin-top: 25px;
}
.tickets-basic, .tickets-senior{
    border: 3px solid #000;
    width: 175px;
    font-size: 22px;
    margin-top: 10px;
}
.total-div{
    width: 175px;
    margin-top: 25px;
}
.total-text{
    width: 100px;
}
.total-cost{
    width: 61.833px;
    margin-left: 13.17px;
}
.button-buy{
    margin-top: 69px;
    margin-left: 0;
}
.contacts-wrapper{
    height: 674px;
    margin-top: 60px;
}
.contacts-text h2{
    width: 261px;
    font-size: 50px;
    line-height: 75px;
}
.contacts-line{
    width: 984px;
    margin-top: 20px;
}
.contacts-menu{
    height: 454px;
    margin-top: 60px;
    gap: 16px;
}
.contacts-inf{
    width: 274px;
    height: 190px;
}
.contacts-inf-text-main{
    width: 274px;
    height: 56px;
    margin-bottom: 35px;
}
.contacts-inf-text-main p{
    width: 185px;
    font-size: 24px;
    margin: 0;
}
.contacts-inf-texts-address, .contacts-inf-texts-phone, .contacts-inf-texts-mail{
    height: 23px;
    margin-bottom: 15px;
}
.contacts-inf-text-address, .contacts-inf-text-phone,
.contacts-inf-address, .contacts-inf-phone,
.contacts-inf-text-mail, .contacts-inf-mail{
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
}
.contacts-map{
    width: 694px;
    height: 454px;
}
.contacts-map img{
    width: 694px;
    height: 454px;
}
.footer-wrapper{
    width: 1024px;
    height: 368px;
    flex-shrink: 0;
}
.footer-nav{
    width: 984px;
    height: 128px;
    margin-top: 65px;
    margin-bottom: 50px;
}
.footer-logo{
    width: 194px;
}
.footer-logo-text{
    width: 120px;
    height: 31px;
}
.footer-nav-list{
    width: 313px;
    height: 128px;
    margin-left: 45px;
    gap: 100px;
}
.footer-line{
    width: 984px;
}
.footer-contacts{
    margin-top: 80px;
    margin-left: 92px;
}
.footer-author-inf{
    height: 122px;
    margin-top: 0;
}
.rsschool{
    margin-left: 260px;
}
.author{
    margin-left: 229px;
}
}

@media (max-width: 768px) {
.container {
    max-width: 728px;
}
.header-container{
    height: 110px;
}
.navigation {
    position: absolute;
    padding: 0;
    left: -768px;
    margin-top: 110px;
    width: 768px;
    height: 861px;
}
.navigation svg{
    display: inline-block;
}
.main-menu {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.navigation-img{
    display: flex;
    height: 375px;
    width: 658px;
    overflow: hidden;
    position: relative;
    margin-left: 55px;
    margin-top: 35px;
}
.navigation-img-1{
    height: 375px;
    width: 658px;
    object-fit: cover;
    clip-path: inset(0 0 181px 0);
}
.bottom-row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 658px;
  height: 161px;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
}
.navigation-img-2,
.navigation-img-3 {
  height: 161px;
  width: 319px;
  object-fit: cover;
}
.navigation-footer-line{
    display: flex;
    width: 658px;
    margin-top: 35px;
    margin-left: 55px;
    height: 3px;
    background: #666;
}
.navigation-menu-contacts {
    display: flex;
    flex-direction: row !important;
    width: 340px;
    height: 48px;
    gap: 25px;
}
.navigation-menu-contacts ul{
    display: flex;
    flex-direction: row !important;
    margin-top: 23px;
    margin-left: 214px;
}

.logo {
    margin-left: 20px;
    height: 41px;
    margin-top: 6px;
}
.welcome{
    height: 894px;
}
.welcome-text h2{
    position: static;
    font-size: 40px;
    line-height: 60px;
    width: 333px;
    height: 120px;
    margin-top: -28px;
}
.welcome-text{
    width: 328px;
    height: 120px;
    margin-left: 199px;
}
.welcome-wrapper{
    height: 875px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.welcome-heading{
    white-space: pre-wrap;
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom: 0;
    width: 328px;
    height: 120px;
    text-align: center;
}
.welcome-text-2{
    height: 20px;
    position: static;
    margin-top: 54px;
    margin-left: 198px;
}
.welcome-pre-2{
    height: 20px;
    font-size: 20px;
    padding: 0;
}
.welcome-button{
    display: none;
}
.overlay{
    width: 728px;
    height: 546px;
}
.gradient{
    display: none;
}
.main-photo{
    width: 728px;
    height: 546px;
    margin-top: 215px;
}
.welcome-pagination-container{
    height: 100px;
    width: 728px;
    margin-top: 102px;
}
.welcome-pagination-container p{
    font-size: 20px;
    height: 40px;
}
.num1 {
    left: 164px;
}
.num2 {
    left: 197px;
}
.num3 {
    left: 212px;
}
.sqrs {
    gap: 25px;
    margin-left: 280px;
}
.svg2{
    left: 485px;
}
.svg3{
    margin-right: 88px;
}

.visiting{
    width: 728px;
    height: 1146px;
    padding: 40px 0 0;
    margin-bottom: 79px;
}
.visiting-text{
    width: 306px;
    height: 60px;
}
.visiting-text h2{
    font-size: 40px;
    line-height: 60px;
}
.visiting-line{
    margin-top: 20px;
    width: 728px;
}
.visiting-tours {
    margin-top: 40px;
    justify-content: flex-start;
}
.visiting-tours > *:nth-child(odd) {
    margin: 0 56px 0 56px;
}
.royalpalace, .denonwing, .colonnade, .greakhall, .monalisa, .nightpalace {
    width: 280px;
    margin-bottom: 40px;
}
.royalpalace img, .denonwing img, .colonnade img, .greakhall img, .monalisa img, .nightpalace img {
    width: 280px;
    height: 180px;
}
.royalpalace-photo, .denonwing-photo, 
.colonnade-photo, .greakhall-photo, 
.monalisa-photo, .nightpalace-photo{
    height: 180px;
}
.royalpalace-text-1, .denonwing-text-1,
.colonnade-text-1, .greakhall-text-1,
.monalisa-text-1, .nightpalace-text-1{
    height: 24px;
}
.royalpalace-text-1 h3, .denonwing-text-1 h3,
.colonnade-text-1 h3, .greakhall-text-1 h3,
.monalisa-text-1 h3, .nightpalace-text-1 h3 {
    font-size: 22px;
    letter-spacing: 3px;
}
.royalpalace-line, .denonwing-line,
.colonnade-line, .greakhall-line,
.monalisa-line, .nightpalace-line{
    width: 150px;
}
.royalpalace-text-2, .denonwing-text-2,
.colonnade-text-2, .greakhall-text-2,
.monalisa-text-2, .nightpalace-text-2{
    font-size: 18px;
    height: 21px;
    line-height: normal;
}
.royalpalace-text-3, .denonwing-text-3,
.colonnade-text-3, .greakhall-text-3,
.monalisa-text-3, .nightpalace-text-3 {
    font-size: 16px;
    height: 19px;
    line-height: normal;
}
.explore {
    height: 908px;
}
.explore-texts{
    height: 60px; 
}
.explore-text-1 h2{
    font-size: 40px;
    line-height: 60px;
}
.explore-text-1 {
    height: 60px;
}
.explore-line {
    width: 728px;
    margin-top: 20px;
}
.explore-text-2 {
    display: none;
}
.explore-text-3{
    display: none;
}
.explore-text-4 {
    display: none;
}
.picture-explore {
    gap: 63px;
    flex-direction: column;
    margin-top: 40px;
    width: 768px;
    height: 908px;
}
.explore-photo {
    margin-top: 0;
    margin-left: 0;
    width: 728px;
    height: 705px;
}
.explore-photo img{
    width: 728px;
    height: 705px;
}
.explore-photo svg{
    height: 707px;
}

.video-jorney{
    height: 837px;
    padding: 40px 0;
}
.video-jorney-wrapper{
    width: 728px;
    height: 714px;
    padding: 0;
}
.video-jorney-main{
    width: 728px;
    height: 462px;
}
.video-jorney-text-2{
    display: none;
}
.video-jorney-texts {
    width: 344px;
    height: 60px;
}
.video-jorney-text-1 h2{
    width: 344px;
    font-size: 40px;
    line-height: 60px;
}
.video-jorney-player{
    width: 728px;
    height: 382px;
    margin-top: 20px;
}
.video-jorney-player-main{
    width: 728px;
    height: 329px;
}
.video-jorney-player-main svg{
    width: 80px;
    height: 80px;
    top: 125px;
    left: 324px;
}
.video-jorney-player-toolbar{
    width: 728px;
    height: 55px;
}
.toolbar-svg1 {
    width: 23px;
    height: 29px;
    margin-left: 0;
    margin-top: 12px;
    order: 1;
}
.pause-button {
    width: 23px;
    height: 29px;
    margin-left: 0;
    margin-top: 12px;
    order: 1;
}
.toolbar-svg2, .toolbar-svg2-2{
    margin-top: 16px;
    margin-left: 35px;
    width: 27px;
    height: 21px;
    order: 2;
}
.progress-line {
    margin-left: 35px;
    margin-top: 25px;
    width: 482px;
    order: 3;
}
.point{
    width: 13px;
    height: 13px;
}

.toolbar-svg3{
    display: none;
}
.toolbar-svg4{
    margin-top: 13px;
    margin-left: 35px;
    width: 27px;
    height: 27px;
    order: 4;
}
.video-jorney-sections{
    height: 231px;
    width: 728px;
}
.video-jorney-sections-wrapper{
    height: 199px;
    width: 728px;
    margin-top: 21px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.video-jorney-section-3{
    display: none;
}
.video-jorney-section-1, .video-jorney-section-2{
    width: 354px;
    height: 199px;
}
.video-jorney-img1, .video-jorney-img2{
    width: 354px;
    height: 199px;
}
.video-jorney-img{
    top: 10px;
    left: 10px;
}
.video-jorney-section-1-text, .video-jorney-section-2-text{
    width: 183px;
    height: 39px;
    font-size: 18px;
    line-height: 38.5px;
    top: 11px;
    left: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.svg-youtube{
    top: 75px;
    left: 143px;
}
.btn-visiting-panel{
    padding: 0;
}
.svg-scroll-dotts{
    margin-left: 269px;
    margin-top: 20px;
}
.gallery{
    height: 1220px;
}
.gallery-wrapper{   
    height: 1180px;
    width: 768px;
    margin-top: 40px;
    margin-left: -20px;
}
.gallery-text {
    white-space: pre-wrap;
    margin-left: 20px;
    width: 276px;
    height: 60px;
}
.gallery-text h2{
    margin: 0;
    height: 60px;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}
.gallery-columns{
    width: 768px;
    height: 1030px;
    margin-top: 40px;
    gap: 24px;
}
.gallery-wrapper::after {
    height: 200px;
}
.gallery-column-3{
    display: none;
}
.gallery-column-1, .gallery-column-2{
    width: 352px;
}
.gallery-column-1 img, .gallery-column-2 img{
    width: 352px;
    padding: 0 0 24px 0;
}

.parallax-wrapper {
    margin-top: 40px;
    height: 300px;
}

.tickets-wrapper{
    position: relative;
    margin-top: 40px;
    height: 553px;
}
.tickets-wrapper-text {
    height: 60px;
}
.tickets-wrapper-text h2{
    width: 472px;;
    font-size: 40px;
    line-height: 60px;
}
.tickets-wrapper-line{
    margin-top: 20px;
    width: 728px;
}
.tickets-wrapper-main{
    height: 430px;
    margin-top: 40px;
}
.tickets-image{
    width: 444px;
    height: 340px;
}
.tickets-image img{
    width: 444px;
    height: 340px;
}
.tickets-menu{
    width: 175px;
    height: 340px;
    margin-left: 60px;
}
.tickets-basic-text{
    margin-top: 34px;
}
.total-div{
    margin-top: 39px;
}
.button-buy{
    margin-top: 34px;
    margin-left: 0;
    cursor: pointer;
}

.contacts-wrapper{
    height: 887px;
    margin-top: 40px;
}
.contacts-text h2{
    width: 261px;
    font-size: 40px;
    line-height: 60px;
}
.contacts-line{
    width: 728px;
    margin-top: 20px;
}
.contacts-menu{
    height: 615px;
    margin-top: 35px;
    flex-direction: column;
    gap: 40px;
}
.contacts-inf{
    width: 155px;
    height: 180px;
}
.contacts-inf-text-main{
    width: 234px;
    height: 46px;
    margin-bottom: 42px;
}
.contacts-inf-text-main p{
    width: 170px;
    font-size: 20px;
    margin: 0;
}
.contacts-inf-texts-address, .contacts-inf-texts-phone, .contacts-inf-texts-mail{
    height: 21px;
    width: 234px;
    margin-bottom: 15px;
}
.contacts-inf-text-address, .contacts-inf-text-phone,
.contacts-inf-address, .contacts-inf-phone,
.contacts-inf-text-mail, .contacts-inf-mail{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}
.contacts-map{
    width: 728px;
    height: 476px;
}
.contacts-map img{
    width: 728px;
    height: 476px;
}
.footer-wrapper{
    width: 768px;
    height: 431px;
    flex-shrink: 0;
}
.footer-nav{
    display: flex;
    flex-direction: column;
    height: 228px;
    width: 728px;
    margin-top: 55px;
    margin-bottom: 20px;
}
.footer-logo{
    margin-top: -10px;
    width: 199px;
}
.footer-logo-text{
    width: 125px;
    height: 41px;
}
.footer-nav-list{
    width: 393px;
    height: 121px;
    margin-left: 285px;
    margin-top: -31px;
    gap: 184px;
}
.footer-nav-list-1{
    width: 71px;
}
.footer-nav-list-1{
    width: 85px;
}
.footer-nav-list a{
    font-size: 18px;
    height: 21px;
    margin-bottom: 25px;
}
.footer-line{
    width: 728px;
}
.footer-contacts{
    margin-top: 42px;
    margin-left: 300px;
    margin-bottom: 21px;
}
.footer-author-inf{
    height: 102px;
}
.rsschool{
    margin-left: 132px;
}
.author{
    margin-left: 103px;
}
}

@media (max-width: 420px) {
.container {
    max-width: 380px;
}
.header-container{
    height: 90px;
}

.navigation {
    left: -420px;
    margin-top: 90px;
    width: 420px;
    height: 544px;
}
.navigation-img {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-left: 55px;
  margin-top: 35px;
  width: 310px;
  height: 95px;
  box-sizing: border-box;
  position: relative;
}

.navigation-img-1 {
  order: 2;
  flex: 1 1 0;
  width: 95px;
  height: 95px;
  object-fit: cover;
  display: block;
  clip-path: inset(0 0 0 0);
  flex: 0 0 auto;
}

.bottom-row {
  display: flex;
  gap: 13px;
  order: 1;
  flex: 0 0 auto;
  width: 200px;
  margin-left: 105px;
}

.navigation-img-2, .navigation-img-3 {
  flex: 0 0 auto;
  margin: 0;
  width: 95px;
  height: 95px;
  object-fit: cover;
  display: block;
  margin-top: 65px;
}
.navigation-footer-line{
    width: 310px;
    margin-top: 20px;
    margin-left: 55px;
    height: 1px;
}
.navigation-menu-contacts {
    width: 260px;
    height: 48px;
}
.navigation-menu-contacts ul{
    margin-top: 12px;
    margin-left: 80px;
    gap: 5px;
}

.main-menu {
    top: 32px;
    right: 8px; 
    width: 25px;
    height: 25px;
}
.logo {
    margin-left: 20px;
    margin-top: 6px;
    width: 136px;
    height: 20px;
}
.logo-icon{
    width: 29px;
    height: 16px;
    margin-bottom: 4px;
}
.logo-icon svg{
    width: 29px;
    height: 16px;
}
.logo-text h1{
    width: 82px;
    height: 18px;
    font-size: 16px;
}
.welcome{
    height: 544px;
    margin-top: -1px;
}
.welcome-wrapper{
    height: 544px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.welcome-text h2{
    position: static;
    font-size: 28px;
    line-height: 40px;
    width: 255px;
    height: 80px;
    margin-top: 5px;
}
.welcome-text{
    width: 252px;
    height: 80px;
    margin-left: 66px;
    margin-top: -40px;
}
.welcome-text-2{
    height: 19px;
    width: 276px;
    position: static;
    margin-left: 52px;
    margin-top: 70px;
}
.welcome-pre-2{
    height: 19px;
    font-size: 16px;
    padding: 0;
}
.main-photo{
    width: 380px;
    height: 285px;
    margin-top: 147px;
}
.overlay{
    width: 380px;
    height: 285px;
}
.welcome-pagination-container{
    height: 80px;
    width: 380px;
    top: 232px;
}
.welcome-pagination-container p{
    font-size: 16px;
    height: 40px;
}
.num1 {
    left: 75px;
}
.num2 {
    left: 98px;
}
.num3 {
    left: 107px;
}
.sqrs {
    gap: 10px;
    margin-left: 150px;
}
.sqr {
  width: 7px;
  height: 7px;
}
.svg2{
    height: 8px;
    width: 20px;
    left: 250px;
}
.svg3{
    height: 8px;
    width: 20px;
    margin: 0;
}

.visiting{
    width: 380px;
    height: 2153px;
    padding: 40px 0 0;
    margin-bottom: 0;
}
.visiting-text{
    width: 227px;
    height: 40px;
}
.visiting-text h2{
    font-size: 28px;
    line-height: 40px;
}
.visiting-line{
    margin-top: 20px;
    width: 380px;
}
.visiting-tours {
    margin-top: 40px;
    justify-content: center;
}
.royalpalace, .denonwing, .colonnade, .greakhall, .monalisa, .nightpalace {
    width: 280px;
    height: 295px;
    margin-bottom: 40px;
}
.visiting-tours > *:nth-child(odd) {
    margin: 0 0 40px 0;
}
.royalpalace img, .denonwing img, .colonnade img, .greakhall img, .monalisa img, .nightpalace img {
    width: 280px;
    height: 180px;
}
.royalpalace-photo, .denonwing-photo, 
.colonnade-photo, .greakhall-photo, 
.monalisa-photo, .nightpalace-photo{
    height: 180px;
}
.royalpalace, .denonwing, .colonnade, .greakhall, .monalisa, .nightpalace {
    width: 280px;
    margin-bottom: 40px;
}
.royalpalace img, .denonwing img, .colonnade img, .greakhall img, .monalisa img, .nightpalace img {
    width: 280px;
    height: 180px;
}
.royalpalace-photo, .denonwing-photo, 
.colonnade-photo, .greakhall-photo, 
.monalisa-photo, .nightpalace-photo{
    height: 180px;
}
.royalpalace-text-1, .denonwing-text-1,
.colonnade-text-1, .greakhall-text-1,
.monalisa-text-1, .nightpalace-text-1{
    height: 20px;
}
.royalpalace-text-1 h3, .denonwing-text-1 h3,
.colonnade-text-1 h3, .greakhall-text-1 h3,
.monalisa-text-1 h3, .nightpalace-text-1 h3 {
    font-size: 18px;
    letter-spacing: 5px;
}
.royalpalace-line, .denonwing-line,
.colonnade-line, .greakhall-line,
.monalisa-line, .nightpalace-line{
    width: 150px;
}
.royalpalace-text-2, .denonwing-text-2,
.colonnade-text-2, .greakhall-text-2,
.monalisa-text-2, .nightpalace-text-2{
    font-size: 16px;
    height: 19px;
    width: 165px;
    line-height: normal;
}
.royalpalace-text-3, .denonwing-text-3,
.colonnade-text-3, .greakhall-text-3,
.monalisa-text-3, .nightpalace-text-3 {
    font-size: 16px;
    width: 240px;
    height: 19px;
    line-height: normal;
}

.explore {
    height: 551px;
}
.explore-texts{
    height: 40px;
}
.explore-text-1 h2{
    font-size: 28px;
    line-height: 60px;
    height: 40px;
}
.explore-text-1 {
    line-height: 40px;
    height: 40px;
    margin-top: -18px;
}
.explore-line {
    width: 380px;
    margin-top: 28px;
}
.picture-explore {
    gap: 60px;
    margin-top: 50px;
    width: 380px;
    height: 368px;
}
.explore-photo {
    width: 380px;
    height: 368px;
    margin-top: -5px;
}
.explore-photo img{
    width: 380px;
    height: 368px;
}
.explore-photo svg{
    height: 368px;
    left: calc(60% - 20px);
}
.explore-photo-overlay{
    width: 60%;
    height: 100%;
}
.explore-photo-overlay img{
    object-fit: cover;
}

.video-jorney{
    height: 551px;
    padding: 36px 0 40px;
}
.video-jorney-wrapper{
    width: 380px;
    height: 479px;
    padding: 0;
}
.video-jorney-main{
    width: 380px;
    height: 290px;
}
.video-jorney-texts {
    width: 253px;
    height: 40px;
}
.video-jorney-text-1 h2{
    width: 253px;
    font-size: 28px;
    line-height: 40px;
}
.video-jorney-player{
    width: 226px;
    height: 382px;
    margin-top: 7px;
    position: relative;
}
.video-jorney-player-main{
    width: 380px;
    height: 240px;
    z-index: 1;
}
.video-jorney-player-main video{
    height: 240px;
}
.video-jorney-player-main svg{
    width: 50px;
    height: 50px;
    top: 75px;
    left: 165px;
}
.video-jorney-player-toolbar{
    width: 380px;
    height: 54px;
    margin-top: -55px;
    z-index: 2;
}
.progress-line {
    margin-left: 30px;
    width: 200px;
    margin-top: 25px;
    order: 3;
}
.point{
    width: 10px;
    height: 10px;
}
.toolbar-svg1 {
    width: 14px;
    height: 18px;
    margin-left: 0;
    margin-top: 21px;
    order: 1;
}
.pause-button {
    width: 14px;
    height: 18px;
    margin-left: 0;
    margin-top: 21px;
    order: 1;
}
.toolbar-svg2, .toolbar-svg2-2{
    margin-top: 22px;
    margin-left: 30px;
    width: 18px;
    height: 14px;
    order: 2;
}
.toolbar-svg4{
    margin-top: 20px;
    margin-left: 30px;
    width: 18px;
    height: 18px;
    order: 4;
}
.video-jorney-sections{
    height: 150px;
    width: 380px;
}
.video-jorney-sections-wrapper{
    height: 101px;
    width: 380px;
    margin-top: 38px;
    gap: 20px;
}
.video-jorney-section-1, .video-jorney-section-2{
    width: 180px;
    height: 101px;
}
.video-jorney-img1, .video-jorney-img2{
    width: 180px;
    height: 101px;
}
.video-jorney-img{
    top: 10px;
    left: 10px;
}
.video-jorney-section-1-text, .video-jorney-section-2-text{
    width: 99px;
    height: 39px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.svg-youtube{
    top: 27px;
    left: 56px;
}
.svg-dotts {
    display: none;
}
.svg-scroll-dotts{
    margin-left: 103px;
    margin-top: 40px;
    width: 174px;
    height: 8px;
}

.gallery{
    height: 757px;
}
.gallery-wrapper{   
    height: 717px;
    width: 380px;
    margin-top: 40px;
    margin-left: 0;
}
.gallery-text {
    white-space: pre-wrap;
    margin-left: 0;
    width: 276px;
    height: 40px;
}
.gallery-text h2{
    margin: 0;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
}
.gallery-columns{
    width: 380px;
    height: 637px;
    margin-top: 40px;
    gap: 24px;
}
.gallery-column-1, .gallery-column-2{
    width: 178px;
}
.gallery-column-1 img, .gallery-column-2 img{
    width: 178px;
    padding: 0 0 24px 0;
}

.parallax-wrapper {
    margin-top: 40px;
    height: 300px;
}

.tickets-wrapper{
    margin-top: 40px;
    height: 679px;
}
.tickets-wrapper-text {
    height: 40px;
}
.tickets-wrapper-text h2{
    width: 214px;
    font-size: 28px;
    line-height: 40px;
}
.tickets-wrapper-line{
    margin-top: 20px;
    width: 380px;
}
.tickets-wrapper-main{
    height: 560px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.tickets-image{
    width: 380px;
    height: 340px;
    overflow: hidden;
}
.tickets-image img{
    width: 380px;
    height: 160px;
    object-fit: cover;
}
.tickets-menu{
    width: 175px;
    height: 286px;
    margin-left: 102px;
    margin-top: -142px;
}
.tickets-amount {
    width: 57px;
    height: 19px;
    font-size: 16px;
    line-height: normal;
    margin-left: 59px;
}
.tickets-basic-text, .tickets-senior-text{
    margin-top: 20px;
    font-size: 16px;
    line-height: normal;
}
.tickets-basic, .tickets-senior{
    width: 175px;
    font-size: 22px;
    margin-top: 15px;
}
.total-div{
    margin-top: 40px;
    width: 81px;
    height: 19px;
    margin-left: 40px;
}
.total-cost{
    font-size: 16px;
    margin-left: 0;
    width: 16px;
    letter-spacing: 1px;
}
.total-text{
    font-size: 16px;
    width: 65px;
    text-align: center;
    letter-spacing: 1px;
}
.button-buy{
    margin-top: 40px;
    margin-left: 0;
    font-size: 16px;
    letter-spacing: 2px;
}

.contacts-wrapper{
    height: 597px;
    margin-top: 40px;
}
.contacts-text h2{
    width: 261px;
    font-size: 28px;
    line-height: 40px;
}
.contacts-line{
    width: 380px;
    margin-top: 20px;
}
.contacts-menu{
    height: 472px;
    margin-top: 39px;
    flex-direction: column;
    gap: 32px;
}
.contacts-inf{
    width: 208px;
    height: 175px;
}
.contacts-inf-text-main{
    width: 234px;
    font-size: 16px;
    margin-bottom: 32px;
}
.contacts-inf-text-main p{
    width: 124px;
    font-size: 16px;
    margin: 0;
}
.contacts-inf-texts-address, .contacts-inf-texts-phone, .contacts-inf-texts-mail{
    height: 19px;
    width: 234px;
    margin-bottom: 15px;
}
.contacts-inf-text-address, .contacts-inf-text-phone,
.contacts-inf-text-mail{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
}
.contacts-inf-address, .contacts-inf-phone, .contacts-inf-mail{
    margin-left: -15px;
    font-size: 16px;
    line-height: normal;
}
.contacts-map{
    width: 380px;
    height: 248px;
}
.contacts-map img{
    width: 380px;
    height: 248px;
}

.footer-wrapper{
    width: 420px;
    height: 400px;
}
.footer-nav{
    height: 296px;
    width: 420px;
    margin-top: 40px;
}
.footer-logo{
    margin-top: 0;
    width: 131px;
    height: 20px;
}
.footer-logo-text{
    width: 82px;
    height: 18px;
    font-size: 16px;
}
.footer-nav-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 380px;
    height: 68px;
    margin-left: 0;
    gap: 1px;
    margin-top: 40px;
}
.footer-nav-list-1,
.footer-nav-list-2,
.footer-navigation-1,
.footer-navigation-2,
.footer-nav-list-1 ul,
.footer-nav-list-2 ul {
    display: contents;
}
.footer-nav-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-list li:nth-child(2),
.footer-nav-list li:nth-child(5) {
    text-align: center;
}
.footer-nav-list li:nth-child(3),
.footer-nav-list li:nth-child(6) {
    margin-left: 50px;
}
.footer-nav-list li a {
    display: block;
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px;
    height: 19px;
    font-weight: 200;
}
.footer-contacts{
    margin-left: 25px;
    margin-bottom: -23px;
}
.footer-contacts ul{
    gap: 5px;
}
.footer-line{
    width: 380px;
    height: 2px;
}
.year{
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    margin-left: 4px;
}
.rsschool{
    display: none;
}
.author{
    margin-left: 195px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
}
}