*,
::before,
::after {
    padding: 0;
    margin: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: geometricPrecision;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto Condensed;
    background-color: #987E64;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    font-size: 16px;
    color: #0F0F0F;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-feature-settings: kern 1, liga 1, calt 1, pnum 1, tnum 0, onum 1, lnum 0, dlig 0;
}

html,
body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.65em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

ul,
li {
    outline: 0;
    border: 0;
    list-style: none;
}

abbr {
    cursor: help;
    font-feature-settings: kern 1, liga 1, calt 1, pnum 1, tnum 0, onum 1, lnum 0, smcp 1, c2sc 1;
}

abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

time {
    font-feature-settings: kern 1, liga 1, calt 1, pnum 1, tnum 0, onum 1, lnum 0;
}

small {
    font-weight: 400;
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
    font-feature-settings: kern 1, liga 1, calt 1, pnum 1, tnum 0, onum 1, lnum 0, dlig 0, sups 1;
}

sub {
    bottom: -0.25em;
    font-feature-settings: kern 1, liga 1, calt 1, pnum 1, tnum 0, onum 1, lnum 0, dlig 0, subs 1;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

button,
form,
input,
optgroup,
select,
textarea {
    outline: 0;
    color: inherit;
    font: inherit;
}

button,
select {
    border: 0;
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

input {
    line-height: normal;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
    font-feature-settings: kern 0, liga 1, calt 1, pnum 1, tnum 0, onum 0, lnum 1, zero 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
}

textarea {
    resize: vertical;
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody,
caption {
    font-feature-settings: kern 1, liga 1, calt 1, pnum 0, tnum 1, onum 0, lnum 1, zero 1;
}

.main {
    flex: 1 1 auto;
}

.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

[class*="__container"] {
    max-width: 1050px;
    margin: 0px auto;
}

.header {
    z-index: 10;
    background-color: #ffff;
}

.header__container {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__end {
    display: flex;
}

.header__lang {
    align-self: center;
    padding-right: 10px;
}

.dropdown {
    align-self: center;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: Roboto Condensed;
}

.dropbtn {
    border: 0.1px solid #DDDDDD;
    background-color: #f9f9f9;
    align-self: center;
    padding: 10px 15px;
    border-radius: 8px;
    outline: none;
    transition: outline 0.2s ease;
}

.dropbtn:hover {
    outline: 1px solid red;
}

.dropdown-content {
    font-size: 14px;
    font-family: Roboto Condensed;
    font-weight: 400;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 150%;
    left: 10%;
    transform: translateX(-50%);
    border-radius: 10PX;
}

.dropdown-content a {
    z-index: 100;
    font-family: Roboto Condensed;
    font-weight: 400;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: 0.5s ease;

}

.dropdown-content a:hover {
    color: red;
}

.dropdown.active .dropdown-content {
    font-family: Roboto Condensed;
    font-weight: 400;
    display: block;
}

.dropbtn:after {
    content: '\25BE';
    display: inline-block;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.dropdown.active .dropbtn:after {
    transform: rotate(180deg);
}

.navbar {
    border: 0.1px solid #DDDDDD;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: outline 0.1s;
    border-radius: 10px;
}

.navbar:hover {
    outline: 1px solid red;
    ;
}

.navbar-toggle {
    display: none;
}

.navbar-toggle-label {
    cursor: pointer;
    padding: 10px;
}

.toggle-icon {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: relative;
    transition: transform 0.3s;
}

.nav-name1 {
    font-size: 16px;
    font-family: Roboto Condensed;
    font-weight: 700;
    margin-bottom: 30px;
}



.navbar-menu {
    z-index: 50;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    transition: right 0.3s;
}

.navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: underline 1s ease;
}

.nav-item a {
    font-family: Roboto Condensed;
    font-weight: 400;
    color: #0F0F0F;
}

.nav-item a:hover {
    color: red;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

@media screen and (max-width: 480px) {
    .header__lang {
        padding-right: 10px;
    }

    .dropdown-content {
        font-size: 12px;
        font-family: Roboto Condensed;
        font-weight: 400;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 150px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10PX;
    }

}

@media screen and (max-width: 350px) {

    .dropdown-content {
        font-size: 14px;
        font-family: Roboto Condensed;
        font-weight: 400;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 150%;
        left: 0;
        transform: translateX(-50%);
        border-radius: 10PX;
    }

    .navbar-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 20px;
        transition: right 0.3s;
    }
}

.close-button {
    display: flex;
    justify-content: flex-end;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
}

@media (max-width: 768px) {


    .dropdown-content {
        font-size: 14px;
        font-family: Roboto Condensed;
        font-weight: 400;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 150px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 150%;
        left: 1%;
        transform: translateX(-50%);
        border-radius: 10PX;
    }

    .header__lang {
        padding-right: 10px;
    }

    .navbar-menu {
        right: 0;
    }

    .navbar-toggle:checked~.navbar-menu {
        right: 0;
    }

    .toggle-icon {
        transform: rotate(0deg);
    }

    .navbar-toggle:checked~.navbar-toggle-label .toggle-icon {
        transform: rotate(90deg);
    }

    .navbar-toggle:checked~.overlay {
        display: block;
    }
}

.image {
    padding-top: 25px;
    object-fit: cover;
}

.image_css {
    
    object-fit: cover;
    display: block;
    border-radius: 8% 8% 0 0 / 20% 20% 0 0;
}

.header__logo__image {
    border: 5px solid #ddd;
    margin-top: 5px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .header__logo__image {
        padding: 0;
    }

    .image_css {
        border-radius: 0;
    }

    .image {
        padding-top: 0;

    }
}

@media (max-width: 768px) {
    .header__container {
        background-image: url(/img/main.JPG);
        background-size: cover;
        /* Растянуть изображение на всю доступную область */
        background-position: center;
        min-height: 200px;
        align-items: flex-start;
        padding-top: 20px;
    }

    .header__logo {
        width: 60px;
    }

    .image {
        display: none;
    }

    .menu-list {
        width: 100%;
        padding: 11px;
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .header__logo__image {
        
    }

    .menu-list {
        width: 100%;
        padding: 8px;
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 15px;
    }
}

.menu {
    background-color: #f9f9f9;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.menu-list {
    width: 100%;
    padding: 15px;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 25px;
}

.menu-list_item {
    align-items: center;
    color: #0F0F0F;
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #FEFEFE;
    padding: 20px;
    border: 1px solid #DDDDDD;
}

.arrow {
    margin-left: auto;

}

.restraunt_name {
    background-color: #f9f9f9;
    padding: 15px
}

.nav-item-info__nomargin {
    padding: 0;
}

.nav-name__nomargin {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 23px;
}

@media (max-width: 400px) {
    .arrow {
        width: 15px;
    }
}

.main_delivery {
    display: flex;
    background-color: #f9f9f9;
    width: 100%;
    flex: 1 1 auto;
    justify-content: center;
}

.delivery_button {
    padding: 20px 50px;
    background-color: #DBAB00;
    border-radius: 20px;
    font-family: Roboto Condensed;
    font-weight: 700;

}

.main_info {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.main_info__container {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.info__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-info {
    display: flex;
    padding-bottom: 11px;
    align-items: center;
}

.info-item-block {}

.info-item-name {
    font-family: Roboto Condensed;
    font-weight: 300;
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
    color: #888;
}

.info-item-text {
    color: #0F0F0F;
    display: block;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 18px;
}

.additional_info {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    padding: 15px;

}

.additional_info__container {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.nav-name {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}

.nav-item-info {
    display: flex;
    align-items: center;
    padding-top: 20px;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 18px;
    color: #0F0F0F;
}

.no_blue {
    color: #0F0F0F;
}

.no_blue:hover {
    color: red;
}

.menu-list_item:hover {
    color: red;
}

.__map {
    margin-bottom: 10px;
}



.info_usage {
    font-family: Roboto Condensed;
    font-weight: 300;
    font-size: 13px;
    color: #888;
}

.menu_main {
    z-index: 1;
}

/*--------------------------------------------------------------------------------------*/
.container {
    z-index: 1;
    background-color: #fff;
    max-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    max-width: 1050px;
    /* Максимальная ширина контейнера */
    margin: 0 auto;
    /* Центрирование контейнера по горизонтали */
}

.swiper-container {
    z-index: 1;
    width: 100%;
    height: 300px;
}

.swiper-slide {
    
    z-index: 1;
    margin-top: 10px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #FEFEFE;
    border-radius: 8px;
    justify-content: center;
}

.swiper-slide a {
    display: inline;

    padding: 4px;
    text-decoration: none;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 14px;
    color: #0F0F0F;
}

.swiper-wrapper {}

.swiper-slide .swiper-slide-active {
    border: 1px solid red;
}

@media (max-width: 400px) {
    .item-image {
        width: 88px;
        height: 88px;
    }

    .swiper-slide {
        width: 88px;
        height: 40px;

    }

    .swiper-slide a {
        font-size: 12px;

    }

    .swiper-slide {
        margin-top: 5px;

    }
}

/*--------------------------------------------------------------------------------------*/
.list__pirogi {
    display: flex;
    background-color: #fff;
}

.list-name {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 18px;
    color: #0F0F0F;
}

.pirogi_name {
    padding: 10px 15px;
    background-color: #fff;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 23px;
    color: #0F0F0F;
}

.list-item {
    padding: 10px 15px;
    background-color: #f9f9f9;
    width: 100%;
    border: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
}

.list-item-text {
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 10px;
}

.list-item-name {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 18px;
    color: #0F0F0F;
}

.list-item-price {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 18px;
    color: red;
}

.list-item-info {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 15px;
    color: #888;
}

.item-image {
object-fit: cover;
    display: block;
    border-radius: 5px;
}

