/* philosopher-regular - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    src: url('/fnts/philosopher-v19-cyrillic_latin-regular.woff2') format('woff2');
}
/* philosopher-700 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    src: url('/fnts/philosopher-v19-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'GothaPro';
    font-style: normal;
    font-weight: 400;
    src: url('/fnts/GothaProReg.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'GothaPro';
    font-style: normal;
    font-weight: 600;
    src: url('/fnts/GothamPro-Medium.woff2') format('woff2');
}

body {
    font-family: 'GothaPro',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1d1d1f;
    max-width: 1200px;
    background: #f5f5f5;
}
a {
    color: #1d1d1f;
}
a:hover,
a:focus,
a:active {
    color: #666;
}
/* root */
body {
    --wp--preset--font-size--large: 36px;
}

/* .root */

html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6, .shrift {
    font-family: 'Philosopher';
    font-weight: 700;
    color: #1d1d1f;
}
h1, h2 {
    font-size: 2.5em;
    margin-bottom: 0.3em;
}
p {
    margin: 0 0 1em;
    padding:0;
}
.has-large-font-size {
    line-height: 1em;
}
.wp-element-caption {
    text-align: center;
}
/* button */
.wp-block-button__link {
    background-color: #1d1d1f;
    border-radius: 0px;
    font-size: 1em;
    font-family: 'Philosopher';
}
.wp-block-button__link:hover {
    color:#fff;
}

/*
 *
 * GALLERY
 *
 * */
@media all and (max-width:760px){
    body .mobileswapgallery.is-layout-flex  {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        flex-wrap: inherit;
        display: -webkit-box;
        overflow-x: scroll;
    }

    .logos .wp-block-cover {
        min-height:30vh !important;
    }
    .logos img {
        max-height: 50px;
    }
    .wp-block-gallery.has-nested-images.is-cropped .mobileswapgalleryfigure.wp-block-image:not(#individual-image) img, .wp-block-gallery.has-nested-images.mobileswapgallery figure.wp-block-image img {
        border-right:5px solid transparent;
    }
    .mobileswapgallery {
        position: relative;
        padding-bottom: 30px;
    }
    .mobileswapgallery:after {
        content: ' листай → ';
        font-family: 'georgia';
        font-style: italic;
        font-size: 18px;
        color:#000;

        position: absolute;
        bottom: 0;
        right: 0;

        -webkit-animation: fadeinout 8s linear forwards;
        animation: fadeinout 8s linear forwards;
    }

    @-webkit-keyframes fadeinout {
        0%,100% { opacity: 0; }
        50% { opacity: 1; }
    }
    @keyframes fadeinout {
        0%,100% { opacity: 0; }
        50% { opacity: 1; }
    }


}
/* end gellery */

.has-large-font-size {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .nodesk {display: none !important;}
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em;
}


.taxi:before {
    content: '';
    display: inline-block;
    background: url(https://ce21bec6-7814-42dc-96a3-7f77e1d5b5b7.selcdn.net/mediafiles/backup-2/1stgallery/2023/08/yandex.svg);
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 10px;
}


.mapsicon img {
    height: 32px;
    width: auto;
    margin-left:15px;
    margin-right:15px;
    transition: .2s;
    border-radius:8px;
}
.icons img {
    background:#fff;
    padding:3px;
}
.mapsicon img:hover, .contsocial img:hover, .wp-block-button:hover {
    transform: scale(1.02);
}
.mapsicon .wp-element-caption {
    font-size: 10px;
}
.contsocial img {
    transition: .2s;
}
.wp-block-button, .mobileswapgallery img {
    transition: .1s;
}
.wp-block-button:hover, .mobileswapgallery img:hover {
    transform: scale(1.01);
}
/* */
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .paddingright {
        padding-right: 50px;
    }
}

.yandex a {
    font-size: 14px;
    font-weight: 500;
    text-decoration:none;
    color: #1d1d1f;
    border-bottom: dotted 1px #1f1f1d;
}
.yandex a:hover {
    border-bottom: 0;
}
.yandex svg {
    vertical-align: middle;
}



