@media (min-width: 750px) {
	.contactsList{
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.contactsList li {
		    max-width: 30%;
	}
    .secMenuFlex {
        position: relative;
    }

    .secMenuFlexWrapper .leaf1 {
        bottom: 0;
        right: 0;
        position: absolute;
        pointer-events: none;
    }

    .secMenuFlexWrapper .leaf2 {
        left: 0;
        top: 11%;
        position: absolute;
        pointer-events: none;
    }

    .secMenuFlexWrapper .skull a {
        display: block;
        height: 100%;
    }

    .adressItem::before {
        top: 0;
    }

    .secMenuBlockI {
        padding: 10px;
    }

    .secMenuBlockI img {
        max-width: 100%;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .skull .sushi {
        margin-top: 0;
    }

}
.headerFlexItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.galeryItem .vue-lb-container{
        padding: 95px 10px 10px 10px;
}
.lastWindowButtonWr, .nextWindowWrapper, .orderButtonWr{
    z-index: 10;
}
.footer .lastWindowButton, .footer .nextWindowButton{
    z-index: 10;
}
.imag-copyright{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    display: block;
    text-align: center;

}
.imag-copyright > *{
    font-size: 12px;
    color: #f2c844;
     display: block;
}
.imag-copyright svg{
    max-width: 15px;
}
@media (min-width: 1024px) {
    .secMenuBlockI:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    div.backButton {
        cursor: pointer;
        top: 55px;
        z-index: 10;
    }
}
@media screen and (min-width: 1280px) and (max-height: 730px) {
    .contactsList{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .contactsList li{
        margin-bottom: 10px;
    }
    .mapWrapper iframe{
        height: 300px;
    }
}
@media screen and (min-width: 1366px) {
    .secMenuBlockI {
        margin-left: 0;
        margin-right: 0;
    }

    .secMenuBlockI img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .sushi {
        max-width: 300px;
        width: auto;
    }
}

.header {
    background-color: rgba(59, 23, 24, 0.7);
    border-bottom: 2px solid #f2c844;
    padding: 15px 110px 15px;
}

.headerTelephone {
    color: #f2c844;
}

.headerSocial_list {
    margin: 0;
}

.headerSocial_list li {
    border: none;
}

.secMenuFlexWrapper h2 {
    font-size: 32px;
    font-weight: 300;
    font-family: Comfortaa;
    text-transform: initial;
    color: #f2c844;

}

.fourthMenuFlexWrapper.active {
    padding-top: 50px;
}

.thirdMenuFlexWrapper {
    padding-top: 50px;
}

.thirdMenuFlexWrapper h2 {
    padding-top: 50px;
}

.thirdMenuFlex {
    height: calc(100% - 90px);
}

.adressItem::before,
.telItem::before,
.timeItem::before {
    -webkit-filter: hue-rotate(129deg) brightness(2);
    filter: hue-rotate(129deg) brightness(2);
}
.timeItem::before{
	top: initial;
}
.decorSolid {
    background-color: #f2c844;
}

.backButton {
    top: 65px;
}

.mainTelList a {
    color: #f2c844;
}

.aboutUsImgWrapper img {
    width: auto;
    max-width: 100%;
}

.secMenuBlockI h3 {
    font-size: 32px;
    font-weight: 300;
    font-family: Comfortaa;
    text-shadow: 0 0 10px #f2c844;
    padding-top: 10px;
}

.secMenuBlockI img {
    -webkit-box-shadow: 0 0 10px 0 #f2c844;
    box-shadow: 0 0 10px 0 #f2c844;
    border: solid 1px #f2c844;
}

.goWrapper ul {
    padding: 15px 10px 15px 30px;
    width: 134px;
    /*-webkit-box-shadow: 0 0 10px 0 #f2c844;
    box-shadow: 0 0 10px 0 #f2c844;
    border: solid 1px #f2c844;
    background-color: #3b1718;
    list-style: disc;*/
}

.goWrapper ul li {
    font-size: 16px;
    color: #f2c844;
}

.goWrapper ul li:first-child {
    margin-top: 0px;
}

.mainMenuWrapper {
    height: 100%;
    background: rgba(59, 23, 24, 0.7);
}

.mainMenuNavigation_list li span {
    font-size: 22px;
    font-weight: 300;
    color: #f2c844;
}

.mainMenuWrapper .leafs1 {
    left: 5%;
    bottom: 5%;
    pointer-events: none;
}

.mainMenuAdress ul li {
    color: #f2c844;
    font-size: 16px;
    font-weight: 300;
}

.secMenuBlockI {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 300px;
    height: 300px;

}

.secMenuFlexWrapper.active {
    padding-top: 45px;
    background: rgba(59, 23, 24, 0.7);
}

.menu {
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding-top: 5px;
}

.wrapper {
    background-color: initial;
}

body {
    background-image: url('../images/bg-image.jpg');
    background-size: cover;
}

.sandwich {

    display: block;
    position: relative;
    width: 30px;
    height: 20px;
}

.sandwich .line {
    height: 2px;
    background: #f2c844;
    border-radius: 20px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.sandwich .line.line-1 {
    top: 0;
}

.sandwich .line.line-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sandwich .line.line-3 {
    bottom: 0;
}

.mainMenuWrapper.active .menu .sandwich .line.line-1, .menu.active .sandwich .line.line-1  {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    top: 50%;
}

.mainMenuWrapper.active .menu .sandwich .line.line-2, .menu.active .sandwich .line.line-2 {
    opacity: 0
}

.mainMenuWrapper.active .menu .sandwich .line.line-3, .menu.active .sandwich .line.line-3 {
    -webkit-transform: rotate(-220deg);
    transform: rotate(-220deg);
    top: 50%;
}

.catalog-price {
    text-align: right;
}

@media (max-width: 1365px) {
    .secMenuBlockI {
        width: auto;
    }
}
.header__language{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.header__language img{
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 15px;
    margin-left: 5px;
}
.dropdown-button span{
    color: #f2c844;

}
.backButton::after {
    content: 'Back';
    color: #fff;
    font-size: 14px;
    right: -50px;
    top: 50%;
    margin-top: -11px;
}
.dropdown-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dropdown-button span:first-letter {
    text-transform: uppercase;

}
.dropdown-list{
      
      display: block;
      z-index: 10;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s;
      position: absolute;
      left: -19px;
      right: 0;
      top: 140%;
      text-align: center;
      background: rgba(59, 23, 24, 1);
      -webkit-transform-origin: 0 -50%;
              transform-origin: 0 -50%;
  }
.dropdown-list.active{
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    }
.dropdown-list a{
    display: block;
}
.dropdown-list a.active{
    display: none;
}
.header__language a{
    color: #f2c844;
    opacity: 1;
    padding: 0 3px;
}
.header__language a.active{
    opacity: 1;
}


.mainMenuWrapper.active {
    z-index: 1;
}

/*
.secMenuFlexWrapper.active {
    background: rgba(59, 23, 24, 0.7);
}
*/

.header {
    z-index: 2;
}

.goWrapper.shownight {
    display: none;
}
.day-night{
    position: fixed;
    top: 90px;
    left: 0;
    height: 50px;
    right: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
}
.day-night > * {
    pointer-events: initial;
}

.day_link {
    /*position: fixed;
    top: 90px;
    left: calc(50% - 120px);*/
    width: 50px;
    height: 50px;
    background: rgb(0, 0, 0);
    z-index: 1;
    cursor: pointer;
    background: url(../images/day.svg) center no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0 10px;
}

.day_link.active,
.night_link.active {
    -webkit-box-shadow: 0px 0px 5px rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(255, 255, 255)
}

.night_link {
    /*position: fixed;
    top: 90px;
    left: calc(50% - 7px);*/
    width: 50px;
    height: 50px;
    background: url(../images/night.svg) center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 10px;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}

.footer.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.footer .popupHeader {
    border-bottom: 1px solid #f2c844;
}

.footer .popupClose {
    background-image: none;
}

.footer .popupClose span {
    height: 2px;
    font-size: 0;
    width: 1.8rem;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}

.footer .popupClose .outer .inner {
    display: block;
    height: 2px;
    font-size: 0;
    width: 1.8rem;
    background: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    position: absolute;
}

.footer .popupClose {
    position: absolute;
    right: 11px;
    top: 11px;
    height: 35px;
    width: 33px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    z-index: 9;
}

.goWrapper ul li {
    position: relative;
}

.goWrapper ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    border-radius: 50%;
    background: #f2c844;
    top: 50%;
    margin-top: -3px;
}

.goWrapper ul li.active:after {
    -webkit-box-shadow: 0 0 10px #fff400;
    box-shadow: 0 0 10px #fff400;
}

.footer .tableOrderPopup {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 30px;
    width: 310px;
    height: 425px;
}

.footer .lastWindowButton,
.footer .nextWindowButton {
    background-color: #c19200;
    color: #fff;
    opacity: 1;

}

.nextWindowButton,
.backPopupButton {
    display: none;
}

.datepicker {
    background: initial;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    background: #c19200;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background: #c19200;
}

.datepicker--cell.-focus- {
    background: #c19200;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: #c19200;
}

.galeryImgWrapper {
    background: #f2c844;
}

.galeryImgWrapper img[data-src] {
    opacity: 1;
}

.mx-datepicker-popup {
    background: none;
}

.mx-input {
    text-align: center;
    background-color: #c19200;
    color: #fff;
}

.mx-input::-webkit-input-placeholder,
.mx-input::-moz-placeholder,
.mx-input:-ms-input-placeholder,
.mx-input > *,
.mx-input-wrapper ::-webkit-input-placeholder {
    color: #fff;
}

.mx-input::-webkit-input-placeholder {
    color: #fff;
}

.mx-input ::-webkit-input-placeholder {
    color: #fff;
}

.mx-input::-moz-placeholder {
    color: #fff;
}

.mx-input:-ms-input-placeholder {
    color: #fff;
}

.mx-datepicker {
    width: 100%;
}

.mx-calendar-content .cell:hover {
    background: #c19200;
}

.mx-calendar-content .cell:hover {
    background: #c19200;
}

.nameInputWrapper input,
.telInputWrapper input {
    border-bottom: 1px solid #c19200;
    width: auto;
}

.tableOrderPopup label {
    margin-bottom: 0px;
}

.nameInputWrapper,
.telInputWrapper {
    text-align: left;
    padding-right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.secondWindow table {
    margin-top: 20px;
}

.orderButtonWr .orderButton.disabled {
    background-color: #c19200;
    -webkit-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
    opacity: 0.1;
}

.orderButtonWr .orderButton {
    background-color: #c19200;
    color: #fff;
    -webkit-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
    opacity: 1;
}

.category_min_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    width: 300px;
    height: 85px;
    -webkit-box-shadow: 0 0 10px 0 #f2c844;
    box-shadow: 0 0 10px 0 #f2c844;
    border: solid 1px #f2c844;
    background-color: #3b1718;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.masonryWr {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}

.masonryWr > div {
    width: 100%;
}

.masonryWr > div > div {
    padding: 0 10px;
}

.masonryWr .item {
    padding: 10px;
    border: 1px solid #c19200;
    margin-bottom: 15px;
}

.category_min_bar {
    border-bottom: 1px solid transparent;
    -webkit-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
}

.category_min_bar:hover {
    border-bottom: 1px solid #c19200;
    cursor: pointer;
}
.SubCat-title{
    color: #c19200;
    font-size: 20px;
}

.masonryWr .item a {
    color: #c19200;
    /*border-bottom: 1px solid transparent;*/
    -webkit-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
}

.masonryWr .item a:hover {
    text-decoration: none;
    /*border-bottom: 1px solid #c19200;*/
}

.item .category_min_bar:hover a {
    text-shadow: 0px 0px 5px #c19200;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #f2c844;
    -webkit-box-shadow: 0px 0px 5px #f2c844;
    box-shadow: 0px 0px 5px #f2c844;
}
@media (max-width: 1439px){
    .header {
    background-color: rgba(59, 23, 24, 0.7);
    border-bottom: 2px solid #f2c844;
    padding: 15px 40px 15px;
}
}
@media (max-width: 1024px) {
    .header {
        padding: 15px 35px;
    }
}

@media (max-width: 1024px) {
    .masonryWr > div {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .masonryWr > div > div {
        padding: 0 20px;
        width: 100% !important;
    }
}

@media (max-width: 1023px) {
    .imag-copyright{
        position: absolute;
        bottom: 18px;
        left: initial;
        right: 6px;
        z-index: 1;
        width: 110px;

        }
        .imag-copyright > *{
            font-size: 9px;
            color: #f2c844;
            max-width: 100%;
        }
        .imag-copyright svg{
            max-width: 15px;
            
        }
    .headerTelephone{
        display: none;
    }
    .day-night{
        display: block;
    }
    .day-night > * {
        margin-bottom: 10px;
    }

    .secMenuFlexWrapper .leaf2,
    .secMenuFlexWrapper .leaf1 {
        display: none;
    }

    .logo {
        width: 250px;
        height: 50px;
    }

    .logo img {
        max-width: 100%;
        display: block;
        height: 40px;
    }
}

@media (max-width: 767px) {
	.contactsList{
	    max-width: 300px;
	    margin: auto;
	}
    .mainMenuNavigation_list li{
        padding-left: 0;
    }
    .headerFlexItem{
        width: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .header {
        padding: 15px 10px;
    }
    .header__language{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: auto;
        margin-right: 10px;

    }
    .header__language a{
        font-size: 14px;
    }

    .logo {
        width: auto;
        height: auto;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }

    .backButton {
        top: 72px;
        z-index: 10;
    }
    .backButton::after{
            position: absolute;
            left: 100%;
    }

    .category_min_bar {
        font-size: 14px;
    }

    .category_min_bar a {
        font-size: 14px;
    }

    .masonryWr > div {
        padding: 0;

    }

    .masonryWr > div > div {
        padding: 0 0px;
    }

    .mainMenuWrapper .leaf1,
    .mainMenuWrapper .leaf2 {
        display: none;
    }

    .secMenuBlockI img {
        max-width: 100%;
    }

    .sushi {
        width: auto;
        margin-top: 10px;
    }

    .secMenuBlockI {
        height: auto;
    }

    .mainMenuFlexWrapper {
        padding-top: 70px;
    }

    .mainMenuNavigation_list li {
        margin-bottom: 40px;
    }
}

img.no-images {
    max-width: 400px;
    margin: 0 auto;
}

.rot360d {
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.fourthMenuFlex {
    height: calc(100% - 60px);
}

@media screen and (min-width: 1024px) {
    .fourthMenuFlex {
        height: calc(100% - 70px);
    }
}

@media screen and (min-width: 1366px) {
    .fourthMenuFlex {
        height: calc(100% - 95px);
    }
}
.galeryWrapper-new .galeryItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    width: initial;
}
.galeryWrapper-new .galeryImgWrapper{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin: 0 10px 20px;
    padding: 0;
}
.galeryWrapper-new .galeryImgWrapper img{
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

@media (max-width: 650px){
    .galeryWrapper-new .galeryItem{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .galeryWrapper-new .galeryImgWrapper{
        -webkit-box-flex: 0;
            -ms-flex: 0 1 45%;
                flex: 0 1 45%;
        margin: 0 6px 20px;
    }
    .headerSocial_list li{
    	width: 20px;
    	height: 20px;
    }
    .headerSocial_list li a{
    	background-size: cover;
    }
    .headerFlexItem.headerLogo{
    	width: auto;
    }
    .header__language{
    	    margin-right: 25px;
    }

}

@media (max-width: 376px){
    .galeryWrapper-new .galeryItem{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .galeryWrapper-new .galeryImgWrapper{
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin: 0 6px 10px;
    }

}
@media (max-width: 350px){
   .header__language{
    	    margin-right: 10px;
    }
}
/*new style*/
.footer .tableOrderPopup{
    background: rgb(59, 23, 24);
    height: auto;
    padding: 35px 20px;
    width: 100%;
    max-width: 440px;
}
.footer .popupClose span, .footer .popupClose .outer .inner{
    background: rgb(242, 200, 68);
}
.gold_text_click{
    color: rgb(242, 200, 68);
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}
.prst_txt_clicks{
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}
.prst_txt_clicks .tableNumber{
    color: rgb(242, 200, 68);
    font-size: 24px;
    text-transform: uppercase;
}
.link_tel_to_table{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto 0px;
    border: solid 1px rgb(242, 200, 68);
    color: rgb(242, 200, 68);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 55px;
    width: 100%;
    max-width: 350px;
    font-size: 24px;
}