<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'gef';
    src: url('/f/gef.woff2') format('woff2'),
    url('/f/gef.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.currency,
.item-prices-table__value:after {
    font-family: 'Roboto', sans-serif;
}

body {
    padding-top: 0px;
    padding-bottom: 40px;
    /*pointer-events: none;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.overscroll {
    overscroll-behavior: contain;
}

pre {
    color: #aaa;
}

a {
    color: #e9b500;
}
a:hover {
    color: #e9b500;
}

.zf-green {
    color: #68b604;
}

.fullscreen-btn {
    text-align: center;
    margin: 0 auto;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand &gt; img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

.video-overlay {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.page-content {
    position: relative;
    z-index: 2;
}

.exit-link,
.admin-link {
    color: #666;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 35px;
    font-size: 0.8rem;
    font-weight: 700;
}

.admin-link {
    right: 100px;
}

.navbar-menu {
    padding: 0;
}

.navbar-menu__container {
    /*padding: 5px;*/
    background: #222;
    width: 100%;
    /*margin: 0 2rem;*/
    border-radius: 0 0 5px 5px;
}

.navbar-menu__link,
.navbar-menu__link-group {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 0.8rem;
    /*font-weight: 700;*/
    /*padding: 5px 15px;*/
    padding: 5px 12px;
    /*margin-left: 2rem;*/
}

.navbar&gt;.navbar-menu__container-admin {
    /*padding: 5px;*/
    background: #555;
    width: 100%;
    /*margin: 0 2rem;*/
    border-radius: 0;
    justify-content: flex-start;
}

.navbar-menu__container-admin a,input {
    font-size: 1rem;
}

#form_cashier_barcode {
    width: 320px;
    max-width: 100%;
    padding: 5px 15px;
    box-sizing: content-box;
}

#input_cashier_barcode {
    width: 100%;
    border-radius: 3px;
    border: none;
    /*font-size: 0.8rem;*/
    padding: 0 5px;
    outline: none;
    border: 1px solid #fff;
}

#input_cashier_barcode:focus {
    border: 1px solid #e9b500;
}

body {
    background-color: #333;
    background: #1e1c20;
    background: #37343b;
    color: #fff;
    font-family: Open Sans,sans-serif;
    background: #000;
}

footer {
    /*display: none;*/
    color: #999;
    font-size: 0.8rem;
    margin-top: 80px;
}

footer.not-index {
    display: none;
}

.plus-18 {
    background: #666;
    color: #000;
    padding: 5px;
    display: inline-block;
    border-radius: 15px;
    margin-right: 5px;
}

.layout-index .alert {
    margin-top: 30px;
}

.navbar-header {
    float: none;
    position: relative;
    height: 100px;
    width: 100%;
}

.page-index .navbar-header {
    height: 122px;
}

.navbar-invers {
    /*background: #1e1c20;*/
    /*background: #111;*/
}

.navbar-brand {
    /*width: 108px;*/
    width: 81px;
    /*height: 98px;*/
    height: 90px;
    margin: 0;
    margin-left: -41px !important;
    left: 50%;
    position: absolute;
    float: none;
    display: block;
    padding: 10px 0 0;
}

.page-index .navbar-brand {
    width: 97px;
    height: 108px;
    margin-left: -48px !important;
}

.city-changer {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    text-align: center;
    bottom: -30px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
    color: #e9b500;

    /*top: 0;*/
    /*left: 16px;*/
    /*margin-left: 0;*/
    transition: color .2s;
    z-index: 2;
    padding-bottom: 10px;
}

#header-logo-navbar.fixed .city-changer {
    display: none;
}

.city-changer:hover {
    text-decoration: none;
    color: #ffe25c;
}

.city-changer:before {
    content: '';
    display: inline-block;
    /*position: absolute;*/
    position: relative;
    width: 14px;
    height: 14px;
    top: 1px;
    /*right: -5px;*/
    left: -2px;
    background: url(/img/geo.svg) top right no-repeat;
    background-size: contain;
}

.cities-selector__overlay {
    opacity: 0;
    height: 0;
    transition: opacity .8s;
    display: block;
}

.cities-selector__overlay.active {
    opacity: 1;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,0.45);
    z-index: 100;
    top: 0;
    left: 0;
}

.cities-selector {
    display: block;
    position: fixed;
    max-width: 326px;
    max-height: 80%;
    width: 100%;
    height: auto;
    transition: none;
    top: -100%;
    left: 50%;
    margin-left: -163px;
    background: #1e1c20;
    background: #222;
    z-index: 100;
    overflow-y: auto;
    /*box-shadow: 0 0 5px 0px #e9b500;*/
    box-shadow: 0 0 3px 1px #666;
    border-radius: 2px;
}
.cities-selector__overlay.active .cities-selector {
    /*height: auto;*/
    top: 10%;
    transition: top .5s;
}

.cities-selector__close {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    /*border: 1px solid #666;*/
    position: absolute;
    top: 5px;
    right: 3px;
}
.cities-selector__close:after,
.cities-selector__close:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 8px;
    left: 2px;
}

.cities-selector__close:after {
    transform: rotate(45deg);
}
.cities-selector__close:before {
    transform: rotate(-45deg);
}

.cities-selector__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding: 0;
}

.cities-selector__title {
    text-align: center;
    font-family: gef,sans-serif;
    color: #e9b500;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 20px;
}

.cities-selector__item {
    max-width: 95%;
    text-align: center;
    margin-bottom: 10px;
}

.cities-selector__link {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: color .2s;
}
.cities-selector__link:hover {
    text-decoration: none;
    color: #ffe25c;
}

.index-login {
    background: transparent;
}

.flash-message {
    list-style: none;
    margin: 10px 0 20px;
}

.my-city-link {
    /*color: #;*/
}

.navbar-menu__link-bonuses {
    color: #e9b500;
    /*font-weight: bold;*/
}

.whatsapp-link {
    color: #4cae4c;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    white-space: nowrap;
}
.navbar-menu .whatsapp-link {
    text-decoration: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
}
.whatsapp-link:hover {
    color: #4cae4c;
    text-decoration: none;
}

