body{
    margin:0;
}
body{
    transition: all 0.3s;
}
body img{
    max-width:100%;
    height: auto!important;
}
body h1{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    color: #29363E;
    margin: 8px 0 30px;
}
body h2{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #29363E;
}
body p,
body a,
body div,
body span{
font-style: normal;
font-weight: normal;
font-size: 18px;
color: #29363E;
}
body p,
body a,
body div,
body span,
body h1,
body h2,
body h3{
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
body p{
    margin:0 0 8px 0;
}
body .button{
    background: #A10413;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
body .button a,
body .button p{
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}
a.over{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
body .button a:hover,
body .button p:hover{
    transform: scale3d(1.1, 1.1, 1.1);
    color: #fff;
}

header .menu a:hover,
footer .menu a:hover{
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
header .menu a:hover,
footer .menu a:hover,
.menu a.active{
    border-bottom: 1px solid #A10413;
}
body .buttonWhite{
    background: #ffffff;
}
body .buttonWhite p{
    font-size: 14px;
    line-height: 18px;
    color: #29363E!important;
}
span.gray{
    color: #777777;
}
body a,
body a:hover{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
.box{
    max-width:1200px;
    margin: auto;
    padding:70px 8px;
    box-sizing: border-box;
}
.menu .menu--item a{
    font-size: 16px;
    line-height: 21px;
}
.logo p span{
    font-size: 14px;
}

header{
box-shadow: 0px 0px 8px rgb(119 119 119 / 50%);
}

header .box_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
header .menu_header{
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}
header .menu_header .menu--item{
    padding:10px;
}

header p{
    line-height: 14px;
    margin: 0;
}
header .right_header .phone a{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #A10413;
}

header .right_header .reservation span{
    font-size: 12px;
    line-height: 16px;
}

main section.banner{
    background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 20%), url("../banner/banner.jpg");
    height: 43vw;
    background-size: cover;
    background-position: bottom;
    position:relative;
}

main section.banner:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(180deg, rgba(171, 171, 171, 0) 0%, rgba(138, 51, 36, 0.29) 100%);
}

main .banner_window .logo--banner,
main section.location .logo--banner{
display: flex;
    flex-direction: column;
    align-items: center;
}

main .banner_window .logo--banner img,
main section.location .logo--banner img{
    transition: all 0.8s;
    cursor:pointer;
}
main .banner_window .logo--banner img:hover,
main section.location .logo--banner img:hover{
    transform: rotate(180deg);
}

main .banner_window .name p,
main section.location .logo--banner .name p{
    font-family: 'Montserrat Alternates', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #A10413;
}

 .banner_window{
    background: rgba(255, 255, 255, 0.9);
    padding: 60px 25px;
    width: 380px;
    /*z-index: 1;*/
    box-sizing: border-box;
}
 .box_banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.banner_mobile{
    display: none;
}


main section.reservation .box_reservation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
main section.reservation .box_reservation .reservation--logo{
    display: flex;
}
main section.reservation .box_reservation .reservation--logo p{
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}
main section.reservation .box_reservation .reservation--logo > div:nth-child(1){
    margin-right: 8px;;
}

main section.reservation .box_reservation .buttons{
    display: flex;
}
main section.reservation .box_reservation .buttons .button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width:152px;
    margin: 8px;
}
main section.reservation .box_reservation .buttons .button p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}


main section.reservation .box_reservation .buttons input{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    border: navajowhite;
    margin: 0 0 0 8px;
    max-width: 85px;
    cursor: pointer;
}




/*******************************************slider for rooms**********************************/


.slider {
    position: relative;
  }
  
  .slider__container {
    overflow: hidden;
  }
  
  
  .slider__items {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .slider_disable-transition {
    transition: none;
  }
  
  .slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
  }

.slider {
    overflow: hidden;
    width: 100%;
    margin: auto;
  }

  .slider .slider__item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }


 .slider .slider__control:hover,
 .slider .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
.slider .control{
    display: flex;
    justify-content: flex-end;
  }
  .slider .control > a{
     margin: 8px;
  }
 
  .slider__control::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
  }
 .slider__control_left::before {
    background-image: url("../image/left.png");
  }
