.copyright {
    background-color: #000;
    bottom: 0;
    position: absolute;
    width: 100%;
}

body {
    font-family: 'Manrope', sans-serif;
    background: rgb(23,24,25) url('../images/bg-5.png');
    color: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}

.socials {
    display: flex;
    justify-content: space-between;
}

.block {
    flex: 1;
}

.text-right {
    text-align: right;
}

.link {
    padding-top: 3px;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dark .light, .light, .dark .light, .light {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.by-link {
    color: #A2AAB1;
}

p.desc {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
}

.text-footer {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
    letter-spacing: 4.76px;
    text-transform: uppercase;
}

.mt--30 {
    margin-top: -30px !important;
}

.flex-links a {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px;
}

.pb-75 {
    padding-bottom: 75px !important;
}
.pt-30 {
    padding-top: 30px !important;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.offcanvas {
    background: rgb(14,13,11);
    color: #fff;
    text-align: center;
}

.image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.image-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 45px;
    border-radius: 50%;
}

.booking-info .bk-title {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.booking-info .bk-no {
    position: relative;
    font-size: 30px;
    color: #ff000d;
    line-height: 1em;
}

.separator {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.separator span {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #ff000d;
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-bar .info li {
    position: relative;
    line-height: 1.6em;
    color: rgb(167,167,167);
    margin-bottom: 10px;
}

.cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

ul li {
    list-style: none;
    font-size: 14px;
}

ul {
    padding-left: 0px;
}

.mb-50  {
    margin-bottom: 50px;
}

.logo-sidebar {
    width: 120px;
}

.logo {
    width: 123px;
}

.btn-menu {
    border-color: #fd0009;
    background-color: transparent;
    color: #fd0009;
}

#btnMenu {
    float: left;
    margin-right: 10px;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn:hover, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #fd0009;
    border-color: #fd0009;
}

.bg-dark {
    background-color: #000 !important;
}

.heart {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.navbar-brand {
    margin-right: 0;
}
#spinner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: wait;
    z-index:2;
}
svg.spinner-webkit {
    width: 100px;
    height: 100px;
}
svg.spinner-webkit path {
    stroke-dasharray: 329;
    stroke-dashoffset: 0;
    stroke: #fa5661;
    stroke-width: 1.8px;
    -webkit-animation: draw 4s ease-in-out infinite;
    animation: draw 4s ease-in-out infinite;
    fill: transparent;
    fill-opacity: 0;
}
.spinner-ie {
    width: 32px;
    height: 32px;
    top: 8px;
    left: 8px;
    position: absolute;
    display: none;
    animation: spin 0.5s linear infinite;
    border: 2px solid transparent;
    border-top: 2px solid #57AD56;
    border-left: 2px solid #57AD56;
    border-radius: 50px;
}
#overlayer{
    position: fixed;
    background: #000;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.custon-nav-homepage1-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.nav-item {
    display: inline-block;
}

.nav-pills .nav-link.active {
    background: transparent;
}

.menu-tab-img {
    display: flex;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    background: #FFF;
    z-index: 9;
    animation: scroll_amini linear 2s infinite alternate;
    transition: all linear .3s;
}
.scroll-top::after {
    position: absolute;
    content: "\f106";
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #0b1315;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.scroll-top.active {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-top svg.border-circle path {
    stroke: #FD8558;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-top svg path {
    fill: none;
}
.scroll-top:hover {
    background: #fd0009;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.homemenu-txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #99A9AD;
    margin-top: 20px;
    display: inline-block;
}

.nav-link.menu-tab-homepage.active .homemenu-txt {
    color: #FFF;
}

.dish-block {
    position: relative;
    margin-bottom: 55px;
}

.dish-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    padding-top: 10px;
    margin-bottom: 40px;
}

.dish-block .dish-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 22px;
    overflow: hidden;
    background-color: rgb(23,24,25);
}

.dish-block .inner-box:hover img{
    opacity:0.70;
    transform:scale(1.05,1.05);
}

.dish-block .dish-image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    object-fit: cover;
}

.dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 3px;
}

.menu-two .dish-block .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 100%;
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.dish-block .title .ttl {
    position: relative;
    float: left;
    padding-right: 15px;
    text-transform: capitalize;
}

h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.dish-block .title .ttl a {
    color: #fff;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.dish-block .title .price {
    position: relative;
    float: right;
    font-size: 15px;
    color: #dc3545;
    padding-left: 15px;
    background-color: transparent;
    font-weight: 800;
}

.dish-block .desc {
    position: relative;
    font-size: 14px;
    color: #fff;
}

.dish-block .desc  a {
    font-size: 12px;
}

.dish-block .desc a {
    color: rgb(167,167,167);
}

.inner {
    position: relative;
    display: block;
    padding-right: 80px;
    min-height: 100%;
}

.menu-child {
    position: fixed;
    background-color: #000;
    width: 100%;
    margin-top: 9px;
    padding: 10px 0;
    z-index: 999;
}

