@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");

html {
    scroll-behavior: smooth;
}
.container {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
body {
    font-family: 'Roboto', Arial, sans-serif;
}
h1, h2, h3 {
    margin: 0;
}
ul {
    list-style: none;
}
iframe {
    border: 0;
}
button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #9D8665;
}
a:active {
    color: #9D8665;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(110, 40, 49, 0.658); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.header {
    background-color: #030303;
    padding-bottom: 50px;
}
.container_header {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    display: flex;
    justify-content: space-between;
}
.header_logo {
    margin-top: 51px;
}
.header_logo img {
    width: 49px;
    height: 26px;
    margin-right: 21px;
    cursor: pointer;
}
.header_logo img:hover {
    filter: invert(56%) sepia(31%) saturate(363%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.header_logo h1 {
    display: inline;
    color: white;
    font-family: 'Forum';
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 5px;
    font-weight: 400;
}
.burger-menu {
    display: none;
}
.navigation {
    color: #ffffff;
    max-width: 775px;
}
.navigation_list {
    display: flex;
    margin-top: 50px;
    padding: 0;
    gap: 56px;
    margin-bottom: 0px;
}
.navigation_list li {
    list-style-type: none;
    font-weight: 100;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 2px;
}
.welcome {
    background-color: #030303;
}


.welcome_block {
    color: #FFFFFF;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.welcome_block h2 {
    font-family: 'Forum';
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    font-weight: 400; 
    padding-top: 150px;
    transition: 0.5s;
    position: relative;
    z-index: 5;
}
.welcome_block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 2px;
    margin-bottom: 100px;
    margin-top: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 5;
}
.welcome_block a {
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    background: #710707;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 1.5rem 4.3rem;
    transition: 0.5s;
    position: relative;
    z-index: 5;
}
.welcome_block a:hover {
    background: #9D8665;
}
.slider {
    position: absolute;
    top: 0%;
    right: 0%;
}
.bg_img {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 35.19%, rgba(0, 0, 0, 0) 60.73%);
    position: absolute;
    width: 500px;
    height: 100%;
}
.pagination {
    width: 600px;
    height: 120px;
    display: flex;
    background-color: #030303;
    margin-left: auto;
    margin-top: 175px;
    padding: 41px 0px 41px 74px;
    box-sizing: border-box;
    position: relative;
}
.page {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    padding-right: 8px;
}
.wrapper_active__slide {
    display: flex;
    margin-left: 54px;
    margin-right: 35px;
}
.active_slide {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    margin-right: 25px;
    margin-top: 10px;
    cursor: pointer;
}
.active_slide:hover {
    background: #9D8665;
}
.active_slide--active {
    background: #D2B183;
}
.arrows {
    margin-top: 10px;
}