.slider__control_right::before {
    background-image: url("../image/right.png");
  }

main section.rooms .items_rooms .item{ 
    max-width: 377px;
    min-height: 280px;
    flex-basis:33%;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin: 10px;
}
main section.rooms .items_rooms .textBlock{
    padding: 15px;
}

main section.rooms .items_rooms .title--rooms p{ 
    font-size: 18px;
    line-height: 100%;
    color: #29363E;
}
main section.rooms .items_rooms .text--rooms p{ 
    font-size: 14px;
    line-height: 100%;
   
}
main section.rooms .items_rooms .text--rooms p .square{ 
    font-size: 7px;
}
main section.rooms .items_rooms .quantity p{ 
    font-size: 18px;
    line-height: 100%;
    color: #800000;
}

main section.rooms .items_rooms .image-rooms{
  position: relative;
}
main section.rooms .items_rooms .image-rooms .costRooms{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 30px;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
}

/* индикаторы */
  
.slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 10px;
    z-index: 15;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    width: fit-content;
  }
  
  .slider__indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #777777;
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  .slider__indicators li.active {
    background-color: #A10413;
  }

/******************************/

main section.info,
main section.location{
    background: rgba(243, 248, 251, 0.85);
}
main section.info .box_info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
main section.info .text{
    flex-basis: 60%;
}


main section.info .image--info{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
    align-items: center;

    flex-basis: 40%;
    width: 450px;
    justify-items: center;
}
  main section.info .image--info > a{
    width: 150px;
    height: 100px;
}
main section.info .image--info > a:hover{
  filter: brightness(0.5);
}
main section.info .image--info > a.more{
display: flex;
justify-content: center;
align-items: center;
background: rgb(0 0 0 / 30%);
padding: 15px;
box-sizing: border-box;
color: #fff;
font-size: 12px;
}


main section.info .image--info img{
    width: 100%;
    height: 100%!important;
}
main section.info .image--info > div{
    flex-basis: 30%;
    margin: 4px;
}





/*main section.plays .items_plays .slider__item{ 
    max-width: 377px;
    min-height: 255px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;

    transition: background-size 0.6s ease;
    overflow: hidden;

    
}*/
main section.plays .items_plays .item{
margin: 10px;

max-width: 377px;
    /* min-height: 255px; */
    flex-basis: 33%;
    box-sizing: border-box;
    /*box-shadow: 1px 1px 8px rgb(0 0 0 / 25%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin: 10px;
    overflow: hidden;
    transition: background-size 0.6s ease;
}

main section.plays .items_plays .item > div{ 
    position: absolute;
    padding: 15px;
}

main section.plays .items_plays .item img{
    transition: all 0.5s;
}
main section.plays .items_plays .item:hover img{
    transform: scale(1.1);
}

main section.plays .items_plays .item:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.52%, #000000 100%);
}
main section.plays .items_plays .item > div{
z-index: 1;
}
main section.plays .items_plays .item .title--plays p{ 
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    
}
main .plays .items_plays .item .text--plays p{ 
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}



main section.location .frame_location{
display: flex;
    justify-content: space-between;
}
main section.location .frame_location > .soc{
    width: 30%;
}
main section.location .frame_location > .map{
    width: 60%;
}

main section.location .frame_location > .soc > div.button{
    padding-bottom: 16px;
}
main section.location .frame_location .title--soc h3,
footer h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #29363E;
}
main section.location .frame_location .text--soc a{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-left: 20px;
}

main section.questions,
main section.reservation{
    background: linear-gradient(274.01deg, #C45238 0.14%, #8A3324 42.57%, rgba(128, 0, 0, 0.9) 99.8%);
}

main .box_questions{
    padding: 40px 8px;
}
main section.questions .box_questions{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main section.questions .box_questions  div.title h1,
main section.questions .box_questions  p{
    color: #fff;
}
main section.questions .box_questions .buttonWhite{
    margin: 20px 0;;
}
main section.questions .box_questions .buttonWhite a{
    color: #29363E;
}
main section.questions .box_questions  p{
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}
main section.questions .box_questions > div > div:last-child  p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

main section.rewies .box_rewies .item--rewies{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
    margin: 10px 0;
    padding: 30px;
    box-sizing: border-box;
}

main section.rewies .box_rewies .item--rewies .rewie{
    width: 70%;
}
main section.rewies .box_rewies .item--rewies .rewie p{
    font-size: 12px;
    line-height: 150%;
    color: #29363E;
}

main section.rewies .box_rewies .item--rewies .user{
    display: flex;
    align-items: center;
}
main section.rewies .box_rewies .button{
    max-width: max-content;
    margin: auto;
}

main section.rewies .box_rewies .item--rewies .user .userName p{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    display: flex;
    align-items: end;
}
main section.rewies .box_rewies .item--rewies .user .userName .gray{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    margin-left: 8px;
}
main section.rewies .box_rewies .item--rewies .user .topic p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

main section.rewies .box_rewies .item--rewies .user img{
    border-radius: 25px;
    max-width: 50px;
    max-height: 50px;
}
footer{
    background-color: #F3F8FB;
}
footer .box_footer{
    padding: 0px 8px 0;
}
footer .bottom_footer{
    display: flex;
    justify-content: space-between;

    padding: 20px 0;
    border-top: 4px solid #FFFFFF;
}
footer .bottom_footer p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #29363E;
}
footer .top_footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .top_footer > div{
    width:33%;
    max-width: 320px;
    padding: 20px 0;
}

footer .top_footer .menu_footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .top_footer .menu_footer .item{
    padding: 10px 2px;
}
    footer .top_footer .reserved{
    padding-bottom: 35px;
}
footer .top_footer p.info--footer{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #29363E;
}
footer .menu_footer{
    max-width: 250px;
}

/***********************popup*********************************************/
.b-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow: overlay;
    position: fixed;
    top: 0px;
    z-index: 10000000000;
    visibility: hidden;
    opacity: 0;
    backface-visibility: hidden;
    transition: all 0.8s;
  }
  
