@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Light.otf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BazaART';
    src: url('../fonts/BazaART.otf');
    font-weight: normal;
    font-style: normal;
}





html{
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
}

body{
    font-family: 'Suisse Intl';
     font-style: normal;
     overflow: hidden;
     font-weight: normal;
     color: #FAFAFA;
     height: 100%;
     width: 100%;
     background: #0E0D12;
     position: relative;
    /* background: url('../img/bg.png');
     background-size: cover;
     background-position: center center;*/
}
.image-background{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../img/bg.png');
     background-size: cover;
     background-position: center center;
     z-index: -1;
}
.image-background-1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../img/bg-1.png');
     background-size: cover;
     background-position: center center;
     z-index: -1;
}
h1,h2,h3,h4,h5,p,a,ul{
    margin: 0;
    padding: 0;
}
h1{
    font-family: 'BazaART';
    font-size: 6.7em;
}
.menu-line ul{
    flex: 1; 
}
.menu-line ul li{
    display: inline-block;
    padding-right: 45px;
}
.open-menu{
    flex: 1; 
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.open-menu img{
    max-width: 41px;
}
a:hover{
    text-decoration: none;
}
.menu-line ul li a{
    font-size: 23px;
    color: #FAFAFA;
}
.menu-line{
    display: flex;
    align-items: center;
}
.reserve{
    flex: 1; 
    display: flex;
    justify-content: flex-end;
}
.reserve a{
    font-size: 16px;
text-decoration-line: underline;
color: #FAFAFA;
}
.container{

    position: relative;
    height: 100%;
    
}
.left-bottom-text {
    position: absolute;
    bottom: 2%;
    left: 0;
}
.left-bottom-text p:first-child,.right-bottom-text p:first-child{
    font-size: 16px;
    color: #FAFAFA;
}
.left-bottom-text p:last-child,.right-bottom-text p:last-child{
    margin-top: 5px;
    font-size: 14px;
    color: rgba(250, 250, 250, 0.6);
}
.right-bottom-text {
    position: absolute;
    bottom: 2%;
    right: 0;
}
.menu-full{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0E0D12;
   overflow: hidden;
    transform: translateY(-100%);
    transition: 0.3s all;
}
.main-block{
    transition: 0.3s all;
 
}
.socials p a{
    color: white;
}
.main-block.active .menu-line{
    display: none;
}
.main-block.active{
    transform: translateY(83%);
    transition: 0.3s all;
    pointer-events: none;
}
.menu-full.active{
    transform: translateY(0);
    transition: 0.3s all;
}
.menu-full ul li{
    display: block;
    border-top: 1.5px solid #262626;
    padding-top: 2.063983488132095vh;
    padding-bottom: 7.223942208462332vh;

    max-width: 0px;
    transition: 1s all;
    min-height: 129px;
}
.menu-full ul li a{
    color: #FAFAFA;
    text-transform: lowercase;
    font-size: 25px;
  
    max-height: 0px;
    transition: 1.5s all;
    overflow: hidden;
    display: block;
}

.menu-full ul li a span{
    font-size: 18px;
    color: #262626;
    margin-right: 40px;
}
.menu-full ul.open-all li a{
  
    max-height: 300px;
    transition: 2s all;
}
.menu-full ul.active li{
    max-width: 100%;
    transition: 1s all;
}
.policy{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    color: rgba(250, 250, 250, 0.4);
}
.contacts{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.socials{
    display: flex;
    align-items: center;
}

.socials p{
    margin-left: 60px;
  
}
.policy{
    transition: 9s all;
    opacity: 0;
}
.policy.active{
    transition: 1s all;
    opacity: 1;
}
.contacts{
    transition: 9s all;
    overflow: hidden;
    max-height: 0px;
}
.contacts.active {
    max-height: 300px;
    transition: 2s all;
}

.menu-full h1{
    opacity: 0;
}
.bottom-menu-full{
    position: absolute;
    bottom: 2%;
    left: 0;
}
.menu-full .container{
    position: relative;
}

.order{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0E0D12;
    z-index: 2;
}
h2{
    font-family: 'BazaART';
    font-size: 2.7em;
}
.circle{
    background-color: #0E0D12;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    transition: background-color 0.3s linear;
    border-radius: 50%;
    cursor: pointer;
}
.circle:hover{
    background-color: white;
  
    transition: background-color 0.3s linear;
}

.circle:hover path{
    stroke: #0E0D12;
  
    transition: stroke 0.3s linear;
}

.current-header{
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.menu-right{
    margin-left: auto;
}
.current-main{
    padding-top: 50px;
}
.line{
    margin-top: 15px;
    height: 1px;
    width: 100%;
    background: #262626;
}
.form{
    margin-top: 30px;
}
button,input,select,textarea{
    outline: none !important;
}
.form input,.form textarea{
    background: none;
    border: none;
    padding: 15px;
    width: 100%;
    color: white;
    border: 1px solid #3d3d3d;
    resize: none;
}
.input-box{
    margin-bottom: 30px;
}
label{
    font-size: 14px;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
}
h3{
    font-size: 45px;
}
.form .btn{
    width: 100%;
    background: white;
    border: 1px solid white;
    color: #0E0D12;
    border-radius: 0px;
    padding: 20px;
}
.form .btn:hover{
    background: none;
    color: white;
}
.interior-image{
    cursor: pointer;
    max-height: 300px;
    max-width: calc(100%/2.04);
    margin: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.interior-image img{
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
}
.interior-image:hover img{
    transform: scale(1.1);
    transition: .3s;
}
.interior{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

body .slider-pics {
    background-position: center;
    background-size: cover;
    display: inline-block;
    min-height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
body{
    position: relative;
}
.border-map{
  
    width: 100%;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 5px;
}

.map {
    height: 75vh;
    width: 60%;
    background: grey;
    margin-left: 5px;
  
}
.left-map{
    width: 40%;
    border-right: 1px solid #262626;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 75vh;
    padding: 5px;
}
.line-time{
    padding-left: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #262626;
    padding-bottom: 10px;
    padding-top: 10px;
}
.line-time p{
    font-size: 14px;
    font-weight: normal;
}
.time-header{
    margin-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #262626;
    padding-bottom: 10px;
    font-size: 14px;
    opacity: 0.6;
    font-weight: 300;
}
.bottom-inmap a.bron{
    text-align: center;
    display: block;
    color: white;
    text-decoration: underline;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}
p.adress{
    font-size: 36px;
}
.line-time a{
    color: white;
    text-decoration: underline;
    font-weight: normal;
  
}
.time-header:not(:first-child){
    margin-top: 10px;
}
.menu-img{
    height: 75vh;
    width: 400px;
  
    transition: 0.5s all;
    margin: 0 auto;
}
.interior-img{
    height: 49vh;
    width: 739px;
  
    transition: 0.5s all;
    margin: 0 auto;
}
.left-about{
    width: 50%;
    border-right: 1px solid #262626;

    height: 45vh;
    padding: 10px;
}
.left-about p{
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.01em;
}

.border-about{
    width: 100%;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 35%;
    padding: 5px;
}
.border-about h2{
    font-size: 2.3em;
}
.border-interior{
    position: absolute;
    width: 100%;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 35%;
    padding: 5px;
}
.right-about{
    height: 45vh;
    width: 50%;
    background: grey;
    margin-left: 5px;
    background: url('../img/about.jpg');
    background-size: cover;
    background-position: center center;
}
.left-about{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile,.in-menu{
    display: none;
}
.mobile-placemenu{
    display: none;
}
.reserve-right{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.reserve-right a{
    color: white;
}
.in-menu a{
    display: block;
}
.in-menu a:last-child{
    text-decoration: none;
    margin-top: 15px;
}
@media screen and (max-width: 1600px){
    .menu-img {
        height: 70vh;
        width: 333px;
    }
    .menu-full ul li{
        padding-bottom: 7.223942208462333vh;
        min-height: 109px;
    }
    .main-block.active{
        transform: translateY(79%);
    }
    .left-map,.map{
        height: 65vh;
    }
}
@media screen and (max-width: 1200px){
    h1{
        font-size: 5.6em;
    }
    .menu-line ul li{
        padding-right: 35px;
    }
    .menu-line ul li a{
        font-size: 18px;
    }
    .main-block.active{
        transform: translateY(81%);
    }
}
@media screen and (max-width: 992px){
    .reserve-right{
        display: none;
    }
    .mobile-placemenu{
        display: block;
    }
    .swiper-menu{
        display: none !important;
    }
    
    h1{
        font-size: 2.5em;
        text-align: center;
    }
    .reserve{
        display: none;
    }
    .menu-line ul li{
        padding-right: 5px;
    }
    .menu-line ul li a{
        font-size: 14px;
    }
    .open-menu{
        flex: unset
    }
    .menu-line{
        margin-top: 5px;
    }
    .left-bottom-text p:last-child, .right-bottom-text p:last-child{
        font-size: 12px;
       
    }
    .policy,.contacts{
        font-size: 14px;
    }
    .socials p{
        margin-left: 0;
    }
    .contacts{
        display: block;
        text-align: center;
    }
    .socials{
        justify-content: center;
        margin-top: 5px;
    }
    .socials p:not(:last-child){
        margin-right: 20px;
    }
    .menu-full ul li a{
        font-size: 16px;
    }
    .menu-full ul li{
        min-height: unset;
    }
    .main-block.active{
        transform: translateY(80%);
    }
    .right-bottom-text{
        padding-right: 5px;
    }
    .left-bottom-text{
        padding-left: 5px;
    }
    .left-bottom-text p:first-child, .right-bottom-text p:first-child {
        font-size: 14px;
        color: #FAFAFA;
    }
    .left-bottom-text p:last-child, .right-bottom-text p:last-child {
        font-size: 11px;
    }
    .left-about p{
        font-size: 11px;
    }
    .left-about,.right-about{
        width: 100%;
    }
    .border-about{
        display: block;
    }
    .menu-img{
        height: 61vh;
        width: 244px;
    }
    .border-interior{
        top: 25%;
    }
    .interior-img{
        height: 26vh;
    width: 316px;
    }
    .border-about{
        top: 25%;
    }
    .left-about{
        border-right:none;
    }
    .right-about{
        margin-left: 0px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .right-about{
        height: 30vh;
    }
    .left-about{
        height: auto;
    }
    .border-about{
        position: unset;
        margin-top: 20px;
    }
    .policy{
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-full h1{
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 2.8em;
    }
    .in-menu{
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .in-menu a{
        font-size: 16px;
    text-decoration-line: underline;
    color: #FAFAFA;
    }
    .order{
        overflow-y: scroll;
    }
    .current-main{
        padding-bottom: 30px;
    }
    .border-map{
        display: flex;
        flex-direction: column-reverse;
    }
    .left-map,.map{
        width: 100%;
    }
    .map{
        height: 30vh;
    }
    .left-map{
        height: auto;
    }
    .bottom-inmap{
        padding-top: 30px;
    }
    p.adress{
        font-size: 24px;
    }
    body{
        overflow-y: scroll;
    }
    .left-map{
        border-right: none;
    }
    .menu-border{
        display: block;
    }
    .menu-full ul li {
        padding-bottom: 3.223942208462333vh;
    }
    .main-block.active div {
        opacity: 0;
    }
    .main-block.active{
        pointer-events: none;
    }
    .mobile-placemenu img{
        max-width: 100%;
        margin-bottom: 20px;
    }
}