.arrows button:nth-child(2) {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 16px;
}
.page_btn {
    display: inline-block;
    padding-bottom: 2px;
}
.page_btn2:hover {
    filter: invert(50%) sepia(21%) saturate(400%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.page_btn:hover {
    filter: invert(50%) sepia(21%) saturate(400%) hue-rotate(356deg) brightness(90%) contrast(92%);
  }
.visiting {
    padding-bottom: 8px;
}
.container_content {
    max-width: 1440px;
    margin: 0 auto;
}
.visiting h2 {
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    color: #9D8665;
    padding-top: 75px;
    padding-bottom: 19px;
} 
.visiting hr {
    background:#710707;
    padding: 1px 0px 1px 0px;
    border-radius: 0px; 
    margin-bottom: 71px;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
}
.cards_item {
    width: 440px;
    
}
.cards_item img {
    width: 440px;
    height: 285px;
    margin-bottom: 20px;
}
.cards_item:hover h3::after {
    width: 440px;
}

.cards_item h3::after {
    display: block;
    content: "";
    top: 10px;
    left: 0;
    height: 2px;
    width: 300px;
    background-color: #710707;
    transition: 0.35s linear;
    position: relative;
}

.cards_item h3 {
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 5px;
    color: #000000;
    transition: 0.35s linear;
    cursor: pointer;
}
.cards_item p {
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 22px 0px 10px 0px;
   
}
.cards_item p:hover {
    color: #9D8665;
    font-weight: 300;
}
.cards_item p:last-child {
    margin-bottom: 75px;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 0px;
}
.explore {
    background-color: #030303;
}

.container_content__explore {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    position: relative;
    height: 867px;
}
.explore_description {
    padding-top: 75px;
    color: #FFFFFF;
    margin-right: 55px;
}
.explore_description h2 {
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.explore_description hr {
    margin: 0px 0px 80px 0px;
    background: #710707;
    border-radius: 0px;
    width: 660px;
    border-color: #710707;
}
.explore_description p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    margin: 0px 0px 26px 0px;
}
.explore_description p span {
    color:rgba(228, 186, 0, 0.603);
}
.img-comp-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 720px;
  }
.img_explore img {
    display: block;
    vertical-align: middle;
}
.img_explore {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 88px;
    padding-bottom: 75px;
}
.line_slider {
    position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  
}
.mobile_img1_explore {
    display: none;
}
.mobile_img2_explore {
    display: none;
}
.mobile_slider {
    display: none;
}
.video_player {
    padding-top: 75px;
    position: relative;
    max-width: 1440px;
    overflow: hidden;
    max-height: 654px;
    position: relative;
}
.full_video {
    width: 100%;
    height: 90%;
    position: relative;
}
.full_video .viewer {
    height: 100%;
}
.full_video button {
    left: 42.5%;
    top: 40%;
    position: absolute;
    cursor: pointer;
}
.full_video button:hover {
    filter: invert(16%) sepia(11%) saturate(363%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.viewer {
    object-fit: cover;
    width: 100%;
    height: 80%;
}
.poster_mobile {
    display: none;
}
.video_player button {
    position: absolute;
    left: 42.5%;
    top: 40%;
    z-index: 1;
    transition: 0.4s;
}
.video_player button:hover {
    filter: invert(16%) sepia(11%) saturate(363%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.rectangle {
    max-width: 100%;
    height: 85px;
    background-color: black;
    margin-top: -5px;
    display: flex;
    margin-bottom: 40px;
}
.rectangle button:first-child {
    margin: 25px 20px 0px 15px;
    height: 31px;
    border: 0;
    line-height: 1;
    color: white;
    cursor: pointer;
    font-size: 32px;
}

.rectangle button:first-child:hover {
    color: #9D8665;
}
.rectangle button:nth-child(3) {
    margin-top: 27px;
    height: 31px;
    width: 38px;
}
.rectangle button:nth-child(3) img:hover {
    filter: invert(56%) sepia(31%) saturate(363%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.fullscreen_btn {
    margin: 25px 20px 0px 50px;
    width: 27px;
    height: 30px;
}
.fullscreen_btn img:hover {
    filter: invert(56%) sepia(31%) saturate(363%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.progress {
    background: linear-gradient(to right, #710707 0%, #710707 0%, #C4C4C4 0%, #C4C4C4 100%);
    width: 67%;
    height: 8px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    margin-top: 39px;
    margin-right: 50px;
}
.progress_2 {
    background: linear-gradient(to right, #710707 0%, #710707 50%, #fff 50%, #fff 100%);
    height: 8px;
    width: 155px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    margin-top: 39px;
    margin-left: 50px;
}
.progress_2::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
    background: #FFFFFF;
}
.progress::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
    background: #710707;
    margin-left: -2px;
}
.btn_sound {
    position: relative;
}
.btn_sound_line {
    position: absolute;
    width: 40px;
    height: 5px;
    top: 50%;
    background-color: #710707;
    transform: rotate(48deg);
    display: none;
    right: 10%;
    z-index: 1;
}
 
.icon_sound {
    width: 38px;
    height: 35px;
}
.playbackrate {
    display: none;
    position: absolute;
    font-family: 'Roboto';
    font-size: 22px;
    color: white;
    right: 45%;
    bottom: 100px;
    background-color: #00000090;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
}

.playbackrate-show {
    display: block;
}

.video_description {
    display: flex;
    padding-top: 75px;
}
.video_description h2 {
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #9D8665;
    padding-right: 115px;
}
.video_description p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
}
.slider_video {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.pagination_video ul {
    display: flex;
    justify-content: center;
    padding-bottom: 75px;
    margin-left: -20px;
}
.video {
    position: relative;
    width: 30%;
    height: 254px;
    margin-right: 40px;
}
.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.btn_youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}
.btn_youtube:focus {
    outline: none;
}
.video__button-icon {
    fill: #ffffff;
}
.video:hover .video__button-shape,
.btn_youtube:focus .btn_youtube-shape {
    fill: #ff0000;
    fill-opacity: 1;
}
.video--enabled {
    cursor: pointer;
}

.video--enabled .btn_youtube {
    display: block;
}
#tns1-iw {
    margin: 0px -40px 0px 0px !important; 
}
.circle {
    border-radius: 50%;
    background-color: #999999;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    margin-top: 2px;
    cursor: pointer;
}

.circle--active {
    background-color: #333333;
}
.circle:hover {
    background: #710707;
}
.pagination_video ul img {
    width: 10px;
    height: 12px;
}
.pagination_video ul img:nth-child(1) {
    margin-right: 20px;
}
.pagination_video ul img:nth-child(1):hover {
    filter: invert(50%) sepia(21%) saturate(400%) hue-rotate(358deg) brightness(90%) contrast(92%);
}
.gallery {
    background-color: #030303;
    position: relative;
}
.container_content__gallery {
    max-width: 1440px;
    margin: 0 auto;
    
}
.gallery h2 {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 75px 0px;
}
.wrapper_images {
    overflow: hidden;
    height: 1960px;
}
.gallery_images {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 36px;
    height: clamp(2500px, 150vw, 2850px);
    column-count: 5;
}

.gallery-img {
    width: 32%;
    transform: translateY(100px);
}

.gallery-img.active {
    animation: moveUp 1s ease forwards;
}

@keyframes moveUp {
    0% {
        transform: translateY(150px) scale(0.5);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16.5%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
}
.tickets {
    background-color: white;
}
.container_content__tickets {
    max-width: 1440px;
    margin: 0 auto;
}
.tickets_block {
    display: flex;
}
.tickets h2 {
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #9D8665;
    padding: 75px 0px 16px 0px;
}
.tickets hr {
    display: block;
    background: #710707;
    max-width: 1440px;
    margin-bottom: 74px;
    border-color: #710707;
    padding: 1px 0px 0px 0px;
}
.tickets_img2 {
    display: none;
}
.tickets_img3 {
    display: none;
}
.tickets_img {
    margin-right: 60px;
    margin-bottom: 75px;
}
.tickets_form {
    display: flex;
}
.tickets_form form:first-child {
    margin-right: 219px;
    margin-left: 0;
    width: 270px;
    height: 262px;
}
.tickets_form form {
    margin-left: 21px;
}
.tickets_form form:first-child h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 53px;
    margin-top: 2px;
} 
.container_input {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 26px;
    cursor: pointer;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default radio button */
.container_input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
  /* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
}
  
  /* On mouse-over, add a grey background color */
.container_input:hover input ~ .checkmark {
    background-color: #ccc;
}
  
  /* When the radio button is checked, add a blue background */
.container_input input:checked ~ .checkmark {
    border: 2px solid black;
    background-color: white;
    border-radius: 50%;
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  /* Show the indicator (dot/circle) when checked */
.container_input input:checked ~ .checkmark:after {
    display: block;
}
  
  /* Style the indicator (dot/circle) */
.container_input .checkmark:after {
    top: 1px;
    left: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: black;
    border: 2px solid black;
    background-color: black;
    border-radius: 50%;
}
.container_input span:first-child {
    position: relative;
    top: -3px;
}
  
.tickets_form form h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: black;
    margin-bottom: 28px;
    padding-left: 49px;
}
.tickets_form form:first-child h3 {
    padding: 0;
}
.tickets_form form p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: black;
    margin: 0px 0px 13px 0px;
}
.amount_tickets {
    display: flex;
    width: 150px;
    height: 50px;
    border: 3px solid black;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.amount_tickets button:first-child {
    background-color: white;
    color: black;
    border: none;
    width: 18px;
    height: 38px;
    padding: 6px 43px 6px 3px;
    margin-left: 10px;
    margin-top: 1px;
}
.amount_tickets button {
    background-color: white;
    color: black;
    border: none;
    width: 19px;
    height: 38px;
    padding: 14px 0px 6px 0px;
    margin-top: 1px;
}
.number {
    font-family: 'Roboto';
    background-color: white;
    border: none;
    color: black;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px; 
    width: 40px;
    padding: 12px 10px 0px 10px;
    height: 22px;
    margin-top: 1px;
}
.amount_tickets__total {
    display: block;
    margin-top: 50px;
    margin-bottom: 62px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1.65px;
    color:black;
}
.amount_tickets__buy {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
    color: white;
    background: #000000;
    border-radius: 2px;
    width: 175px;
    height: 50px;
    margin-left: -25px;
    justify-content: center;
    transition: 1s;
}
.amount_tickets__buy:hover {
    background: #9D8665;
    color: black;
}
.parallax {
    width: 100%;
    height: 400px;
   background: url(../assets/img/parallax.webp) center / cover no-repeat fixed;
}
.contacts_block {
    display: flex;
    justify-content: space-between;
}
.contacts h2 {
    margin-top: 75px;
    margin-bottom: 25px;
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #9D8665;
}
.contacts hr {
    background: #710707;
    border-radius: 0px;
    border-color: #710707;
    max-width: 1440px;
}
.contacts p:nth-child(1) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin: 70px 0px 1px 0px;
}
.contacts p:nth-child(2) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin: 0px 0px 49px 0px;
}
.contacts p:nth-child(3) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 24px;
}
.contacts p:nth-child(4) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 27px;
}
.contacts p:nth-child(5) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

#map {
    margin-top: 67px;
    margin-bottom: 75px;
}
.map_420 {
    display: none;
}
footer {
    background-color: #030303;
    color: white;
}
.footer_logo {
    margin-top: 77px;
}
.footer_logo span {
    font-family: 'Forum';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.footer_logo img {
    width: 49px;
    height: 26px;
    margin-right: 18px;
}
.footer_logo img:hover {
    filter: invert(56%) sepia(31%) saturate(363%) hue-rotate(356deg) brightness(90%) contrast(92%);
}

.container_content__footer {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.navigation_footer__list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    column-gap: 153px;
    width: 370px;
    margin-top: 77px;
    margin-bottom: 38px;
    margin-right: 248px;
    padding: 0;
}
.social_links {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 164px;
    justify-content: space-between;
    width: 336px;
}
.social_links li img {
    border-radius: 50%;
    border: 1px solid white;
}
.social_links li img:hover {
    filter: invert(50%) sepia(21%) saturate(400%) hue-rotate(356deg) brightness(90%) contrast(92%);
}
.navigation_footer__list li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 2px;
}

.navigation_footer__list li:nth-child(2) {
    margin-left: 17px;
}
.navigation_footer__list li:nth-child(4) {
    margin-left: 20px;
}
.navigation_footer__list li:last-child {
    margin-left: 39px;
}
.social_links li:nth-child(1) {
    margin-left: -10px;
}
.footer_line {
    background: #666666;
    width: 100%;
    height: 3px;
}
.footer2 {
    display: flex;
    justify-content: space-around;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-top: 30px;
    padding-bottom: 52px;
}
.footer2 p:nth-child(1) {
    margin-left: 45px;
}
.footer2 p:nth-child(2) {
    margin-left: 85px;
}
.fullview {
    width: 100%;
    height: 950px;
}



@media screen and (max-width: 1445px) {
    .container_header {
      padding: 0px 20px;
    }
    .welcome_block {
        padding: 0px 20px;
    }
    .welcome {
        background-position: calc(50% + 38%) 2%;
    }
    .container_content {
        padding: 0px 20px;
    }
    .cards {
        column-gap: 108px;
        justify-content: center;
    }
    .container_content__explore {
        padding: 0px 20px;
        flex-direction: column;

    }
    .explore_description hr {
        width: 100%;
    }
    .img2_explore {
        left: 20px;
        top: 473px;
    }
    .line_slider {
        left: 437px;
        top: 473px;
    }
    .explore_description {
        margin-right: 0px;
    }
    .last_p {
        display: none;
    }
    .explore_description br {
        display: none;
    }
    .img1_explore img {
        padding-top: 73px;
    }
    .slider_video {
        gap: 20px;
        overflow: hidden;
    }
    .container_content__gallery {
        padding: 0px 20px;
    }
    .container_content__tickets {
        padding: 0px 20px;
    }
    .tickets_form form {
        margin-left: 0px;
    }
    .tickets_form form:first-child {
        margin-right: 100px;
    }
    .container_content__footer {
        padding: 0px 20px;
    }
    .wrapper_images {
        height: 1700px;
    }
   
  }

  @media screen and (max-width: 1340px) {
    .tickets_form form:first-child {
      display: none;
    }
    .tickets_block {
        justify-content: space-between;
    }
  }

  @media screen and (max-width: 1215px) {
    .img1_explore img {
        padding-top: 35px;
    }
    .gallery_images {
        height: clamp(2200px, 150vw, 3200px);
    }
    .wrapper_images {
        height: 1600px;
    }
  }

  @media screen and (max-width: 1200px) {
    .navigation_list {
        gap: 40px;
    }
    .contacts_block img {
        max-width: 694px;
        max-height: 454px;
    }
    .footer_logo span {
        font-size: 28px;
        line-height: 31px;
    }
    .video {
        height: 200px;
    }
  }

  @media screen and (max-width: 1024px) {
    .navigation {
        display: none;
    }
    .header {
        padding-bottom: 38px;
    }
    .header_logo {
        margin-top: 42px;
    }
    .mySlides img {
        width: 700px;
        height: 525px;
    }
    .burger-menu {
        display: block;
    }
    .menu-btn{
        display: flex;
        align-items: center;
        position: absolute;
        top: 52px;
        right: 16px;
        width: 32px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
      }
       
      .menu-btn > span,
      .menu-btn > span::before,
      .menu-btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFFFFF;
        transition-duration: .25s;
      }
      .menu-btn > span::before {
        content: '';
        top: -8px;
      }
      .menu-btn > span::after {
        content: '';
        top: 8px;
      }
       
      .menubox {
        display: block;
        position: absolute;
        visibility: hidden;
        top: 130px;
        left: -100%;
        width: 297px;
        height: 585px;
        margin: 0;
        padding: 35px 0px 0px 55px;
        list-style: none;
        background-color: #030303;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        transition-duration: 0.25s;
        box-sizing: border-box;
        z-index: 8;
      }
       
      .menu-item {
        display: block;
        padding: 25px 27px 25px 0px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 2px;
        color: #FFFFFF;
        transition-duration: 0.25s;
      }
      .menu-item:nth-child(1) {
          padding-top: 0px;
      }
      .menu-item:nth-last-child() {
          padding-bottom: 0px;
      }
     .menubox img {
        display: inline-block;
        margin-left: 32px;
     }
     .menubox .img3 {
        margin-left: 52px;
     }
     .menubox .img4 {
        margin-left: 38px;
     }
     .menubox .img5 {
        margin-left: 35px;
     }
     .menubox .img6 {
        margin-left: 17px;
     }
       
      #menu-toggle{
        opacity: 0;
      }
       
      #menu-toggle:checked ~ .menu-btn > span{
        transform: rotate(45deg);
      }
      #menu-toggle:checked ~ .menu-btn > span::before{
        top: 0;
        transform: rotate(0);
      }
      #menu-toggle:checked ~ .menu-btn > span::after{
        top: 0;
        transform: rotate(90deg);
      }
      #menu-toggle:checked ~ .menubox{
        visibility: visible;
        left: 0;
      }
      .welcome {
          background: none;
          background-color: #030303;
          
      }
      .welcome_block h2 {
          font-size: 50px;
          padding-top: 50px;
      }
      .welcome_block p {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 70px;
      }
      .welcome_block a {
        padding: 1.1rem 2.8rem;
        font-weight: 300;
        font-size: 20px;
        line-height: 23px;
      }
      .pagination {
        margin-top: 90px;
        width: 700px;
        padding: 39px 0px 41px 226px;
      }
      .page {
        font-size: 20px;
        padding-right: 10px;
      }
      .wrapper_active__slide {
          margin-left: 35px;
          margin-right: 21px;
      }
      .active_slide {
        width: 12px;
        height: 12px;
        margin-top: 15px;
      }
      .cards_item {
          width: 330px;
      }
      .cards_item img {
        width: 330px;
        height: 215px;
    }
    .cards_item h3 {
        font-size: 28px;
        line-height: 31px;
        letter-spacing: 3px;
    }
    .cards_item h3::after {
        width: 150px;
    }
    .cards_item:hover h3::after {
        width: 330px;
    }
    .cards_item p {
        font-weight: 200;
        font-size: 20px;
        line-height: 23px;
    }
    .cards_item p:last-child {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 58px;
    }
    .visiting h2 {
        font-size: 50px;
        line-height: 75px;
        padding-bottom: 12px;
    }
    .visiting hr {
        margin-bottom: 60px;
    }
    .explore_description h2 {
        font-size: 50px;
        line-height: 75px;
        padding-bottom: 20px;
    }
    .explore_description p {
        font-weight: 300;
        font-size: 20px;
        line-height: 38px;
        margin: 0;
    }
    .explore_description hr {
        margin-bottom: 60px;
    }
    .explore_description {
        padding-top: 60px;
    }
    .img1_explore {
        margin-left: 132px;
    }
    .img1_explore img {
        padding-top: 55px;
        padding-bottom: 60px;
    }
    .img2_explore {
        left: 151px;
        top: 387px;
    }
    .line_slider {
        left: 574px;
        top: 387px;
    }
    .poster_mobile {
        display: block;
    }
    video {
        display: none;
    }
    .video_player button img {
        width: 152px;
        height: 152px;
    }
    .video_player button {
        left: 42.5%;
        top: 38%;
    }
    .rectangle {
        height: 65px;
    }
    .progress {
        width: 564px;
        margin-top: 33px;
        height: 5px;
        margin-right: 25px;
    }
    .rectangle button:first-child {
        margin: 20px 30px 15px 40px;
    }
    .rectangle button:nth-child(3) {
        margin-top: 22px;
        
    }
    .fullscreen_btn img {
        height: 26px;
        width: 26px;
    }
    .fullscreen_btn {
        margin: 10px 5px 0px 27px;
    }
    .icon_sound {
        height: 20px;
        width: 26px;
    }
    .progress_2::-webkit-slider-thumb {
        width: 13px;
        height: 13px;
    }
    .progress::-webkit-slider-thumb {
        width: 13px;
        height: 13px;
    }
    .progress_2 {
        width: 143px;
        margin-left: 27px;
        margin-top: 33px;
        height: 5px;
    }
    .video_description h2 {
        font-size: 50px;
        line-height: 75px;
    }
    .video_description p {
        display: none;
    }
    .video_description {
        padding-top: 60px;
    }
    .video_player {
        padding-top: 40px;
    }
    .video {
        height: 170px;
    }
    .pagination_video ul {
        padding-bottom: 60px;
    }
    .tickets h2 {
        font-size: 50px;
        line-height: 75px;
        padding: 75px 0px 10px 0px;
    }
    .tickets hr {
        margin-bottom: 60px;
    }
    .tickets_img {
        display: none;
    }
    .tickets_img2 {
        display: inline-block;
        margin-bottom: 60px;
        max-width: 75%;
    }
    .tickets_form form h3 {
        padding-left: 0;
    }
    .tickets_form form {
        margin-left: -204px;
        display: inline-block;
    }
    .amount_tickets {
        width: 175px;
        margin-bottom: 25px;
    }
    .amount_tickets button:first-child {
        padding: 6px 53px 6px 3px;
        margin-left: 13px;
        margin-top: 0px;
    }
    .number {
        padding: 12px 17px 0px 10px;
    }
    .amount_tickets__total {
        margin-top: 0px;
        margin-bottom: 65px;
    }
    .amount_tickets__buy {
        margin-left: 0px;
    }
    .contacts h2 {
        font-size: 50px;
        line-height: 75px;
        margin-bottom: 20px;
    }
    .contacts p:nth-child(1) {
        font-size: 24px;
        line-height: 28px;
        margin: 50px 0px 1px 0px;
    }
    .contacts p:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
        margin: 0px 0px 35px 0px;
    }
    .contacts p:nth-child(3) {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 0px;
    }
    .contacts p:nth-child(4) {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 0px;
    }
    .contacts p:nth-child(5) {
        font-size: 20px;
        line-height: 23px;
    }
    .contacts_block div {
        margin-right: 20px;
    }
    .contacts_block img {
        margin-top: 47px;
    }
    .navigation_footer__list {
        column-gap: 110px;
        margin-top: 73px;
        margin-right: 0px;
        padding: 0;
    }
    .footer2 {
        justify-content: space-between;
        padding: 0px 20px 52px 20px;
    }
    .footer2 p:nth-child(1) {
        margin-left: 0px;
    }
    .wrapper_images {
        height: 1460px;
    }
    .gallery h2 {
        font-size: 50px;
        line-height: 75px;
        padding: 60px 0px;
    }
}

  @media screen and (max-width: 1000px) {
    .slider {
        right: 2.6%;
    }
    .gallery_images {
        height: clamp(1750px, 150vw, 3200px);
    }
    .wrapper_images {
        height: 1210px;
    }
  }

  @media screen and (max-width: 900px) {
    .img1_explore {
        margin-left: 50px;
    }
    .img2_explore {
        left: 72px;
        top: 272px;
    }
    .line_slider {
        left: 490px;
        top: 272px;
    }
    .explore_description p {
        display: none;
  }
    .tickets_img2 {
        max-width: 60%;
        max-height: 340px;
    }
    .amount_tickets__buy {
            margin-bottom: 40px;
    }
    .contacts_block {
        flex-direction: column;
    }
    .contacts_block img {
        max-width: 100%;
        max-height: 476px;
    }
    .video {
        height: 150px;
    }
  }

  @media screen and (max-width: 840px) {
    .cards {
        column-gap: 56px;
    }
    .img1_explore {
        margin-left: 0px;
    }
    .img2_explore {
        left: 22px;
        top: 272px;
    }
    .line_slider {
        left: 440px;
        top: 272px;
    }
    .footer_logo span {
        font-size: 28px;
        line-height: 50px;
    }
    .container_content__footer {
        height: 340px;
        position: relative;
    }
    .social_links {
        position: absolute;
        top: 90px;
        right: 105px;
    }
    .navigation_footer__list li {
        font-size: 18px;
        line-height: 21px;
    }
    .navigation_footer__list {
        column-gap: 170px;
        margin-top: 90px;
        margin-left: -430px;
        row-gap: 30px;
    }
  }

  @media screen and (max-width: 768px) {
    .header_logo {
        margin-top: 35px;
    }
    .welcome {
        height: 861px;
    }
    .slider {
        top: 125%;
        right: 4.2%;
    }
    .mySlides img {
        max-width: 110%;
        max-height: 105%;
    }
    .menu-btn {
        top: 42px;
        right: 20px;
    }
    .header {
        padding-bottom: 25px;
    }
    .welcome_block h2 {
        font-size: 40px;
        line-height: 60px;
        padding-top: 0px;
        text-align: center;
    }
    .welcome_block p {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 0px;
        text-align: center;
    }
    .welcome_block a {
        display: none;
    }
    .pagination {
        width: 100%;
        padding: 31px 0px 20px 165px;
        height: 100px;
        position: absolute;
        bottom: -690px;
        right: 2.5%;
    }
    .menubox {
        width: 100%;
        z-index: 15;
        top: 110px;
        height: 861px;
        background: url('../assets/img/welcom_slider/image\ 15.webp') no-repeat, url('../assets/img/welcom_slider/image\ 16.webp') no-repeat, 
        url('../assets/img/welcom_slider/image\ 17.webp') no-repeat, 
        url('../assets/svg/adaptive_svg/Youtube.svg') no-repeat, 
        url('../assets/svg/adaptive_svg/Instagram.svg') no-repeat,
        url('../assets/svg/adaptive_svg/Facebook.svg') no-repeat,
        url('../assets/svg/adaptive_svg/Twitter.svg') no-repeat,
        url('../assets/svg/adaptive_svg/Pinterest.svg') no-repeat;
        background-color: #030303;
        background-position: center, 12% 78%, 88% 78%, 30% 95.6%, 40% 95.6%, 50% 95.6%, 60% 95.6%, 70% 95.6%, 80% 95.6%;
        background-size: 86%, 41.5%, 41.5%, 6.3%, 6.3%, 6.3%, 6.3%, 6.3%;
    }
    .last_item::after {
        display: block;
        content: "";
        top: 420px;
        left: -1px;
        height: 1px;
        width: 92.5%;
        background-color: rgba(255, 255, 255, 0.5);
        position: relative;
    }
    .visiting h2 {
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 12px;
    }
    .cards_item {
        width: 280px;
    }
    .cards_item img {
      width: 280px;
      height: 180px;
  }
  .cards_item h3 {
      font-size: 22px;
      line-height: 24px;
  }
  .cards_item p {
        font-size: 18px;
        line-height: 21px;
  }
  .cards_item p:last-child {
    margin-bottom: 39px;
  }
  .visiting hr {
    margin-bottom: 38px;
  }
  .cards_item:hover h3::after {
    width: 280px;
}
    .explore_description {
        padding-top: 40px;
    }
    .explore_description hr {
        margin-bottom: 40px;
    }
    .img1_explore {
        height: 705px;
        margin-bottom: 40px;
    }
    .img1_explore img {
        padding-top: 0px; 
        height: 716px;
    }
    .img2_explore {
        top: 162px;
    }
    .img2_explore img {
        height: 705px;
    }
    .line_slider {
        top: 162px;
        height: 705px;
    }
    .explore_description h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .video_description h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .video_player {
        padding-top: 20px;
    }
    .video_player button img {
        width: 80px;
        height: 80px;
    }
    .rectangle {
        height: 60px;
        margin-bottom: 20px;
        position: relative;
    }
    .progress_2 {
        position: absolute;
        top: -36px;
        left: -27px;
        width: 100%;
    }
    .video {
        width: 50%;
        height: 199px;
    }
    .video--last {
        display: none;
    }
    .slider_video {
        margin-bottom: 20px;
    }

    .circle {
        width: 10px;
        height: 10px;
    }
    .video_player button {
        left: 44.5%;
        top: 42%;
    }
    .rectangle button:first-child {
        margin: 20px 97px 15px 30px;
    }
    .rectangle button:nth-child(3) {
        position: absolute;
        left: 82px;
    }
    .progress {
        width: 486px;
        margin-right: 7px;
    }
    .tickets_img2 {
        margin-right: 68px;
    }
    .tickets_block {
        justify-content: stretch;
    }
    .tickets_form form {
        margin-left: 0px;
    }
    .tickets h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .tickets hr {
        margin-bottom: 40px;
    }
    .tickets_form form h3 {
        margin-bottom: 40px;
    }
    .tickets_form form p {
        margin: 0px 0px 11px 0px;
    }
    .amount_tickets {
        margin-bottom: 26px;
    }
    .amount_tickets__total {
        margin-top: 30px;
        margin-bottom: 42px;
    }
    .parallax {
        height: 300px
    }
    .contacts h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .contacts p:nth-child(1) {
        font-size: 20px;
        line-height: 23px;
        margin: 32px 0px 1px 0px;
    }
    .contacts p:nth-child(2) {
        font-size: 20px;
        line-height: 23px;
    }
    .contacts p:nth-child(3) {
        font-size: 18px;
        line-height: 21px;
    }
    .contacts p:nth-child(4) {
        font-size: 18px;
        line-height: 21px;
    }
    .contacts p:nth-child(5) {
        font-size: 18px;
        line-height: 21px;
    }
    .contacts_block img {
        margin-top: 40px;
        margin-bottom: 67px;
    }
    .wrapper_images {
        height: 1200px;
    }
    .gallery_images {
        height: clamp(1900px, 150vw, 3200px);
        column-gap: 24px;
    }
    .gallery-img {
        max-width: 50%;
    }
    .gallery h2 {
        font-size: 40px;
        line-height: 60px;
        padding: 40px 0px;
    }
   
}