.b-popup-content .close {
    position: absolute;
    top: 0px;
    right: 15px;
  }
 .b-popup-content .close a{
    font-size: 45px;
  }
  .b-popup .b-popup-content {
    position: relative;
    width: 50%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.8s;
    margin: auto;
    max-width: 700px;
  }
  .b-popup .b-popup-content > div {
    padding: 8px 0;
  }
  
  .b-popup .b-popup-content > div{
    margin: auto;
  }
  .b-popup .modal  input,
  .b-popup .modal  textarea,
  .b-popup .modal select{
    background: #FFFFFF;
    border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 18px;
    margin: 10px 0;
  }
  .b-popup .modal  input.input,
  .b-popup .modal  textarea.textarea,
  .b-popup .modal select{
    width: 100%;
  }
  .b-popup .modal select{
    background-size: 35px auto;
    background-position: right;
    background-repeat: no-repeat;
  }
  .b-popup .modal  input.input::placeholder,
  .b-popup .modal  textarea.textarea::placeholder,
  .b-popup .modal select::placeholder{
    font-size: 16px;
    line-height: 100%;
    color: #777;
  }
  .b-popup .modal  input,
  .b-popup .modal  select,
  .b-popup .modal .formline span,
    .b-popup .modal label{
    font-size: large;
    line-height: 100%;
  }

.b-popup form{
  margin: auto;
}

  .b-popup .modal .calendar{
  display: flex;
    justify-content: space-between;
  }
  .b-popup .modal .calendar > div,
  .b-popup .modal .guests > div{
    display: flex;
    flex-direction: column;
  }

  .b-popup .modal .button{
    background: #A10413;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: auto;
  }
  .b-popup .modal .checkboxs{
  display: flex;
  justify-content: space-between;
  }