.whatsapp-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: -20px;
    left: auto;
    background: url(/img/wa.svg) top right no-repeat;
}
.navbar-menu .whatsapp-link:after {
    top: 3px;
    right: 0;
}

.instagram-link {
    color: #d9534f;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    margin-left: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}
.navbar-menu .instagram-link {
    text-decoration: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 7px 0 0;
}
.instagram-link:hover {
    color: #d9534f;
    text-decoration: none;
}

.instagram-link:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: -20px;
    background: url(/img/instagram.svg) top right no-repeat;
}
.navbar-menu .instagram-link:before {
    top: 3px;
    right: 0;
    left: 0;
}
.navbar-menu .phone-link {
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 7px;
    color: #e9b500;
}

.telegram-link {
    color: #d9534f;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    margin-left: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}
.navbar-menu .telegram-link {
    text-decoration: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 7px;
}
.telegram-link:hover {
    color: #d9534f;
    text-decoration: none;
}

.telegram-link:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: -20px;
    background: url(/img/telegram.svg) top right no-repeat;
    background-size: cover;
}
.navbar-menu .telegram-link:before {
    top: 3px;
    right: 0;
    left: 0;
}

.guest-auth-link {
    width: 300px;
    display: inline-block;
    color: #ccc;
    margin-top: 20px;
    /*line-height: 1.5;*/
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: #111;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity .2s;
}

.guest-auth-link:hover {
    text-decoration: none;
    opacity: 0.85;
    color: inherit;
}

h2 {
    font-family: gef,sans-serif;
    color: #e9b500;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 40px;
}

.container-main {
    padding-top: 2rem;
    position: relative;
}

.back-link {
    position: absolute;
    left: 0px;
    top: 108px;
    top: -80px;
    color: #fff;
    /*text-transform: uppercase;*/
    text-align: left;
    color: #e9b500;
    /*text-decoration: underline;*/

    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    top: -65px;
}

#header-logo-navbar .back-link {
    top: 47px;
    z-index: 10;
    max-width: 280px;
}

.back-link:hover {
    text-decoration: none;
    color: #ffe25c;
}

.back-link:before {
    content: '&lt;&lt; ';
}

.field-text {
    border: none;
    padding: 12px 15px 11px;
    width: 248px;
    font-size: 13px;
    color: #1e1c20;
    background: #efefef;
    margin: 10px 0;
}
.field-checkbox {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.field-submit {
    background: #3d3940;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 0 29px rgba(0,0,0,0.25);
    position: relative;
    top: -1px;
    transition: background .2s;
    cursor: pointer;
}

.field-submit:hover {
    background: #1e1c20;
}

.index-login h2 {
    margin-bottom: 1.5rem;
}

.login-form .field-submit,
.register-form .field-submit {
    width: 194px;
    height: 39px;
    display: block;
    left: 50%;
    margin-top: 15px;
    margin-left: -97px;
}

.login-form,
.register-form {
    background: #403843;
    background: #e9b500;
    padding: 30px;
    width: 500px;
    left: 50%;
    position: relative;
    margin-left: -250px;
    border-radius: 20px;
}

.login-form p,
.register-form p {
    font-size: 16px;
    color: #000;
}

.register-form .field-text {
    width: 60%;
}

.register-form label {
    width: 100%;
}

.register-form label span {
    width: 30%;
    display: inline-block;
    /*text-align: right;*/
    text-align: left;
}
.register-form label span:after {
    content: ':';
    margin-right: 5px;
}

.register-form .field-submit {
    left: 30%;
    margin-left: 0;
}

.birthday-help {
    width: 60%;
    display: inline-block;
    margin-left: 30%;
    text-align: left;
    font-size: 0.8rem;
    margin-top: -5px;
}

.login-form__remember-me {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

.password-recovery-link {
    color: #fff;
    margin-top: 15px;
    display: inline-block;

    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    /*text-decoration: underline;*/
}
.password-recovery-link:hover {
    color: #fff;
}

.form-login ul,
.form-register ul {
    padding-left: 0;
}

.field-text.input-error {
    box-shadow: 0 0 1px 1px #f00;
}

.form-login ul li,
.form-register ul li,
.form-password-recovery ul li {
    list-style: none;
    color: #f00;
}

.warehouse-block p {
    color: #e9b500;
}

.warehouse-block .numberer {
    background: #e9b500;
    border-radius: 20px;
    padding: 5px 10px;
    width: 36px;
    text-align: center;
    display: inline-block;
    color: #222;
    font-weight: bold;
    margin-right: 10px;
    /*font-family: gef,sans-serif;*/
}

.warehouse-map {
    margin-bottom: 20px;
}

.menu-main.brands-list .card {
    background: #e9b500;
    border-radius: 10px;
    padding-top: 15px;
    /*padding: 30px 10px;*/
    transition: background-color .25s;
    cursor: pointer;
    margin-bottom: 30px;
    background: transparent;
}

.menu-main .card:hover {
    background: #ffe25c;
}

.menu-main h55 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

.menu-main p {
    font-size: 14px;
    color: #000;
}

.brands-list .card .image,
.menu-main.brands-list .card .image,
.menu-main.brands-list .card img {
    background: #eee no-repeat center center;
    border-radius: 60px;
    /*padding: 20px;*/
    width: 100px;
    height: 100px;
    padding: 0px;
    /*border: 20px solid #fff;*/
    box-sizing: content-box;
    /*border: 40px solid #fff*/
    display: block;
    margin: 1px auto 10px;
}

#part-1 .image {
    /*background-image: url('/img/brands/tobacco_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Tabak_transparent.png');
    background-size: cover;
}

#part-2 .image {
    /*background-image: url('/img/brands/ugol_icon_80_3.png');*/
    background-color: #000;
    background-image: url('/img/parts/Ugol.png');
    background-size: cover;
}

#part-3 .image {
    /*background-image: url('/img/brands/kolba_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Kolba_transparent.png');
    background-size: cover;
}

#part-9 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Kalyan_transparent.png');
    background-size: cover;
}

#part-13 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/HQD_transparent.png');
    background-size: cover;
}

#part-15 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/electronic_transparent.old.png');
    background-size: cover;
}

#part-16 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Liquids_transparent.png');
    background-size: cover;
}

#part-17 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Pauchi_transparent.png');
    background-size: cover;
}

#part-18 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/SigaryIcon.png');
    background-size: cover;
}

#part-19 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Samokrutki_icon.png');
    background-size: cover;
}


#part-7 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Kalaud_transparent.png');
    background-size: cover;
}

#part-11 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Kolba_transparent.png');
    background-size: cover;
}

#part-8 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Plitka_transparent.png');
    background-size: cover;
}

#part-12 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Kolpak_transparent.png');
    background-size: cover;
}

#part-6 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Rashodniki_transparent.png');
    background-size: cover;
}

#part-4 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Chasha_transparent.png');
    background-size: cover;
}

#part-10 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/Shipci_transparent.png');
    background-size: cover;
}

#part-301 .image {
    /*background-image: url('/img/brands/hookah_icon_80.png');*/
    background-color: #000;
    background-image: url('/img/parts/drinks_black_icon.png');
    background-size: cover;
}

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    #part-1 .image {
        background-size: contain;
        background-image: url('/img/brands/tobacco_icon@2x.png');
    }

    #part-2 .image {
        background-size: contain;
        background-image: url('/img/brands/ugol_icon_80@2x.png');
    }

    #part-3 .image {
        background-size: contain;
        background-image: url('/img/brands/kolba_icon@2x.png');
    }

    #part-9 .image {
        background-size: contain;
        background-image: url('/img/brands/hookah@2x.png');
    }
}*/

