
a,
h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
span,
li {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
ol, ul{
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    background: #111111;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.025rem;
}

/*.body-overlay {*/
/*    border-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) fill 1;*/
/*}*/
.hidden {
    visibility: hidden;
}

a:not(.logo-link, .go-back-btn), a:hover {
    text-decoration: none!important;
    color: #111111;
}
.hide {
    display: none;
}
.header-section-wrap {
    width: 100%;
    background-color: #fff;
    position: relative;
}
.header-section-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, .8);
    transition: all .3s;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.top-banner-wrap {
    width: 100%;
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.top-banner-wrap .container {
    padding: 0;
    max-width: 100%;
}
/*.top-banner {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.top-banner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.top-banner .top-banner__slogan {
    width: 100%;
    max-width: 650px;
    min-height: 200px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    border-radius: 0 4px 4px 0;
}

.info-block {
    position: fixed;
    right: 1.1%;
    bottom: 9%;
    z-index: 99;
    height: auto;
    display: flex;
    align-items: center;
    transform: translateX(98%);
    transition: transform 0.3s ease;
}
.info-block__icon{
    padding-right: 1rem;
}
.info-block .info-sign{
    color: #fff;
    font-size: 20px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.info-block__messages {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #151515;
    color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #ccc;
    overflow: auto;
    height: 100%;
}

/*.info-block__messages  .message_order {*/
/*    height: 80vh;*/
/*}*/
.info-block__messages .fa-check{
    color: #ed9c41;
}
.toastify {
    box-shadow: 0 0 7px 7px #009688 !important;
    max-width: calc(75% - 20px)!important;
}
.header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.logo-link {
    position: relative;
    width: fit-content;
    font-size: 25px;
    font-weight: 600;
    color: #312e41;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-link span.part1 {
    display: flex;
    align-items: center;
    width: 60px;
    color: #111111;
    position: relative;
    transition: all .3s;
}
/*.logo-link span.part1:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    !*background: rgb(225, 141, 37);*!*/
/*    background: #111111;*/
/*    bottom: -10%;*/
/*    left: 0;*/
/*    z-index: 1; !* Place above the span underline *!*/
/*}*/
.logo-link span.part2 {
    /*color: rgb(225, 141, 37) !important;*/
    color: #111111;
    position: relative;
    transform: translateX(-4px);
}
/*.logo-link span.part2:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    !*background: rgb(225, 141, 37);*!*/
/*    background: #111111;*/
/*    bottom: -10%;*/
/*    left: 0;*/
/*    z-index: 1; !* Place above the span underline *!*/
/*}*/
/*.logo-link:hover span.part1 {*/
/*    color: rgb(225, 141, 37) !important;*/
/*}*/
/*.logo-link:hover span.part2 {*/
/*    color: #fff !important;*/
/*}*/
.logo-img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.display-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
    width: 100%;
    /*margin-left: auto;*/
}

.display-menu>a {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    opacity: 94%;
    color: #111111;
    text-decoration: none;
    padding: 5px 0;
    text-transform: uppercase;
}
.display-menu>a:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #111111;
    transform: translateX(-50%);
    transition: all .3s;
}
.display-menu>a:hover:before{
    width: 100%;
}
/*.display-menu>a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-top: 2px solid #262626;*/
/*    border-bottom: 2px solid #262626;*/
/*    transform: scaleY(2);*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

/*.display-menu>a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #262626;*/
/*    transform: scale(0);*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*    z-index: -1;*/
/*}*/

/*.display-menu>a:hover {*/
/*    color: #fff;*/
/*}*/

/*.display-menu>a:hover:before {*/
/*    transform: scaleY(1);*/
/*    opacity: 1;*/
/*}*/

/*.display-menu>a:hover::after {*/
/*    transform: scaleY(1);*/
/*    opacity: 1;*/
/*}*/

.phone-btn,
.order-call-btn,
.search-btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.menu-bar{
    display: none;
}