/*****************************hamburger*************************************/
.show {
    transform: translateY(0) !important;
    transition: all 0.5s linear !important;
    opacity: 1 !important;
  }
  
  .hamburger {
    z-index: 100000000001 !important;
    display: none;
  }
  
  .c-hamburger {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 55px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
  }
  
  .c-hamburger:focus {
    outline: none;
  }
  
  .c-hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #800000;
    margin: 0;
    font-size: 18px;
    transition: all 0.5s;
  }
  
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #800000;
    content: " ";
    transition: all 0.5s;
  }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after,
  .c-hamburger--htx.is-active span{
    background-color: #fff;
  }
  .c-hamburger span::before {
    top: -10px;
  }
  
  .c-hamburger span::after {
    bottom: -10px;
  }
  
  .c-hamburger--htx {
    background-color: transparent;
  }
  
  .c-hamburger--htx span {
    transition: background 0s 0.3s;
  }
  
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  
  .c-hamburger--htx span::before {
    transition-property: top, transform;
  }
  
  .c-hamburger--htx span::after {
    transition-property: bottom, transform;
  }
  
  /* состояние active при открытом меню  */
  .c-hamburger--htx.is-active {
    background-color: transparent;
  }
  
  .c-hamburger--htx.is-active span {
    background: none;
  }
  
  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }




  @media screen and (max-width: 880px) {
  .hamburger {
        display: flex;
    }
    .c-hamburger {
        height: 40px;
        width: 40px;
      }
      .c-hamburger span::after {
        bottom: -10px;
      }
    
      .c-hamburger span::before {
        top: -10px;
      }
      .c-hamburger {
        display: block;
      }
      .menu .menu--item a {
        color: white;
      }
      header .menu {
        background: #8a3324;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        /*flex-direction: column;*/
        height: 12vw;
        max-width: 100%;
        align-items: center;
        z-index: 10000000000;
        /*display: none;*/
    
        transform: translateY(-100%);
        transition: all 0.5s linear;
        opacity: 0;
      }
      header .menu > div {
        padding: 5px 5px;
      }
      header .menu a:hover {
        border-bottom: 2px solid;
        padding-bottom: 4px;
      }
  }
  @media screen and (max-width: 500px) {
    .c-hamburger span::before,
    .c-hamburger span::after {
      height: 3px;
    }
    .c-hamburger span {
        height: 3px;
        font-size: 16px;
      }
    
      .c-hamburger span::after {
        bottom: -8px;
      }
    
      .c-hamburger span::before {
        top: -8px;
      }
    
      .c-hamburger {
        height: 35px;
        width: 35px;
      }
  }
  

  
  /*********************************************************************/
  

  @media screen and (min-width:1440px) {
    main section.banner {
        height: 38vw;
    }
  }
  @media screen and (min-width: 1700px){
    main section.banner {
        height: 34vw;
    }
    }
@media screen and (max-width:1024px) {
    header .box_header {
        padding: 10px 8px;
    }
    main section.banner .banner_window {
        padding: 30px 15px;
        width: 320px;
    }
    main section.info .box_info {
      flex-wrap: wrap;
      justify-content: center;
  }
  main section.info .text {
    flex-basis: 100%;
  }
  
main section.reservation .box_reservation .reservation--logo p {
    font-size: 15px;
    }
    main section.rewies .box_rewies .item--rewies .user .userName p {
        font-size: 14px;
        line-height: 12px;
    }
    main section.rewies .box_rewies .item--rewies .user .userName .gray {
        font-size: 8px;
    }
    main section.rewies .box_rewies .item--rewies .user .topic p{
        font-size: 12px;
        line-height: 14px;
    }
    main section.rewies .box_rewies .item--rewies .rewie {
        width: 75%;

    }
    footer .top_footer > div {
        width: 25%;
    }
}