@media screen and (max-width: 750px) {
    .mobile_img1_explore {
        display: inline-block;
        position: absolute;
        left: 20px;
        top: 162px;
        z-index: 2;
    }
    .mobile_img2_explore {
        display: inline-block;
        width: 230px;
        overflow: hidden;
        z-index: 5;
        padding-bottom: 40px;
    }
    .mobile_slider {
        display: inline-block;
        position: absolute;
        left: 240px;
        top: 162px;    
        z-index: 6;
    }
    .img1_explore {
        display: none;
    }
    .img2_explore {
        display: none;
    }
    .line_slider {
        display: none;
    }
    .tickets_block {
        flex-direction: column;
    }
    .tickets_img2 {
        margin-right: 0px;
        max-width: 100%;
    }
    .tickets_form {
        justify-content: center;
    }
    .tickets_form form h3 {
        text-align: center;
    }
    .footer2 p {
        font-size: 18px;
        line-height: 21px;
    }
    .navigation_footer__list {
        margin-left: 0px;
    }
    .social_links {
        right: 50px;
    }
    
}
    

  @media screen and (max-width: 600px) {
      .menubox {
        background-position: center, 12% 73%, 88% 73%, 20% 95.6%, 35% 95.6%, 50% 95.6%, 65% 95.6%, 80% 95.6%, 95% 95.6%;
        background-size: 86%, 41.5%, 41.5%, 8%, 8%, 8%, 8%, 8%;
      }
      .last_item::after {
        top: 400px;
        left: -12px;
        width: 95%;
    }
    .mySlides img {
        height: 100%;
    }
    .pagination {
        padding: 0px 20px 0px 60px;
    }
    .wrapper_images {
        height: 900px;
    }
    .gallery_images {
        height: clamp(1300px, 150vw, 3200px);
    }
    .video {
        height: 150px;
    }
    
}