.top-banner .top-banner__slogan h3,
.dish-block__title,
.sort-block__title{
    position: relative;
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.top-banner .top-banner__slogan h3 {
    animation: top_to_bottom .7s ease;
}
@keyframes top_to_bottom {
    from {
        margin-right: 100%;
    }
    to {
        margin-right: 0;
    }
}

.top-section {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.top-product-block-wrap{
    margin: 2rem 0;
    position: relative;
}
.top-product-block>span{
    margin-bottom: 1rem;
    display: block;
}
.top-product-block,
.top-item-chef-block{
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    min-height: 10rem;
}
/*#top-chef-title{*/
/*    display: none;*/
/*}*/
.dish-block__title,
.sort-block__title{
    position: relative;
    /*color: #ed9c41;*/
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}
.top-item-chef-block .dish-block__title{
    color: #ed9c41;
}
.hover-underline::after,
.hover-underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #fff, #eee);
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

.hover-underline::before {
    top: -5px;
    transform-origin: left;
}

.top-product-block:hover .hover-underline::after,
.filter-buttons-list__item:hover .hover-underline::after,
.top-product-block:hover .hover-underline::before,
.filter-buttons-list__item:hover .hover-underline::before {
    transform: scaleX(1);
}
#menu-list{
    padding: 1rem 0 2rem;
    color: #fff;
    text-align: center;
}
.product__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 700px;
    font-size: 1.143rem;
    margin: 1.3rem auto;
    padding: 20px 15px 15px;
    min-height: 280px;
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    border-radius: 5px;
    background: #1f1d1d;
    color: #fff;
    transition: all .3s;
    overflow: hidden;
}
.product__item:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 230%;
    height: 230%;
    background: linear-gradient(
            0deg,
            transparent,
            transparent 30%,
            rgba(0,255,255,0.3)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

#cart-content .product__item{
    background: transparent;
    color: #000;
    min-height: 150px;
}
.product__item:hover{
    box-shadow: 0 0 3px 0 #fff;
    transform: scale(1.009);
}
.product__item:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

.label{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.7rem;
    min-height: 20px;
    background: #fff7f7;
    font-family: inherit;
    width: auto;
    font-size: .9rem;
    color: #151515;
    max-height: 1.243rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
#cart-content .label {
    background: #151515;
    color: #fff7f7;
}
.product__item-text {
    text-align: left;
    width: 100%;
    margin: 0;
    line-height: normal;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 10px;
}
#cart-content .product__item-text{
    width: 40%;
}
.image-block{
    width: 100%;
    max-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 186px;
}
#cart-content .image-block {
    max-width: 45%;
    max-height: 100px;
}
.image-block img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: transform .5s ease;
}
.product__item:hover .image-block img {
    transform: scale(1.1);
}
.product__item-name{
    position: relative;
    margin: 0.3rem 0 0.1rem;
    line-height: normal;
    font-weight: 600;
    font-size: 20px;
}
.dish__sizes {
    font-size: 14px;
}
#cart-content .product__item-name{
    margin: 0;
}
.product__item-description{
    position: relative;
    font-size: .9rem;
    margin: 0 0 .2rem;
    text-align: left;
}
.product__item-description a {
    position: relative;
}
.product__item-description a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 1;
}
.product__item-details{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    gap: 20px;
}
.price-sizes {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.prices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
#cart-content .prices {
    align-items: center;
    text-align: center;
}
.product__item-details .dish__liked{
    display: flex;
    align-items: center;
}

.product__item-details .dish__price,
.product__item-details .dish__discount-price{
    white-space: nowrap;
    /*color: #db9f08;*/
    color: #fff;
}
#cart-content .product__item-details .dish__discount-price,
#cart-content .product__item-details .dish__price,
#cart-content .product__item-details .dish__discount-price{
    color: #000;
}

.dish__discount-price,
#cart-content .buttons-block .dish__price{
    white-space: nowrap;
    font-size: 16px;
}