@media screen and (max-width:820px) {
    main section.reservation .box_reservation{
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 0;
    }

     .banner_window {
    display: none;
    }

    .banner_mobile,
    .banner_mobile > div{
        display: block;
        margin: auto;
        padding: 20px 15px;
    }
    main section.reservation .box_reservation .buttons {
        flex-wrap: wrap;
    }
    .b-popup .modal .calendar {
        flex-direction: column;
    }    
    .b-popup .b-popup-content {
        width: 90%;
    }
    .slider .slider__item {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .slider {
      overflow: hidden;
      width: 85%;
  }
}


@media screen and (max-width:768px) {
    header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #fff;
    }

    main section.location .frame_location > .soc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    main section.location .frame_location > .soc > div:nth-child(1) {
        width: 100%;
    }
    main section.location .frame_location > .soc > div:nth-child(2) {
        width: 33%;
    }
    main section.location .frame_location > .soc > div:nth-child(3) {
        width: 33%;
    }
    main section.location .frame_location > .soc > div:nth-child(4) {
        width: 33%;
    }
    main section.location .frame_location > .soc > div:nth-child(5) {
        width: 100%;
    }
    main section.location .frame_location {
        flex-wrap: wrap;
    }    
    main section.location .frame_location > .map {
        width: 100%;
        height: 50vw;
    }
    .box_location{
        padding: 70px 0px 0;
    }
    .box_location .title,
    .box_location .soc{
    padding: 8px;
    }
    main section.rewies .box_rewies .item--rewies {
        flex-wrap: wrap;
    }
    main section.rewies .box_rewies .item--rewies .rewie {
        width: 100%;
    }
    main section.info .image--info > div {
        flex-basis: 40%;
    }
    main section.info .image--info > div:nth-child(1),
    main section.info .image--info > div:nth-child(2),
    main section.info .image--info > div:nth-child(3),
    main section.info .image--info > div:nth-child(4),
    main section.info .image--info > div:nth-child(5){
        display: none;
    }
    main{
        margin-top: 90px;
    }
}

@media screen and (max-width:600px) {
    
    
    .box {
        padding: 20px 8px;
    }
   


    .slider .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
  }
.slider {
      overflow: hidden;
      width: 100%;
  }
.slider__indicators {
  position: unset;
  margin: auto;
}
.slider .control {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 95%;
  left: 10px;
  top: 25%;
}
main section.plays .items_plays .item {
  margin: auto;
}
main section.rooms .items_rooms .item {
  margin: auto;
}
  footer .top_footer {
    flex-wrap: wrap;
  }
  footer .top_footer > div {
    width: 100%;
    max-width: 100%;
  }

  
  footer .top_footer .menu_footer {
    max-width: 320px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  footer .top_footer > div:nth-child(3){

  
    display: flex;
    justify-content: space-between;
    }
    footer .top_footer > div:nth-child(3) > div{
        width: 45%;
    }
    footer .title_menu{
    text-align: center;

    }
    .box_location {
        padding: 70px 0px 0;
    }
}

@media screen and (max-width:500px) {
    main section.reservation .box_reservation .buttons {
        justify-content: center;
    }

    
    main section.questions .box_questions {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .bottom_footer {
        flex-direction: column;
        align-items: center;
    }
    header .menu {
        height: 68vw;
        flex-direction: column;
    }
    main section.info .image--info {
      grid-template-columns: 1fr 1fr;
      flex-basis: 90%;
    }
    
  
}


@media screen and (max-width:425px) {
    body p, body a, body div, body span {
        font-size: 16px;
    }
 
  
  
  .banner_window {
    width: auto;
  }
  header .right_header{
    display: none;
    }
  
  
}
@media screen and (max-width:375px) {

    main section.location .frame_location > .soc > div {
        width: 100%!important;
      }
      footer .top_footer .menu_footer > div {
        width: 100px;
        /*flex-direction: column;*/
      }
      footer .top_footer > div:nth-child(3) {
        flex-direction: column;
        align-items: center;
      }
      footer .top_footer > div:nth-child(3) > div {
        width: 80%;

      }
      footer .top_footer > div {
        padding: 0px 0;
      }
      footer .top_footer .reserved {
        padding-bottom: 2px;
      }
      .b-popup .modal input, .b-popup .modal textarea, .b-popup .modal select {
        margin: 5px 0;
      }
      .b-popup .b-popup-content {
        width: 95%;
      }
      main section.info .image--info > a {
        width: 120px;
        height: 70px;
      }

    }

.datepicker{
    z-index: 1000000000000000!important;
    }

.md-show {
    visibility: visible;
    opacity: 1;
  }

.instLink{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.instLink img{
  width: 30px;
  margin-left: 5px;
}

.notifySpace{
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}

.notifySpace.active {
  opacity: 1;
  pointer-events: all;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: 0.5s all;
}

.notifyPopup{
  z-index: 1000;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  max-width: 100%;
  width: 350px;
  padding: 25px;
  transition: 0.5s all;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  text-align: center;
}

.notifyPopup.active {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
}

.notifyPopup button{
  color: white;
}