.header {
    z-index: 1000;
}
.header__basket {
    min-width: 290px;
    text-align: right;
}

.slider__item_dark .slider-unit__title,
.slider__item_dark .slider-unit__subtitle {
    color: #000;
}

.discount-unit a {
    text-decoration: none;
    color: #000;
}

.discount-unit a h3 {
    color: #bf0000;
    text-decoration: underline;
}

.discount-unit a:hover h3 {
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    .header__logo {
        display:none
    }
}
.header__logo-mobile {
    display:none
}
@media only screen and (max-width:767px) {
    .header__logo-mobile {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
@media only screen and (max-width:1199px) {
    .header__menu {
        display:none
    }
}
@media only screen and (max-width:767px) {
    .header__tel {
        display:block;
        min-width:176px;
    }
    .header__tel .phone__number, .header__tel .phone__info{
        display: none;
    }
}
@media only screen and (max-width:575px) {
    .header__tel {
        display: block;
        min-width: 54px;
    }
}
.header__basket {
    min-width:290px;
    text-align:right
}
@media only screen and (max-width:767px) {
    .header__basket {
        display: none;
        min-width:176px;
        text-align:left
    }
}
@media only screen and (max-width:575px) {
    .header__basket {
        min-width:54px;
        margin-right: 0;
    }
}
.header__spacer {
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
@media only screen and (max-width:767px) {
    .header__spacer {
        display:none
    }
}
.header__spacer-mobile {
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    display:none
}
@media only screen and (max-width:767px) {
    .header__spacer-mobile {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.header__mobile-btn {
    margin-left:30px;
    display:inline-block
}
@media only screen and (max-width:767px) {
    .header__mobile-btn {
        margin-left:150px
    }
}
@media only screen and (max-width:575px) {
    .header__mobile-btn {
        margin-left:23px
    }
}
.header__mobile {
    display:none
}
@media only screen and (max-width:1199px) {
    .header__mobile {
        position:fixed;
        top:100px;
        right:0;
        display:block;
        width:300px;
        height:calc(100% - 100px);
        text-align:center;
        background:#fff;
        box-shadow:inset 1px 0 0 0 #e6e6e6;
        -webkit-transition:-webkit-transform .3s;
        transition:transform .3s;
        transition:transform .3s,-webkit-transform .3s;
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
}
@media only screen and (max-width:575px) {
    .header__mobile {
        top:70px
    }
}

@media only screen and (max-width:575px) {
    .header__wrapper {
        padding:5px 15px 5px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .basket-mini__price {
        display: none;
    }
}

.basket-mini__icon {
    display: block;
}

.form-order__personal-discount {
    text-align: right;
    color: green;
    position: relative;
    top: -15px;
    font-size: .875rem;
}
.form-callback_warning {
    padding-right: 0;
    padding-left: 0;
}
.form-success {
    text-align: right;
    color: green;
    position: relative;
    font-size: .875rem;
}
.form-group__wrapper {
    position: relative;
}
.form-group__error {
    font-size: .875rem;
    color: #bf0000;
}
.form-group_error .form-control {
    -webkit-box-shadow: inset 0 -1px 0 0 #bf0000;
    box-shadow: inset 0 -1px 0 0 #bf0000;
}
.hidden {
    display: none !important;
}
.btn:disabled,
.btn:hover:active {
    background: #d4d4d4;
    border-color: #d4d4d4;
    color: #fff;
    transition: none;
}
.btn:hover:disabled {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-unit__statuses {
    position: absolute;
    top: 40px;
    left: 30px;
}
.product-unit__status {
    position: static;
    display: inline-block;
}
@media (min-width:1875px) {
    .col-xxxl-2_5 {
        -ms-flex:0 0 16.666667%;
        -webkit-box-flex:0;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-xxxl-2_5 {
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
}

.product-unit__title {
    position: relative;
}

.product-unit__notice {
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    background: grey;
    border-radius: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.product-unit__notice:hover {
    background: rgb(55, 53, 53);
}

.product-unit__tooltip {
    position: absolute;
    width: 233px;
    margin-top: 0px;
    right: -14px;
    top: 36px;
    min-height: 45px;
    padding: 12px;
    border-radius: 10px;
    background-color:rgb(55, 53, 53);
    color:rgb(255, 255, 255);
    font-size: .75rem;
    font-weight: normal;
}

.product-unit__tooltip::after {
    content: '';
    position: absolute;
    right: 15px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgb(55, 53, 53);
}

.product-unit__quantity {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    background: lightgray;
    border-radius: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-left: 10px;
}
.ingredients-list {
    font-size: 0.8rem;
    font-weight: 400;
}

.ingredients-select {
    position: relative;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    margin-left: 20px;
    min-width: 290px;
    max-width: 290px;
    font-size: 0.8em;
    color: #000;
}

.ingredients-select_link {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    padding: 0 0 0 24px;
    border-color: transparent;
    line-height: 40px;
    height: 42px;
    position: relative;
}

.ingredients-select_caret {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 16px;
    height: 100%;
    align-items: center;
}

.ingredients-select_link b {
    position: relative;
    display: block;
    width: 12px;
    height: 8px;
    line-height: 1;
    background: url(../img/assets/select/select-arrow.svg) no-repeat center;
}

.ingredients-select_dropdown {
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 998;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    /*border-top: 0;*/
    background: #fff;
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.ingredients-select_checkbox {
    margin-right: 5px;
}

.ingredients-select_dropdown label {
    padding: 5px;
    display: block;
}

.ingredients-select .chosen-container .chosen-results li {
    white-space: nowrap;
}

@media (max-width:768px) {
    .ingredients-select {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
        display: block;
    }
}
.basket-footer__wrapper {
    line-height: 30px;
}

@media (max-width:576px) {
    .basket-total {
        position: relative;
        top: -9px;
    }

    .basket-footer__title_text {
        position: relative;
        top: -4px;
    }

    .basket-footer__wrapper {
        padding: 20px 15px;
    }

    .basket-footer__discount {
        position: absolute;
        top: 38px;
    }
}
/*
.basket-footer__title {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
*/
.basket-footer_sticky {
    z-index: 998;
}

.menu-container {
    z-index: 1000;
}

/* errors */
.promocode__input {
    margin-right: 20px;
}
.promocode__input .form-group + .form-group {
    margin-top: 10px;
}
.promocode__btn {
    align-items: flex-end;
    display: flex;
}
.promocode-success {
    padding: 0 20px 20px;
    background: #f5f5f5;
    font-size: .875rem;
    color: green;
}
.promocode-error {
    padding: 0 20px 20px;
    background: #f5f5f5;
    font-size: .875rem;
    color: #bf0000;
}
.error {
    background-color: #bf0000 !important;
}
.page-error {
    display: block;
}
.page-error__img {
    margin-bottom: 20px;
}
.page-error__img img {
    max-width: 100%;
}
.page-error__info {
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 24px;
}
.page-error__info a {
    color: #fff;
    font-size: 24px;
}
.page-error__code {
    color: #fff;
    font-size: 60px;
}
.logo__svg_centered {
    margin: 0 auto;
}
.menu-block_catalog .menu-block__item {
    min-width: 33.33333%;
}

@media (max-width:768px) {
    .product-menu__spacer {
        display: none;
    }
}

.chosen-container-single .chosen-single div b {
    background: url(/img/assets/select/select-arrow.svg) no-repeat center;
}

/*
.menu-block_catalog .menu-block__list {
    width: 520px;
}
*/
.menu-block_catalog {
    overflow: visible;
}

.product-unit__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 42px;
    text-align: right;
}

.product-unit__price-old,
.product-unit__price-new {
    white-space: nowrap;
}

@media (min-width:1200px) {
    .product-unit__price {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

/**
 * admin mode on
 * (c) https://codepen.io/TimPietrusky
 */
.admin-mode-on {
    color: #fff;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2rem;
    -moz-animation: candy linear 0.5s infinite forwards -0.03846s;
    -webkit-animation: candy linear 0.5s infinite forwards -0.03846s;
    animation: candy linear 0.5s infinite forwards -0.03846s;
    overflow: hidden;
}
@-moz-keyframes candy {
    0% {
        color: #208e4e;
        text-shadow: 0.1em 0 0.1em #2ecc71, 0.15em 0 0.1em #2ecc71;
    }
    7.69231% {
        color: #19703e;
        text-shadow: 0.1em 0 0.1em #27ae60, 0.15em 0 0.1em #27ae60;
    }
    15.38462% {
        color: #aa8a0a;
        text-shadow: 0.1em 0 0.1em #f1c40f, 0.15em 0 0.1em #f1c40f;
    }
    23.07692% {
        color: #b06f09;
        text-shadow: 0.1em 0 0.1em #f39c12, 0.15em 0 0.1em #f39c12;
    }
    30.76923% {
        color: #1d6fa5;
        text-shadow: 0.1em 0 0.1em #3498db, 0.15em 0 0.1em #3498db;
    }
    38.46154% {
        color: #1b557a;
        text-shadow: 0.1em 0 0.1em #2980b9, 0.15em 0 0.1em #2980b9;
    }
    46.15385% {
        color: #bf2718;
        text-shadow: 0.1em 0 0.1em #e74c3c, 0.15em 0 0.1em #e74c3c;
    }
    53.84615% {
        color: #81261d;
        text-shadow: 0.1em 0 0.1em #c0392b, 0.15em 0 0.1em #c0392b;
    }
    61.53846% {
        color: #713b87;
        text-shadow: 0.1em 0 0.1em #9b59b6, 0.15em 0 0.1em #9b59b6;
    }
    69.23077% {
        color: #612e76;
        text-shadow: 0.1em 0 0.1em #8e44ad, 0.15em 0 0.1em #8e44ad;
    }
    76.92308% {
        color: #117964;
        text-shadow: 0.1em 0 0.1em #1abc9c, 0.15em 0 0.1em #1abc9c;
    }
    84.61538% {
        color: #0d5d4d;
        text-shadow: 0.1em 0 0.1em #16a085, 0.15em 0 0.1em #16a085;
    }
    92.30769% {
        color: rgba(217, 217, 217, 0.5);
        text-shadow: 0.1em 0 0.1em rgba(255, 255, 255, 0.5), 0.15em 0 0.1em rgba(255, 255, 255, 0.5);
    }
    100% {
        color: #208e4e;
        text-shadow: 0.1em 0 0.1em #2ecc71, 0.15em 0 0.1em #2ecc71;
    }
}
@-webkit-keyframes candy {
    0% {
        color: #208e4e;
        text-shadow: 0.1em 0 0.1em #2ecc71, 0.15em 0 0.1em #2ecc71;
    }
    7.69231% {
        color: #19703e;
        text-shadow: 0.1em 0 0.1em #27ae60, 0.15em 0 0.1em #27ae60;
    }
    15.38462% {
        color: #aa8a0a;
        text-shadow: 0.1em 0 0.1em #f1c40f, 0.15em 0 0.1em #f1c40f;
    }
    23.07692% {
        color: #b06f09;
        text-shadow: 0.1em 0 0.1em #f39c12, 0.15em 0 0.1em #f39c12;
    }
    30.76923% {
        color: #1d6fa5;
        text-shadow: 0.1em 0 0.1em #3498db, 0.15em 0 0.1em #3498db;
    }
    38.46154% {
        color: #1b557a;
        text-shadow: 0.1em 0 0.1em #2980b9, 0.15em 0 0.1em #2980b9;
    }
    46.15385% {
        color: #bf2718;
        text-shadow: 0.1em 0 0.1em #e74c3c, 0.15em 0 0.1em #e74c3c;
    }
    53.84615% {
        color: #81261d;
        text-shadow: 0.1em 0 0.1em #c0392b, 0.15em 0 0.1em #c0392b;
    }
    61.53846% {
        color: #713b87;
        text-shadow: 0.1em 0 0.1em #9b59b6, 0.15em 0 0.1em #9b59b6;
    }
    69.23077% {
        color: #612e76;
        text-shadow: 0.1em 0 0.1em #8e44ad, 0.15em 0 0.1em #8e44ad;
    }
    76.92308% {
        color: #117964;
        text-shadow: 0.1em 0 0.1em #1abc9c, 0.15em 0 0.1em #1abc9c;
    }
    84.61538% {
        color: #0d5d4d;
        text-shadow: 0.1em 0 0.1em #16a085, 0.15em 0 0.1em #16a085;
    }
    92.30769% {
        color: rgba(217, 217, 217, 0.5);
        text-shadow: 0.1em 0 0.1em rgba(255, 255, 255, 0.5), 0.15em 0 0.1em rgba(255, 255, 255, 0.5);
    }
    100% {
        color: #208e4e;
        text-shadow: 0.1em 0 0.1em #2ecc71, 0.15em 0 0.1em #2ecc71;
    }
}
@keyframes candy {
    0% {
        color: #208e4e;
        text-shadow: 0.1em 0 0.1em #2ecc71, 0.15em 0 0.1em #2ecc71;
    }
    7.69231% {
        color: #19703e;
        text-shadow: 0.1em 0 0.1em #27ae60, 0.15em 0 0.1em #27ae60;
    }
    15.38462% {
        color: #aa8a0a;
        text-shadow: 0.1em 0 0.1em #f1c40f, 0.15em 0 0.1em #f1c40f;
    }
    23.07692% {
        color: #b06f09;
        text-shadow: 0.1em 0 0.1em #f39c12, 0.15em 0 0.1em #f39c12;
    }
    30.76923% {
        color: #1d6fa5;
        text-shadow: 0.1em 0 0.1em #3498db, 0.15em 0 0.1em #3498db;
    }
    38.46154% {
        color: #1b557a;
        text-shadow: 0.1em 0 0.1em #2980b9, 0.15em 0 0.1em #2980b9;
    }
    46.15385% {
        color: #bf2718;
        text-shadow: 0.1em 0 0.1em #e74c3c, 0.15em 0 0.1em #e74c3c;
    }
    53.84615% {
        color: #81261d;
        text-shadow: 0.1em 0 0.1em #c0392b, 0.15em 0 0.1em #c0392b;
    }
    61.53846% {
        color: #713b87;
        text-shadow: 0.1em 0 0.1em #9b59b6, 0.15em 0 0.1em #9b59b6;
    }
    69.23077% {
        color: #612e76;
        text-shadow: 0.1em 0 0.1em #8e44ad, 0.15em 0 0.1em #8e44ad;
    }
    76.92308% {
        color: #117964;
        text-shadow: 0.1em 0 0.1em #1abc9c, 0.15em 0 0.1em #1abc9c;
    }
    84.61538% {
        color: #0d5d4d;
        text-shadow: 0.1em 0 0.1em #16a085, 0.15em 0 0.1em #16a085;
    }
    92.30769% {
        color: rgba(217, 217, 217, 0.5);
        text-shadow: 0.1em 0 0.1em rgba(255, 255, 255, 0.5), 0.15em 0 0.1em rgba(255, 255, 255, 0.5);
    }
    100% {
        color: #208e4e;
        text-shadow: 0.1em 0 0.1em #2ecc71, 0.15em 0 0.1em #2ecc71;
    }
}

/* retina */
.slick-slide img.slider-unit__img_noretina {
    display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .slick-slide img.slider-unit__img_noretina {
        display: none;
    }
}
.slick-slide img.slider-unit__img_retina {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .slick-slide img.slider-unit__img_retina {
        display: block;
    }
}

img.menu-block__img_noretina {
    display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    img.menu-block__img_noretina {
        display: none;
    }
}
img.menu-block__img_retina {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    img.menu-block__img_retina {
        display: block;
    }
}

img.product-unit__img-src {
    max-width: 290px;
}
img.product-unit__img-src_noretina {
    display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    img.product-unit__img-src_noretina {
        display: none;
    }
}
img.product-unit__img-src_retina {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    img.product-unit__img-src_retina {
        display: block;
    }
}

@media (min-width:576px) {
    img.basket-unit__img-src {
        max-width: 175px;
    }
}

.map-address {
    height: 100%;
}

.product-menu {
    position:sticky;
    top:70px;
    left:0;
    right:0;
    padding:15px 25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    min-height:58px;
    background:#fff;
    z-index:10;
    box-shadow:0 1px 0 0 #dbdbdb
}
@media only screen and (max-width:991px) {
    .product-menu {
        padding:15px
    }
}
@media only screen and (max-width:767px) {
    .product-menu {
        top:60px;
        padding:0;
        display:block
    }
}