/* MOBILE STYLE */
@media only screen and (max-width: 768px) {
    /* For mobile: */
    .nomob {
        display: none !important;
    }
    body {
        --wp--preset--font-size--large: 26px;
        --wp--preset--font-size--x-large: 32px;
    }
    #otzyvy {
        width:100% !important;
        height:800px;
    }
    .site-header {
        padding: 0;
    }
    .knopkastol {
        margin-bottom: 1.75em;
    }

    .loungekolonka div.wp-block-column:nth-child(1) {
        order:0;
    }
    .loungekolonka div.wp-block-column:nth-child(2) {
        order:2;
    }
    .loungekolonka div.wp-block-column:nth-child(2) {
        order:1;
    }
    .wp-block-spacer {
        height: 30px !important;
    }
}/* .formobile*/



/* end mob */

/* GLAVNAYA */


#otzyvy {
    width:560px;height:800px;
}
/* end glavnaya*/

/* KITCHEN page-id-64915 */
@media only screen and (max-width: 768px) {
    /* For mobile: */
    .page-id-64915 .site-branding, .page-id-3121 .site-branding, .page-id-42998 .site-branding {
        display: none;
    }
    .page-id-64915 .kitchenlogo, .page-id-3121 .kitchenlogo, .page-id-42998 .kitchenlogo {
        text-align: center;
    }
    .kitchenlogo figcaption {
        margin-bottom:30px;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .kitchenlogo figcaption {
        display: none;
    }
}/* .kitchen */

/*
 * LOUNGE page-id-3121
 * */
.page-id-3121 {
    color: #fefefe;
    background: #232323;
}
.page-id-3121 .wp-block-button__link {
    background-color: #fefefe;
    color: #232323;
}
.page-id-3121 h1, .page-id-3121 h2, .page-id-3121 h3, .page-id-3121 h4, .page-id-3121 h5, .page-id-3121 h6, .page-id-3121 .shrift, .page-id-3121 .tel a {
    color: #fefefe;
}


/* end lounge */


/* STEAM page-id-42998 */
.page-id-42998 {
    color: #fefefe;
    background: #15122f;
}
.page-id-42998 .wp-block-button__link {
    background-color: #fefefe;
    color: #15122f;
}

.page-id-42998 h1, .page-id-42998 h2, .page-id-42998 h3, .page-id-42998 h4, .page-id-42998 h5, .page-id-42998 h6, .page-id-42998 .shrift, .page-id-42998 .tel a {
    color: #fefefe;
}
/* .steam */



/* menu */
.menucolumn p {
    font-weight: bold;
}
.menucolumn a {
    text-decoration: none;
    color: #fff;
}
.menucolumn .wp-block-cover, .menucolumn .wp-block-cover-image {
    margin-bottom: 8px;
}

.select {
    margin-bottom:10px;
}
.sticky {
    position: sticky;
    top: 3px;
    z-index: 1;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .sticky {
        top: 100px;
    }
}
select {
    border: 3px solid #232323;
    background: #232323;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 80%;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    select {
        width: 33%;
    }
}
.menucolumn .wp-block-cover {
    transition: .1s;
}
.menucolumn .wp-block-cover:hover {
    transform: scale(1.005);
}
/* .menu */


/* NAVMENU */
#menu-novoe-menyu-1 li:nth-child(1) {
    order: 1;
}
#menu-novoe-menyu-1 li:nth-child(5) {
    order: 2;
}
#menu-novoe-menyu-1 li:nth-child(3) {
    order: 3;
}
#menu-novoe-menyu-1 li:nth-child(6) {
    order: 4;
}
#menu-novoe-menyu-1 li:nth-child(7) {
    order: 5;
}
#menu-novoe-menyu-1 li:nth-child(2) {
    order: 6;
}
#menu-novoe-menyu-1 li:nth-child(4) {
    order: 7;
}
/* .navmenu */


/* SINGLE POST */
body.single-post {
    max-width: 980px;
}
/* .single post */

/* VYSTAVKI */
.wp-block-latest-posts.columns-6 li {
    position: relative;
}
.wp-block-latest-posts.columns-6 a.wp-block-latest-posts__post-title {
    position: absolute;
    top: 5px;
    left:10px;
    font-weight:600;
    color: #fff;
    text-decoration: none;
}
.entry-title a:hover {
    color: #060606;
}
.wp-block-latest-posts__list li {
    transition: .1s;
}
.wp-block-latest-posts__list li:hover {
    transform: scale(1.01);
}

