*,*::after,*::before {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #07c;
    text-decoration: none
}
img,svg {
    max-width: 100%
}
button {
    font-size: 1.6rem;
    font-family: 'PT Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    padding: 0
}
input[type=number],
input[type=password],
input[type=text], textarea {
    -webkit-appearance: none;
}
input {
    border: 1px solid rgba(0,0,0,.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    width: 100%;
    -webkit-appearance: textfield;
    font-family: 'PT Sans', sans-serif;
}
button:focus {
    outline: none;
}
button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled] ,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    color: #eee;
    cursor: inherit;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
}
::-ms-input-placeholder { /* Microsoft Edge */
}
label {}
textarea {
    font-family: 'PT Sans', sans-serif;
    min-height: 100px;
    resize: vertical;
    overflow: auto;
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #fff;
    border-radius: .25em;
    font-size: 14px;
    color: #2b3e51;
}
select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #f1f1f1;
    position: relative;
    font-size: 1.6rem;
    font-family: 'PT Sans', sans-serif;
    color: #3c3c3c;
    /*color: #2e4057;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
body.overflow-hidden {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
body.scroll-hidden{
    overflow: hidden;
}
strong {
    font-weight: 600;
}
body{
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);*/
}

/* Mourning
----------------------------------------*/
.mourning{
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}
.mourning__container{
    display: flex;
    align-items: center;
}
.mourning__heading{
    flex: auto;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.mourning__date {
    font-size: 30px;
    color: #ccc;
    font-weight: 700;
}

/* Notification main
--------------------------------------*/
.notification__main {
    padding: 10px;
    text-align:center;
}
.notification__main-default {
    background-color: #F9E79F;
}
.notification__main-default + .notification__main-default {
    margin-top: -10px;
}
.notification__main-critical {
    background-color: #ef5350;
    color: #fff;
    line-height: 1.5;
}
.notification__main-critical a{
    color: #fff;
    text-decoration: underline;
}

/* Notification product
--------------------------------------*/
.notification-product {
    margin-top: 10px;
    padding: 10px;
    border-radius: 2px;
    background-color: #F9E79F;
}
.notification-product--critical {
    background-color: #ef5350;
    color: #fff;
}

/* Notification courier
--------------------------------------*/
.notification-courier {
    padding: 10px;
    border-radius: 2px;
    background-color: #F9E79F;
}
.notification-courier--critical {
    background-color: #ef5350;
    color: #fff;
}

/* Notification courier
--------------------------------------*/
.notification-order {
    margin: 20px;
    padding: 10px;
    border-radius: 2px;
    background-color: #F9E79F;
}
.notification-order--critical {
    background-color: #ef5350;
    color: #fff;
}

/* Notification whatsApp
--------------------------------------*/
.notification__whatsapp {
    margin-left: 10px;
    background: #28d365;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
}
.notification__whatsapp_icon {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.m-notification__whatsapp {
    color: #fff;
    text-decoration: underline;
}
.m-notification__whatsapp_icon {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

/* Anti covid order
--------------------------------------*/
.anti-covid {
    padding: 60px;
    background-color: #fff;
    margin-bottom: 30px;
}
.anti-covid__form {
    width: 940px;
    margin: 0 auto;
}
.anti-covid__body {}
.anti-covid__footer {
    text-align: right;
}
.anti-covid__title {
    font-size: 30px;
    color: #3c3c3c;
    margin-bottom: 20px;
    font-weight: 600;
}
.anti-covid__notification {
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 2px;
    background-color: #F9E79F;
}
.anti-covid__text {
    margin-top: 10px;
}
.anti-covid__notification--critical {
    background-color: #ef5350;
    color: #fff;
}
.anti-covid__success {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.m-menu {
    display: none;
}
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    background-color: #1D1F20;
    background-image: linear-gradient(145deg, #1D1F20, #404348);
}
.slideout-panel {
    position: relative;
    z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
}

/* Header
--------------------------------------*/
.header {
    width: 100%;
    z-index: 1030;
    background: #fff;
}
.header__top {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ebebeb;
}
.header__top__inner {
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    justify-content: space-between;
}
.header__bottom {
    background: #fff;
    border-bottom: 1px solid rgba(177, 177, 177, 0.12);
}
.header__bottom__inner {
    height: 66px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

/* Top menu
----------------------------------------*/
.top-menu {
    width: 52%;
}
html[lang='kz'] .top-menu{
    width: 55%;
}
.top-menu__item {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
    position: relative;
}
.top-menu__link {
    color: #3c3c3c;
}
.top-menu__link--red{
    color: #f1675e;
    font-weight: 700;
}
.top-menu__link:hover {
    color: #a9cf44;
}
.top-menu__review-dropdown {
    width: 100%;
    left: 0;
    z-index: 1;
    top: 70px;
    position: absolute;
    height: 160px;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    padding-left: 18%;
    padding-right: 15%;
}
.top-menu__review-dropdown--triggered {
    display: block !important;
}
.top-menu__review-dropdown-list {
    width: 20%;
}
.top-menu__review-dropdown-item {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    margin-right: 20px;

}

.top-menu__review-dropdown-content {
    display: flex;
}
.top-menu__review-dropdown-logo {
    width: 45%;
    display: flex;
}
.top-menu__review-dropdown-logo-img {
    width: 80px;
    height: 80px;
    margin-top: 40px;
}
.top-menu__review-dropdown-content-body {
    padding-left: 25px;
    padding-right: 45px;
    padding-top: 40px;
}
.top-menu__review-dropdown-header {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: normal;
}
.top-menu__review-dropdown-text {
    line-height: normal;
}
.top-menu__review-dropdown-link {
    color: #3c3c3c;
    cursor: pointer;
}
.top-menu__review-dropdown-link:hover {
    color: #a9cf44;
}

.lang-switcher__link {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 40px;
    display: block;
}
.lang-switcher__item.active .lang-switcher__link {
    color: #a9cf44;
}
.lang-switcher__link:hover {
    color: #a9cf44;
}
.language-switcher {
    position: relative;
    width: 5%;
    font-size: 14px;
}
.mainmenu-orderstatus {
    position: relative;
   margin-left: 20px;
    font-size: 14px;
}
.language-switcher__current {
    cursor: pointer;
    font-size: 15px;
    text-align: right;
}
.language-switcher__current:hover {
    color: #a9cf44;
}
.language-switcher__list {
    background-color: #fff;
    position: absolute;
    top: calc(100% - 2px);
    right: -13px;
    width: 100px;
    z-index: 999;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.language-switcher__arrow {
    right: 16px;
    top: -5px;
    -webkit-box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    background: #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.language-switcher__list {
    display: none;
    opacity: 0;
}
.language-switcher__list.lang-switcher__list--visible {
    display: block;
    opacity: 1;
}

/* Auth
----------------------------------------*/
.auth {
    position: relative;
    width: 13%;
    text-align: right;
}
html[lang='kz'] .auth{
    width: 10%;
}
.auth__item {
    padding-left: 20px;
}
.auth__item.auth__item--logged {
    display: inline-block;
    vertical-align: middle;
}
.auth__link {
    font-size: 15px;
    color: #3c3c3c;
}
.auth__link:hover {
    color: #a9cf44;
}
.auth__user-name {
    position: absolute;
    right: 50px;
    top: 0;
}
.auth__img {
    display: block;
    width: 40px;
    height: 40px;
}
.auth__icon_arrow {
    position: relative;
    top: 2px;
}

/* User Bar
--------------------------------------*/
.auth-user {
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    display: none;
    width: 260px;
    height: auto;
    background-color: #fff;
    color: #111433;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    z-index: 999;
}
.auth-user.auth-user--active {
    display: block;
}
.auth-user__arrow {
    right: 16px;
    top: -5px;
    -webkit-box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    background: #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.auth-user-nav {
    text-align: left;
    padding: 10px 0;
}
.auth-user-nav:last-child {
    border-top: 1px solid rgba(177, 177, 177, 0.12);
}
.auth-user-nav__item {}
.auth-user-nav__link {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    color: #3c3c3c;
    transition: all .2s ease;
}
.auth-user-nav__item.disabled {
    opacity: 0.5;
}
.auth-user-nav__icon {
    margin-right: 10px;
    color: #979daa;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: sub;
}
.auth-user-nav__link:hover {
    background: #f9f8f8;
}

.user-nav__item.disabled {
    opacity: 0.5;
}

/* City widget
----------------------------------------*/
.city-widget .popup-container{
    top: 0;
}

/* CIty List
--------------------------------------*/
.current-city {
    cursor: pointer;
}
.current-city:hover {
    color: #7cbe67;
}
.current-city__icon_map {
    color: #a9cf44;
}
.current-city__name {
    color: #3c3c3c;
}
.current-city__icon_arrow {
    position: relative;
    top: 2px;
    color: #979daa;
}

.city-confirm {
    position: absolute;
    top: calc(100% - 2px);
    left: -50%;
    width: 300px;
    z-index: 999;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.city-confirm__arrow {
    box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    border-color: transparent;
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg);
    display: block;
    border-style: solid;
    left: 140px;
}
.city-confirm__title {
    height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.city-confirm__city-title {
    height: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}
.city-confirm__btn-confirm {
    background-color: #fce389;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid #fce389;
    margin: 0;
}
.city-confirm__btn-confirm:hover {
    background-color: #fff2c4;
    border-color: #fff2c4;
}
.city-confirm__btn-cancel {
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    margin: 0;
}
.city-confirm__btn-cancel:hover {
    border-color: #f4f4f4;
}
.city-confirm__footer {
    padding: 0 12px;
}

.header__logo {
    width: 20%;
}
.logo__link {
}
.logo__img {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.header__nav {
    width: 20%;
    display: flex;
}
.nav {
    position: relative;
}
.nav__link {
    color: #3c3c3c;
    padding: 20px 0;
    display: block;
}
.nav__icon {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    top: 2px;
    margin-right: 10px;
}
.nav__link:hover {
    color: #a9cf44;
}
.nav__link:hover .nav__icon {
    color: #a9cf44;
}

.header__search {
    width: 47%;
    position: relative;
}
.search-result {
    margin-bottom: 40px;
}

/* Autocomplete
----------------------------------------*/
.autocomplete{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
}
.autocomplete a{
    display: block;
    text-decoration: none;
    padding:1rem;
    border-bottom: thin solid #eeeeee;
    font-size: 1.5rem;
    color: #333;
    font-weight: 300;
}
.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    cursor: default;
    overflow: auto;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.05);
}
.autocomplete-suggestion {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 1rem;
    line-height: 36px;
    font-size: 1.5rem;
    color: #333;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 1px solid #f8f8fb;
    text-overflow: ellipsis;
}
.autocomplete-suggestion strong {
    font-weight: 600;
}
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #e8eff9; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.header__call {
    width: 20%;
    display: flex;
    justify-content: center;
}
.call-widget {
    position: relative;
    padding: 4px 10px;
    text-align: right;
}
.call-widget__icon {
    font-size: 30px;
    color: #a9cf44;
}
.call-widget__code {
    font-size: 14px;
    color: #999;
}
.call-widget__phone {
    font-weight: 600;
    font-size: 18px;
    color: #a9cf44;
}
.call-widget__label {
    position: absolute;
    font-size: 12px;
    color: #999;
    top: 0;
    right: 12px;
}

.header__cart {
    width: 14%;
}
.cart-form__address {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.cart-form__zone:not(:empty) {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.cart-form__zone strong{
    font-weight: 700;
}
.cart-form__select-btn {
    height: 28px;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    color: #3a3a3a;
    background-color: #ddd;
}
.cart-form__select-btn:hover {
    opacity: 0.7;
}
.cart-widget {
    position: relative;
    text-align: right;
}
.cart-widget__link {
    display: block;
    color: #999;
}
.cart-widget__icon {
    width: 30px;
    font-size: 30px;
    color: #a9cf44;
    position: relative;
}
.cart-widget__count {
    font-family: 'PT Sans', sans-serif;
    background: #F1665E;
    position: absolute;
    left: 20px;
    color: #fff;
    padding: 5px 8px;
    border-radius: 20px;
    top: -8px;
    font-size: 12px;
    font-weight: bold;
}
.cart-widget__cost {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: bold;
}
.cart-widget__currency {
    font-size: 12px;
}
.cart-widget__currency--hidden {
    display: none;
}
.popup.cart-add{
    overflow-y: auto;
}
.popup.cart-add .popup-container {
    padding: 0;
    top: 0;
}
.cart-add__title {
    font-size: 20px;
    color: #a9cf44;
    font-weight: 600;
    margin-bottom: 20px;
}
.cart-add__title--default {
    color: #3c3c3c;
}
.cart-add__body {
    padding: 30px;
}
.cart-add__message {
    padding: 15px 10px;
    background: #ef5350;
    color: #fff;
    font-size: 16px;
}
.cart-add__message:not(:last-child){
    margin-bottom: 15px;
}
.cart-add-table {
    width: 100%;
}
.cart-add-table__header {
    text-align: left;
}
.cart-add-table__body {}
.cart-add-table td {
    padding: 20px 10px;
    vertical-align: middle;
}
.cart-add-table th {
    color: #999;
    font-size: 15px;
    padding: 0 0 10px 10px;
}
.cart-add-product {
    border-top: 1px solid #eee;
}
.cart-add-product__image {
    width: 70px;
    text-align: center;
}
.cart-add-product__image img {
    max-height: 70px;
}
.cart-add-product__image img {
    vertical-align: top;
    max-height: 50px;
}
.cart-add-product__name {
    /* width: 40%; */
}
.cart-add-product__quantity {
    width: 140px;
    font-size: 14px;
    position: relative;
}
.cart-add__minus {
    display: inline-block;
    width: 35px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eee;
    margin-right: -5px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.cart-add__value {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}
.cart-add__plus {
    display: inline-block;
    width: 35px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eee;
    margin-left: -5px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.cart-add__max {
    position: absolute;
    display: block;
    color: #999;
    font-size: 13px;
    width: 120px;
    text-align: center;
    padding-top: 5px;
}
.cart-add__reserve {
    position: absolute;
    display: block;
    font-size: 13px;
    width: 140px;
    text-align: center;
    margin-top: 21px;
    padding: 5px;
    background-color: #FFE082;
    color: #3c3c3c;
    margin-left: -10px;
}
.cart-add__reserve--last{
    background-color: #f1665e;
    color: #fff;
}
.cart-add-product__price {
    width: 97px;
    font-size: 14px;
}
.cart-add-product__cost {
    width: 97px;
    font-size: 14px;
}
.cart-add-product__actions {

    width: 36px;}
.cart-add-product__link {
    font-size: 14px;
}
.cart-add-product__manufacturer {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}
.cart-add__footer {
    border-top: 1px solid #eee;
    padding: 25px 30px;
}
.cart-add__footer:after {
    display: table;
    content: " ";
    clear: both;
}
.cart-add__total {
    float: left;
    width: 50%;
}
.cart-add__total-mobile{
    display: none;
}
.cart-add__delimiter {
    margin: 5px 0;
}
.cart-add__total_cost {
    font-size: 18px;
    font-weight: 600;
}
.cart-add__actions {
    float: left;
    width: 50%;
    text-align: right;
}
.cart-add__btn_continue {
    color: #3c3c3c;
    padding: 10px 20px;
    border: 1px solid #eee;
}
.cart-add__btn_cart {
    color: #fff;
    background: #a9cf44;
    padding: 10px 20px;
}
.cart-add__btn_cart:hover {
    background: #b9e050;
}

/* Cart add related
----------------------------------------*/
.cart-add .related{
    padding-top: 15px;
}
.cart-add .related__title{
    font-size: 18px;
    margin-bottom: 10px;
    color: #a9cf44;
}
.cart-add .related__list{
    grid-template-columns: repeat(4, 1fr);
}
.cart-add .related__item{
    padding: 0;
}
.cart-add .related__item-image-wrapper{
    margin: 0 auto 5px;
}
.cart-add .related__item-img{
    width: 75%;
}
.cart-add .related__item-link{
    font-size: 13px;
}
.cart-add .related__item-btn {
    font-size: 13px;
    height: 30px;
    padding: 3px 15px 5px 15px;
}

/* Cart add for mobile
--------------------------------------*/
.cart-add-mobile {
    padding-top: 15px;
    display: none;
}
.cart-add-mobile__product {
    margin-bottom: 5px;
}
.cart-add-mobile__reserve {
    padding: 5px;
    background-color: #FFE082;
    color: #3c3c3c;
    display: inline-block;
    margin-top: 10px;
}
.cart-add-mobile__reserve--last{
    background-color: #f1665e;
    color: #fff;
}

/* Eclub label
----------------------------------------*/
.eclub-label {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #FFD600;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 80px 7px 10px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    color: #3e3e3e;
}
.eclub-label__logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    background: #9ED212 url(../images/eclub.svg) no-repeat 50% 50% / 75%;
}

/* Eclub label (small)
----------------------------------------*/
.eclub-label--sm{
    padding: 5px 57px 5px 7px;
    font-size: 12px;
    top: 10px;
}
.eclub-label--sm .eclub-label__logo{
    width: 50px;
}

/* Eclub price
----------------------------------------*/
.eclub-price{
    background-color: #A9CF44;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 16px / 8px;
    -moz-border-radius: 16px / 8px;
    border-radius: 16px / 8px;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    vertical-align: top;
}
.eclub-price[href]:hover{
    background-color: #8fb22e;
}
.eclub-price__value{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
}
.eclub-price__currency{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
}
.eclub-price__logo{
    height: 16px;
    margin-left: 15px;
}

/* Eclub price (small)
----------------------------------------*/
.eclub-price--sm{
    /*-webkit-border-radius: 8px / 4px;*/
    /*-moz-border-radius: 8px / 4px;*/
    /*border-radius: 8px / 4px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 7px;
}
.eclub-price--sm .eclub-price__value{
    font-size: 14px;
}
.eclub-price--sm .eclub-price__currency{
    font-size: 12px;
    margin-left: 3px;
}
.eclub-price--sm .eclub-price__logo{
    height: 10px;
    margin-left: 7px;
}

/* Eclub price (vertical)
----------------------------------------*/
.eclub-price--vertical{
    /*-webkit-border-radius: 8px / 4px;*/
    /*-moz-border-radius: 8px / 4px;*/
    /*border-radius: 8px / 4px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px 4px 10px;
    flex-direction: column;
    align-items: center;
}
.eclub-price--margin-left{
    margin-left: 10px;
}
.eclub-price--vertical .eclub-price__value{
    font-size: 12px;
}
.eclub-price--vertical .eclub-price__currency{
    font-size: 10px;
    margin-left: 0;
}
.eclub-price--vertical .eclub-price__logo{
    height: 8px;
    margin: 3px 0 0 0;
}

/* Product percent
----------------------------------------*/
.product-percent {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #9ed310;
    font-size: 12px;
    color: #3e3e3e;
    padding: 15px 5px 25px 5px;
    font-weight: 700;
    overflow: hidden;
    width: 34px;
    text-align: center;
}
.product-percent:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 15px solid #fff;
}

/* Product recipe
----------------------------------------*/
.product-recipe {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    background-color: rgba(242, 102, 94, .2);
    padding: 10px 15px 10px 50px;
    border-radius: 3px;
}
.product-recipe__icon {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    color: #f1675e;
    font-size: 20px;
}
.product-recipe__title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
}
.product-recipe__description {
    font-size: 12px;
}

/* City
----------------------------------------*/
.city-switcher__title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
}
.city-list {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
.city-list__item:not(:last-child) {
    margin-bottom: 25px;
}
.city-list__link {
    color: #333;
    font-size: 18px;
    padding: 0 7px;
}
.city-list__link.active {
    background: #fce389;
    box-shadow: 0 0 0 6px #fce389;
    border-radius: 1px;
}
.city-list__link:hover {
    border-radius: 1px;
    background: #eee;
    box-shadow: 0 0 0 6px #eeeeee;
}

/* Mobile city switcher
--------------------------------------*/
.m-city-switcher {}
.m-city-switcher__title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.m-city-switcher__wrapper {
    display: flex;
    justify-content: space-between;
}
.m-city-switcher-list {
    width: 50%;
}
.m-city-switcher-list:last-child {
    padding-left: 10px;
}
.m-city-switcher-list__link {
    color: #333;
    font-size: 18px;
    padding: 6px 10px;
    display: block;
}
.m-city-switcher-list__link.active {
    border-radius: 2px;
    padding: 6px 10px;
    background: #fce389;
}

.m-city-confirm {
    position: fixed;
    width: 90%;
    background: #fff;
    top: 30%;
    text-align: center;
    padding: 10px;
}
.m-city-confirm__inner {
    background-color: #fff;
}
.m-city-confirm__wrapper {
    padding: 0 15px;
}
.m-city-confirm__btn-confirm {
    background-color: #fce389;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid #fce389;
}
.m-city-confirm__btn-cancel {
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #ebebeb;
}
.m-city-confirm__title {
    height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.m-city-confirm__city-title {
    height: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

/* Main
--------------------------------------*/
.main {
    background: #f1f1f1;
    flex: 1;
    position: relative;
    min-height: calc(100vh - 500px);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

/* My order status
--------------------------------------*/
#my-order-status__form {
    display: flex;
    justify-content: center;
}
.my-order-status__box {
    position: fixed;
    left: 0;
    bottom: 20%;
    width: 29px;
    background: #a9cf44;
    cursor: pointer;
    z-index: 1999;
    padding: 26px 8px;
    -webkit-border-radius: 15px 4px 4px 4px;
    -moz-border-radius: 15px 4px 4px 4px;
    border-radius: 15px 4px 4px 4px;
    font-size: 14px;
    text-align: center;
    color: white;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 11px -1px rgba(0,0,0,0.5);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.5);
}
.my-order-status__text {
    writing-mode: tb-rl;
}
.my-order-status {
    background-color: #fff;
}
#my-order-list__wrapper {
    padding-left: 30px;
    max-height: 360px;
    overflow-y: scroll;
    display: none;
}
.my-order-list__under-wrapper {
    margin-top: 15px;
}
.my-order-status__container {
    width: 360px !important;
}
.my-order-status__submit-btn-wrapper {
    position: relative;
    top: 21px;
    left: 10px;
}
.my-order-status__submit-btn {
    height: 40px;
    width: 80px;
    background-color: #a9cf44;
    color: #fff;
}
.my-order-status__submit-btn:hover {
    background-color: #b9e050;
}
#my-order-status__trigger {
    cursor: pointer;
}
.my-order-status__title {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    display: block;
    background: #f7f7f7;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
}
.my-order-status__form-wrapper {
    background: #f7f7f7;
    padding: 15px 30px;
}
.my-order-status__container {
    top: 10% !important;
    padding: 0 !important;
}

/* Manufacturer slider */
.manufacturer-slider {
    margin-bottom: 40px;
}
/* Footer
--------------------------------------*/
.footer {
    background: #31373c;
    padding-top: 50px;
    z-index: 1001;
}
.footer__top {
    height: 340px;
}
.footer__bottom {
    height: 50px;
    background: #282d33;
}

.footer-about {
    float: left;
    width: 32%;
}
.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-logo__img {
    height: 115px;
}
.footer-licence {
    color: #979a9d;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer-licence__link {
    color: #979a9d;
    text-decoration: underline;
}
.footer-licence__link:hover {
    color: #fff;
}
.footer-information {
    width: 14%;
    float: left;
}
.footer-information__title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 45px;
}
.footer-documents {
    width: 20%;
    float: left;
    padding-right: 20px;
}
.footer-menu {}
.footer-menu__item {
    margin-bottom: 10px;
}
.footer-menu__link {
    color: #979a9d;
    line-height: 1.5;
    font-size: 15px;
}
.footer-menu__link:hover {
    color: #fff;
}

.footer-contacts {
    float: left;
    width: 20%;
}
.footer-phone {
    color: #979a9d;
    margin-bottom: 10px;
}
.footer-phone__link {
    font-size: 15px;
    color: #979a9d;
}
.footer-email {
    color: #979a9d;
    font-size: 15px;
    line-height: 1.5;
}
.footer-email__link {
    color: #979a9d;
}
.footer-phone__link:hover,
.footer-email__link:hover {
    color: #fff;
}

.footer-social {
    margin-top: 20px;
}
.footer-social__link {
    color: #979a9d;
    padding: 0 10px;
}
.footer-social__link:first-child {
    padding-left: 0;
}
.footer-social__link:hover {
    color: #fff;
}
.footer-social__icon {
    font-size: 24px;
}

.footer-copyright {
    float: left;
    width: 25%;
}
.footer-copyright__text {
    color: #979a9d;
    line-height: 50px;
    font-size: 14px;
}

.footer-callback {
    float: left;
    width: 20%;
    text-align: center;
    visibility: hidden;
}
.footer-callback__link {
    background: #FCCD00;
    line-height: 36px;
    margin: 7px 0;
    border-radius: 25px;
    font-size: 14px;
    padding: 0 20px;
}
.footer-callback__icon {
    display: inline-block;
    position: relative;
    top: 4px;
    font-size: 18px;
    margin-right: 5px;
}
.footer-callback__link:hover .footer-callback__icon,
.footer-callback__link:hover .footer-callback__label {
    color: #fff;
    animation: wc_animate-icon 0.7s infinite;
}

.footer-settings {
    float: left;
    width: 55%;
    text-align: right;
    line-height: 50px;
}
.footer-city {
    display: inline-block;
    cursor: pointer;
}
.footer-city__icon_map {
    font-size: 14px;
    color: #979a9d;
}
.footer-city__name {
    font-size: 14px;
    color: #979a9d;
}
.footer-city__icon_arrow {
    position: relative;
    top: 2px;
    font-size: 14px;
    color: #979a9d;
}
.footer-city:hover .footer-city__name,
.footer-city:hover .footer-city__icon_map,
.footer-city:hover .footer-city__icon_arrow {
    color: #fff;
}


/* Footer Lang Switcher
--------------------------------------*/
.footer-lang {
    display: inline-block;
    margin-left: 20px;
}
.footer-lang__item {
    display: inline-block;
}
.footer-lang__link {
    display: block;
    font-size: 14px;
    color: #979a9d;
    line-height: 40px;
    padding: 0 10px;
}
.footer-lang__item.active .footer-lang__link {
    color: #a9cf44;
}
.footer-lang__link:hover {
    color: #fff;
}
.footer-call__wrapper {
    left: -6px;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0;
}
.footer-call__num {
    display: block;
    float: left;
    font-size: 34px;
    line-height: 1.2;
    color: #979a9d;
    position: relative;
}
.footer-call__num a {
    color: #979a9d;
}
.footer-call__text {
    color: #979a9d;
    font-size: 12px;
    float: left;
    padding: 9px;
}
.footer-call__mobile {
    position: relative;
    top: 2px;
}
.header-call__wrapper {
    display: flex;
}
.header-call__num {
    font-size: 30px;
    line-height: 1.2;
    color: #a9cf44;
}
.header-call__text {
    color: #979a9d;
    font-size: 12px;
    padding: 9px;
}
.header-call__mobile {
    font-size: 30px;
    line-height: 1.2;
    color: #a9cf44;
}



/* Breadcrumbs
--------------------------------------*/
.breadcrumb {
    padding: 0;
    font-size: 13px;
    color: #8d8d8d;
    margin: 20px 0;
}
.breadcrumb__item {
    list-style: none;
    display: inline-block;
}
.breadcrumb > .breadcrumb__item:after {
    position: relative;
    top: 1px;
    content: "\e906";
    font-family: 'icomoon', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #777;
    margin: 0 5px;
}
.breadcrumb > .breadcrumb__item:last-child:after {
    content: ''
}
.breadcrumb__link {}

/* Form
--------------------------------------*/
.label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.label input:checked ~ .control__indicator {
    background: #4f78fe;
}
.label--radio .control__indicator {
    border-radius: 50%;
}
.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.label input:checked ~ .control__indicator:after {
    display: block;
}
.label--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.label--checkbox .control__indicator:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control-label {
    display: inline-block;
    margin-bottom: 5px;
}
.form-group {
    position: relative;
}
div.required label:after {
    content: " *";
    color: red;
}
.help-block:not(:empty) {
    display: inline-block;
    padding-top: 10px;
    color: #737373;
    font-size: 14px;
}
.has-error .help-block {
    color: #a94442;
    width: 100%;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.hide-block{
    display: none;
}

/* Cart payment
----------------------------------------*/
.cart-payment label{
    line-height: 1.4;
}
.cart-payment:last-child label{
    margin-bottom: 0;
}
.cart-payment .control__indicator{
    top: 50%;
    margin-top: -10px;
}

/* Tabs
--------------------------------------*/
/*.tabs {*/
    /*position: relative;*/
    /*background: #fff;*/
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05);*/
    /*margin-bottom: 20px;*/
/*}*/
/*.tabs-stretch,.tab-list .container {*/
    /*border-top: 1px solid #e8e8e8*/
/*}*/
/*.tab-list {*/
    /*border-bottom: 1px solid #e8e8e8;*/
    /*background-color: #fff;*/
/*}*/
/*.tab-link {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*padding: 15px;*/
    /*border-bottom: 2px solid transparent;*/
    /*border-bottom: 2px solid transparent;*/
    /*cursor: pointer*/
/*}*/
/*.tab-link.social {*/
    /*float: right;*/
    /*padding: 13px*/
/*}*/
/*.tab-link:active,.tab-link:focus {*/
    /*color: #333*/
/*}*/
/*.tab-link__active {*/
    /*color: #333;*/
    /*border-color: #4f78fe*/
/*}*/
/*.tab-link[data-tab-disabled="true"] {*/
    /*cursor: default;*/
    /*color: #a0a0a0 !important*/
/*}*/
/*.tab-body {*/
    /*display: none;*/
    /*background: #fff;*/
    /*padding: 30px;*/
    /*min-height: 600px;*/
/*}*/
/*.tab-body__active {*/
    /*display: block*/
/*}*/
/*.tab-body__companies {*/
    /*background: #f9f9f9;*/
    /*border-bottom: 1px solid #e8e8e8*/
/*}*/

/* New tab for product description */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 40px 35px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% - -3px);
    height: auto;
    width: 266px;
    background-color: #fff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    display: none;
}
.dropdown-menu.dropdown-is-active {
    display: block;
}
.menu {
    width: 266px;
    height: 320px;
    padding-top: 20px;
}
.menu__icon {
    font-size: 20px;
    color: #979daa;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.menu__link {
    display: block;
    position: relative;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3b3b3b;
    font-size: 15px;
}
.menu__item--red .menu__link{
    color: #f1675e;
    font-weight: 700;
}
.menu__link:hover,
.menu__link--active{
    color: #a9cf44;
}
.dropdown-submenu {
    position: absolute;
    top: 0;
    min-height: 250px;
    width: 891px;
    height: 320px;
    left: 266px;
    z-index: 99;
    display: flex;
    list-style: none;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    cursor: default;
    box-shadow: inset 32px 0 32px -32px rgba(0,0,0,.05), 4px 4px 6px -1px rgba(0,0,0,.05);
    box-sizing: border-box;
}

.submenu {
    width: 285px;
    padding: 0 15px;
}
.submenu__item {
    min-width: 220px;
    white-space: nowrap;
    line-height: 24px;
    overflow: hidden;
}
.submenu__link {
    color: #3c3c3c;
    font-size: 15px;
    display: block;
}
.submenu__link:hover {
    color: #a9cf44;
}

/* Alert
--------------------------------------*/
.alert{
    position: fixed;
    bottom: 0;
    color: #fff !important;
    padding: 25px !important;
    border-radius: 0 !important;
    border: none !important;
    width: 100%;
    display: table;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 0.95 !important;
    line-height: 1.3;
}
.alert-danger {
    background: #ef5350;
}
.alert-success {
    background: #68b541;
}
.alert-warning {
    background: #ffcc00;
}
.alert__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
}

/* Pagination
--------------------------------------*/
.pagination {}
.pagination__item {
    display: inline-block;
    margin: 0 .2em;
}
.pagination__item.active .pagination__link {
    background-color: #5983fe;
    border-color: #5983fe;
    color: #fff;
    pointer-events: none;
}
.pagination__item.prev .pagination__link::before {
}
.pagination__item.next .pagination__link::after {
}
.pagination__link {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #2e4057;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .6em .8em;
    font-size: 1.6rem;
}
.pagination__link--disabled {
    color: rgba(46,64,87,.4);
    pointer-events: none;
}
.pagination__link:hover {
    background-color: #f2f2f2;
}

@-webkit-keyframes wc_animate-icon {
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%{
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    50%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75%{
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes wc_animate-icon {
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%{
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    50%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75%{
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* Rent page */
.rent-page__wrapper {
    line-height: normal;
}
/* Career page */
.career__sub-title {
    font-weight: 600;
}
.career__bold-font {
    font-weight: 600;
}
.career__list-item {
    margin-top: 15px;
}

/*Delivery*/
.delivery-wrapper {
    line-height: normal;
}
.delivery__titles {
    font-weight: bold;
    color: #31373c;
    font-size: 16px;
}
.delivery__time {
    margin-top: 0 !important;
}
.delivery__time-text {
    margin-bottom: 20px;
}
.delivery__time-img {
    width: 40px;
    height: 100%;
}
.delivery-content {
    display: inline-flex;
}
.delivery__cost {
    margin-top: 0 !important;
}
.delivery__texts {
    font-size: 14px;
    margin-top: 5px;
    color: #868686;
}
.delivery__texts p:last-child{
    margin-bottom: 0;
}
.delivery__icons {
    font-size: 32px;
}
.delivery__image{
    height: 32px;
}
.delivery__time-icon {
    font-size: 32px;
}
.delivery__cost-img {
    width: 50px;
    height: 100%;
}
.delivery__group{
    margin-top: 20px;
}
.delivery-wrapper h2 {
    margin: 0 !important;
    font-weight: normal !important;
}
.delivery__cost-text {
    font-size: 14px;
    margin-top: 5px;
}
.delivery__cost-description {
    margin-left: 20px;
}
.delivery__post-img {
    width: 50px;
    height: 100%;
}
.delivery__post-description {
    margin-left: 20px;
}
.delivery__pickup-img {
    width: 60px;
    height: 100%;
}
.delivery__change-img {
    width: 50px;
    height: 100%;
}
.delivery__change-description {
    margin-left: 20px;
}
.delivery__change-text {
    font-size: 14px;
    margin-top: 5px;
}
.delivery__change-text p {
    margin-bottom: 0 !important;
}
.delivery__pickup-text {
    font-size: 14px;
    margin-top: 5px;
}
.delivery__pickup-description {
    margin-left: 20px;
}
.delivery-info__charts {
    display: flex;
    padding-left: 90px;
}

/* Map address
----------------------------------------*/
.map-address {
    width: 100%;
    height: 100vh;
}

/* Delivery zone
----------------------------------------*/
.delivery-zone-wrapper.popup-container {
    top: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.delivery-zone__popup-close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 30px;
}

/* Info chart
----------------------------------------*/
.info-chart {
    position:relative;
}
.info-chart__value {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 40%;
    bottom: 15%;
}
.info-chart__distance-value {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 44%;
    bottom: 15%;
}
.info-chart__marks {
    display: flex;
    text-align: center;
    margin: 0 -20px;
}
.start-mark, .end-mark {
    width: 80%;
}


/* Payment failure */
.payment-failure {
    margin: 0 0 40px 0;
    padding: 30px 30px 80px 30px;
    background-color: #fff;
    min-height: 360px;
}
.payment-failure__fail-img {
    width: 120px;
    margin-bottom: 20px;

}
.payment-failure__img-icon {
    font-size: 80px;
    color: #ff8989;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
}
.icon-close:before {
    content: "\e921";
}
.payment-failure__content {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}
.payment-failure__customer {
    font-weight: 600;
    margin-left: 20px;
    font-size: 20px;
}
.payment-failure__title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}
.payment-failure__description {
    font-weight: normal;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #a5a5a5;
}
.payment-failure__back-btn {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #a9cf44;
    padding: 20px 65px;
    font-size: 16px;
    cursor: pointer;
}
.payment-failure__back-btn:hover {
    background-color: #b9e050;
}

.search-empty {
    background: #fff;
    border-radius: .25em;
    padding: 20px 30px;
}
.search-empty__inner {
    max-width: 440px;
    margin: 60px auto;
    text-align: center;
}
.search-empty__icon {
    font-size: 50px;
    color: #a7a7a7;
    background: #f4f4f4;
    padding: 36px;
    border-radius: 50%;
    display: inline-block;
}
.search-empty__title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}
.search-empty__desc {
    color: #a5a5a5;
    line-height: 20px;
    margin-bottom: 10px;
}
.search-empty__btn {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #a9cf44;
    padding: 20px 65px;
    margin-top: 10px;
}
.search-empty__btn:hover {
    background: #b9e050;
}


/* Table pharmacies */
.pharmacies-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}
.pharmacies-table, .pharmacies-table__td, .pharmacies-table__th {
    /*border: 1px solid #ddd;*/
    text-align: left;
}
.pharmacies-table__th {
    background-color: #f1f1f1;
    color: #0a0a0a;
    font-weight: 600;
    min-width: 150px;
}
.pharmacies-table__th, .orders-table__td {
    padding: 15px;
}
.pharmacies-table__tr:nth-child(odd) {background-color: #f2f2f2;}
.pharmacies-table__td {
    padding: 0 10px;
}

/* Manufacturers catalog */
.manufacturers__list {
    columns: 2;
}
.manufacturers__list-wrapper{
    margin-bottom: 40px;
}
.manufacturers__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.manufacturers-wrapper {
    padding: 30px;
    line-height: normal;
    min-height: 350px;
}
.manufacturers__search-input {
    z-index: 2;
    height: 38px;
    outline: none;
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 105px 10px 15px;
    background-color: #f1f3f4;
    border-color: rgb(238, 238, 238);
}
.manufacturers__search-btn {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    font-size: 14px;
    padding: 0 26px;
    /* margin: 0 0 0 10px; */
    outline: none;
    color: #fff;
    border-radius: 25px;
    background-color: #a9cf44;
}
.manufacturers__search-count {
    /*color: #94aab0;*/
    font-size: 14px;
}

/* Popup
--------------------------------------*/
.popup {
    display: none;
    position: fixed;
    z-index: 1031;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popup--scroll{
    overflow-y: auto;
}
.popup.is-visible {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.popup-container {
    position: relative;
    top: 20%;
    width: 800px;
    max-width: 900px;
    margin: 4em auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 4px;
}
.popup-container--image{
    top: 0;
    padding: 0;
    width: 750px;
}
.popup__close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 30px;
}
.popup__success {
    color: #a9cf44;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.is-visible .popup-container {
    transform: translateY(0);
}
.popup img{
    vertical-align: top;
}

/*----------------------------------------
Manager's popup*/
/* The Modal (background) */

.manager_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1031; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.manager_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.manager_title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.manager_description {
    line-height: normal;
    padding-top: 10px;
}

/* The Close Button */
.manager_close {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
 }

.manager_close:hover,
.manager_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.finance_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.finance_close:hover,
.finance_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.operations_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.operations_close:hover,
.operations_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.beauty_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.beauty_close:hover,
.beauty_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.business_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.business_close:hover,
.business_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Loader
--------------------------------------*/
.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 1;
}
.loading:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 200px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #a9cf44;
    animation: loader 0.9s linear infinite;
    z-index: 6;
    cursor: not-allowed;
}
.popup.loading:before {
    background: none;
}
.popup.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid #ccc;
    border-top-color: #a9cf44;
    margin-top: -50px;
    margin-left: -50px;
}
@keyframes loader {
    to {transform: rotate(360deg);}
}

/* My order history time line style
-------------------------------*/
.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d3d3d3;
    margin-left: 15px;
    height: 80%;
}

.cbp_tmtimeline>li {
    position: relative
}


.cbp_tmtimeline>li .empty span {
    color: #777
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 32%;
    padding-right: 70px;
    position: absolute;
    top: 1px;
    left: -25px;
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 10%;
    padding: 15px;
    position: relative;
    width: auto;
    top: -14px;
    border-bottom: 1px solid #e6e6e6;
}

.cbp_tmtimeline>li:last-child .cbp_tmlabel {
    border-bottom: none;
    margin-bottom: 0;
}


.status-date__time {
    display: inline-block;
    font-weight: 400;
    margin-top: 10px;
    color: #888888 !important;
    font-size: 13.3333px;
}


.cbp_tmtimeline>li .cbp_tmlabel blockquote {
    font-size: 16px
}

.cbp_tmtimeline>li .cbp_tmlabel .map-checkin {
    border: 5px solid rgba(235, 235, 235, 0.2);
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
    background: #fff !important
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a {
    font-size: 15px
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a:hover {
    text-decoration: none
}
.cbp_tmtimeline>li .cbp_tmlabel h2 span {
    font-size: 15px
}
.cbp_tmtimeline>li .cbp_tmlabel p {
    color: #444
}
.cbp_tmtimeline>li .cbp_tmicon {
    width: 32px;
    height: 32px;
    position: absolute;
    color: #fff;
    /* background: #00a77a; */
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
.bg-yellow {
    background-color: #f8ac59;
}
.bg-green {
    background-color: #1ab394;
}
.bg-blue {
    background-color: #5bc0de;
}
.bg-red {
    background-color: #ed5565;
}
.order__icon-waiting {
    font-size: 20px;
    top: 1px;
}
.order__icon {
    position: relative;
    left: 0.8px;
}

/* Footer modal
----------------------------------------*/
.footer-modal{
    display: none;
}

/* Cabinet list
----------------------------------------*/
.cabinet-list__icon{
    margin-right: 5px;
}

/* Loader
----------------------------------------*/
.loader {
    display: none;
    flex-direction: column;
}
.loader.is-visible {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: auto;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 1000;
}
.loader__circle {
    content: '';
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #a9cf44;
    animation: loader 0.9s linear infinite;
    z-index: 6;
    cursor: not-allowed;
}
.loader__text:not(:empty){
    padding-top: 15px;
    font-weight: 700;
}

/* Detail view
----------------------------------------*/
.detail-view__item {
    display: flex;
    align-items: start;
}
.detail-view__item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.detail-view__key {
    width: 135px;
    font-weight: 700;
    font-size: 14px;
}
.detail-view__value {
    font-size: 14px;
}

/* Last order modal
----------------------------------------*/
.last-order-modal {
    margin-bottom: 30px;
}
.last-order-modal__heading {
    font-size: 18px;
    font-weight: 600;
}
.last-order-modal__table {
    text-align: left;
    width: 100%;
    font-size: 14px;
}
.last-order-modal__items {
    background-color: #eeeeee;
}
.last-order-modal__table th {
    padding: 15px 10px 10px 10px;
    color: #999;
}
.last-order-modal__table td {
    padding: 10px;
}
.last-order-modal__th-fit{
    padding-left: 0 !important;
}
.last-order-modal__status {
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}
.last-order-modal__status--warning {
    background-color: #f8ac59;
    margin-right: 5px;
}
.last-order-modal__status--success {
    background-color: #1ab394;
}

/* Uploader
----------------------------------------*/
.uploader__input {
    display: none;
}
.uploader__label {
    background-color: #aacf45;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.uploader__label:hover{
    background-color: #b9e050;
}
.uploader__thumbs {
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.uploader__thumbs:not(:empty) {
    margin-bottom: 15px;
}
.uploader__thumb {
    border: 1px solid #E8E9F2;
    border-radius: 4px;
    padding: 15px;
    position: relative;
}
.uploader__thumb-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.uploader__thumb-name {
    font-size: 14px;
    font-weight: 700;
}
.uploader__thumb-link{
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.uploader__thumb-link:hover{
    text-decoration: underline;
}
.uploader__thumbs-empty {
    font-size: 14px;
}
.uploader__description{
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.3;
    border-radius: 4px;
    color: #3c3c3b;
    border: 1px dashed #eee;
    padding: 20px;
    text-align: center;
}
.uploader__send {
    background-color: #2196f3;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.uploader__send:hover {
    background-color: #42a5f5;
}

/* Card product recipe
----------------------------------------*/
.card-product-recipe {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: rgba(242, 102, 94, .2);
    padding: 10px 12px 10px 10px;
    display: flex;
    align-items: center;
    border-radius: 0 10px 10px 0;
}
.card-product-recipe__icon {
    color: #f1675e;
}
.card-product-recipe__name {
    font-size: 14px;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.card-product-recipe:hover .card-product-recipe__name,
.card-product-recipe--open .card-product-recipe__name{
    width: auto;
    padding-left: 10px;
}

/* Partner button
----------------------------------------*/
.partner-button-button{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1002;
}
.partner-button-button__image{
    vertical-align: top;
    height: 54px;
}
.partner-button-button__close{
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    background: url(../images/partner_button_close.svg) no-repeat 50% 50%;
}

/* Partner button banner
----------------------------------------*/
.partner-button-banner__image{
    width: 100%;
    height: 320px;
}

/* Bcc header
----------------------------------------*/
.bcc-header{
    background: linear-gradient( 89.93deg, #fc96fc 0.08%, #959ef1 46.14%, #0dc9d5 99.97% );
    color: #fff;
    text-align: center;
    padding: 13px 0 17px 0;
    line-height: 15px;
    display: block;
}

/* Bcc product
----------------------------------------*/
.bcc-product {
    margin-left: 10px;
    background: linear-gradient( 89.93deg, #fc96fc 0.08%, #959ef1 46.14%, #0dc9d5 99.97%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}
.bcc-product:hover{
    background: #959ef1;
}
.bcc-product__header {
    margin-bottom: 4px;
}
.bcc-product__price {
    font-size: 14px;
    font-weight: 600;
}

/* Bcc product item
----------------------------------------*/
.bcc-product-item{
    background: linear-gradient( 89.93deg, #fc96fc 0.08%, #959ef1 46.14%, #0dc9d5 99.97% );
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 5px 8px;
    line-height: 1;
}
.product-percent + .bcc-product-item{
    right: 54px;
}
.special-product__item .bcc-product-item{
    right: 54px;
}
.markdown-products .special-product__item .bcc-product-item{
    right: 10px;
}

/* Related
----------------------------------------*/
.related {
    padding-top: 40px;
}
.related__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.related__list {
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}
.related__item {
    padding: 15px;
    background: #fff;
    position: relative;
    border-radius: 4px;
}
.related__item-product {
    text-align: center;
}
.related__item-title {
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.related__item-prices {
    margin-bottom: 10px;
}
.related__item-image-wrapper {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: 15px auto 10px;
    text-align: center;
}
.related__item-img {
    height: 100%;
    object-fit: contain;
}
.related__item-tags {
    position: absolute;
    top: 9px;
    left: 9px;
}
.related__item-tag-percent {
    background: #9ed310;
    color: #3e3e3e;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.related__item-link {
    color: #979daa;
    font-size: 15px;
}
.related__item-prices {
    margin-bottom: 10px;
}
.related__item-price {
    font-size: 16px;
    font-weight: bold;
}
.related__item-currency {
    position: relative;
    font-size: 12px;
    left: -3px;
    top: -3px;
}
.related__item-original-price {
    font-size: 16px;
    color: #b8bcc5;
    margin-left: 10px;
    text-decoration: line-through;
}
.related__item-original-currency {
    position: relative;
    font-size: 12px;
    top: -4px;
    color: #979daa;
}
.related__item-btn {
    padding: 0 20px;
    height: 34px;
    color: #3c3c3c;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
}
.related__item-btn:hover {
    background: rgb(169, 207, 68);
    color: #fff;
}
.related__item-tag-special {
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

/* Sl
----------------------------------------*/
.sl-item__block{
    position: relative;
}

/* Sl tooltip
----------------------------------------*/
.sl-tooltip{
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 250px;
    font-size: 12px;
    text-align: left;
    padding: 12px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sl-item__block:hover .sl-tooltip{
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto;
}
.sl-tooltip__heading {
    font-weight: 700;
    margin-bottom: 10px;
}
.sl-tooltip__text{
    line-height: 1.4;
}

/* Media queries
----------------------------------------*/
@media only screen and (max-width: 320px) {
    .pagination__item {
        margin: 0;
    }
    .m-city-confirm__btn-confirm {
        padding: 8px 10px;
    }
}
@media only screen and (max-width: 768px) {
    /* Uploader
    ----------------------------------------*/
    .uploader__thumbs {
        grid-gap: 10px;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }

    /* Footer modal
    ----------------------------------------*/
    .footer-modal{
        display: block;
    }
    .footer-modal__back {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2147483549;
        background-color: rgba(0, 0, 0, .65);
    }
    .footer-modal__main {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2147483550;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .footer-modal--hide .footer-modal__main{
        bottom: -300px;
    }
    .footer-modal__body {
        background-color: #fff;
        padding: 45px 15px 30px 15px;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
    .footer-modal__logo {
        display: block;
        margin: 0 auto -35px auto;
        border: 4px solid #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    /* Footer app
    ----------------------------------------*/
    .footer-app {
        text-align: center;
    }
    .footer-app__advantages {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 35px;
        line-height: 1.4;
    }
    .footer-app__button {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        background-color: #C5DA5A;
        display: block;
        padding: 15px 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        line-height: 1.14;
        margin-bottom: 25px;
    }
    .footer-app__close {
        cursor: pointer;
        text-decoration: underline;
    }

    /* Manager
    ----------------------------------------*/
    .manager_modal-content {
        width: 90%;
    }
    .mission__item-img {
        width: 100%;
    }
    .mission__item-wrapper {
        margin: 0 !important;
        padding: 15px 20px;
    }
    .mission__item-description {
        margin-top: -10px;
    }
    .my-order-list__under-wrapper {
        margin-top: 10px;
    }

    .city-list {
        width: 49%;
    }

    .my-order-status__container {
        width: 90% !important;
        padding: 20px;
    }
    #my-order-status__form {
        display: block;
    }
    .my-order-status__submit-btn {
        width: 100%;
    }
    .my-order-status__submit-btn-wrapper {
        left: 0;
        top: 0;
    }

    .cbp_tmtimeline {
        left: 25px !important;
    }

    .cbp_tmtimeline>li .cbp_tmtime span:first-child {
        font-size: 11px !important;

    }

    .cbp_tmtimeline:before {
        left: -5% !important;
        margin-left: -6px !important;
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        top: 20px !important;
        left: 26px !important;
        z-index: 19;
        display: flex !important;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 15px 3% !important;
        top: -10px !important;
        width: 87% !important;
    }
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 11px !important;
        margin-left: 5px;
    }
    .my-order-status__title, .control-label {
        font-size: 14px;
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        left: -33px !important;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        padding: 8px !important;
    }

    .my-order-status__container {
        top: 5% !important;
    }
    #my-order-list__wrapper {
        max-height: 310px;
    }

    .manufacturers__search-btn {
        position: unset;
        height: 36px;
        width: 100%;
        font-size: 14px;
        margin-bottom: 16px;
        padding: 0 36px;
    }
    .delivery-info__charts {
        display: block;
        padding-left: 0;
    }
    .info-chart {
        width: 260px;
    }
    .info-chart__value {
        font-size: 16px;
    }
    .info-chart__distance-value {
        font-size: 16px;
    }
    
    /* Eclub label (small)
    ----------------------------------------*/
    .eclub-label--sm{
        padding: 4px 47px 4px 7px;
        font-size: 10px;
        top: 7px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }
    .eclub-label--sm .eclub-label__logo{
        width: 40px;
    }

    /* Eclub price
    ----------------------------------------*/
    .eclub-price{
        padding: 5px 7px 5px 7px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .eclub-price__value{
        font-size: 24px;
    }
    .eclub-price__currency{
        font-size: 18px;
    }
    .eclub-price__logo{
        height: 14px;
        margin-left: 10px;
    }

    /* Eclub price (sm)
    ----------------------------------------*/
    .eclub-price--sm{
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .eclub-price--sm .eclub-price__value{
        font-size: 12px;
    }
    .eclub-price--sm .eclub-price__currency{
        font-size: 10px;
    }
    .eclub-price--sm .eclub-price__logo{
        height: 8px;
    }

    /* Eclub price (vertical)
    ----------------------------------------*/
    .eclub-price--vertical{
        padding: 0 10px 4px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    /* Bcc product
    ----------------------------------------*/
    .bcc-product{
        width: 100%;
        margin: 10px 0 0 0;
    }

    /* Related
    ----------------------------------------*/
    .related__list{
        grid-template-columns: repeat(2, 1fr);
    }
    .related__item-original-price {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_tmtimeline>li .cbp_tmtime {
        padding-right: 60px
    }
}
@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 12px
    }
}