.card a {
    text-decoration: none;
}

.card span.btn {
    color: #fff;
    font-weight: 700;
    background: #3d3940;
    text-transform: uppercase;
    box-shadow: 0 0 29px rgba(0,0,0,.25);
    border-radius: 20px;
    border: none;
    padding: 7px 25px;
}

.card.recommendation-mix a.btn {
    background: #e9b500;
}

.brands-list .row,
.flavors-list .row {
    /*margin-bottom: 30px;*/
}

.flavors-list .card,
.brands-list .card {
    padding-top: 15px;
    margin-bottom: 30px;
    background-color: transparent;
    border: none;
}

.cashier-body .flavors-list .card,
.cashier-body .brands-list .card {
    padding-top: 10px;
    margin-bottom: 10px;
}

.cashier-body .brands-list .card img {
    width: 80px;
    height: 80px;
}

.cashier-body .flavors-list .price-tag,
.cashier-body .brands-list .price-tag {
    display: none;
}

.cashier-body .flavors-list .card {
    padding-top: 0;
}

.cashier-body .flavors-list .card.recommendation-items {
    padding-top: 15px;
}
.flavors-list .card.recommendation-items .card-title {
    margin-top: 10px;
}

.flavors-list .card img {
    max-width: 150px;
}
.cashier-body .flavors-list .card img {
    height: 80px;
    max-width: 80px;
}

.cashier-body .flavors-list .card .mods-line,
.cashier-body .flavors-list .card .mods-weight {
    display: none;
}

.flavors-list .card:hover,
.brands-list .card:hover {
    background: #ffe25c;
}

.menu-main .card-title,
.flavors-list .card .card-title,
.brands-list .card .card-title {
    margin-bottom: 0;
}

.flavors-list .card:hover .card-title,
.brands-list .card:hover .card-title {
    background: #ffe25c;
    background: #e9b500;
}

.brands-list .card-image-top {
    border-radius: 75px;
}
.flavors-list .card-title,
.flavors-list a,
.brands-list .card-title,
.brands-list a {
    /*font-family: gef,sans-serif;*/
    /*color: #e9b500;*/
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

.recommendations-block.flavors-list .card-title {
    font-size: 0.9rem;
    font-weight: 400;
}

.recommendations-block .part-name {
    display: block;
    font-weight: 700;
}

.flavors-list .price-tag,
.brands-list .price-tag {
    background: #3d3940;
    color: #e9b500;
    font-size: 0.8rem;
    /* text-transform: lowercase; */
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 5px;
    text-transform: lowercase;
    display: inline-block;
}

.flavors-list .price-tag .price-was,
.brands-list .price-tag .price-was {
    color: #fff;
    margin-right: 30px;
    position: relative;
}

.flavors-list .price-tag .price-was:after,
.brands-list .price-tag .price-was:after {
    content: '';
    display: inline-block;
    border-bottom: 2px solid #d9534f;
    width: 140%;
    position: absolute;
    left: -20%;
    top: 20px;
    top: 42%;
    transform: rotate(10deg);
}

.flavors-list .card-title,
.brands-list .card-title {
    background: #3d3940;
    padding: 0.15rem 0;
    margin-top: 0.5rem;
}

.flavors-list .card-image-top {
    /*border-radius: 75px;*/
}

.flavors-list .header-not-available {
    padding: 20px 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e9b500;
}



.flavor-page .description {
    background: #3d3940;
    background-color: #333;
    /*background: #1e1c20;*/
    background: #37343b;
    /*padding: 20px 30px;*/
    background: none;
    border-radius: 5px;
    text-align: left;
}

.flavor-page .main-col {
    text-align: left;
}

.item-prices-table {
    font-size: 0.9rem;
    display: none;
    color: #bbb;
    position: relative;
}

.item-prices-table.active {
    display: block;
}

.item-prices-table__value:before {
    content:  '\00a0';
}
.item-prices-table__value:after {
    content: '\00a0\20BD';
    font-size: 0.7rem;
}

.item-prices-table__pricing-link span {
    display: none;
}

.item-prices-table__pricing-link {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 170px;
    top: 15px;
}

.item-prices-table__pricing-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    /*top: 3px;*/
    /*right: -20px;*/
    /*left: auto;*/
    fill: #fff;
    background: url(/img/question.svg) top right no-repeat;
}

.item-brand-link {
    display: inline-block;
    margin-top: 45px;
    width: 100%;
    /*text-align: center;*/
    text-decoration: underline;
}
.item-brand-link:hover {
    text-decoration: none;
}