/*.product__item-details .dish__liked .fa-heart,*/
.user-action-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}
.dish__liked {
    display: flex;
    align-items: center;
    gap: 2px;
}
.dish__liked .fa-heart,
.product__item .cart-holder .shopping-bag{
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 1px 1px #0000001a;
}
.dish__liked .fa-heart{
    font-weight: 100;
}
/*.top-item-chef-block .product__item .fa,*/
.product__item .cart-holder .shopping-bag{
    color: #ffffff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__item .cart-holder {
    position: relative;
    /*right: 3%;*/
    /*bottom: 5%;*/
    transition: all .3s;
}
/*.product__item-details .dish__liked .fa-heart:hover{*/
.dish__liked .fa-heart:hover{
    animation: pulse-animation 1.5s infinite;
    border-radius: 50%;
    transition: all .3s;
}
.product__item .cart-holder .shopping-bag:hover {
    color: rgba(255, 255, 255, .5);
}
#cart-content .product__item .buttons-block{
    width: 60%;
    margin: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cart-content .product__item .buttons-block .buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    padding: 0 2px;
    font-size: 16px;
}

#cart-content .product__item .buttons-block button {
    width: 26px;
    height: 26px;
    border: none;
    box-shadow: 0 0 2px 1px #009688;
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
#cart-content .product__item .buttons-block button:hover {
    box-shadow: 0 0 5px 2px #009688;
}
#cart-content .product__item .buttons-block .trash-btn {
    font-size: 19px;
    color: red;
    cursor: pointer;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);

        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    100% {
        transform: scale(1.3);

        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
}
.dish__liked .liked-count{
    font-size: 1rem;
}
.liked{
    color: red;
}
.disabled{
    pointer-events: none;
}
form{
    margin: 0;
}

.home-search__inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s;
}

.home-search-field {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #818085;
    height: 40px;
}
.search-box-block {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    z-index: 9;
}
.header-section-wrap .search-box-block {
    position: absolute;
    margin: 0;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.home-search__inner .search-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: scale(1);
    transition: all .3s;
}
.home-search__inner .search-btn:hover {
    transform: scale(1.1);
}
.language-block select {
    appearance: none;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid transparent;
    color: #000;
    cursor: pointer;
}
.language-block select>option{
    font-size: 16px;
    color: #111111;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid transparent;
}

.sort-block {
    /*background: #1f1d1d;*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #333333;*/
    background: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 25px 0;
    flex-wrap: wrap;
}

.filter-buttons-list{
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}
.filter-buttons-list .filter-buttons-list__item {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 15px 15px 15px;
    white-space: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    background: #1f1d1d;
    color: #F8F8F8;
    min-height: 190px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    flex-direction: row;
    width: 100%;
    max-width: 550px;
    max-height: 209px;
    overflow: hidden;
}
.filter-buttons-list .filter-buttons-list__item:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 230%;
    height: 230%;
    background: linear-gradient(
            0deg,
            transparent,
            transparent 30%,
            rgba(0,255,255,0.3)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}
.filter-buttons-list .filter-buttons-list__item:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
.filter-buttons-list .filter-buttons-list__item:hover,
.filter-buttons-list .filter-buttons-list__item.active-btn{
    box-shadow: 0 0 3px 0 #fff;
    transform: translateY(-3px);
}

.filter-buttons-list .filter-buttons-list__item .filter-buttons-list__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: inherit;
    gap: 20px;
}

.filter-buttons-list .filter-buttons-list__item .filter-buttons-list__link .text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    min-height: 145px;
    color: #fff;
}
.filter-buttons-list__item-image-block {
    height: inherit;
    width: 100%;
    max-width: 140px;
    border-radius: inherit;
    overflow: hidden;
}
.filter-buttons-list .filter-buttons-list__item .filter-buttons-list__link img {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    transition: all .3s;
}
.filter-buttons-list .filter-buttons-list__item:hover img {
    transform: scale(1.1);
}
.signup-btn{
    /*margin-left: auto;*/
    background: #000;
    border: 1px solid #ed9c41;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /*line-height: 25px;*/
    border-radius: 5px;
    padding: 6px 35px;
    transition: all .3s;
    position: relative;
}

.signup-btn:hover,
#sign-up-submit:hover {
    background: #1a1c20;
    color: #fff;
}
.title-star {
    width: 20px;
    margin-right: 3px;
}