@media screen and (max-width: 500px) {
    .menubox {
        background-position: center, 12% 68%, 88% 68%, 20% 95.6%, 35% 95.6%, 50% 95.6%, 65% 95.6%, 80% 95.6%, 95% 95.6%;
        top: 90px;
    }
    .last_item::after {
        top: 370px;
        left: -12px;
        width: 95%;
    }
    .header_logo h1 {
        font-size: 16px;
        line-height: 18px;
    }
    .header_logo img {
        width: 29px;
        height: 16px;
    }
    .menu-btn {
        top: 30px;
    }
    .pagination {
        height: 50px;
        padding: 0px 10px 0px 60px;
        bottom: -680px;
    }
    .page {
        font-size: 16px;
    }
    .active_slide {
        width: 7px;
        height: 7px;
        margin-top: 15px;
    }
    .arrows img {
        width: 20px;
        height: 8px;
    }
    .video_description h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 25px;
    }
    .video {
        height: 120px;
    }
    .footer_logo img {
        width: 29px;
        height: 16px;
    }
    .footer_logo span {
        font-size: 16px;
        line-height: 18px;
    }
    .container_content__footer {
        flex-direction: column;
        justify-content: stretch;
        height: 300px;
    }
    .footer_logo {
        margin-top: 42px;
    }
    .navigation_footer__list {
        margin-top: 40px;
        width: 420px;
        column-gap: 95px;
        justify-content: space-between;
    }
    .navigation_footer__list li:nth-child(2) {
        margin-left: 0px;
    }
    .navigation_footer__list li:nth-child(4) {
        margin-left: 0px;
    }
    .navigation_footer__list li:last-child {
        margin-left: 0px;
    }
    .navigation_footer__list li {
        font-size: 16px;
        line-height: 19px;
    }
    .social_links {
        right: 8%;
        justify-content: stretch;
        margin-top: 120px;
    }
    .social_links li {
        margin-right: 5px;
    }
    .footer2 p:nth-child(2) {
        display: none;
    }
    .wrapper_images {
        height: 800px;
    }
}

