@media screen and (min-width: 1024px) and (max-width: 1486px)  {

    .forum-reg_80w {
        font-size: 60px;
    }

    .forum-reg_32b {
        font-size: 26px;
    }

    
    .roboto-reg_22w {
        font-size: 16px;
    }

    /*-------------------*/

    .main-text_h1 {
        line-height: 1.5;
    }

    .header-block,
    .footer-block {
        width: 1024px;
    }

    .header-nav {
        visibility: hidden;
    }

    .header-nav-adaptive {
        display: flex;
        flex-direction: row;
    }

    /*-----sections----------*/

    .section-welcome-block  {
        width: 1024px;
        height: 585px;  
    }
        
    .section-visiting-block {
        width: 1024px;
        height: 1550px; 

    }

    .section-explore-block {
        width: 1024px;
        height: 1220px;  
        padding-top: 60px;
        padding-bottom: 100px;
        flex-direction: column;
    }

    .section-video-block {
        width: 1024px;
        height: 1495px;  
    }

    .section-gallery-block {
        width: 1024px;
        height: 2200px;  
    }

    .section-tickets-block {
        width: 1024px;
        height: 700px;  
    }

    .section-contacts-block {
        width: 1000px;
        height: 960px;  
    }
/*-----blocks----------*/

/*------welcome------*/
            
    .block-pict {
        left: 300px;
        width: 700px;
        height: 525px;
        background-size: cover;
    }
            
    .pict-slider {
        top: 465px;
        left: 300px;
        width: 700px;
        height: 120px;
    }

    
    .blok-card {
        padding-left: 30px;
        display: flex;
        justify-content: space-evenly;
        align-content: space-between;
    }

    .block-text {
        top: 50px;
    }
    .tickets-block-text {
        width: 0;
        visibility: hidden;
    }

    /*------visiting------*/

    .card-item {
        width: 400px;
        height: 425px;
        padding-left: 25px;
        transition: 00.5s;
    }


    .card-pict1 {
        width: 330px;
        height: 215px;
        background: url(./img/cards/330-1.jpg);
    }

    .card-pict2 {
        width: 330px;
        height: 215px;
        background: url(./img/cards/330-2.jpg);
    }

    .card-pict3 {
        width: 330px;
        height: 215px;
        background: url(./img/cards/330-3.jpg);
    }

    .card-pict4 {
        width: 330px;
        height: 215px;
        background: url(./img/cards/330-4.jpg);
    }

    .card-pict5 {
        width: 330px;
        height: 215px;
        background: url(./img/cards/330-5.jpg);
    }

    .card-pict6 {
        width: 330px;
        height: 215px;
        background: url(./img/cards/330-6.jpg);
    }

      /*----------explore----------*/

    .explore-blok-text {
        height: 250px;
        padding-bottom: 0;
        padding-right: 10;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-evenly;
    }

    .block-header_explore {
        width: 100%;
        margin-bottom: 120px;
    }

    .block-header_text {
        height: 100px;
        margin-bottom: 50px;
    }

    /*----------video----------*/

    .video-header-text {
        visibility: hidden;
        width: 0;
    }
        
    .video-galary_item1 {
        width: 300px;
        height: 170px;
        background: url(./video/poster1.jpg) no-repeat center;
        background-size: cover;
    }

    .video-galary_item2 {
        width: 300px;
        height: 170px;
        background: url(./video/poster2.jpg) no-repeat center;
        background-size: cover;
    }

    .video-galary_item3 {
        width: 300px;
        height: 170px;
        background: url(./video/poster3.jpg) no-repeat center;
        background-size: cover;
    }
      
    /*----------galary----------*/
        
    .picture-inner-container {
        height: 1900px;
        padding-right: 20px;
    }

    .gallery-header {
        height: 300px;
    }

    .gallery-img {
        margin-bottom: 15px;
        width: 304px;
    }

    /*----------tickets----------*/

    .tickets-block-pict {
        width: 700px;
        height: 440px;
    }

    /*----------paralax----------*/

    .parallax {
        margin-top: 100px;
    }

    /*----------contacts----------*/

    .contacts-img {
      width: 694px;
      height: 454px;
    }
    
    /*----------footer----------*/

    .footer {
        box-sizing: border-box;
        height: 380px;
        padding: 0 20px;
    }

    .footer-nav-menu {
        padding-right: 20px;
        width: 90%;
    }

    .footer-nav-logo {
        padding-left: 20px;
    }

    .footer-menu1 {
        width: 100px;
        height: 250px;
        margin-left: 50px;
        padding-top: 30px;
    }
    .footer-menu2 {
        width: 50px;
        height: 250px;
        padding-top: 30px;
        margin-right: 50;
    }
    
}

  
@media screen and (max-width: 1024px) {
   
    .forum-reg_80w {
        font-size: 50px;
    }

    .forum-reg_32b {
        font-size: 26px;
    }

    
    .roboto-reg_22w {
        font-size: 14px;
    }
    
    .main-text_h1 {
        line-height: 1.5;
        text-align: center;
    }

    .main-text_button {
        visibility: hidden;
    }

    .header-block,
    .footer-block {
        width: 768px;
    }

    .header-nav {
        visibility: hidden;
    }

    .header-nav-adaptive {
        display: flex;
        flex-direction: row;
    }

    
    .section-welcome-block  {
        width: 768px;
        height: 979px;  
        display: flex;
        flex-direction: row;
    }
        
    .section-visiting-block {
        width: 768px;
        height: 1146; 
    }

   
    .section-explore-block {
        width: 768px;
        height: auto;  
        padding-top: 60px;
        padding-bottom: 100px;
        flex-direction: column;
    }

    .section-video-block {
        width: 768px;
        height: auto;  
    }

    .section-gallery-block {
        width: 768px;
        height: auto;  
    }

    .section-tickets-block {
        width: 768px;
        height: auto;  
    }

    .section-contacts-block {
        width: 768px;
        height: auto;  
    }
        

    .block-pict {
        left: 20px;
        width: 700px;
        height: 525px;
        margin-top: 280px;
        background-size: cover;
        box-shadow: none;
    }
            
    .pict-slider {
        top: 780px;
        left: 20px;
        width: 700px;
        height: 120px;
    }

    
    .blok-card {
        padding-left: 0;
        display: flex;
        justify-content: space-evenly;
        align-content: space-between;
    }

    .block-text {
        top: 0px;
        padding-left: 15%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }


    .tickets-block-text {
        width: 0;
        visibility: hidden;
    }

    
    .card-item {
        width: 50%;
        height: 301px;
        padding-left: 0;
        transition: 00.5s;
    }


    .card-pict1 {
        width: 280px;
        height: 180px;
        background: url(./img/cards/280-1.jpg);
    }

    .card-pict2 {
        width: 280px;
        height: 180px;
        background: url(./img/cards/280-2.jpg);
    }

    .card-pict3 {
        width: 280px;
        height: 180px;
        background: url(./img/cards/280-3.jpg) no-repeat;
    }

    .card-pict4 {
        width: 280px;
        height: 180px;
        background: url(./img/cards/280-4.jpg) no-repeat;
    }

    .card-pict5 {
        width: 280px;
        height: 180px;
        background: url(./img/cards/280-5.jpg) no-repeat;
    }

    .card-pict6 {
        width: 280px;
        height: 180px;
        background: url(./img/cards/280-6.jpg) no-repeat;
    }

        
    .explore-blok-text {
        height: 120px;
        padding-bottom: 0;
        padding-right: 10;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-evenly;
    }

    .explore-text{
        visibility: hidden;
        height: 0;
    }

    .block-header_explore {
        width: 100%;
        margin-bottom: 120px;
    }

    .block-header_text {
        height: 100px;
        margin-bottom: 50px;
    }

    .video-header-text {
        visibility: hidden;
        width: 0;
    }
    .video-window {
        height: 500px;
    }

    .video__progress_timeline {
        width: 480px;
    }

    .video-galary_item1 {
        width: 300px;
        height: 170px;
        background: url(./video/poster1.jpg) no-repeat center;
        background-size: cover;
    }

    .video-galary_item2 {
        width: 0;
        height: 170px;
        background: url(./video/poster2.jpg) no-repeat center;
        background-size: cover;
        visibility: hidden;
        
    }

    .video-galary_item3 {
        width: 300px;
        height: 170px;
        background: url(./video/poster3.jpg) no-repeat center;
        background-size: cover;
    }
        
        
    .picture-inner-container {
        height: 3200px;
        padding-right: 20px;
    }

    .gallery-header {
        height: 300px;
    }

    .gallery-img {
        margin-bottom: 15px;
        width: 352px;
    }

    .tickets-block-pict {
        width: 700px;
        height: 440px;
    }

    .parallax {
        margin-top: 100px;
    }

    .contacts-container {
        margin-top: -50px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .contacts-img {
      margin-top: 50px;
      margin-bottom: 50px;
      width: 728px;
      height: 476px;
    }
    
    .footer {
        box-sizing: border-box;
        height: 420px;
        padding: 0 20px;
    }

    .footer-nav-menu {
        padding-right: 20px;
        width: 90%;
        flex-wrap: wrap;
    }

    .footer-nav-logo {
        padding-left: 20px;
        margin-bottom: 70px;
        width: 270px;
    }

    .footer-menu1 {
        width: 100px;
        height: 200px;
        margin-left: 50px;
        padding-top: 30px;
    }
    .footer-menu2 {
        width: 50px;
        height: 200px;
        padding-top: 30px;
        margin-right: 180px;
    }

    .social-links {
        margin-top: 0;
        margin-bottom: 40px;
        margin-left: 40px;
    }
    
}
 
/*-----Menu----------*/



@media screen and (max-width: 768px) {
   
    .forum-reg_80w {
        font-size: 30px;
    }

    
    .forum-reg_80g {
       font-size: 35px;
    }

    .forum-reg_32b {
        font-size: 20px;
    }
    
    .roboto-reg_28w {
     font-size: 18px;
    }
    
    .forum-reg_28w {
        font-size: 28px;
    }
    
   
    
    /*-------------------*/

    .main-text_h1 {
        line-height: 1.5;
        text-align: center;
    }

    .main-text_button {
        visibility: hidden;
    }

    .header-block,
    .footer-block {
        width: 420px;
    }

    .header-nav {
        visibility: hidden;
    }

    .header-nav-adaptive {
        display: flex;
        flex-direction: row;
    }

    /*-----sections----------*/

    .section-welcome {
        width: 100%;
        padding-left: 5%;
        height: 544px;
    }
    
    .section-welcome-block  {
        width: 420px;
        height: auto;  
        display: flex;
        flex-direction: row;
    }
        
    .section-visiting-block {
        width: 420px;
        height: auto; 
    }

   
    .section-explore-block {
        width: 420px;
        height: 550px;  
        padding-top: 60px;
        padding-bottom: 20px;
        flex-direction: column;
    }

    .section-video-block {
        width: 420px;
        height: auto;  
    }

    .section-gallery-block {
        width: 420px;
        height: auto;  
    }

    .section-tickets-block {
        width: 420px;
        height: auto;  
    }

    .section-contacts-block {
        width: 420px;
        height: auto;  
    }

    .block-header {
        height: 140px;
    }

    .block-header_text {
        height: 50px;
        margin-bottom: 0;
    }

    .block-text {
        top: 60px;
        left: -50px;
        width: 100%;
        height: 50px;
    }

    .main-text_p {
        margin-bottom: 0;
    }

    .main-text_h1 {
        margin-bottom: 20px;
    }

    .block-pict {
        left: 0;
        width: 95%;
        height: 285px;
        margin-top: 150px;
        background-size: cover;
        box-shadow: none;
    }

    .pict-slider {
        top: 440px;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 0 5%;
    }


    .blok-card {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .card-item {
        width: 100%;
        height: 301px;
        padding-left: 15%;
    }

    .explore-pict_img {
        width: 96%;
        height: 368px;
    }

    .video-block-header {
        height: 100px;
    }

    .video-window {
        height: 220px;
    }

    .video__progress_timeline {
        top: 20px;
        left: 103px;
        width: 400px;
    }

    .video-buttons {
        height: 80px;
        flex-wrap: wrap;

    }

    .play {
        visibility: hidden;
        width: 0;
    }

    
    .video-galary_item1 {
        width: 180px;
        height: 101px;
    }

    .video-galary_item2 {
        visibility: hidden;
        width: 0;
    }

    .video-galary_item3 {
        width: 180px;
        height: 101px;
    }

    .galary-slyder {
        height: 20px;
    }

    .galary-slider-buttons {
        margin-top: -60px;
    }

    .gallery-header {
        height: 120px;
    }

    .gallery-pict {
        height: 1600px;
    }
         
    .picture-inner-container {
        height: 1680px;
        padding-right: 20px;
    }

    .gallery-img {
        margin-bottom: 15px;
        width: 178px;
    }

    .tickets-block {
        height: 679px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .tickets-block-pict {
        width: 380px;
        height: 160px;
        margin-top: -1px;
    }

    .amount {
        margin-top: 50px;
        margin-left: 40px;
        width: 50%;
    }

    .buyNow-button {
        float: right;
        margin-right: 40px;
    }

    .tickets-block-text {
        height: 0;
    }

    
    .contacts-h4 {
        margin-top: 20px;
    }

    .contacts-img {
      margin: 10px 2%;
      width: 380px;
      height: 248px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: flex-start;
    }

   
    .footer-nav-menu {
        padding-right: 0;
        width: 90%;
        flex-wrap: wrap;
    }

    .footer-menu1 {
        width: 30%;
        height: 120px;
        margin-left: 40px;
        padding-top: 0;
    }

    .footer-menu2 {
        width: 30%;
        height: 120px;
        padding-top: 0;
        margin: 0;
            
    }

    .footer-nav-logo {
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 220px;
    }

    .footer-line-about {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social-links {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .roling {
        visibility: hidden;
        width: 30%;
    }

    

        








}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 320px) {

}