#catalogue{
    position: relative;
}
.top-product-block__images{
    text-align: center;
}
.dishblock__item{
    max-width: 210px;
    height: 280px;
    border-radius: 5px;
    margin: 2rem 1rem;
    display: inline-block;
    overflow: hidden;
}
.dishblock__item img{
    width: 100%;
    height: auto;
    border-radius: inherit;
    transition: transform .5s ease;
    object-fit: contain;
}
.dishblock__item:hover img {
    transform: scale(1.3);
}
/*.dishblock__item.left{*/
/*    !*top: 2%;*!*/
/*    !*left: 1%;*!*/
/*    transform: rotate(-7deg);*/
/*}*/
/*.dishblock__item.mid{*/
/*    transform: translateY(-9%);*/
/*}*/
/*.dishblock__item.right{*/
/*    !*top: -57%;*!*/
/*    !*right: 1%;*!*/
/*    transform: rotate(7deg);*/
/*}*/
@keyframes spring {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
    75% {
        transform: translateY(-5px);
    }
}
.menu-list-wrap.products {
    padding: 50px 0;
    position: relative;
}
.page-title {
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    text-align: center;
}
.content-cover{
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}
.content-cover .title-block{
    display: block;
    max-width: 1034px;
    background: rgba(6, 8, 55, 0.7);
    padding: 20px;
    margin-bottom: 50px;
}
.content-cover .title-block h2{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.content-cover .title-block p{
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    opacity: 94%;
}
.breakfast-info{
    text-align: center;
    display: block;
}
.above-image,
.below-image,
.below-image ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.above-image{
    margin-bottom: 20px;
    height: 50px;
}
.below-image{
    margin-top: 20px;
}
.above-image .name,
.above-image p{
    color: #fff;
    margin: 0;
}
.legals-section {
    width: 100%;
    padding: 40px 0;
    background-color: #ed9c41;
    color: #fff;
    position: relative;
    margin-top: -1px;
}
.legals-section h3,
.legals-section p,
.legals-section li {
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
}

.contact-section {
    padding: 1px 0 30px;
}

#contact-form-section{
    position: relative;
    background: #010101 url(/assets/images/contact2.webp) 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 17px 7px rgba(0, 0, 0, .7);
}
#contact-form-section:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(38,38,38,.7);
    z-index: 0;
}
.contact-form-inner{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}
.contact-form-inner h3{
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.contact-form-inner h3 span{
    font-size: 13px;
    text-transform: none;
}
.contact-form{
    position: relative;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.contact-form__input{
    margin-bottom: 15px;
}
.contact-form__input input,
.contact-form__input textarea{
    display: block;
    width: 100%;
    padding: 10px 12px;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #fff;
    color: inherit;
    height: auto;
    position: relative;
    z-index: 1;
}
.contact-form input[type="submit"] {
    cursor: pointer;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border-radius: 5px;
    padding: 6px 35px;
    transition: all .3s;
    position: relative;
}

/* Style on hover */
.contact-form input[type="submit"]:hover {
    background: #1a1c20;
    color: #fff;
}
.send-success {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    border: none;
    background: #62C584;
    font-size: 18px;
    z-index: 1;
}
.error-message{
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.cart .error-message{
    color: salmon!important;
}
#video-section {
    margin: 2rem 0;
}
.disabled-btn{
    cursor: wait;
    pointer-events: none;
}
/*.loader {*/
/*    border: 16px solid #f3f3f3;*/
/*    border-radius: 50%;*/
/*    border-top: 16px solid #ed9c41;*/
/*    border-bottom: 16px solid #ed9c41;*/
/*    width: 5.5rem;*/
/*    height: 5.5rem;*/
/*    animation: spin 4s linear infinite;*/
/*    margin: 20px auto;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 11;*/
/*}*/
.loader {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    background: rgba(0, 0, 0, .5);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-spinner{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ed9c41;
    border-bottom: 16px solid #ed9c41;
    width: 5.5rem;
    height: 5.5rem;
    /*position: absolute;*/
    /*top: 40%;*/
    /*left: 40%;*/
    animation: spin 4s linear infinite;
}
#loadMore{
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border-radius: 5px;
    transition: all .3s;
    position: relative;
    margin: 3rem auto;
    width: 100%;
    max-width: 9rem;
    padding: 6px 0;
    display: block;
    cursor: pointer;
}
#loadMore:hover{
    background: #1e1f23;
}
.about-images{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 1rem auto;
    padding: 2rem 0 1rem;
    gap: 10px;
}
.about-images .about-image__item{
    width: 40%;
    height: auto;
    border-radius: 5px;
}
.go-back-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.go-back-btn:hover {
    color: #fff;
}
@keyframes spin {
    0% {transform: rotate(0deg); }
    100% {transform: rotate(360deg); }
}
.footer-map {
    display: block;
    margin: 20px auto 40px;
    width: 100%;
}

.footer-map-small {
    display: none;
}

.footer {
    background-color: #000;
    width: 100%;
    padding: 40px 0;
}

.footer .logo-link {
    color: #fff;
}
.footer .logo-link span.part1,
.footer .logo-link span.part2 {
     color: #fff;
    width: auto;
}

.footer .logo-link span.part1:before,
.footer .logo-link span.part2:before {
    background: #fff;
}

.footer-info,
.footer-links {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    position: relative;
}
.footer-links{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.footer-info__left,
.socials,
.footer-info__right{
    width: 100%;
    /*max-width: 545px;*/
}

.footer-info__left p,
.footer-info__left .footer-links a,
.footer-info__right p.rights,
.footer p.rights-mob,
.lang > span {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: block;
}
.footer-info__right p.rights {
    margin: 1rem 0;
}
.footer p.rights-mob{
    font-size: 16px;
}
.footer-info__left .footer-links a{
    white-space: nowrap;
    margin-right: 4px;
}

.footer-contacts > p > span {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.footer-contacts > p > i {
    color: #fff;
}
.footer-contacts > p > a {
    color: #fff;
}
.footer-img img {
    max-width: 250px;
    margin: 0 auto 10px;
    display: block;
}
.form-control {
    padding: 18px 20px;
    font-size: 26px;
    line-height: 31px;
}
.socials{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.socials li{
    margin: .5rem;
}
.socials li i{
    /*margin: 0 .5rem;*/
    font-size:29px;
    color:#ed9c41
}
.contacts {
    text-align: center;
}
.desktop, .desktop-view,
.footer-info__right p.rights {
    display: flex;
}

.mobile,
.mobile-view,
.footer p.rights-mob{
    display: none;
}
.content-block{
    position: relative;
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 3rem 1rem;
    color: #fff;
    font-size: 1.3rem;
}
.content-block h3{
    color: #ed9c41;
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
    line-height: 62px;
    text-transform: uppercase;
    text-align: center;
}
.loading{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    color: rgba(6, 8, 55, 0.8);
    text-align: center;
    display: none;
}
.loading.show{
    display: block;
}
.user-greeting{
    position: absolute;
    color: #fff;
    display: block;
    right: 0;
    padding: 0.2rem 0.5rem;
    margin: 0;
    font-size: 13px;
}
.close-menu-btn {
    display: none;
}
@media (min-width: 1100px) {
    .contacts {
        display: flex;
        justify-content: space-evenly;
    }
}


@media (max-width: 1100px) {
    .top-banner .top-banner__slogan h3,
    .dish-block__title,
    .sort-block__title{
        font-size: 36px;
        line-height: 57px;
    }
    .top-section {
        flex-wrap: wrap;
    }
    .top-product-block,
    .top-item-chef-block {
        padding: .5rem 0;
    }

    .filter-buttons-list {
        display: grid;
        grid-template-columns: auto auto;
    }

    .footer-contacts p,
    .footer-info__left .footer-links a{
        font-size: 14px;
    }
}

@media (max-width: 991px){
    /*.logo-img {*/
    /*    max-width: 200px;*/
    /*}*/
    .footer-info {
        flex-direction: column-reverse;
    }
    .footer-info__right{
        width: 100%;
    }
    .footer-img img{
        margin: 0 auto;
    }
    .footer .rights {
        text-align: left;
    }
    .footer-links{
        display: block;
        text-align: right;
    }
    .footer-info__left .footer-links a{
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .footer-info__right p.rights{
        display: none;
    }
    .footer p.rights-mob{
        display: block;
        margin-top: 15px;
    }
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: flex;
    }
}
@media (max-width: 864px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    a:not(.logo-link) {
        font-size: 14px;
    }
    .mobile-phone-btn {
        display: flex;
        align-items: center;
        order: 1;
    }
    .header-section .signup-btn {
        font-size: 13px;
        /*line-height: 22px;*/
        padding: 3px 18px;
    }
    .language-block {
        order: 3;
    }
    .language-block select {
        padding: 0 3px;
        font-size: 14px;
    }

    .top-banner .top-banner__slogan h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .header-section {
        padding: 8px 0;
        gap: 10px;
    }
    .close-menu-btn {
        position: absolute;
        display: block;
        top: 10px;
        right: 15px;
    }
    .display-menu {
        position: fixed;
        top: 0;
        /*display: none;*/
        z-index: 1000;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        row-gap: 15px;
        background: rgba(0, 0, 0, .9);
        padding: 35px 15px 15px;
        left: 0;
        height: 100%;
        justify-content: center;
        transform: translateX(100%);
        transition: all .3s;
    }

    .header-section .search-btn {
        order: 2;
        max-width: unset;
        width: auto;
    }
    .home-search-field {
        height: 34px;
    }
    .home-search-field.mob-hidden {
        display: none;
    }
    .home-search__inner .search-btn {
        width: 18px;
    }
    .display-menu>a{
        padding: 10px;
        font-size: 15px;
        line-height: 12px;
        color: #fff;
    }
    .menu-bar{
        display: block;
        order: 4;
    }
    .menu-btn{
        display: flex;
        align-items: center;
    }
    .menu-bar img{
        width: 30px;
        height: auto;
    }
    .filter-buttons-list {
        grid-template-columns: auto;
    }
    .popup-body {
        width: 480px;
        background-size: contain;
    }
    .popup-body h3,
    .signup-body h3,
    .content-cover .title-block h2{
        font-size: 30px;
        line-height: 46px;
    }
    .content-cover .title-block p{
        font-size: 18px;
        line-height: 20px;
    }
    .popup-body h3,
    .signup-body h3{
        margin-top: 35px;
    }

    #submit-signup-popup {
        width: 100%;
        margin: 105px auto 0;
    }

    .popup-body .close-popup {
        right: 0;
    }
    .contact-content{
        flex-direction: column;
    }
    .message-body,
    .contact-img{
        max-width: 100%;
        width: 100%;
    }
    .info-block {
        height: 80vh;
        right: 2.5%;
    }
    .page-title {
        font-size: 36px;
    }
}

@media (max-width: 800px) and (max-height: 400px){
    .owl-carousel .owl-item img {
        height: auto;
    }
}


@media (min-width: 450px) and (max-width: 850px){
    .message-body, .contact-img,
    .contact-title{
        max-width: 400px;
        margin: 20px auto;
    }
}
@media (max-width: 770px) {
    #message-success span {
        line-height: 44px;
    }

    .lead-form {
        flex-direction: column;
    }

    .lead-form form,
    .lead-form .contacts {
        width: 100%;
    }

    .footer-img,
    .footer-links,
    .footer-contacts {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .content-cover > div {
        flex-direction: column;
        text-align: center;
    }

    .footer-img img {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .owl-carousel .owl-item img {
        height: calc(70vh - 200px);
    }
    .content-cover {
        padding: 0;
    }
    .header-content-cover {
        padding: 5px 20px;
    }
    .logo-link {
        font-size: 18px;
    }
    .logo-link span.part1 {
        width: 45px;
    }
    .logo-link span.part1:before,
    .logo-link span.part2:before {
        height: 1px;
    }
    /*.logo-img {*/
    /*    width: 90px;*/
    /*}*/
    .content-cover .title-block h2.category-title{
        position: absolute;
        top: 2%;
        left: 0;
        background: rgba(6, 8, 55, 0.7);
        display: block;
        width: 90%;
        padding: 5px;
    }
    .content-cover .title-block{
        margin-bottom: 20px;
    }
    .dishblock__item {
        max-width: 80px;
        max-height: 106px;
        margin: 1rem 0.5rem;
    }
    .filter-buttons-list{
        width: 100%;
        flex-direction: column;
    }
    .filter-buttons-list .filter-buttons-list__item {
        font-size: 20px;
        width: 100%;
        max-height: 100%;
    }
    .filter-buttons-list .filter-buttons-list__item img {
        max-height: 167px;
    }
    .contact-form-inner h3 {
        font-size: 1.2rem;
    }
    #message-submit {
        max-width: 215px;
        font-size: 32px;
        line-height: 32px;
        padding: 11px 20px;
    }
}

@media (max-width: 540px) {
    .user-greeting{
        font-size: 10px;
    }
    .info-block {
        right: 6.5%;
    }

    .sort-block {
        padding: 0;
        justify-content: center;
    }

    .category-buttons {
        margin: 5px 0;
    }
    .product__item{
        font-size: 1rem;
        padding: 25px 15px;
        min-height: 4rem;
        flex-flow: column;
    }
    .image-block {
        max-width: 100%;
        max-height: 280px;
    }
    #cart-content .product__item {
        flex-flow: column;
        min-height: unset;
    }
    .product__item-name {
        margin: 0.3rem 0 0.3rem;
        text-align: left;
    }
    #cart-content .product__item-name {
        font-size: 14px;
        text-align: center;
    }
    .product__item-text .image-block{
        width: 100%;
        max-width: 100%;
        height: 200px;
        /*max-height: 208px;*/
        margin: 0 auto 6px;
    }
    #cart-content .product__item-text .image-block {
        height: unset;
        margin: 0 auto;
    }
    .product__item-text {
        flex-flow: column;
        width: 100%;
        align-items: flex-start;
    }
    #cart-content .product__item-text {
        flex-flow: column;
        width: 100%;
        align-items: center;
        margin-bottom: 1rem;
        text-align: center;
    }
    #cart-content .product__item-text span{
        margin: 0 auto;
    }
    /*.product__item-details{*/
    /*    margin-left: 0.4rem;*/
    /*}*/
    .product__item-details .dish__discount-price {
        margin-right: 0.4rem;
    }
    .product__item-details .dish__price {
        margin-left: 0;
    }
    .product__item-details .dish__liked{
        margin-left: auto;
    }
    .product__item-details .dish__liked .fa-heart {
        font-size: 1rem;
    }
    .product__item-description{
        font-size: .8rem;
        line-height: 1.3;
    }
    .product__item-details {
        font-size: .8rem;
        flex-direction: column-reverse;
        width: 100%;
    }
    #cart-content .product__item-details {
        flex-direction: column;
    }
    /*.product__item .cart-holder{*/
    /*    bottom: unset;*/
    /*    position: relative;*/
    /*    right: unset;*/
    /*    display: block;*/
    /*    margin: 0.5rem auto 0 0;*/
    /*}*/
    #cart-content .product__item .buttons-block {
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }
    #cart-content .product__item .buttons-block button {
        margin: 0 5px;
    }
    #cart-content .product__item .buttons-block .trash-btn {
        font-size: 18px;
    }
    .popup-body h3,
    .signup-body h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 0;
    }

    #submit-signup-popup,
    #submit-signup {
        width: 100%;
        margin: 20% auto 0;
    }
}

