a.nav-catalog__link {
    padding: 10px 15px;
    border: 2px solid #214c90;
    color: #214c90;
    border-radius: 18px;
    font-weight: 500;
    transition: all 0.3s
    ease 0s;
}
.nav-catalog__slider_scroll .slick-next, .nav-catalog__slider_scroll .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: #f4f6f8;
    padding: 0 10px;
    margin: 0px;
    height: 38px;
    border-radius: 0px;
    display: none!important;
}
.nav-catalog__slider_scroll .slick-list {
    padding: 0 10px;
}

a.nav-catalog__link._active {
    border: 2px solid rgb(233, 174, 97);
    color: rgb(233, 174, 97);
}
.slick-slider .slick-track {
    gap: 0px;
}
.nav-catalog__slider_scroll.slick-slider .slick-slide {
    position: relative;
    margin: 0px 5px;
}
.cities_select {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #26498c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 15px;
}
.cities_select::before {
    background: url(../img/icons/title-before.svg) center / auto no-repeat;
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px
}
.cities_select::after {
    background: url(../img/icons/title-after.svg) center / auto no-repeat;
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px
}

.restorant__title {
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
}

.restorant__title a{
    color: #26498c;
}
.header-navigation {
    z-index: 99;
}
.tab_city {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.map_city {
    display: none;
}
.map_city._activ {
    display: block;
}
nav.header__nav.nav-menu {
    position: relative;
}
header.header {
    z-index: 9;
}
ul.nav-menu__category {
    position: absolute;
    left: -20px;
    top: 20px;
    background: #f7f7f7f0;
    display: none;
    flex-direction: column;
    z-index: 9;
    gap: 12px;
    padding: 25px;
    border-radius: 10px;
    /*border: 2px solid #4158A499;*/
    box-shadow: 0px 0px 20px #0231aa8c;
}
.open_categories:hover ul.nav-menu__category{
    display: flex;
}
a.nav-category__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #364E97;
    white-space: nowrap;
    -webkit-transition: all 0.3s
    ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s
    ease 0s;
}
a.nav-category__link:hover {
    color: #eb8a2d;
}
ul.mobile-menu__list._spollers {
    position: relative;
}
ul.nav-menu__category_mob {
    position: absolute;
    z-index: 9;
    background: #f5f6f7;
    width: 275px;
    padding: 20px;
    left: -20px;
    top: -10px;
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 50px;
    border-right: 3px solid #365ca7;
}
ul.nav-menu__category_mob._active{
    display: flex;
}
a.nav-category__link_mob {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #094b90;
    white-space: nowrap;
    -webkit-transition: all 0.3s
    ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s
    ease 0s;
}
.city_body {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
}
.city_body._activ {
    display: flex;
}
.mobile_title {
    display: none;
}

.city_select {
    display: flex
;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 16px 0px;
    font-size: 18px;
    color: #ffffff;
}
.banner__map {
    height: 280px;
}

.city_select {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
}

.city_select span {
    color: #fff;
    font-weight: 700;
}

.city_select a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px 6px 28px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
    font-family: "Montserrat";
}

.city_select a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}
.city_select a::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(4%, -50%);
    width: 9px;
    height: 9px;
    border: 1px solid #2d5093;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}
.city_select a.active::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-1%, -50%);
    width: 12px;
    height: 12px;
    border: 1px solid #ff9000;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.city_select a.active {
    border-color: #ff9000;
    color: #ff9000;
}

.city_select a.active::before {
    border-color: #ffffff;
    background: #ff9000;
}

.city_select a:hover {
    border-color: #ff9000;
    color: #ff9000;
}


.city_select .city_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px 6px 28px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 16px;
    font-family: "Montserrat";
}

.city_select .city_btn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.city_select .city_btn._activ {
    border-color: #ff9000;
    color: #ff9000;
}

.city_select .city_btn._activ::before {
    border-color: #ffffff;
    background: #ff9000;
}

.city_select .city_btn:hover {
    border-color: #ff9000;
    color: #ff9000;
}

.city_select {
    font-family: "Montserrat";
}


.city_select .city_btn::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(4%, -50%);
    width: 9px;
    height: 9px;
    border: 1px solid #2d5093;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}
.city_select .city_btn._activ::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-1%, -50%);
    width: 12px;
    height: 12px;
    border: 1px solid #ff9000;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.map_city._activ {
    height: 280px;
}
.map_city iframe {
    max-height: 100%;
}
.content__banner_map.banner {
    width: 100%;
    height: 340px;
    margin-bottom: 45px;
    position: relative;
}


a.nav-menu__link {
    padding-bottom: 10px;
}

.mobile_title .city_select span,.mobile_title .city_select a  {
    color: #2f5297;
}

.mobile_title .city_select a{
    border: 2px solid #2f5297;
}
.mobile_title  .city_select a.active {
    border-color: #ff9000;
    color: #ff9000;
}

h1.restorant__title._title.mobile_title {
    margin-bottom: 14px;
}

h1.restorant__title_city.mobile_title .city_select {
    padding: 0px 0px 16px;
}
@media (min-width: 991.98px) {
    .nav-catalog {
        top: 0;
        padding-top: 0;
    }
}
@media (max-width: 768.98px) {
    .content__delivery-info {
        padding-top: 0px;
        padding-bottom: 20px;
        margin: -10px -15px;
    }

    div#map-canvas-mobile {
        display: none;
    }

    .desctop_title {
        display: none;
    }
    .mobile_title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .city_body {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .content__banner_map.banner {
        width: auto;
        height: 340px;
        margin-bottom: 30px;
        position: relative;
    }
    .city_select {
        padding: 16px 0px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "Montserrat";
        justify-content: center;
    }
    .content__banner_map.banner .city_select span {
        color: #3458a1;
        font-weight: 500;
    }
    .city_select .city_btn {
        border: 2px solid #32569c;
        color: #2e5296;
    }
    .city_select .city_btn::before {
        border: 2px solid #32569c;
    }
}
