
body {
    background-color: #f0f0f0;
    color: #535353;
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0;
}

#app {
    /*max-width: 1080px;*/
    margin: 0 auto;
}

button, a {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

body a {
    text-decoration: none;
}

header {
    /*position: fixed;*/
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #f3783f;
    padding: 0 20px 8px 20px;
    box-sizing: border-box;
    height: 192px;
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-container {
    max-width: 1080px;
    margin: 0 auto;
}

.uk-nav-category {
    width: 225px;
    /*position: fixed;*/
    left:0;
    /*top: 192px;*/
    /*height: calc(100vh - 192px);*/
    /*height: calc(100vh - 192px);*/
    z-index: 10;
    box-sizing: border-box;
	float: left;
}

.uk-left-side {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.uk-right-side{
    padding: 50px 0 0 225px;
}

/*.uk-link-order {*/
/*    position: fixed;*/
/*    top: 140px;*/
/*    right: 42px;*/
/*    z-index: 11;*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 15px 38px rgba(11, 0, 30, .13);*/
/*    background-color: #fff;*/
/*}*/

.goods-counter {
    position: absolute;
    top: -10px;
    right: -4px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background-color: #ff2121;
    font-weight: 700;
    font-size: 1.5em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uk-nav-category .uk-menu-item {
    height: 105px;
    padding: 0 15px 0 50px;
    font-weight: 700;
    font-size: 1em;
    color: rgba(83, 83, 83, .6);
}

.uk-nav-category .uk-active .uk-menu-item {
    color: #000;
    position: relative;
}

.uk-nav-category .uk-active .uk-menu-item:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    height: 1000px;
    border-radius: 0 0 35px 0;
    background-color: #fff;
}

.uk-nav-category .uk-active .uk-menu-item:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    height: 50px;
    border-radius: 0 35px 0 0;
    background-color: #fff;
}

.uk-nav-category img {
    margin-right: 20px;
	object-fit: contain;
}

.uk-nav-bg {
    position: relative;
}

.uk-nav-top {
    /*height: 50px;*/
    width: 100%;
    position: relative;
}

.uk-nav-bg {
    padding: 20px 10px;
}

.uk-nav-top:before, .uk-nav-bg:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 5px;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
}

.uk-left-side ul>li.uk-active+li>a {
    position: relative;
    z-index: 1;
}

.uk-left-side ul>li.uk-active ~ li>a{
    background-color: #fff;
}

.uk-left-side ul>li.uk-active+li>a {
    background-color: transparent;
}

.uk-left-side ul>li.uk-active+li>a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    bottom:0;
    background-color: #fff;
    z-index: -1;
}

.uk-left-side ul>li:last-of-type {
    position: relative;
}

.uk-left-side ul>li:last-of-type>a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 50px;
    background-color: #fff;
}

.uk-main-contain {
    padding: 10px 35px;
}

.uk-sub-title {
    font-weight: 400;
    font-size: 1.188em;
    color: rgba(43, 42, 41, .6);
}

.uk-h2 {
    font-weight: 700;
    font-size: 2.75em;
    color: #2b2a29;
    padding-bottom: 10px;
    margin: 0;
}

.uk-card-item {
    background-color: #fff;
    border-radius: 35px;
    padding: 20px 7px;
    height: 100%;
    box-sizing: border-box;
}

.uk-card-bottom {
    padding: 10px 13px 0 13px;
}

.uk-title-card {
    font-weight: 700;
    font-size: 1.5em;
    color: #535353;
    line-height: 1.25em;
    min-height: 60px;
    margin-bottom: 10px;
}

.uk-param-card {
    font-weight: 400;
    font-size: .688em;
    color: #535353;
}

.uk-price-card {
    font-weight: 700;
    font-size: 1.125em;
    color: #f4784e;
}

.uk-consist-card {
    font-weight: 400;
    font-size: .688em;
    color: #535353;
    padding: 5px 0;
}

.uk-card-count {
    padding: 7px 5px;
    background-color: #eff1f7;
    border-radius: 30px;
    margin-top: 5px;
}

.uk-card-count input {
    font-weight: 700;
    font-size: 1.375em;
    color: #2c343b;
    height: 28px;
    width: 50px;
    padding: 0 5px;
    background: none;
    border: 0;
    text-align: center;
    box-sizing: border-box;
}

.uk-card-count button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f4784e;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1.688em;
    color: #fff;
}

.uk-card-item form {
    width: 100%;
}