.loadMoreBtn, .wp-block-latest-posts__post-excerpt a  {
    color:#fff;
    border-radius: 0px;
    font-size: 1em;
    font-family: 'Philosopher';
    color: #fff;
    background-color: #232323;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    transition: .1s;
}
.loadMoreBtn {
    margin-top:50px;
}
.loadMoreBtn:hover,.loadMoreBtn:visited,.loadMoreBtn:active,.loadMoreBtn:focus {
    color:#fff;
    transform: scale(1.01);

}
/* .vystavki */

/* NOVOSTI */
.page-id-15896 .wp-block-latest-posts__post-title {
    font-family: 'Philosopher';
    font-size:2em;
    text-decoration: none;
    line-height:1.2em;
    margin-bottom:25px;
}

.page-id-15896 .wp-block-latest-posts__post-date {
    margin-top:5px;
    color:#999;
    margin-bottom:10px;
}
.page-id-15896 .wp-block-latest-posts__list li:hover {
    transform: scale(1);
}
.wp-block-latest-posts__post-excerpt a {
    display:table;
    margin-top:10px;
    transition:.1s;
}
.wp-block-latest-posts__post-excerpt a:hover {
    transform: scale(1.01);
}
/* .novosti */

/* AFISHA */
.ultp-heading-filter {
    position: absolute;
    bottom: -42px;
    right: 0;
}
.ultp-heading-filter .ultp-filter-navigation {
    position: static;
}
.ultp-block-items-wrap a {
    pointer-events: none !important;
    cursor: default;
}
/* .afisha */


/* menu */
body.page-id-15896, body.page-id-64726, body.page-id-48430, body.page-id-13670, body.page-id-13639, body.page-id-13611, body.page-id-13584, body.page-id-13576, body.page-id-13571, body.page-id-66165, body.page-id-66158, body.page-id-66155, body.page-id-66137 {
    max-width: 980px !important;
}
/* .menu */

.ek-linked-block a.editorskit-block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

/* steam menu */
body.page-id-66165, body.page-id-66158, body.page-id-66155, body.page-id-66137, body.page-id-66121 {
    color: #fefefe;
    background: #15122f;
}
.page-id-66165 h1, .page-id-66158 h1, .page-id-66155 h1, .page-id-66137 h1, .page-id-66121 h1 {
    color: #fefefe;
    background: #15122f;
}

/* .steam menu*/