#submit-signup{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

@media (max-width: 450px) {
    /*.display-menu{*/
    /*    align-items: flex-start;*/
    /*}*/
    #submit-signup-popup,
    #submit-signup {
        margin: 0 auto;
    }
    .contact-section>.container{
        padding: 0;
    }
    .signup-body{
        width: 100%;
        min-height: 492px;
        padding: 20px 20px;
    }
    .form-control {
        padding: 11px 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .select-input select {
        font-size: 17px;
    }
    .iti--separate-dial-code .iti__selected-dial-code{
        font-size: 20px;
    }
    #sign-up-submit {
        font-size: 20px;
        line-height: 25px;
        padding: 8px 0;
        max-width: 160px;
        margin: 0;
    }
    /*.sort-block-wrap>.container{*/
    /*    padding: 0;*/
    /*}*/
}
@media (max-width: 450px){
    .dish-block__title,
    .sort-block__title,
    .content-block h3{
        font-size: 24px;
        line-height: 38px;
    }
    .content-block p{
        font-size: 18px;
        line-height: 26px;
    }
    .top-product-block>span {
        font-size: .8rem;
    }

    .select-input select{
        max-width: 207px;
    }
}
@media (max-width: 380px){
    .mobile-phone-btn svg{
        display: none;
    }
}
@media (max-width: 350px){
    .category-buttons a{
        max-width: 80px;
    }
}