.child-nav, .child-menu {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    gap: 10px;
}

.child-nav::-webkit-scrollbar, .child-menu::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: #000;
    border-radius: 10px;
}
.child-nav::-webkit-scrollbar-thumb:horizontal, .child-menu::-webkit-scrollbar-thumb:horizontal{
    background: #fa5661;
    border-radius: 10px;
}

.active > .container > .child-menu {
    display: none;
}

.child-nav a, .child-menu a {
    margin-bottom: 5px;
    white-space: nowrap;
    font-weight: bold;
}

.menu-col .inner:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 50px;
    border-right: 1px solid rgba(255,255,255,0.20);
}

.menu-col:nth-child(2) .inner {
    padding-right: 0;
    padding-left: 80px;
}

.menu-col:nth-child(2) .inner:after {
    border-right: none !important;
}

.tab-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.soc-link {
    font-size: 20px;
    padding-right: 10px;
    color: #A2AAB1;
}

.top {
    color: #fff;
    background-color: #dc3545;
    padding: 5px 0px;
    font-size: 13px;
}

.top p {
    margin-bottom: 0;
}
.menu-tab-img  img{
    width: 30px;
}

.menu-tab-img {
    display: block;
}

.navbar {
    margin-top: 29px;
}

.menu-tab-homepage {
    text-align: center;
}

/* Убираем стандартные отступы и марджины у списка и элементов списка */
ul.custon-nav-homepage1-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    scrollbar-width: thin;
    scrollbar-color: #e3e3e3 transparent;
}

ul.custon-nav-homepage1-menu  {
    scrollbar-width: thin;
    scrollbar-color:#e3e3e3 transparent;
}
ul.custon-nav-homepage1-menu:-webkit-scrollbar {
    width: 3px;
}
ul.custon-nav-homepage1-menu:-webkit-scrollbar-track {
    background: transparent;
}
ul.custon-nav-homepage1-menu:-webkit-scrollbar-thumb {
    background-color: #e3e3e3r;
    border-radius: 6px;
    border: 3px solid transparent;
}

/* webkit browsers */
ul.custon-nav-homepage1-menu::-webkit-scrollbar,
ul.custon-nav-homepage1-menu::-webkit-scrollbar-thumb {
    height: 26px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 10px solid transparent;
}

ul.custon-nav-homepage1-menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
}

ul.custon-nav-homepage1-menu li {
    display: inline-flex !important;
}

ul.custon-nav-homepage1-menu li:last-child {
    margin-right: 0;
}

ul.custon-nav-homepage1-menu li button {
    width: 150px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: transparent;
}

ul.custon-nav-homepage1-menu li button {
    border: none;
    outline: none;
    cursor: pointer;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #fd0009 slategrey;
}


body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #dc3545;
    outline: 1px solid #dc3545;
}

.menu-col-sidebar .inner {
    padding-right: 0;
}

.menu-col-sidebar .dish-block .title .price {
    font-size: 14px;
    padding-left: 0;
    margin-top: -3px;
}

.menu-col-sidebar .dish-block .title .ttl h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.menu-col-sidebar .dish-block .desc {
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.offcanvas-body {
    scrollbar-width: thin;
    scrollbar-color: #fd0009 slategrey;
}

.offcanvas-body::-webkit-scrollbar {
    width: 3px;
}

.offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #dc3545;
    outline: 1px solid #dc3545;
}

.offcanvasMenu {
    background: #000 !important;
}

.modal-body {
    padding: 0;
    border-radius: 6px;
    background: #171819 !important;
}

.btn-close-modal {
    position: absolute;
    background-color: #dc3545;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    border: none;
}

.img-modal {
    height: 300px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.modal-desc {
    padding: 20px 15px;
}

.modal-backdrop {
    background-color: #b9b9b9 !important;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

.desc-modal a {
    color: rgb(167,167,167);
    font-size: 12px;
}

.priceModal {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #dc3545;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 8px;
}

@media (max-width: 992px) {
    .menu-col .inner:after {
        border-right: 0;
    }
    .menu-col:nth-child(2) .inner, .inner {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .offcanvas {
        width: 100% !important;
    }

}

@media (max-width: 468px) {
    h5 {
        font-size: 16px;
    }

.dish-block .title .price {
        font-size: 16px;
    }

.dish-block .desc {
        font-size: 14px;
    }

    .dish-block .title .ttl {
        max-width: 200px;
        padding-right: 0;
    }

    .dish-block .title .price {
        padding-left: 0;
    }

    .dish-block .inner-box {
        padding-left: 100px;
        margin-bottom: 20px;
    }

    .dish-block .dish-image {
        width: 90px;
        height: 90px;
    }

    .dish-block .dish-image img {
        width: 90px;
        height: 90px;
    }

    .dish-block {
        margin-bottom: 20px;
    }

}

@media (max-width: 399px) {
    .dish-block .title .price {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }

    .dish-block .title .ttl {
        max-width: 170px;
    }
}