.main-btn,
.add-to-bowl-btn {
    /*cursor: pointer;*/
    margin-top: 30px;
    background: #dbb400;
    /*border: none;*/
    color: #2b262d;
    /*font-weight: 700;*/
    font-size: 14px;
    /*text-transform: uppercase;*/
    padding: 15px 40px 15px;
    outline: none;
    /*border-radius: 20px;*/
    /*transition: background .2s;*/
}

.main-btn:hover,
.add-to-bowl-btn:hover {
    background: #ffe25c;
}

. add-to-bowl-btn:focus {
    outline: none;
}

.recommendations-block {
    margin-top: 20px;
}

.cart-page .recommendations-block {
    margin-top: 0;
}

.recommendations-block h4 {
    padding: 35px 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e9b500;
}

.recommendations-block .card {
    color: #ffe25c;
    background: #3d3940;
    padding: 15px 20px 12px;
    background: linear-gradient(rgba(40,40,40,0.8), rgba(40,60,100,0.1));
    border-radius: 10px;
    /*border-radius: 5px;*/
}

.recommendations-block .card-title {
    text-transform: uppercase;
    margin-top: 20px;
    background: none;
}

.recommendations-block .card-text {
    color: #fff;
}

.recommendations-block .card-image img {
    height: 60px;
    width: auto;
}

.sale-block h4 {
    padding: 35px 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e9b500;
}

.sale-block .prices {
    margin-top: 5px;
}

.sale-block .old-price,
.sale-block .sale-price {
    display: inline-block;
    background: #3c3c3c;
    border-radius: 3px;
    color: #fff;
    /*color: #000;*/
    font-weight: bold;
    padding: 0 5px;
    margin: 0px 0 5px 10px;
    position: relative;
    /*left: -15px;*/
    font-size: 0.9rem;
}
.sale-block .sale-price {
    background: #e9b500;
    color: #222;
}

.sale-block .brand-title {
    display: block;
    font-size: 0.9rem;
}
/*.recommendations-block .old-price:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    width: 110%;*/
/*    left: -6%;*/
/*    top: 50%;*/
/*    border-top: 1px solid #e9b500;*/
/*    transform: rotate(26deg);*/
/*}*/

.sale-block .old-price:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 120%;
    left: -10%;
    top: 50%;
    border-top: 1px solid #e9b500;
    transform: rotate(-10deg);
}
.sale-block .old-price:before {
    content: '';
    display: none;
    /*display: inline-block;*/
    position: absolute;
    width: 110%;
    left: -6%;
    top: 50%;
    border-top: 1px solid #e9b500;
    transform: rotate(-26deg);
}

.sale-block .currency {
    font-weight: normal;
    font-size: 0.8rem;
    margin-left: 2px;
}

.sale-block .sale-link {
    text-decoration: underline;
    margin-bottom: 30px;
    display: inline-block;
}
.sale-block .sale-link:hover {
    text-decoration: none;
}
/*.bowl-sliders {
    position: relative;
}

.bowl-slider,
.bowl-slider2 {
    position: absolute;
    top: 0;
    left: 0;
}

.bowl-slider .rs-path-color,
.bowl-slider2 .rs-path-color {
    background: transparent;
}

.rs-range-color {
    background-color: #ffe25c;
}

.bowl-slider2 .rs-range-color {
    background-color: #9fcdff;
}*/

.bowl-flavor {
    margin-bottom: 15px;
    position: relative;
}

.bowl-flavor__color {
    background: #ccc;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
}

.bowl-flavor__percent {
    display: inline-block;
    color: #ffe25c;
    font-weight: 700;
    font-size: 20px;
}

.bowl-flavor__percent:after {
    content: '%';
}

.bowl-flavor__name {
    display: inline-block;
}

.bowl-flavor__delete {
    /*text-indent: -10000px;*/
    font-size: 0;
    /*background: #cccccc;*/
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: -3px;
    margin-left: 5px;
    position: relative;
}

.bowl-flavor__delete:after,
.bowl-flavor__delete:before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    position: relative;
    background: #fff;
}

.bowl-flavor__delete:after {
    position: absolute;
    top: 8px;
    left: 1px;
    transform: rotate(45deg);
}
.bowl-flavor__delete:before {
    transform: rotate(-45deg);
    top: 8px;
    left: 1px;
}

.bowl-page .add-buttons {
    margin-top: 30px;
    text-align: left;
}

.bowl-page .add-buttons a {
    display: block;
    color: #e9b500;
    margin-bottom: 15px;
}

.bowl-page .order-btn {
    text-align: left;
}

.bowl-page .total {
    font-size: 1.6rem;
    padding-top: 20px;
    position: relative;
    font-weight: 700;
}

.bowl-page .total.with-price-was {
    padding-top: 25px;
}

.bowl-page .total .currency {
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 400;
}

.bowl-page .total .price-was {
    position: absolute;
    top: -2px;
    left: 0;
    color: #aaa;
    /*display: block;*/
}

.bowl-page .total .price-was:after {
    /*content: '';
    display: inline-block;
    width: 160%;
    height: 1px;
    background: #999;
    position: absolute;
    top: 20px;
    left: -30%;*/
    content: '';
    display: inline-block;
    width: 110%;
    height: 1px;
    background: #f00;
    position: absolute;
    top: 21px;
    left: -5%;
}

.page-admin-content .loader,
.form-add-to-cart .loader,
.bowl-page .total .loader,
.cart-page .loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bowl-page .field-submit {
    width: 174px;
    height: 39px;
    background: #403843;
    background: #e9b500;
    color: #000;
    margin: 20px 0 0 -15px;
}

.navbar .container {
    position: relative;
}

.link-bowl {
    color: #ffe25c;
    color: #e9b500;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    height: 90px;
    width: 110px;
    background: url('/img/BOWL.png') center center no-repeat;
    position: absolute;
    top: 23px;
    right: 0;
    text-decoration: none;
    text-align: center;
}

.link-bowl:hover {
    text-decoration: none;
    color: #ffe25c;
}

.link-bowl__text {
    display: block;
}

.link-bowl__flavors {
    display: block;
    margin-top: 55px;
    text-align: center;
}