@media screen and (max-width: 450px) {
    .navigation_footer__list {
        width: 380px;
        column-gap: 90px;
    }
}

@media screen and (max-width: 420px) {
    .welcome_block h2 {
        font-size: 28px;
        line-height: 40px;
        padding-top: 6px;
    }
    .mySlides img {
        width: 380px;
        height: 285px;
    }
    .welcome {
        height: 544px;
    }
    .welcome_block p {
        font-size: 16px;
        line-height: 19px;
    }
    .header {
        padding-bottom: 35px;
    }
    .pagination {
        padding: 0px 10px 0px 100px;
        height: 50px;
        bottom: -410px;
    }
    .wrapper_active__slide {
        margin-left: 21px;
        margin-right: 15px;
    }
    .active_slide {
        margin-right: 10px;
        margin-top: 17px;
    }
    .page {
        padding-right: 5px;
    }
    .menubox {
        height: 544px;
        background: url(../assets/img/welcom_slider/image\ 15_420px.webp) no-repeat, url(../assets/img/welcom_slider/image\ 3_420px.webp) no-repeat, url(../assets/img/welcom_slider/image\ 4_420px.webp) no-repeat, url(../assets/svg/adaptive_svg/Youtube.svg) no-repeat, url(../assets/svg/adaptive_svg/Instagram.svg) no-repeat, url(../assets/svg/adaptive_svg/Facebook.svg) no-repeat, url(../assets/svg/adaptive_svg/Twitter.svg) no-repeat, url(../assets/svg/adaptive_svg/Pinterest.svg) no-repeat;
        background-position: 17% 73%, 50% 73%, 83% 73%, 27% 95.6%, 37% 95.6%, 47% 95.6%, 57% 95.6%, 67% 95.6%;
        background-size: 23%, 23%, 23%, 8%, 8%, 8%, 8%, 8%;
        background-color: #030303;
    }
    .last_item::after {
        top: 125px;
        left: 0px;
        width: 85%
    }
    .cards_item h3 {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 5px;
    }
    .cards_item p {
        font-size: 16px;
        line-height: 19px;
  }
  .visiting h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .explore_description h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .mobile_img1_explore {
    top: 142px;
    }
    .mobile_slider {
    top: 142px;    
    }
    .video {
        width: 180px;
        height: 101px;
    }
    .video_description {
        padding-top: 35px;
    }
    .video_player button img {
        width: 50px;
        height: 50px;
    }
    .circle {
        width: 8px;
        height: 8px;
        margin-top: 6px;
    }
    .pagination_video ul img:nth-child(1) {
        width: 7px;
        height: 8px;
    }
    .progress_2::-webkit-slider-thumb {
        width: 10px;
        height: 10px;
    }
    .progress::-webkit-slider-thumb {
        width: 10px;
        height: 10px;
    }
    .progress_2 {
        height: 4px;
        
    }
    .progress {
        height: 4px;
        margin-top: 24px;
        width: 199px;
    }
    .rectangle button:first-child img {
        width: 13px;
        height: 17px;
    }
    .rectangle {
        height: 50px;
        margin-top: 3px;
    }
    .video_player button {
        left: 43%;
    }
    .rectangle button:first-child {
        margin: 13px 74px 15px 15px;
    }
    .icon_sound {
        height: 20px;
        width: 16px;
    }
    .rectangle button:nth-child(3) {
        left: 53px;
        top: -10px;
    }
    .rectangle button:nth-child(5) img {
        height: 18px;
        width: 18px;
    }
    .rectangle button:nth-child(5) {
        margin: 13px 5px 0px 18px;
    }
    .slider_video {
        margin-bottom: 40px;
    }
    .tickets h2 {
        font-size: 28px;
        line-height: 40px;
        padding: 82px 0px 10px 0px;
    }
    .tickets_img2 {
        display: none;
    }
    .tickets_img3 {
        display: inline-block;
    }
    .tickets_form form h3 {
        font-size: 16px;
        line-height: 19px;
        padding-top: 40px;
        margin-bottom: 22px;
    }
    .tickets_form form p {
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
    }
    .amount_tickets__total {
        margin-top: 40px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }
    .amount_tickets__buy {
        font-size: 16px;
        line-height: 0px;
    }
    .contacts h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .contacts p:nth-child(1) {
        font-size: 16px;
        line-height: 19px;
    }
    .contacts p:nth-child(2) {
        font-size: 16px;
        line-height: 19px;
    }
    .contacts p:nth-child(3) {
        font-size: 16px;
        line-height: 19px;
    }
    .contacts p:nth-child(4) {
        font-size: 16px;
        line-height: 19px;
    }
    .contacts p:nth-child(5) {
        font-size: 16px;
        line-height: 19px;
    }
    .map {
        display: none;
    }
    .map_420 {
        display: inline-block;
    }
    .contacts_block img {
        margin-top: 25px;
    }
    .social_links {
        right: 0%;
    }
    .footer2 {
        padding: 0px 20px 12px 20px;
    }
    .wrapper_images {
        height: 700px;
    }
    .gallery h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 405px) {
    .pagination {
        padding: 0px 10px 0px 70px;
    }
    .mobile_img1_explore {
        display: none;
    }
    .mobile_img2_explore {
        margin: 0 auto;
    }
    .mobile_slider {
        display: none;  
    }
    .navigation_footer__list {
        width: 280px;
        column-gap: 40px;
    }
    .social_links {
        right: -50px;
    }
    .wrapper_images {
        height: 600px;
    }

}