body .link-bay {
    border: none;
    padding: 0 15px;
    line-height: 42px;
    background-color: #f4784e;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    min-width: 85px;
    text-align: center;
}

/*header:before {*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 225px;*/
    /*top: 100%;*/
    /*right: 0;*/
    /*height: 10px;*/
    /*background: linear-gradient(to bottom, rgba(240, 240, 240, 1), rgba(240, 240, 240, 0));*/
/*}*/

.uk-nav-top:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 5px;
    height: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.uk-page-default {
    padding: 192px 0 34px 0;
}

.uk-page-default .uk-container {
    padding: 0 42px;
    max-width: 1080px;
}

.uk-order-content .uk-h2 {
    color: #535353;
    text-align: center;
}

.uk-food-cards .uk-card-item {
    background-color: transparent;
}

.uk-price-m {
    font-weight: 700;
    font-size: 1em;
    color: #535353;
}


.uk-food-cards .uk-card-bottom:before {
    display: block;
    content: "";
    position: absolute;
    left: -7px;
    top: -70px;
    right: -7px;
    bottom: 0;
    border-radius: 35px;
    z-index: -1;
    background-image: url("../images/mag/bg-card.png");
    background-repeat: no-repeat;
}

.uk-food-cards .uk-card-bottom:after {
    display: block;
    content: "";
    position: absolute;
    left: -7px;
    top: 113px;
    right: -7px;
    bottom: 0;
    border-radius: 35px;
    z-index: -1;
    background-image: url("../images/mag/bg-card.png");
    background-repeat: no-repeat;
}

/*.uk-card-dots:before {*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: -11px;*/
    /*top: -50px;*/
    /*width: 8px;*/
    /*height: 215px;*/
    /*background-image: radial-gradient(circle, #f0f0f0 4px, transparent 4px);*/
    /*background-size: 100% 7%;*/
/*}*/

/*.uk-card-dots:after {*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*right: -11px;*/
    /*top: -50px;*/
    /*width: 8px;*/
    /*height: 215px;*/
    /*background-image: radial-gradient(circle, #f0f0f0 4px, transparent 4px);*/
    /*background-size: 100% 7%;*/
/*}*/

.uk-price-sum {
    font-weight: 700;
    font-size: 1.5em;
    color: #535353;
    padding: 13px 0 0;
}


.uk-card-item .close {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #f4784e;
    padding: 0;
    border: 0;
    transform: rotate(45deg);
    margin: 20px auto 0;
}

.uk-food-cards .uk-title-card {
    font-size: 1em;
    min-height: 40px;
}

.uk-amount-card {
    padding-bottom: 5px;
}

.uk-amount-card {
    opacity: .5;
}

.uk-order-products:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    background: radial-gradient(rgba(1, 102, 93, .32), #f0f0f0 70%);
    height: 500px;
    z-index: -1;
}

.sum-title {
    font-weight: 700;
    font-size: 1.063em;
    color: rgba(104, 104, 104, .52);
}

.total-sum {
    font-weight: 700;
    font-size: 2.25em;
    color: #212121;
    line-height: 1em;
}

body .uk-btn {
    border: none;
    line-height: 71px;
    border-radius: 50px;
    padding: 0 55px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 2.25em;
    color: #fff;
    background-color: #f4784e;
    margin: 20px 0;
}

body .uk-btn.uk-btn-default {
    color: #535353;
    background-color: #fff;
}

.uk-page-default {
    background-color: #c5dbd9;
    min-height: calc(100vh - 226px);
}

.uk-payment {
    padding: 50px 0;
    z-index: 2;
    background-color: #c5dbd9;
    min-height: 417px;
    box-sizing: border-box;
}

.uk-order-products {
    padding: 50px 0;
    background-color: #f0f0f0;
    z-index: 1;
    min-height: 642px;
    box-sizing: border-box;
}

.uk-page-thanks .uk-h2 {
    font-size: 3.75em;
    color: #535353;
    padding: 0;
    line-height: 1em;
}

.uk-page-thanks .uk-h3{
    padding-bottom: 120px;
}

.uk-h3 {
    font-weight: 700;
    font-size: 2.688em;
    color: #535353;
}

.uk-h4 {
    font-weight: 700;
    font-size: 1.813em;
    color: #535353;
}

.uk-img-thanks {
    position: absolute;
    right: 20px;
    top: -115px;
}

.uk-page-thanks .uk-description {
    max-width: 50%;
    margin: 50px auto 0;
}

.uk-description {
    font-weight: 700;
    font-size: 1.5em;
    padding: 50px 0;
    z-index: 1;
}