.link-cart {
     color: #ffe25c;
     color: #e9b500;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.8rem;
     height: 90px;
     width: 120px;
     background: url('/img/icons8-shopping-cart-48.png') center center no-repeat;
     position: absolute;
     /*top: 23px;*/
    top: 5px;
     right: 0;
     text-decoration: none;
     text-align: center;
}

.link-cart.hidden {
    display: none;
}

.link-cart:hover {
    text-decoration: none;
    color: #ffe25c;
}

.link-cart__text {
    /*display: block;*/
    display: none;
}

.link-cart__count {
    position: absolute;
    top: 39px;
    font-size: 11px;
    text-align: center;
    width: 23px;
    margin-left: -8px;
}

.link-cart__items {
    display: block;
    /*margin-top: 55px;*/
    margin-top: 70px;
    margin-left: 10px;
    text-align: center;
}

.cart-page .order-items {
    margin-bottom: 20px;
}

.order-page .row-header,
.cart-page .row-header {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.cart-page .bonuses-charge {
    color: #e9b500;
    margin-top: 15px;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}

.cart-page .cart-price-type {
    background: linear-gradient(rgba(40,40,40,0.8), rgba(40,60,100,0.1));
    background: #222;
    border-radius: 10px;
    padding: 10px 10px;
}

.cart-page .cart-economy {
    color: #e9b500;
    /*margin-top: 10px;*/
}

.order-page .row-footer,
.cart-page .row-footer {
    /*border-bottom: 1px solid #999;*/
    padding-bottom: 10px;
    margin-top: 15px;
    font-weight: bold;
    /*color: #e9b500;*/
}

.order-page .row-footer.used-bonuses,
.cart-page .row-footer.used-bonuses,
.order-page .row-footer.basic-price,
.cart-page .row-footer.basic-price {
    border-bottom: 1px dashed #333;
    font-weight: normal;
}

.order-page .basic-price .col-cart-total,
.cart-page .basic-price .col-cart-total {
    text-decoration: line-through;
}

.my-bonuses__total {
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(rgba(15,15,15,0),rgba(40,40,40,1));
    border-bottom: 1px solid #444;
}

.my-orders__order-number a {
    color: #efe24b;
}

.order-page .row-item,
.my-orders__order,
.cart-page .row-item {
    /*height: 52px;*/
    padding-top: 20px;
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
}

.col-cart-image img {
    position: relative;
}

.col-cart-image img {
    position: absolute;
    top: -10px;
    left: 5px;
}

.col-cart-image {
    max-width: 55px;
}

.col-cart-name {
    text-align: left;
}

.col-cart-name .mod-line,
.col-cart-name .mod-weight {
    white-space: nowrap;
}

.col-cart-name a {
    color: #fff;
}

.col-cart-price,
.col-cart-total,
.col-cart-qty {
    max-width: 130px;
}

.col-cart-actions {
    max-width: 45px;
}

.cart-item__delete {
    /*text-indent: -10000px;*/
    font-size: 0;
    /*background: #cccccc;*/
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: -3px;
    margin-left: 5px;
    position: relative;
}

.cart-item__delete:after,
.cart-item__delete:before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    position: relative;
    background: #fff;
}

.cart-item__delete:after {
    position: absolute;
    top: 8px;
    left: 1px;
    transform: rotate(45deg);
}
.cart-item__delete:before {
    transform: rotate(-45deg);
    top: 8px;
    left: 1px;
}


