@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic');
@font-face {
    font-family: 'Shnobel';
    src: url('../fonts/shnobel/shnobel.otf');
    src: url('../fonts/shnobel/shnobel.ttf');
}

body {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #f0f0f0;
    /*background-color: #9d9186d9;*/

    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


#body {
    position: relative;
    z-index: 50;
}

a {
    color: #f60;
}

a:hover {
    color: #f95;
    transition: all .1s;
    text-decoration: none;
}


.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3;
    font-family: 'Shnobel';
    color: #90755d;
}


.h1, h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.h2, h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

.h3, h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.h4, h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.h5, h5 {
    font-size: 16px;
    margin-bottom: 15px;
}


h1.xl {
    font-size: 48px;
    line-height: 1.2;
}

p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 17px;
}

p.lead {
    font-size: 24px;
    margin-bottom: 24px;
}

#video, #menu-slider, #bottom-block {
    position: relative;
    z-index: 60;
}

#video .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 70;
    width: 400px;
    margin-left: -200px;
    margin-top: -150px;
}

#video video {
    display: block;
}


header {
    background-color: #ebe9e5c7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    max-width: 100vw;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

header nav ul li a {
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 1.3em;
    color: #90755d;
    font-family: 'Shnobel';
}

header nav ul li a:hover {
    color: #fff;
}

.social a {
    opacity: .6;
}

.social a:hover {
    opacity: 1;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.slick-dotted.slick-slider .slick-center a {
}

.slick-dotted.slick-slider .slick-slide {
}


.modal-dialog.modal-upiter {
    max-width: 355px;
}

.modal-dialog.modal-upiter .modal-header {
    position: relative;
}

.modal-dialog.modal-upiter .modal-header .modal-title {
}

.modal-dialog.modal-upiter .modal-header .close {
    position: absolute;
    background: #c30;
    color: #fff;
    right: 6px;
    top: 6px;
    padding: 10px;
    z-index: 20;
}

.modal-dialog.modal-upiter .modal-header .close span {
    display: block;
}

.modal-upiter .modal-content {
    padding: 10px;
}


#bottom-block {
    padding-bottom: 100px;
}

.text-w-icon {
    position: relative;
    padding-left: 128px;
}

.text-w-icon span {
    position: absolute;
    display: block;
    width: 96px;
    height: 96px;
    left: 0;
    top: 0;
}

/*.icon-fire {*/
/*    background: url(../img/icon-fire.svg) center center no-repeat;*/
/*    background-size: contain;*/
/*}*/

.icon-pan {
    background: url(../img/icon-pan.svg) center center no-repeat;
    background-size: contain;
}


.gc-section {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

.news {
}

.news-item {
    position: relative;
}

.news-item .news-body {
    transition: background 0.2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-item .news-body:hover {
    background: rgba(0, 0, 0, .7);
    transition: background 0.2s;
}

.news-item .news-body .text {
    text-align: center;
    display: block;
    padding: 40px;
    color: #fff;
}

.news-item .news-body .text strong {
    display: block;
    margin: 0;
}

.news-item .news-body .text span {
    display: block;
}


.menu-link {
    position: relative;
}

.menu-link .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 68%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.grid-1 {

    display: grid;
    grid-template-columns: 1fr 11fr 8fr 3fr 6fr;
    grid-template-rows: 1fr 12fr 3fr 1fr 1fr;
}

.grid-1 .interior {
    grid-area: 1 / 1 / 4 / 5;
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
    z-index: 2;
}

.grid-1 .dish {
    grid-area: 2 / 4 / 5 / 6;
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
    z-index: 5;
}

.grid-1 .text {
    grid-area: 3 / 2 / 6 / 5;
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
    background: rgb(226 212 209 / 83%);
    z-index: 6;
    color: #6b4612;
}


.grid-2 {

}

.grid-2 .dish-1 {
    grid-area: 2 / 1 / 5 / 3;
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.grid-2 .dish-2 {
    grid-area: 3 / 2 / 6 / 5;
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.grid-2 .dish-3 {
    grid-area: 1 / 4 / 4 / 6;
    box-shadow: 0 0 30px rgba(0, 0, 0, .9);
}


.grid-3 {
    display: block;
    position: relative;
}

.grid-3 .interior {
}

.grid-3 .text {
    position: absolute;
    bottom: 80px;
    right: 80px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .8);
    background: rgb(226 212 209 / 83%);
    z-index: 6;
    color: #6b4612;
    width: 600px;
    min-height: 484px;
}
.overlay .p30{
    background: rgb(226 212 209 / 83%);
    z-index: 6;
    box-shadow: 0 0 30px rgb(0 0 0 / 80%);
    color: #6b4612;
}

.text-wrapper {
    padding: 40px;
}


.bl-op-60 {
    background: rgba(0, 0, 0, .6);
}

.mt-minus {
    margin-top: -130px;
}


#particles-js {
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.modal-content {
    background: rgb(226 212 209 / 98%);
    color: #6b4612;
}

.form-control {
    background: #f1eadf;
    color: #655a48;
    border-color: #292929;
}

.franchise .f-block {
    padding: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.franchise .f-block .text-lg {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.franchise .f-block .text-lg span {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    background-image: url(../img/franchise/decor-lg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px 30px;
}

.franchise .f-block-1 {
    background-image: url(../img/franchise/gc-fr-2.jpg);
}

.franchise .f-block-2 {
    background-image: url(../img/franchise/gc-fr-4.jpg);
}

.franchise .f-block-3 {
    background-image: url(../img/franchise/gc-fr-1.jpg);
}

.franchise .f-block-4 {
    background-image: url(../img/franchise/gc-fr-3.jpg);
}

.main-content {
    padding: 150px 0;
}


.form-group label {
    color: black;
}


.slide-in-left, .slide-in-right, .slide-in-bottom, .puff-in-center {
    visibility: hidden;
}


.slide-in-left.is-visible {
    visibility: visible;
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}

.slide-in-right.is-visible {
    visibility: visible;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}


.slide-in-bottom.is-visible {
    visibility: visible;
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}


.puff-in-center.is-visible {
    visibility: visible;
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.1s both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.1s both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


@media (min-width: 1024px) and (max-width: 1400px) {

    .grid-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .grid-1 .interior {
        width: 65%;
        height: 50vh;
    }

    .grid-1 .dish {
        width: 35%;
        height: 50vh;
    }

    .grid-1 .text {
        width: 100%;
    }

    .grid-1 .text .h2 {
        font-size: 24px;
    }

    .grid-1 .text-w-icon {
        padding: 0;
    }

    .grid-1 .text-w-icon span {
        display: none;
    }
}


@media (min-width: 1000px) {
    .lastImg{
        width: 40%;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {


}


@media (max-width: 1024px) {
    .gc-section {
        padding: 10px 0;
    }

    #video .logo {
        display: block;
        position: static;
        margin: 0;
        width: 100%;
        padding: 20px;
    }

    #video .logo img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

    /*header nav ul {*/
    /*    align-items: center;*/
    /*    flex-direction: column;*/
    /*}*/

    header nav ul li a {
        padding: 5px 5px;
        font-size: 14px;
    }

    .grid-1, .grid-2 {
        display: block;
    }

    .grid-1 .interior, .grid-1 .dish {
        width: 100%;
        /*height: 400px;*/
        background-size: 0;
    }

    .h2 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .text-w-icon {
        padding: 0;
    }

    .text-w-icon span {
        display: none;
    }


    .brisket .text-wrapper {
        padding: 20px;
        background: rgba(0, 0, 0, .8);
    }

    .grid-3 .text {
        position: static;
        padding: 20px;
        width: auto;
    }

    .text-wrapper {
        padding: 20px;
    }

    .news-item .news-body .text {
        padding: 0 30px
    }

    .news-item .news-body .text .f24 {
        font-size: 20px;
    }

    .news-item .news-body .text .h3 {
        font-size: 20px;
    }

    .news-item .news-body .text span {
        font-size: 14px;
    }

    .container-fluid {
        padding: 0;
    }

    .black-box .p40 {
        padding: 40px 0;
    }

    .modal-dialog.modal-upiter {
        max-width: 100%;
    }

    .mt-minus {
        margin-top: 0;
    }

}
.number_phone{
    color: black;
}

@media (max-width: 600px) {
#video{
    padding: 0 20px;
    margin-top: 30px;
}
}
.h2{
    font-family: 'Shnobel';
    font-size: 36px;
    color: #90755d;
}
.nav-trigger {
    position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
    padding: 12px 0;
    background-image: url(../img/menu.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.little-menu{
    display: none;
}
.custom_section{
    padding-top: 100px
}
@media (max-width: 1000px) {
    .list-menu {
        display: none;
    }
    .container-fluid{
        padding: 20px;
    }
    .little-menu {
        display: flex; }
    .custom_section{
        padding-top: 0px
    }
}
.btn-dark{
    background: rgb(217 189 139 / 79%);
    color: black !important;
}
.small-menu{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgb(144 117 93 / 96%);
}
.close_menu{
    position: absolute;
    right: 5px;
    padding: 10px;
    font-size: 40px;
}
.list_menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 30%;
    font-family: 'Shnobel';
}
.list_menu a{
    color: white;
    padding:10px 0;
}
.slick-slide{
    padding: 10px;
}
.btn-dark:hover{
    background: #e5d9c4;
}
#restoplace-wrapper-btn #restoplace-btn {
    background: linear-gradient(90deg, #8b7159 0%, #d9a046 100%);
}

/* --- Начало виджета Яндекс.Еда --- */
.yd-delivery-widget {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px; /* Отступы вокруг виджета */
    box-sizing: border-box;
    width: 100%;
    background-color: transparent; /* Фон прозрачный, можно заменить на цвет */
}

.yd-delivery-widget * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.yd-card {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
}

.yd-icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #FFF8E1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.yd-icon-wrapper svg {
    width: 32px;
    height: 32px;
    fill: #F0B800;
}

.yd-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1D1D1D;
}

.yd-text {
    font-size: 16px;
    color: #555555;
    margin-bottom: 30px;
}

.yd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFCC00;
    color: #1D1D1D;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 204, 0, 0.3);
    width: 100%;
    border: none;
    cursor: pointer;
}

.yd-btn:hover {
    background-color: #F0B800;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(240, 184, 0, 0.4);
}

.yd-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(240, 184, 0, 0.3);
}

.yd-btn:focus-visible {
    outline: 3px solid #F0B800;
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .yd-card {
        padding: 30px 20px;
    }
    .yd-title {
        font-size: 20px;
    }
}
/* --- Конец виджета Яндекс.Еда --- */