.uk-svg-clock span {
    font-weight: 700;
    font-size: .875em;
    color: rgba(83, 83, 83, .55);
    display: block;
}

.min:after {
    display: block;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 2.25em;
    font-style: normal;
    content: "";
    width: 1ch;
    animation: countdown 9s step-end 1;
    height: 36px;
    line-height: 1em;
    margin: 0 auto;
}

@keyframes countdown {
    0% {
        content: "9";
    }
    10% {
        content: "8";
    }
    20% {
        content: "7";
    }
    30% {
        content: "6";
    }
    40% {
        content: "5";
    }
    50% {
        content: "4";
    }
    60% {
        content: "3";
    }
    70% {
        content: "2";
    }
    90% {
        content: "1";
    }
    100% {
        content: "0";
    }
}

.uk-svg-clock {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 50px auto;
}

.uk-svg-clock:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid rgba(101, 112, 111, .04);
}

.uk-svg-clock svg {
    position: absolute;
    left: 0;
    top: 0;
}

circle {
    fill: transparent;
    stroke: #65706f;
    stroke-width: 3px;
    stroke-dasharray: 471;
    stroke-dashoffset: 0;
    animation: clock-animation 9s linear 1;
}
@keyframes clock-animation {
    0% {
        stroke-dashoffset: 471;
    }
    100% {
        stroke-dashoffset: 0;
    }
}


.uk-content-thanks {
    padding: 50px 0 150px;
}

.uk-content-thanks {
    background-color: #f0f0f0;
}

.uk-order-number {
    font-weight: 700;
    font-size: 14.125em;
    color: #222222;
    z-index: 1;
}

.uk-order-number:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    height: 335px;
    background: radial-gradient(rgba(1, 102, 93, .32), #f0f0f0 70%);
    z-index: -1;
}

.menu-list {
    padding-bottom: 20px;
}

.menu-list a {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: .875em;
    color: #535353;
    margin: 5px 0;
}

.uk-content-bottom-thanks {
    padding: 150px 0 50px;
    z-index: 1;
}

.total-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.uk-food-cards {
    padding-top: 50px;
}