.cart-item__inc,
.cart-item__dec {
    /*text-indent: -10000px;*/
    font-size: 0;
    /*background: #cccccc;*/
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    vertical-align: middle;
    /*border: 1px solid #fff;*/
    background: #333;
    border-radius: 10px;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.cart-item__inc:after,
.cart-item__dec:after,
.cart-item__inc:before {
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    position: relative;
    background: #fff;
}

.cart-item__inc:after,
.cart-item__dec:after {
    position: absolute;
    top: 9px;
    left: 3px;
}
.cart-item__inc:before {
    transform: rotate(90deg);
    /*transform: rotate(-45deg);*/
    top: 9px;
    left: 3px;
}
.cart-item__inc.hidden {
    visibility: hidden;
}

.btn-process-order,
.btn-process-order:hover {
    display: inline-block;
    text-decoration: none;
    color: #2b262d;
}

.page-cart-save .row.order-total {
    margin-bottom: 20px;
}

.page-cart-save .row.order-total .col-cart-total {
    display: inline-block;
    margin-left: 5px;
}

.payments-form,
.page-cart-save form {
    max-width: 500px;
}

.page-cart-save .form-control.phone-number {
    max-width: 200px;
}

.page-cart-save .delivery-price {
    color: #e9b500;
    margin-bottom: 20px;
    display: none;
}

.page-cart-save .delivery-min-check {
    color: #e9b500;
    margin-bottom: 20px;
}

.form-cart ul li {
    color: #f33;

}

.page-cart-save.container-main {
    font-family: 'Roboto', sans-serif;
}

.form-cart .bonuses-block {
    /*margin-bottom: 15px;*/
    margin-top: 30px;
    background: #333;
    background: linear-gradient(rgba(40,40,40,1), rgba(15,15,15,0));
    /*color: #e9b500;*/
    padding: 10px 20px;
    border-radius: 4px;
    /*border-radius: 5px;*/
    /*border: 1px solid #111;*/
    /*border-top: 1px solid #666;*/
}

.link-about-bonuses {
    display: inline-block;
    border: 1px solid #e9b500;
    padding: 4px;
    border-radius: 15px;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 1;
    margin-left: 15px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.link-about-bonuses:hover {
    opacity: 0.7;
    text-decoration: none;
}

.form-cart .bonuses-charge-for-order {
    color: #e9b500;
}

.form-cart .bonuses-charge-for-order span {
    /*font-weight: bold;*/
}

.form-cart .use-bonuses-hidden {
    display: none;
}

.form-cart .field-submit {
    margin-bottom: 30px;
}

.form-cart .group-delivery-pickup-warehouse {
    display: none;
}

.form-cart {

}

.form-cart .form-check-use-bonuses {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    text-align: center;
}

.cart-payments {
    padding-top: 15px;
    width: 100%;
}

.cart-delivery__header,
.cart-payments__header {
    color: #e9b500;
    /*font-weight: bold;*/
    font-family: gef,sans-serif;
    /*color: #e9b500;*/
    text-transform: uppercase;
    /*font-size: 2rem;*/
}

.cart-payments__send-kassa {
    margin-left: 15px;
    color: #d9534f;
}

.cart-payments__send-kassa.sent {
    color: #5cb85c;
}

.cart-payments__plus-row {
    width: 100%;
}
.cart-payments__plus-row:before {
    content: '+';
    display: inline-block;
    margin-right: 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

.cart-payments__row {
    margin-left: 0;
    margin-right: 0;
}

.cart-payments__payment-comment,
.cart-payments .cart-payments__payment-comment {
    width: 100%;
    display: none;
}
.cart-payments .cart-payments__payment-comment.not-empty {
    display: block;
}

.popular-comments,
.popular-comments__payment-type {
    display: none;
}

.popular-comments {
    padding-bottom: 10px;
}

.popular-comments__comment {
    margin-right: 10px;
    text-decoration: underline;
}

.cart-payments__element-amount {
    position: relative;
}

.cart-payments__element-append-comment {
    background: url(/img/edit-text.svg);
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -40px;
    bottom: 7px;
}

.order-page .order-status {
    /*margin-bottom: 2rem;*/
    background: #292929;
    background: #333;
    /*background: #e9b500;*/
    padding: 10px 15px;
    text-align: left;
    background: rgba(30,70,30,0.6);
    background: rgba(50,50,50,0.6);
    /*background: rgba(233,181,0,0.4);*/
    color: #888;
    /*text-transform: uppercase;*/
    border-radius: 10px 10px 0 0;
}

.order-page .order-status span {
    /*font-weight: bold;*/
    color: #fff;
    color: #e9b500;
    text-transform: none;
    margin-left: 0.5rem;
}

.order-page .order-delivery-info {
    background: #333;
    background: #292929;
    background: rgba(30,30,30,0.3);
    /*margin-bottom: 2rem;*/
    padding: 10px 15px;
    text-align: left;
    color: #888;
    /*text-transform: uppercase;*/
    line-height: 1.7rem;
    border-radius: 0 0 10px 10px;
}

.order-page .order-delivery-info span {
    color: #fff;
    color: #e9b500;
    text-transform: none;
    margin-left: 0.5rem;
}

.order-page h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #e9b500;
    padding: 35px 0 20px;
}

.order-page .delivery-price-info {
    padding-top: 15px;
    font-size: 14px;
}



.page-admin-orders tfoot td {
    color: #ffe25c;
    font-weight: 700;
}

.form-group {
    display: block;
}

.form-admin-add-mix .row-mix-flavor {
    margin-bottom: 3rem;
}




/** SHOP **/
.mod-line,
.mod-weight {
    background: #3d3940;
    color: #e9b500;
    font-size: 0.8rem;
    /*text-transform: lowercase;*/
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 5px;
}

.mod-weight {
    text-transform: lowercase;
}

.mod-line:first-child,
.mod-weight:first-child {
    margin-left: 0;
}

.not-available {
    background: #3d3940;
    color: #c00;
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 5px;
}

.container-main.item-page .not-available {
    margin-top: 15px;
    display: inline-block;
    font-size: 1rem;
}

.form-add-to-cart {
    margin-top: 20px;
}

.item-page .form-add-to-cart {
    margin-top: 0px;
}

.item-page .description {
    margin-top: 20px;
}

.form-add-to-cart .fields label {
    display: block;
    max-width: 245px;
    /*width: 70%;*/
}

.form-add-to-cart .custom-select option[disabled=disabled] {
    color: #ccc;
    font-style: italic;
    display: none;
}

.form-add-to-cart .field-mwid,
.form-add-to-cart .field-mwid,
.form-add-to-cart .field-count,
.form-add-to-cart .custom-select {
    background-color: #ddd;
}

.form-add-to-cart .field-count-text {
    background: #222222;
    color: #e9b500;
    border: none;
}

.item-page.guest-variant .guest-please-login {
    margin-top: 30px;
    /*background: #666;*/
    border: 3px solid #e9b500;
    border-radius: 5px;
    padding: 15px;
}

.container-main.guest-variant .form-add-to-cart .field-count-hidden {
    display: none;
}

.item-form__last-item {
    color: #d43f3a;
    text-transform: uppercase;
    display: none;
}

.cost,
.item-sale-price {
    font-size: 1.6rem;
    padding-top: 20px;
    position: relative;
    font-weight: 700;
    vertical-align: bottom;
}
.item-sale-price {
    color: #dbb400;
    display: none;
}
.item-sale-price.active {
    display: block;
}

.item-sale-price:after {
    content: 'РђРєС†РёСЏ';
    background: #333;
    color: #dbb400;
    /*background: #dbb400;*/
    /*color: #fff;*/
    /*color: #d43f3a;*/
    font-size: 0.9rem;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1px 10px;
    position: absolute;
    top: 10px;
    vertical-align: bottom;
    border-radius: 5px;
}

.cost.sale .price {
    position: relative;
    display: inline-block;
}
.cost.sale .price:after {
    content: '';
    display: inline-block;
    border-bottom: 3px solid #d9534f;
    width: 180%;
    position: absolute;
    left: -20%;
    top: 20px;
    top: 50%;
    transform: rotate(10deg);
}

.item-sale-price {
    padding-top: 0;
}


.item-sale-price.action-11-11 {
    display: block;
}

.item-sale-price.action-11-11:after {
    content: 'РђРєС†РёСЏ 11.11%';
}

.cost .currency,
.item-sale-price .currency {
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 400;
}

.from-user-mode {
    border: 1px solid #666;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    /*position: fixed;*/
    position: absolute;
    top: 0;
    margin-top: -0.6rem;
    /*border-radius: 0 0 5px 0;*/
    border-radius: 0  0 5px 5px;
    z-index: 1000;
    background: #222;
    font-size: 0.8rem;
}

.from-user-mode a {
    color: #dbb400;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-add-qtip {
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    border-color: #e9b500;
    border-width: 0px;
    font-weight: bold;
    color: #000;
    z-index: 10;
}

.cart-add-qtip a {
    text-decoration: underline;
}
.cart-add-qtip a:hover {
    text-decoration: none;
}

.part-badges,
.item-badges {
    position: absolute;
    top: 5px;
    left: 15px;
    vertical-align: top;
}

.part-badges__top,
.part-badges__new,
.part-badges__sale,
.item-top {
    vertical-align: top;
    /*position: absolute;
    top: 5px;
    left: 15px;
    top: 0;
    left: 10px;*/
    position: relative;
    margin-right: 5px;
    /*transform: rotate(-15deg);*/
    background: #990;
    background: #e9b500;
    padding: 2px 20px;
    padding: 2px 10px;
    font-size: 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;

    /*width: 90px;*/
    /*display: none;*/
}

.part-badges__sale {
    background: #BF3D30;
}

.part-badges__new,
.item-new {
    vertical-align: top;
    /*position: absolute;
    /*top: 5px;*
    top: 0;
    /*right: 15px;*
    right: 0;
    /*top: -5px;*/
    /*right: 5px;*/
    /*transform: rotate(25deg);*
    right: 10px;
    left: 10px;
    right: auto;*/

    position: relative;
    margin-right: 5px;

    padding: 2px 10px;
    /*width: 90px;*/
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;

    background: #6a6;
    /*background-color: #3498db;*/
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    /*font: 700 18px/1 'Lato', sans-serif;*/
    /*text-shadow: 0 1px 1px rgba(0,0,0,.2);*/

/*    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;

    top: 4px;
    right: 23px;
    right: 12%;*/
}

.not-available-block {
    display: none;
}
.not-available-block.showed {
    display: block;
}

.header-not-available {
    text-decoration: underline;
    cursor: pointer;
}
.header-not-available.showed {
    text-decoration: none;
}

.brand-description-block {
    /*margin-top: 15px;*/
}

.brand-description-block__header {
    text-transform: uppercase;
    font-weight: 700;
    color: #e9b500;
    padding: 20px 0 20px;
}

.brand-description-block__text {
    text-align: left;
}



/*.item-new::before,
.item-new::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;

    border-top-color: transparent;
    border-right-color: transparent;

    display: none;
}
.item-new::before {
    top: 0;
    left: 0;
}
.item-new::after {
    bottom: 0;
    right: 0;
}
.item-new span {
    position: absolute;
    display: block;
    width: 165px;
    width: 60px;
    padding: 2px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    /*font: 700 18px/1 'Lato', sans-serif;*
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;

    left: -30px;
    top: 22px;
    transform: rotate(45deg);

    left: 20px;
}*/

.order-to-client-activation {
    margin-top: 40px;
}

.order-to-client-activation .container {
    max-width: 500px;
}

.order-to-client-activation h4 {
    color: #e9b500;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.order-to-client-activation .btn-check,
.order-to-client-activation .main-btn {
    max-width: 120px;
    border-radius: 0 10px 10px 0;
    padding: 4px 10px 5px;
    float: left;
    margin-top: 0;
    top: 0;
}

.order-to-client-activation .main-btn {
    max-width: 220px;
}

.order-to-client-activation .btn-send-sms,
.order-to-client-activation .btn-send-telegram {
    /*max-width: 150px;*/
    border-radius: 10px;
    padding: 10px 30px;
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
}

.order-to-client-activation .btn-send-telegram {
    max-width: 250px;
    margin-left: 20px;
}

.order-to-client-activation .client-phone-group {
    overflow: hidden;
}

.order-to-client-activation .activation-group {
    display: none;
}

.order-to-client-activation .activation-code-group {
    display: none;
    padding-bottom: 30px;
}

.order-to-client-activation .activation-group .client-info {
    color: #e9b500;
    margin-bottom: 15px;
}

.order-to-client-activation .client-phone-group label,
.order-to-client-activation .activation-code-group label {
    float: left;
}

.order-to-client-activation .client-phone {
    max-width: 110px;
}

.order-to-client-activation .sms-sent,
.order-to-client-activation .telegram-sent {
    /*color: #e9b500;*/
    color: #5cb85c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
    display: none;
}

.order-to-client-activation .activation-code {
    max-width: 100px;
}

.order-to-client-activation .form-group {
    text-align: left;
    margin-top: 20px;
}

@media (min-width: 900px) {
    .container {
        max-width: 880px;
    }

    .menu-main a.btn {
        padding: 7px 20px;
    }
}

@media (min-width: 576px) {
    h2 {
        margin-bottom: 2rem;
    }

    .jumbotron {
        padding: 2rem 2rem;
    }

    .menu-main .card {
        padding: 0rem;
    }

    .brands-list .card img {
        width: 100px;
        height: 100px;
    }

    .flavors-list .card img {
        height: 120px;
        max-width: 120px;
    }

    .flavor-page .flavor-image {
        /*height: 220px;*/
        max-width: 100%;
    }

    .main-btn,
    .add-to-bowl-btn {
        margin-top: 1.4rem;
    }

    .bowl-flavor {
        margin-bottom: 0.4rem;
    }

    .bowl-page .add-buttons {
        margin-top: 1.2rem;
    }

    .bowl-page .add-buttons a {
        margin-bottom: 0.3rem;
    }

    .bowl-page .total {
        padding-top: 0.6rem;
    }

    .bowl-page .field-submit {
        margin-top: 0.6rem;
    }

    .recommendations-block .card-image img {
        height: 60px;
        width: auto;
    }
}

@media (max-width: 800px) {
    h2 {
        font-size: 1.6rem;
    }
    h4 {
        font-size: 1.3rem;
        line-height: 1.35;
    }
    .container-main {
        /*position: relative;*/
    }
    #header-logo-navbar.fixed {
        position: fixed;
        width: 100%;
        z-index: 10;
        background: #000;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #333;
    }
    #header-logo-navbar.fixed .navbar-header {
        height: 80px;
    }
    #header-logo-navbar .navbar-header {
        transition: height 0.2s;
    }
    #header-logo-navbar.fixed .navbar-brand img {
        height: 70px;
        width: auto;
    }
    #header-logo-navbar .navbar-brand img {
        transition: height 0.2s, width 0.2s;
    }
    #header-logo-navbar.fixed .navbar-brand {
        padding-top: 5px;
        width: 58px;
        margin-left: -32px !important;
    }
    #header-logo-navbar .navbar-brand {
        transition: width 0.2s, padding-top 0.2s, margin-left 0.2s;
    }
    #header-logo-navbar.fixed .back-link {
        top: 15px;
    }
    #header-logo-navbar .back-link {
        transition: top 0.2s;
        z-index: 10;
    }
    #header-logo-navbar.fixed .link-cart {
        background-position-y: top;
        margin-top: 5px;
        height: 65px;
    }
    #header-logo-navbar.fixed .link-cart {
        transition: background-position 0.2s, margin-top 0.2s, height 0.2s;
    }
    #header-logo-navbar.fixed .link-cart__count {
        top: 18px;
    }
    #header-logo-navbar .link-cart__count {
        transition: top 0.2s;
    }
    #header-logo-navbar.fixed .link-cart__items {
        margin-top: 48px;
    }
    #header-logo-navbar .link-cart__items {
        transition: margin-top 0.2s;
    }

    .back-link {
        width: 30px;
        height: 30px;
        /*background: url('/img/back.svg') top left no-repeat;*/
        padding: 5px 0 0 4px;
        border: 2px solid #e9b500;
        border-color: #fff;
        border-radius: 30px;
        cursor: pointer;
        top: -75px;
        left: 30px
    }
    #header-logo-navbar .back-link {
        top: 37px
    }
    .back-link:after{
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/img/back.svg') top left no-repeat;
    }
    .back-link:before{
        content: 'РќРђР—РђР”';
        position: absolute;
        top: 32px;
        font-size: 10px;
        left: -5px;
        color: #fff;
    }
    .back-link span {
        display: none;
        /*position: relative;*/
        /*top: auto;*/
        /*margin-top: -15px;*/
        top: 0px;
        /*left: 0px;*/
        /*width: 100px;*/
        font-size: 0.7rem;
    }
    .flavors-list .card-title,
    .flavors-list a,
    .brands-list .card-title,
    .brands-list a{
        font-size: 1.1rem;
    }
    .item-page .flavor-image {
        max-width: 100%;
        max-height: 300px;
        height: auto;
    }
    .item-page .recommendation-items.card {
        margin-bottom: 0;
        padding-top: 10px;
    }
    .item-page .recommendation-items img {
        max-height: 120px;
    }
    .item-page .main-col {
        margin-top: 15px;
    }
    .menu-main .card {
        padding: 0;
    }
    .order-page .row-header, .cart-page .row-header {
        font-size: 0.7rem;
        font-weight: 400;
    }
    .order-page .col-cart-price,
    .cart-page .col-cart-price {
        display: none;
    }
    .order-page .row-header .col-cart-image,
    .cart-page .row-header .col-cart-image {
        display: none;
    }
    .order-page .row-header .col-cart-name,
    .cart-page .row-header .col-cart-name {
        padding-left: 0;
    }
    .order-page .col-cart-image,
    .cart-page .col-cart-image {
        padding-left: 0;
        max-width: 30px;
    }
    .order-page .col-cart-image img,
    .cart-page .col-cart-image img {
        left: 0px;
        top: 10px;
        width: 30px;
        height: auto;
    }
    .order-page .col-cart-actions,
    .cart-page .col-cart-actions {
        padding-right: 0;
        max-width: 30px;
    }
    .cart-item__delete {
        margin-left: 0;
    }
    .cart-page .cart-price-type,
    .cart-page .cart-economy,
    .cart-page .container.order-items,
    .order-page .container.order-items {
        font-size: 0.8rem;
    }
    .order-page .col-cart-name,
    .cart-page .col-cart-name {
        font-size: 0.8rem;
    }
    .order-page .col-cart-name .mod-weight,
    .cart-page .col-cart-name .mod-weight {
        margin-top: 2px;
        display: inline-block;
    }
    .order-page .col-cart-name .mod-line,
    .cart-page .col-cart-name .mod-line {
        margin-top: 2px;
        display: inline-block;
    }
    .order-page .row-item .col-cart-qty,
    .cart-page .row-item .col-cart-qty {
        max-width: 60px;
    }
    .order-page .col-cart-total,
    .cart-page .col-cart-total {
        font-size: 0.8rem;
        padding-left: 5px;
        padding-right: 5px;
        max-width: 65px;
    }
}

