@font-face {
  font-family: dejavu;
  src: url(/fonts/bpg_dejavu_sans.woff);
}





* { box-sizing: border-box; }

::selection { background: #8800ff; color: #fff; }

::-moz-selection { background: #8800ff;  color: #fff; }



/* Scroll Bar */

::-webkit-scrollbar { width: 12px;    background: #dfdfdf1f; }


::-webkit-scrollbar-track { background: #8d898f12 }

::-webkit-scrollbar-thumb { background: #74658324; }



/* Scroll Bar */


body {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: #616364;
    font-family: 'dejavu', sans-serif;
    background-color: #303030;
    position: relative;
}

img {width: 100%}

main {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

button {
    padding: 8px 20px;
    margin: 30px 0;
    font-size: 1.1rem;
    font-family: 'dejavu';
    cursor: pointer;
}

h2, h3 {
    font-weight: 100;
}


.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #dcb951;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}
.soon-will-be {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    text-align: center;
    background: blanchedalmond;
    color: black;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

@media (min-width: 768px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}
/* menu page */

.menu-page {
    position: relative;
    width: 100%;
    max-width: 1600px;
    background-color: #fff;
    box-shadow: #a7b0b7 -6px 8px 6px 0px inset, #a7b0b7 5px 7px 6px 0px inset;
    top: 70px;
    overflow-x: hidden;
}


.menu-categories {
    display: block;
    width: 20%;
    position: fixed;
    top: 100px;
    float: left;
    border-top: solid 1px #e1e1e1;
    margin-left: 15px;
}
.menu-categories li {

    border-bottom: solid 1px #e1e1e1;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: #000;
}
.menu-categories li:hover {
    background-color: #dfdfdf;
}
.menu-categories ul {

    max-height: 70vh;
    overflow-y: scroll;
}

.menu-categories a {
    display: block;
    padding: 10px 15px;
    color: #000;
}

.menu-list {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}
.menu-right-panel {
    width: 75%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* overflow-y: scroll; */
    top: 70px;
    position: sticky;

    overflow-x: hidden;
    float: right;

}
.menu-list ul {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.menu-list li {
    margin: 10px;
    width: 23%;
}
.menu-list img {
    width: 100%;
}
.menu-list h2 {
    font-size: 1rem;
}

.menu-divider {
    height: 50px;
    width: 5px;
    border-left: solid 1px #636363;
    
}
.listPrice {
    width: 45%;
    text-align: left;
}
.listName {
    width: 45%;
    text-align: right;
}
.listDots {
    width: 40px;
    text-align: center;
}


.menu-logo img {
    width: 200px;

}
.menu-logo {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dcb951;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-logo:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: #ffe186;
}

.menu_list_header {
    font-size: 1.5rem;
    width: 100%;
    padding: 1rem 0 0 2rem;
}


.without ul {
    flex-direction: column;
    align-items: center;
}
.without li {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: solid #efefef 1px;
}
.without p{
    background: #382f3f;
    padding: 10px 20px;
    color: #ffffff;
}
.menu-logo a {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* languege switcher */

.lan-switch {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.lan-switch a {
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.lan-switch .active-lan {
    box-shadow: rgb(0 0 0) 0px 5px 30px -12px inset, rgb(0 0 0) 0px 6px 18px -12px inset;
}
.lan-switch a:hover {
    background-color: #2c174487;

}
.lan-switch-cont {
    z-index: 999;
    background-color: #6f009f;
    position: fixed;
    font-size: 1rem;

    display: flex;
    flex-direction: row;
    right: 0;
    top: 80px;
    padding: 3px;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;

    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

}
.hider {
    width: 15px;
    padding: 0;
    margin: 0;
    color: #6b40bd;
    border: none;
    border-radius: 5px;
    background-color: #141414;

    transition-timing-function: ease-in;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.hider:hover {
    background-color: #5e5e5e;
    color: #bdbdbd;
}
.hider svg {
    width: 90%;
}
.cont-show {
    transform: translateX(80%);
    transition-timing-function: ease-in;
    transition: 0.2s;
}
.hideLan {
    transform: translateX(70%);
}




/* top menu */
.top-menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    z-index: 999;
    background: #101010;
    box-shadow: #18181854 0px 2px 3px 3px;
    height: 80px;
    justify-content: space-between;
}
.top-menu-logo {
    height: 100%;
    padding: 5px;
}
.top-menu ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin: 0;
    width: 50%;
}
.top-menu li {
    padding: 15px 40px;
    color: #fff;
    cursor: pointer;
}
.top-menu li:last-child {
    border-right: #696969 solid 0.5px;    
}
.top-menu li:hover {
    background: #2f2f2f;
}

.top-menu a {
    color: #fff;
}

/* first page  */
.firstP {
    background: #101010;
}
.firstPage {
    overflow: hidden;
    height: 100vh;
    background: #101010;
}
.central_logo {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.central_logo img {
    width: 30%;
}

.first_img {
    position: relative;

}
.first_img img {

}
.mynone {
    display: none;
}
.onlyDesk {
    display: flex;
}

.promo-text {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 70%;
    color: #fff;

}
.promo-text h1 {
    font-size: 4rem;

}

.promo-text p {
    font-size: 3rem;
}


/*  footer */

.footerClass {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #bfbfbf;
    background: #000;
    border-top: solid 1px #1c1c1c;
    padding: 2rem;

    width: 100%;
}
.footerClass h1 {
    font-weight: 300;
    font-size: 1.3rem;
}

.footerSection {

    display: flex;        
    flex-direction: column;
}
.footerSection .sectionHeader {
    width: 15rem;
    padding-top: 1rem;
}
.footerSection .menuSection {
    display: flex;
    margin-left: 1rem;
    padding-bottom: 1rem;
}
.footerSection .menuSection div {
    display: flex;
    width: 20%;
    min-width: fit-content;
    align-items: center;
}
.footerSection .menuSection div a {
    color: #717171;
    font-weight: 400;
    text-decoration: none;
}
            
.footerSection .menuSection div a:hover{
    color: #b33636;
}

.socialSection {
    padding: 2rem 0 1rem;
    border-top: solid 1px #1a1a1a;
}
.socialSection .socialLogoblock{
    padding-top: 1rem;
}
.socialSection a {}
.socialSection svg {
    height: 2rem;
    color: #717171;
}
.socialSection svg :hover { 
    color: #b33636;
}
.footerHeader a img {
    width: 100px;
}

/* third page */

.thirdP {
    position: relative;
    height: 100vh;
    max-width: 1600px;
    background-color: #101010;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gallery-left-block, .gallery-center-block, .gallery-right-block {
    position: absolute;
    height: 100%;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(25, 25, 25, 0.6);
}

.gallery-center-block {
    left: 30%;
    width: 40%;
}
.gallery-right-block {
    left: 75%;
}
.gallery-main-thing{
    position: absolute;
    display: flex;
    /* right: 0; */
    width: 333%;
    /* background-color: darkred; */
    /* height: 100vh; */
    left: -5.5%;
    top: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;    

}
.gallery-image{
    width: 37%;
    margin: 0 1.7%;
    /* display: flex; */
    /* top: 20%; */
    align-content: center;


    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.gallery-image img {

}
.gellery-center-image {
    width: 40%;
}
.gallery-upthing {
    display: block;
    position: relative;
    padding: 50px 0;

}
.left-image {
    left: 0;
}
.right-image {
    left: 75%;
}
.center-image {
    left: 37.5%;
}
.center-big {
    width: 54%;
    z-index: 11;
    margin: 0;
}
.button-cont {
    position: absolute;
    z-index: 11;
    left: 40%;
    width: 20%;
    display: flex;
    justify-content: space-between;
    bottom: 7%;
}
.thirdP p {
    position: absolute;
    z-index: 11;
    color: #fff;
    padding: 20px;
    font-size: 2rem;
    top: 3rem;
}
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.button-cont button {
    padding: 8px 20px;
    margin: 30px 0;
    font-size: 1.1rem;
    font-family: 'dejavu';
    cursor: pointer;
    background-color: #b08deb42;
    border: #ffffff63 solid 1px;
    border-radius: 10px;
    color: #ffffff63;
    font-weight: 800;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgb(37 38 40 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 67%) 0px 1px 0px inset;
}

.button-cont button:hover {
    background-color: #180f28;
    color: #fff;
}
.slide img {
    border-radius: 10px;
}

/* forth page */

.go-to-menu-cont {

    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.forth-page {
    background: aliceblue;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    background-color: #fbf1ec;
    padding-bottom: 50px;
}
.forth-page h2 {
    font-size: 2.5rem;
    color: #535353;
}
.go-to-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: #fff;
    background-image: url(/img/main_hall.webp);
    background-position: 50% 50%;
    background-size: cover;
    height: 510px;
    width: 340px;
}
.go-to-menu:hover:before{
    background-color: rgba(0, 0, 0, 0.2);
}
.go-to-veli {
    background-image: url(/img/veli_go.webp);
}

.go-to-menu::before {
    position: absolute;

    content: "";
    width: 340px;
    height: 510px;
    background: #0000009c;

    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.go-to-menu p {
    position: relative;
    align-self: center;
    text-align: center;
    border: solid 1px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.6);
}

.activeCat {
    background-color: #dfdfdf;
}

/* contact page */
.contact-main {
    display: flex;
    width: 100%;
    flex-direction: row;
    position: relative;

    height: calc(100vh - 80px);
    top: 80px;
}

.contact-left {
    position: relative;
    width: 50%;

    background: url(../img/world_map_dots_wo.webp) no-repeat left center;
    background-size: cover;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.contact-right {
    position: relative;
    width: 50%;
    height: 100%;

}
.contact-icons a{
    color: #fff;
}


.contact-icons svg{
    width: 4em;
}
.contact-logo svg {
    width: 15em;
    height: 15em;
    fill: #dcb951;
}

.contact-info-cont a {
    display: flex;
    color: #fff;
    align-items: center;
    height: 3em;

}
.contact-info-cont {

    display: flex;
    flex-direction: column;
    font-size: 2em;
    width: 20em;
    padding: 0 1em;
}
.contact-info-cont svg {
    height: 3em;
}
.contact-info-cont p {
    padding: 0 0.7em;
}
.contact-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    color: #fff;
}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: 30px;
    color: #dcb951;
}

.contact-off {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.contact-on {
    font-size: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1em;
}
.contact-on a {
    padding: 1em;
}
.contact-on a:hover, .contact-info-cont a:hover {
    color: #c25bff;
}
.contact-info-cont:first-child {
    text-align: right;
    border-right: solid 2px #ffffff59;
    align-items: flex-end;
}
.contact-phone svg {
    transform: matrix(-1, 0, 0, -1, 0, 0);
}
.in-touch {
    position: relative;

    width: 40%;
    margin: 100px 10px 0;
}

#map {
    height: 100%;
    width: 100%;
}


.onlyMob {
    display: none;
}




/* slider  */


.slider-cont {
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    height: 100vh;
    margin: auto;
    margin: auto;
}
.slider {
    position: relative;
    width: 100%;
    display: flex;
    height: 90%;

    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}  
.slide {
    position: absolute;
    width: 30%;

    display: flex;
    justify-content: center;
    align-items: center;


    border: #ffffff63 solid 1px;
    border-radius: 10px;
    color: #ffffff63;
    font-weight: 800;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgb(37 38 40 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 67%) 0px 1px 0px inset;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.right-trans, .left-trans {
    position: absolute;
    background-color: #1010106b;
    width: 25%;
    z-index: 10;
    left: 0;
    top: 10%;
    height: 80%;
    background-image: linear-gradient(#101010, #1010107d, #101010);
    border-left: solid 2px #222222;;
}
.right-trans {
    left: 75%;
    border-right: solid 2px #222222;;
    border-left: none;
}

.slide-no-2 {
z-index: 2;

}

.slide-no-3 {
z-index: 3;
}
.slide-no-4 {
z-index: 4;
}

.big-slide {

  transform: scale(1.5);
  transition-timing-function: ease-in-out;
  transition: 0.2s;
  z-index: 11;
}



.button_cont {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;

}
.logo-svg  svg {
    fill: #dcb951;
    height: 100%;
}
.central_logo svg {
    height: 60%;
}
.picSwitcher {
    position: fixed;
    z-index: 12;
    width: 100%;
    bottom: 0;
    margin: 0;
}
.picSwitcher button {
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.catButton {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}
.catButton svg {
    width: 100%;
    padding: 0 1px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.catlistHide .catButton svg {
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.catButton polyline, .hider polyline {
    stroke: currentColor;
    stroke-width: 12;
    stroke-linecap: round;
    fill: none;
    stroke-linejoin: round;
}
.cattegoriesShow {
    width: 15px;
    float: right;
    /* height: 100px; */
    background: aliceblue;
    align-content: center;
}
.hideLan svg {
    transform: rotate(180deg);
}

.countdown .soon-will-be {
    flex-direction: column;
    font-size: 4rem;
    background-image: url(/img/cowtdown_desk.webp);
    background-color: #cccccc;
    /* height: 500px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

/* editors */

.editors {

    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    align-items: center;
}
.editorenter {
    padding: 1em 2em;
    background: aliceblue;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 41%) -10px 4px 8px;
}
.editorenter:hover {
    box-shadow: none;
}
.login_section {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.login_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e_menu_list li{
    border: 1px solid;
    padding: 0.5em 1em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e_menu_list_button{
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1em 2em;
    width: 100%;
    cursor: pointer;
}
.edit_modal, .add_modal {
    width: 50%;
    position: fixed;
    top: 5em;
    left: 25%;
    padding: 1em;
    color: #2d2d2d;
    background-color: #e3e3e3;
    box-shadow: rgb(0 0 0 / 67%) 0px 5px 15px;
    border-radius: 10px;

}
.edit_menu_both {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.edit_modal_hide {
    display: none;
}
.editor_button, .editor_button_cancel {
    background-color: aliceblue;
    color: #000;
    padding: 0.5em;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}
.editor_button_cancel {
    background-color: #b1a6a6;
}
.e_menu_list {
    margin-bottom: 4em;
}

.modal_buttons {
    display: flex;
}
.modal_buttons div{
    margin: 1em;
}


@media only screen and (max-width: 780px) {
    ::-webkit-scrollbar { width: 2px;}
    .edit_modal {
        width: 100%;
        left: 0;
    }

    .menu-divider {
        height: 30px;
    }
    .top-menu {
        height: 60px;
    }
    .top-menu a {
        max-width: 70px;
        display: block;
    }

    .menu-page {
        top: 50px;
        box-shadow: none;
    }

    .central_logo svg {
        width: 80%;
    }
    .top-menu ul {
        font-size: 0.7rem;
        padding: 0 10px 0 0;
        width: auto;

    }

    .top-menu li {
        padding: 15px 5px;
        text-align: center;

    }
    .onlyMob {
        display: block;
    }
    .onlyDesk {
        display: none;
    }
    .top-menu-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.5rem 0.5rem 0 0;
    }
    .top-menu-logo svg {
        height: 50px;
        width: 100px;

    }
    .menu-categories {
        width: 37%;
        top: 70px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        position: fixed;
        margin: 0;

        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .menu-categories li {
        padding: 9px 5px;
        border-bottom: solid 1px #e1e1e18a;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }
    .menu-categories ul {
        max-height: 80vh;
        font-size: 0.9rem;
        float: left;
        width: 90%;
        overflow-x: hidden;
    }

    .menu-categories a {
        font-size: 0.8rem;
        padding: 10px 5px;
    }    
    .menu-list {
        width: 150%;
        align-items: flex-start;
        align-content: flex-start;
    }


    .menu-list ul {
        width: 40%;

    }
    .menu-list li {
        width: 100%;
        text-align: center;
        margin: 1%;

        -webkit-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        -o-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
    }
    .menu_list_header {
        50px 0 10px 10px;
        width: 40%;
    }
    .menu_list_header p {
        margin: 0;
    }

    .without .menu_list_header {
        padding: 50px 0 0;
        width: 40%;
    }
    .bigList .menu_list_header {
        width: 64%;
    }

    .without p {
        background: #ffe54c;
        color: #000;
        text-align: center;
        font-size: 1.2rem;
    }
    .menu-right-panel {

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        float: right;
        overflow-x: hidden;

        width: calc(100vw - 10px);
        right: -37%;
        position: relative;


        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;

    }
    .footerSection .menuSection {
        flex-direction: column;
    }
    .promo-text h1 {
        font-size: 2rem;

    }

    .promo-text p {
        font-size: 1.2rem;
    }
    .central_logo img {
        width: 50%;
    }
    .gallery-upthing {
        width: 165%;
        left: -39.7%;
    }
    .gallery-image {
        margin: 0 0.2%;
    }
    .gallery-center-block {
        left: 11%;
        width: 81%;
    }
    .gallery-left-block {
        left: 0;
        width: 8%;
    }
    .gallery-right-block{
        left: 95%;
    }
    .go-to-menu-cont {
        flex-direction: column;
        width: inherit;
    }
    .go-to-menu-cont a {
        margin-bottom: 15px;
    }
    .forth-page h2 {
        font-size: 1.5rem;
    }
    .button-cont {
        left: 20%;
        width: 60%;
    }

  .slider-cont {

    }
  .slide {
        width: 55%;
    }
  .right-trans, .left-trans {
        display: none;
    }
    .thirdP p {
        top: 1rem;
    }
    .contact-main{
        flex-direction: column;
        top: 0px;
    }
    .contact-left, .contact-right {
        width: 100%;
    }
    .contact-info {
        font-size: 6px;
    }
    .contact-off, .contact-info-cont:first-child  {
        flex-direction: column;
        align-items: center;
        border: none;
    }
    .contact-info-cont {
        align-items: center;
        border: none;
    }
    .contact-phone svg {
        transform: matrix(1, 0, 0, -1, 0, 0);
    }

    .bigList {


        
    }
    .bigList .menu-list ul, .menu_list_header {
        width: 65%;
    }
    .bigList .menu-list li {
        width: 48%;
    }
    .bigList .without li {
        width: 90%;
    }
    .bigList .listPrice {
        width: 30%;
    }
    .bigList .listName {
        width: 70%;
    }
    .countdown .soon-will-be {
        font-size: 2em;
    }

#map {
    height: 500px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}
  }


  @media only screen and (min-width: 781px) and (max-width: 1500px) {

    body {
        font-size: 14px;
    }

    .menu-divider {
        height: 40px;
    }
    .menu-logo img {
        width: 100px;
    }
    .menu-categories {
        width: 20%;
        margin-left: 10px;
        top: 70px;
    }
    .top-menu ul {
        font-size: 1.1rem;
    }
    .top-menu {
        height: 55px;
    }
    .menu-right-panel {
        width: 80%;
    }
    .menu-page, .menu-right-panel  {
        top: 50px;
    }
    .go-to-menu-cont {
        width: 60%;
    }
    .contact-main {
        height: calc(100vh - 50px);
        top: 50px;
    }
    .contact-info {
        font-size: 7px;
    }
    .contact-cont {
        margin-top: 20px;
    }
    .contact-logo svg {
        width: 10em;
        height: 10em;
    }
    .in-touch {
        width: 30%;
    }



}