/* footer */
footer {
    background-color: #232323;
    color: white;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
footer img {
    max-height:60px;

}
footer .wp-block-image {
    text-align:left !important;
}
footer p {
    clear: both;
    margin-top: 1.5em;
}

footer a {
    color:#fff;
    text-decoration: none;
    transition: .2s;
}

.page-id-42998 footer {
    background:#15122f;
}
/* .footer */

/* SHOP */
.gift img {
    max-height:45px;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}

.woocommerce a.button {
    color:#000;
    transition:.4s;
}
.woocommerce a.button:hover {
    color:#000;
}
h2.woocommerce-loop-product__title {
    font-family: 'GothaPro',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-Price-amount {
    di111splay: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after  {
    color: #2ecc71;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

/* checkout */
.woocommerce ul#shipping_method li label {color: #1d1d1f;font-weight:500;}

.cart-subtotal, #order_review_heading {display:none;}

.col-1, .col-2 {float: none!important;width: 100%!important;}

/* desktop */
@media (min-width: 768px) {
    #customer_details {width: 45%;float: left;}
    #order_review {width: 45%;float: right;}
} /* end desktop */

#order_review {border: 1px #1d1d1f solid;padding: 25px;}

.woocommerce-Price-amount, .product-total {text-align:right;}
.woocommerce table.shop_table {border:0;}

.order-total td {text-align:right;}

.woocommerce-checkout #payment ul.payment_methods {padding: 10px;}
.woocommerce-checkout #payment {background: #fff;}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {background-color: #f5f5f5;}

.woocommerce-checkout #payment div.payment_box::before {border: 1em solid #f5f5f5;border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;}

.woocommerce-privacy-policy-text, .woocommerce-checkout #payment div.payment_box p:last-child {line-height: 1.3em;font-size: 13px;}
#payment #place_order, .woocommerce-page #payment #place_order {width: 100%;}
.wc_payment_method label {color:#1d1d1f;}

.woocommerce table.shop_table, table thead th {border-bottom: 2px solid;border-radius: 0px;}
table th {border-bottom: 0;}

.back2cart {text-align: right;}
.backcart a, .back2cart a {opacity: 0.4;}
.backcart a:hover, .back2cart a:hover {opacity:1;}

.changezakaz {text-align: right;font-size: 12px;float: right;color: #adafb1;font-style: italic;line-height: 1.3em;}

.woocommerce-checkout h3 {margin-top:0;}
.woocommerce-checkout .site-header, .woocommerce-cart  .site-header, .woocommerce-cart  .footsocial, .woocommerce-checkout  .footsocial, .woocommerce-checkout #rmp_menu_trigger-2918, .woocommerce-cart #rmp_menu_trigger-2918 {display:none;}
.woocommerce-cart .woocommerce table.shop_table {
    border: 1px solid;
}

.ddtsugspoiler {
    display: none;
}

#order_review {
    background: #fff;
}

.woocommerce-checkout h2, .woocommerce-checkout h3 {
    font-family: 'GothaPro',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.woocommerce-additional-fields {
    margin-top: 25px;
}
.place-order button {
    background: #3498db!important;
    text-transform: uppercase;
    letter-spacing: .1em!important;
    padding: 20px!important;
}




.woocommerce-checkout .nav_head {
    display:none;
}
.woocommerce-checkout .wp-block-button__link {
    opacity: .2;
    transition:.3s;
}
.woocommerce-checkout .wp-block-button__link:hover {
    opacity: 1;
}
/* .checkout */

/* СПАСИБО ЗА ЗАКАЗ */
.woocommerce-order-received h2, .woocommerce-order-received .woocommerce-order-overview {display: none;}

.page-id-42998 .vi-wcaio-sidebar-cart-wrap, .page-id-42998 .vi-wcaio-sidebar-cart-icon-wrap {
    display: none;
}

.woocommerce-thankyou-order-received {
    background-color: #27ae60;
    color: #fff;
    padding: 25px;
    border-radius: 4px;
}

#Контакты:before, #top:before, #Завтраки:before, #national-food:before, #street-food:before, #брускетты:before, #Холодные-закуски:before, #Тартар-татаки:before, #Горячие-закуски:before, #Салаты:before, #Поке:before, #Супы:before, #Паста-и-спагетти:before, #Гедзе-вареники:before, #Основные-блюда:before, #Основные-блюда:before, #Гарниры:before, #Соусы:before, #Хлеб:before, #Вок-и-Гохан:before, #Пицца:before, #Сеты:before, #Суши:before, #Гунканы:before, #Татаки:before, #Фило-суши:before, #Суши-тако:before, #Сашими:before, #Запеченные-суши:before, #Классические-роллы:before, #Запеченные-роллы-Hot:before, #Жаренные-роллы:before, #Фирменные-роллы:before, #Десерты:before, #Тарты:before, #Моти:before, #Мороженое:before, #Макарони:before, #Торты:before   {
    display: block;
    content: "";
    height: 75px;
    margin: -75px 0 0;
}


.wp-block-media-text {
    padding: 25px 0px 25px 0px;
}

.product_meta {
    display: none;
}

.single-product .woocommerce ul.products li.product .button, .wp-block-button__link, .single-product .woocommerce a.button.alt, .single-product .woocommerce button.button.alt, button, .single-product input[type="submit"], .single-product .woocommerce a.button {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    background: #000;
    color: #fff!important;
    margin-top: 0;
    border: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-weight: 600;
    font-size: 2em;
}

.single-product .site-branding {
    display: none;
}
.single-product .entry-title {
    margin-top: 50px;
}
.iiko-col > label {
    margin-left: 5px;
}

.woocommerce a.added_to_cart {
    margin-left: 5px;
}


.md-body i {
    color: red;
    font-weight: bold;
    font-family: georgia;
}
.md-modal-title {
    display: none;
}


.woocommerce-message {
    margin-top: -50px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: #1d1d1d;
}
.woocommerce-message {
    border-top-color: #2ecc71;
    background: #fff;
}
.woocommerce-message::before {
    content: "\e015";
    color: #2ecc71;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-weight: 600;
    font-size: 1em;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {color: #1d1d1d;border-radius: 4px;color:#1d1d1d;font-size:16px;
    width: 100%;}

/* MENU */

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .nav_in {
        padding: 20px 0px;
    }

    .new_menu > .menu-item-has-children, .menu-item-66315, .menu-item-66316 {
        margin-bottom: 20px;
    }

    .nav_right .img {
        height: 80vh;
    }


    .new_menu {
        max-height: 90vh;
    }

    .nav_in ul {
        font-size: 8px;
    }
}

li.menu-item-66312 a {
    color: #666;
}
.nav_in .new_menu > .menu-item-has-children > a, .nav_in .menu-item-66315 a, .nav_in .menu-item-66316 a {
    font-family: 'Philosopher';
    font-weight: 700;
    color: #1d1d1f;
}
@media only screen and (max-width: 768px) {
    /* For mobile: */
    img.lounge {
        width: 60px;
    }
}
@media screen and (max-width: 768px) {
    .nav_right .img {
        min-height: 120px;
    }
}
/* .menu */

/* RADIUS */
.site-content img, .wp-block-cover {
    border-radius: 0.25rem;
}
.wp-block-button__link {
    border-radius: 0.25rem !important;
}
.burg_in {
    border-radius: 0.25rem;
}
.nav_right .img {
    border-radius: 0.25rem;
}
.wp-block-column {
    border-radius: 0.25rem;
}
.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap button.vi-wcaio-sidebar-cart-bt-nav, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-bt-nav.button {
    border-radius: 0.25rem;
}
#order_review {
    border-radius: 0.25rem;
}
/* .radius */

.adres {
    border-bottom: 1px dotted;
}
.adres:hover {
    border-bottom: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile: */
    .homelogocenter {
        text-align: center;
    }
    .homelogo img {
        width: 70%;
        height: auto;
        text-align:center;
    }
}

#wpadminbar {
    background: #523f6d;
}

.delivery_type, .time_choose {
    display: none;
}

/* iPAD */
.ipad {
    display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ipad {
        display: block;
    }
    .noipad, .taxi {
        display: none !important;
    }
    .entry-content, article {
        padding-left: 1%;
        padding-right: 1%;
    }
    .wp-block-gallery-is-layout-flex .size-3na4, .menucolumn .wp-block-column, .wp-block-image {
        padding:2px;
    }
    footer .wp-block-column {
        padding: 2%;
    }
    .wp-block-button {
        padding-bottom: 5px;
    }
    .wp-block-button__width-100 {
        padding:1px;
    }
    .wp-block-button {
        margin-bottom: 25px;
    }
    .homelogo img {
        max-width:30% !important;
    }
    .logos .size-full img, .logos .size-large img {
        max-height: 150px !important;
    }
    .wp-block-buttons {
        margin-bottom: 25px;
    }
    /* afisha */
    .ultp-block-012587 .ultp-block-row .ultp-block-item .ultp-block-content-overlay .ultp-block-image img, .ultp-block-012587 .ultp-block-item .ultp-block-content-wrap.ultp-block-content-overlay .ultp-block-empty-image {
        height: 100%;
    }
    /* novosti */
    .wp-block-latest-posts.is-grid li {
        margin: 0 5px 5px 0 !important;
    }
    /* vystavki */
    .covers .wp-block-column {
        padding: 3px;
        margin-bottom: 15px;
    }

    .wp-block-latest-posts__featured-image img {
        object-fit: cover;
        width: 100%;
        height: 300px;
    }
    .wp-block-latest-posts.is-grid li {
        margin: 0;
        width: 24%;
        padding: 1px;
    }
    .nav_right .img {
        min-height: 120px !important;
    }
    .nav_m.active {

        padding-left: 15px;
    }
    .nav_right .img {
        height: 20vh;
    }

}/* .iPAD */

/* iphone */
@media only screen and (min-device-width: 300px) and (max-device-width: 768px) {
    .logos .size-full img, .logos .size-large img {
        max-height: 150px !important;
    }
}/* .iphone */