@media (max-width: 500px) {
    .login-form, .register-form {
        width: 100%;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }

    .register-form label span {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
    }
    .login-form .field-text,
    .register-form .field-text {
        width: 90%;
    }
    .login-form p, .register-form p {
        font-size: 15px;
    }
    .index-login h2 {
        font-size: 1.8rem;
    }
    .register-form .field-submit {
        left: 0;
        margin: 15px auto;
    }
    .item-brand-link {
        /*text-align: center;*/
        /*margin-top: 30px;*/
    }
    .recommendations-block .card {
        background: none;
        margin-bottom: 0;
    }
    .cart-page .recommendations-block .card img {
        height: 100px;
    }
    .cart-page .recommendations-block h4 {
        padding-bottom: 10px;
    }
    .process-order-btn {
        text-align: center!important;
    }
    .brands-list .card-image-top,
    .flavors-list .card-image-top {
        height: 120px;
        width: auto;
    }

    .part-badges,
    .item-badges {
        left: 10px;
        top: 7px;
    }

    .part-badges__top,
    .part-badges__new,
    .part-badges__sale,
    .item-top,
    .item-new {
        font-size: 10px;
        padding: 2px 8px;
    }
    .flavors-list .card, .brands-list .card {
        margin-bottom: 20px;
    }

    .flavors-list .card-title, .flavors-list a, .brands-list .card-title, .brands-list a {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .index-login h2 {
        font-size: 1.4rem;
    }
}</pre></body></html>