.goods-counter.active {
    -webkit-animation-name: os-fade-scale;
    animation-name: os-fade-scale;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes os-fade-scale {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes os-fade-scale {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}


.swal2-modal {
    display: none!important;
}


.order-button-wrap button {
    margin: 0 40px;
}















.uk-text-center {
    text-align: center;
}

.uk-text-right {
    text-align: right;
}

.uk-position-relative {
    position: relative;
}

.uk-flex{
    display: flex;
}

.uk-flex-center {
    justify-content: center;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-bottom {
    align-items: flex-end;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-1{
    flex: 1;
}

.uk-flex-column {
    flex-direction: column;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.uk-grid>* {
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 10px;
}

.uk-child-width-1-2>* {
    width: 50%;
}

.uk-child-width-1-3>* {
    width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4>* {
    width: 25%;
}

.uk-child-width-1-5>* {
    width: 20%;
}

.uk-grid.uk-grid-collapse {
    margin-left: 0;
}

.uk-grid.uk-grid-collapse>*{
    padding-left: 0;
}








.uk-left-side>ul>li.uk-flex-1 {
    background-color: #fff;
    position: relative;
}

.uk-left-side>ul>li.uk-flex-1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 50px;
    background-color: #fff;
}

.uk-left-side>ul>li.uk-active+li.uk-flex-1 {
    border-radius: 0 35px 0 0;
}

.uk-left-side>ul>li.uk-active+li.uk-flex-1:last-of-type:before {
    opacity: 0;
}

.uk-left-side>ul {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #f3783f #fff;
    /*height: calc(100vh - 1080px);*/
    /*height: calc(100vh - 192px);*/
    padding: 50px 0;
}

.uk-left-side>ul::-webkit-scrollbar {
    width: 5px;
}

.uk-left-side>ul::-webkit-scrollbar-thumb {
    background-color: var(--scroll-color);
    border-radius: 0;
}

.uk-left-side>ul::-webkit-scrollbar-track {
    margin: 12px 0;
}


:root {
    --body-bg-color: #f5faf5;
    --scroll-color: #f3783f;
    --scroll--hover-color: #f5faf5;
    --scroll-track-color: hsla(0, 0%, 100%, 0)
}

:root {
    --ck-color-mention-background: rgba(153, 0, 48, 0.1);
    --ck-color-mention-text: #990030;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #f3783f;
    border-radius: 20px;
    border: 3px solid #fff;
}

body::-webkit-scrollbar-track {
    background: #fff;
}





/*MOBILE*/

header.uk-header-mb {
    background-color: #fff;
    padding: 0 24px;
    height: auto;
	position: fixed;
}

header.uk-header-mb>div {
    border-bottom: solid 1px #707070;
    padding: 18px 0;
    width: 100%;
}

header.uk-header-mb .order-button {
    margin-right: 7px;
}

.uk-header-mb .goods-counter {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 23px;
    min-width: 23px;
    background-color: #ea112e;
    font-size: .875em;
    box-shadow: 0 2px 5px 0 rgba(234, 17, 46, 0.64);
}

.uk-bbl-mobile {
    background-color: #fff;
    padding-top: 190px;
}

.uk-bbl-mobile main {
    margin: 0 24px;
}

.uk-site-categories-mb>ul {
    /*flex-direction: inherit;*/
    /*flex-wrap: wrap;*/
    padding-top: 50px;

    display: grid;
    grid: auto-flow / auto auto auto;
    /*justify-content: space-between;*/
}

.uk-site-categories-mb>ul>li{
    margin-bottom: 50px;
}

.uk-site-categories-mb .uk-menu-item {
    flex-direction: column;
    font-weight: 700;
    color: #464648;
    font-size: 1.75em;
    padding-top: 9px;
}

.uk-site-categories-mb .uk-icon-menu img {
    height: 145px;
    width: auto;
}

.uk-h2-mb {
    font-size: 1em;
    font-weight: 700;
    color: #464648;
}

.uk-bbl-mobile .uk-card-item img {
    /*max-width: 100%;*/
    /*height: 90px;*/
    /*object-fit: cover;*/
}

.uk-bbl-mobile .uk-card-count {
    display: none;
}

.uk-bbl-mobile .uk-card-bottom {
    padding: 6px 0 0 0;
}

.uk-bbl-mobile .uk-title-card {
    font-size: .875em;
    color: #464648;
    min-height: auto;
    margin-bottom: 3px;
}

.uk-bbl-mobile .uk-card-item {
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0 10px 10px 10px;
}

.uk-bbl-mobile .uk-card-media {
    margin-top: -10px;
}

.uk-bbl-mobile .uk-prod-cat {
    margin-top: 35px;
}

.uk-bbl-mobile .uk-prod-cat>.uk-grid {
    margin-left: -27px;
}

.uk-bbl-mobile .uk-prod-cat>.uk-grid>* {
    box-sizing: border-box;
    padding-left: 27px;
    margin-bottom: 34px;
}

.uk-bbl-mobile .uk-param-card {
    font-size: .625em;
    color: #c1c1c4;
}

.uk-bbl-mobile .uk-consist-card {
    font-size: .625em;
    color: #535353;
    padding: 3px 0 10px 0;
}

.uk-bbl-mobile .uk-price-card {
    font-size: .75em;
    color: #0e4f42;
    margin: 0;
}

body.uk-bbl-mobile .link-bay {
    padding: 0 7px;
    line-height: 22px;
    border-radius: 4px;
    font-weight: 400;
    font-size: .625em;
    box-shadow: 0 4px 8px 0 rgba(244, 120, 78, 0.72);
    min-width: 100%;
}

.uk-bbl-mobile .uk-flex-bottom {
    margin: 0;
}

.uk-bbl-mobile .uk-page-default {
    background-color: #fff;
    min-height: auto;
    padding: 0;
}

.uk-bbl-mobile .uk-food-cards .uk-child-width-1-4>* {
    /*width: 50%;*/
    margin-bottom: 35px;
}

.uk-bbl-mobile .expedite-shipping {
    display: none;
}

body.uk-bbl-mobile .order-button-wrap .uk-btn, body.uk-bbl-mobile .order-button-wrap .uk-btn.uk-btn-default {
    line-height: initial;
    border-radius: 6px;
    padding: 5px 10px;
    text-transform: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: .75em;
    box-shadow: 0 4px 8px 0 rgba(244, 120, 78, 0.72);
    min-width: 90px;
    background-color: #f4784e;
    color: #fff;
}

.uk-bbl-mobile.uk-bbl-pay .uk-basket-items, .uk-bbl-mobile.uk-bbl-pay .sauce-wrap {
    display: none;
}

.uk-bbl-mobile.uk-bbl-pay .expedite-shipping {
    display: block;
}

.uk-basket-ingredients {
    display: none;
}

.uk-bbl-mobile .uk-basket-ingredients {
    display: block;
    color: #7a7a7c;
    font-size: .25em;
}

.uk-bbl-mobile .uk-price-sum, .uk-bbl-mobile .uk-amount-card {
    display: none;
}

.uk-bbl-mobile .uk-card-item .close {
    /*width: 15px;*/
    /*height: 15px;*/
    background-color: #ea112e;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -7px;
    right: -7px;
}

.uk-bbl-mobile .uk-card-item .close svg {
    width: 11px;
}

.uk-bbl-mobile .uk-card-item {
    position: relative;
}

.uk-bbl-mobile .uk-price-m {
    font-size: .75em;
    color: #0e4f42;
}

.uk-bbl-mobile .total-wrap.uk-flex-bottom {
    padding-top: 35px;
    margin-left: -10px;
}

.uk-bbl-mobile .sauce-wrap .sum-title, .uk-bbl-mobile .sauce-wrap .total-sum {
    font-size: 1.125em;
    color: #464648;
    line-height: 1em;
}

.uk-bbl-mobile .sauce-wrap .uk-child-width-1-2>* {
    width: auto;
}

.uk-bbl-mobile .counter-total-wrap {
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: solid 1px #707070;
}

.uk-bbl-mobile .uk-btns-expedite {
    justify-content: space-around;
    padding-bottom: 50px;
}

.uk-bbl-mobile .uk-btns-expedite a {
    border-radius: 9px;
    box-shadow: 0 4px 8px 0 rgba(234, 17, 46, 0.19);
    background-color: #ea112e;
    line-height: 30px;
    min-width: 83px;
    padding: 0 10px;
    color: #fff;
    font-size: .75em;
}

.uk-bbl-mobile .uk-btns-expedite>*+*>a {
    box-shadow: 0 4px 8px 0 rgba(14, 79, 66, 0.39);
    background-color: #0e4f42;
}

.uk-bbl-mobile  .expedite-shipping .uk-h2-mb>*:first-child {
    color: #f4784e;
}

.uk-bbl-mobile .user-name.phone {
    margin: 15px auto;
    border: solid 1px #707070;
    font-weight: 700;
    font-size: .725em;
    color: #7a7a7c;
    height: 30px;
    padding: 0 10px;
}

.uk-bbl-mobile .uk-food-cards>.uk-grid{
    margin-left: -27px;
}

.uk-bbl-mobile .uk-food-cards>.uk-grid>*{
    padding-left: 27px;
}

.uk-bbl-mobile .user-name.phone.error {
    border-color: red;
}

.uk-bbl-mobile .order-button-wrap {
    margin-top: 10px;
}

.uk-bbl-mobile .uk-h2-mb.uk-payment-cash  {
    font-size: .75em;
    padding: 15px 19px 14px 12px;
    border-radius: 8px;
    background-color: #f4784e;
    color: #fff;
}

.uk-h2-pc.uk-payment-cash  {
    font-size: 1.5em;
    padding: 15px 19px 14px 12px;
    border-radius: 8px;
    background-color: #f4784e;
    color: #fff;
}

@media (max-width: 1640px) {
	.uk-prod-cat .uk-child-width-1-5>*, .uk-prod-sale .uk-child-width-1-5>* {
		width: 25%;
	}
	
}

@media (max-width: 1300px) {
	.uk-prod-cat .uk-child-width-1-5>*, .uk-prod-sale .uk-child-width-1-5>* {
		width: calc(100% * 1 / 3.001);
	}
	
}

@media (max-width: 959px) {
    .uk-bbl-mobile .uk-card-item img {
        height: 90px;
    }
    .uk-site-categories-mb .uk-icon-menu img {
        height: 45px;
    }
    .uk-site-categories-mb .uk-menu-item {
         font-size: .875em;
    }
    .uk-bbl-mobile .uk-food-cards .uk-child-width-1-4>* {
        width: 50%;
    }
    .uk-header-mb .goods-counter {
        position: absolute;
        top: -5px;
        right: -5px;
        height: 13px;
        min-width: 13px;
        background-color: #ea112e;
        font-size: .563em;
        box-shadow: 0 2px 5px 0 rgba(234, 17, 46, 0.64);
    }
    .uk-site-categories-mb>ul {
        padding-top: 50px;
    }
    .uk-bbl-mobile {
        padding-top: 90px;
    }
	.uk-bbl-mobile .uk-card-item img {
    max-width: 100%;
    height: 90px;
    object-fit: cover;
}
}