﻿/* initial
-----------------------------------------------------------------------------*/
body *, *::before, *::after {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, summary  {display: block;}

ol, ul, li {list-style: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    vertical-align: top;
    text-align: left;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {text-decoration: none;}

img {
    border: none;
    vertical-align: top;
}

html {height: 100%;}

body {
    font: 12px/15px 'p22_underground_cy_probook', Tahoma, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    /*background: url("/images/body_one_bg.png") 0 0 repeat;
    min-width: 1000px;
    overflow-x: hidden;*/

  background: #fff url("/images/bg-2.jpg");

}

input, select, button {vertical-align: middle;}

button {outline: none;}

input, select, textarea, button {
    font: 12px/15px 'p22_underground_cy_probook', Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
}

input.input-submit::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
}

input[type="submit"], button {cursor: pointer;}

textarea {resize: none;}

input:-moz-placeholder, textarea:-moz-placeholder {opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity: 1;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity: 1;}

input:focus, select:focus, textarea:focus, button:focus {outline: none;}

a.phone-link {
    text-decoration: none;
    cursor: default;
}

strong, b {
    font-family: 'p22_underground_cy_prodemi', sans-serif;
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

h1, .h1 {
    font-size: 32px;
    line-height: 32px;
}

h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.align-right {text-align: right;}
.valign-top {vertical-align: top !important;}

.wrapper-box {
    min-width: 1000px;
    width: 100%;
    overflow-x: hidden;
}



/* fix header
-----------------------------------------------------------------------------*/

.wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 189px;
}

/*.wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 193px;
}*/

.header {
    position: absolute;
    background: #fff;
    top: 0;
    width: 100%;
    margin-bottom: 25px;
}

/*.header {
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}

/*.header {
    position: fixed;
    background: #fff;
    margin-bottom: 25px;
    margin-top: -193px;
    width: 1000px;
    z-index: 1001;
}*/

#email_label span {
  display: none;
}

#email_label.active span {
  display: inline;
}



.left-bg, .right-bg {position: absolute; bottom: 0; overflow: hidden;}
.left-bg {top: -45px; left: -466px;}
.right-bg {top: -13px; right: -571px;}

/* header
-----------------------------------------------------------------------------*/


.bottomtext {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.header .logo {
    float: left;
    margin: 20px /*60px*/0 0 40px;
}

.header .top-nav-info {padding-left: 255px;}

.header .top-navigation {
    font-family: Tahoma, sans-serif;
    color: #fff;
    height: 30px;
    padding: 0 25px 0 3px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 24px;
}

.header .top-navigation a {color: #585858;}

.header .top-navigation strong {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
}

.header .top-nav-left {
    float: left;
    height: 30px;
    line-height: 28px;
}

.header .top-nav-right {
    position: relative;
    float: right;
    height: 30px;
    line-height: 28px;
}

.header .top-nav-right > a, .header .top-nav-right > span {
    display: inline-block;
    margin-left: 22px;
    text-decoration: underline;
    cursor: pointer;
}
.header .top-nav-right > a:hover, .header .top-nav-right > span:hover {text-decoration: none;}

.login-link {
    color: #585858;
}

#login {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 20px 15px;
    background: #fff;
    z-index: 60;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.16);

    display: none;
}

#login .login-form {}

#login .login-form .field {margin-bottom: 10px; overflow: hidden; position: relative;}
.field-value, .field-value1 {overflow: hidden; position: relative;}

.field-value1.field-value--select {
   overflow: visible;
}

#login input.input-text, #login input[type="text"] {
    width: 200px;
    padding: 6px 15px;
    border: 1px solid #000;
    transition: all ease 0.3s;
}
#login input.input-submit {
    padding: 2px 9px 0;
    color: #fff;
    background: #000;
    font: 14px/26px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}



#login .login-form .field::after,
.field-value::after,
.field-value1::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 7px;
    right: -20px;
    background: url(/images/error1.png) no-repeat;
    background-size: cover; 
    transition: all ease 0.3s;
}

.field-value1.field-value--select::after {
  display: none;
}

#login .login-form .field::after {
  padding: 0;
}

#login .login-form .field.error::after,
.field-value.error::after,
.field-value1.error::after {
  right: 6px;
}

.field-value input, .field-value1 input  {
  transition: all ease 0.3s;
}

#login .login-form .buttons {height: 25px; text-align: right;}

#login input.input-submit:hover, #login input.input-submit:focus {background: #333;}

#login .login-form a.forgotten-link {
    float: right;
    color: #666;
    line-height: 25px;
}

.error-message {
    width: 200px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #f91037;
}


.header .top-info {
    position: relative;
    padding: 0 25px 15px 3px;
}

.header .cart {
    position: relative;
    font-family: Tahoma, sans-serif;
    color: #585858;
    float: right;
    height: 60px;
    border-left: 1px solid #dbdbdb;
}

.header .cartInfo {
    position: relative;
    padding: 22px 105px 0 82px;
    height: 60px;
    cursor: default;
    width: 337px;
}

.header .cartInfo:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 19px;
    width: 46px;
    height: 43px;
    background: url("/images/sprite.png") 0 0 no-repeat;
}

.header .cartInfo > div {
    font: 14px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    position: relative;
}

/*.header .cartInfo .cart-trigger {
    display: block;
    position: absolute;
    right: 317px;
    bottom: -11px;
    width: 9px;
    height: 6px;
    background: url("/images/sprite.png") -50px 0 no-repeat;
}
*/

.header .cartInfo .cart-trigger {
        position: absolute;
    right: 120px;
    bottom: 11px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header .cartInfo .cart-trigger::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 6px;
    left: 2px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #4eb848 transparent transparent transparent;
}

.header .cart a.order-link {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 8px;
    height: 26px;
    line-height: 24px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    background: #4db848;
    text-decoration: none;
    z-index: 54;
}

#cartPopover {
    position: absolute;
    top: 75px;
    left: 0;
    right: -25px;
    z-index: 1000;

    display: none;
}

#cartPopover .cartPopover-body {
    color: #333;
    padding: 8px 14px;
    background: #fff;
}

#cartPopover .cart-items {
    border-bottom: 1px solid #c9c9c9;
}

#cartPopover .itemRow {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

#cartPopover .itemRow > div {
    display: table-cell;
    vertical-align: middle;
}

#cartPopover .itemRow .item-remove {width: 28px;}

#cartPopover .itemRow .item-remove a {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/images/sprite.png) -49px -9px no-repeat;
}

#cartPopover .itemRow .item-image {width: 65px;}

#cartPopover .itemRow .item-image img {
    display: inline-block;
    width: 52px;
    /*height: 52px;*/
    background: #4db848;
}

#cartPopover .itemRow .item-name {width: 140px;}

#cartPopover .itemRow .item-total {
    font-size: 16px;
    line-height: normal;
    text-align: right;
}

#cartPopover #cartData {
    font-size: 16px;
    line-height: normal;
    display: table;
    width: 100%;
    border-top: 1px solid #696969;
}

#cartPopover #cartData > div {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 0 12px;
}

#cartPopover #cartData .total-text {padding-left: 93px;}

#cartPopover #cartData .total-value {text-align: right;}

#cartPopover #cartData .total-value .total {display: inline-block;}

.header .phone {
display: inline-block;
}
.header .phone .callback_header {
text-align: right;
font-size: 12px;
}

.header .phone, .header .phone a {color: #585858;}

.header .phone a:hover { color: #4db848; cursor:pointer;}

.header .phone > div {
    font: 18px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.header .phone a > span {
    display: inline-block;
    vertical-align: top;
    /* position: relative; */
}

.header .phone a .phonecode {
    font: 28px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    margin-right: 7px;
    line-height: 24px;

}
.header .phone a .phonenum {font: 50px 'p22_underground_cy_prodemi', Tahoma, sans-serif; line-height: 44px;}



/* topmenu ------------------------*/
.header .topmenu {
    position: relative;
    height: 35px;
    padding: 0 25px;
    background: #4db848;
}

.header .topmenu > ul > li {float: left;}

.header .topmenu > ul > li > a {
    display: block;
    height: 35px;
    padding: 0 15px;
    font: 14px/35px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.header .topmenu > ul > li.current > a,
.header .topmenu > ul > li > a:hover {
    color: #000;
    background: #fff;
}

.header .topmenu ul.level2 {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 25px;
    background: rgba(51, 51, 51, .9);
    z-index: 1000;

    display: none;
}

.header .topmenu ul.level2 > li {
    float: left;
    padding: 12px 15px;
    font-size: 15px;
    line-height: 18px;

    width: 20%;
}

.header .topmenu ul.level2 > li > a {
    color: #fff;
    text-decoration: none;
}
.header .topmenu ul.level2 > li > a:hover {text-decoration: underline;}


/* mainpic
-----------------------------------------------------------------------------*/
.mainpic {
    position: relative;
    width: 100%;
    padding: 25px 25px 35px;
    background: #fff;
    margin-bottom: 25px;
    z-index: 500;
}

.mainpic:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 15px;
    // background: url("/images/mainpic-shadow.png") center 0 no-repeat;
}

#slides .slidesjs-container {height: 265px;}

#slides .slidesjs-container .slidesjs-slide a {
    display: block;
    position: relative;
    height: 265px;
    color: #fff;
    background: #ff0000;
}

#slides ul.slidesjs-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#slides ul.slidesjs-pagination li {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    overflow: hidden;
}

#slides ul.slidesjs-pagination li a {
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -100em;
    background: url("/images/sprite.png") 0 -47px no-repeat;
}
#slides ul.slidesjs-pagination li a.active {background-position: -19px -47px;}


/* middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.box {
    padding: 25px 25px 0;
    background: #fff;
}
.box-gray {background: #fff;}
.box-white {background: #fff;}

.box-gray h1, .box-gray .h1, .box-gray h2 {color: #585858;}
.box-white h1, .box-white .h1 {color: #333;}

.container {margin: 0 -5px;}

.content {padding: 0 5px;}

.content2 {
    float: left;
    width: 75%;
    padding: 0 5px;
}

.content2 h1 {margin-bottom: 15px;}

.breadcrumb {
    position: relative;
    height: 30px;
    font: 11px/30px Tahoma, sans-serif;
    padding: 0 40px;
    color: #4b4b4b;
    margin-top: -25px;
    background: #dbdbdb;
}
.breadcrumb a {
    color: #4b4b4b;
    text-decoration: none;
}
.breadcrumb a:hover {text-decoration: underline;}

.box-white h1 {
    padding: 40px 15px 20px;
    border-bottom: 1px solid #333;
}

.cart-block .h1 {padding: 40px 15px 0;}

/* main-menu ------------------------*/
.main-menu,
ul.category-list {margin: 0 -5px 15px;}

.main-menu > li {
    float: left;
    width: 25%;
    padding: 0 5px 10px;
}

.main-menu > li > a {
    display: block;
    height: 230px;
    text-decoration: none;
    color: #fff;
    background: #4db848;
    transition-duration: 0.4s;
}
.main-menu > li > a:hover {
    color: #fff;
    background: #f91037;
}

.main-menu > li > a > span {display: block;}

.main-menu > li > a .name {
    height: 45px;
    padding: 0 15px;
    border-bottom:  5px solid #efc806;
    font: 20px/40px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}

.main-menu > li > a .pic {
    height: 185px;
    overflow: hidden;
}
.main-menu > li > a .pic > img {height: 185px;}

/* category ------------------------*/
.category-image {margin-bottom: 25px;}
.category-image img {max-width: 100%;}

.tags-filter {margin-bottom: 25px;}
.tags-filter > a {
    float: left;
    width: 45px;
    height: 20px;
    margin-right: 15px;
}

/*.tags-filter .hot,
ul.category-list > li a.item-link .item-rubr .item-tag-hot,
.product-block .item-image .item-rubr .item-tag-hot {background-position: 0 -156px;}

.tags-filter .hit,
ul.category-list > li a.item-link .item-rubr .item-tag-hit,
.product-block .item-image .item-rubr .item-tag-hit {background-position: 0 -204px;}

.tags-filter .veg,
ul.category-list > li a.item-link .item-rubr .item-tag-veg,
.product-block .item-image .item-rubr .item-tag-veg {background-position: 0 -180px;}
*/

.tags-filter .new,
ul.category-list > li a.item-link .item-rubr .item-tag-new,
.product-block .item-image .item-rubr .item-tag-new {position: relative; background: #00d2ff;}

.tags-filter .hot,
ul.category-list > li a.item-link .item-rubr .item-tag-hot,
.product-block .item-image .item-rubr .item-tag-hot {position: relative; background: #ff0000;}

.tags-filter .hit,
ul.category-list > li a.item-link .item-rubr .item-tag-hit,
.product-block .item-image .item-rubr .item-tag-hit {position: relative; background: #ef0fdc;}

.tags-filter .veg,
ul.category-list > li a.item-link .item-rubr .item-tag-veg,
.product-block .item-image .item-rubr .item-tag-veg {position: relative; background: #79b41a;}

.product-block .item-image .item-rubr .item-tag-new::before,
ul.category-list > li a.item-link .item-rubr .item-tag-new::before {
    content: 'New';
    display: block;
    position: absolute;
    left: 3px;
    top: 4px;
    color: #fff;
    font: 14px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}

.product-block .item-image .item-rubr .item-tag-veg::before,
ul.category-list > li a.item-link .item-rubr .item-tag-veg::before {
    content: 'Veg';
    display: block;
    position: absolute;
    left: 5px;
    top: 4px;
    color: #fff;
    font: 14px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}

.product-block .item-image .item-rubr .item-tag-hot::before,
ul.category-list > li a.item-link .item-rubr .item-tag-hot::before {
    content: 'Hot';
    display: block;
    position: absolute;
    left: 5px;
    top: 4px;
    color: #fff;
    font: 14px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}

.product-block .item-image .item-rubr .item-tag-hit::before,
ul.category-list > li a.item-link .item-rubr .item-tag-hit::before {
    content: 'Hit';
    display: block;
    position: absolute;
    left: 8px;
    top: 4px;
    color: #fff;
    font: 14px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}



ul.category-list > li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 5px 10px;
}

ul.category-list > li a.item-link {
    display: block;
    position: relative;
    height: 370px;
    background: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    border-color: transparent;
    transition-duration: 0.4s;
}
ul.category-list > li a.item-link:hover {
    border-color: #4db848;
}

ul.category-list > li a.item-link span {display: block;}
ul.category-list > li a.item-link span[itemprop="price"] {display: inline;}

ul.category-list > li a.item-link .item-image {
    height: 165px;
    overflow: hidden;
    margin-bottom: 28px;
    background: url("/images/no-photo_small.jpg") center center no-repeat;
    position: relative;
}
ul.category-list > li a.item-link .item-image > img {
    height: 185px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

ul.category-list > li a.item-link .item-desc {
    padding: 0 5px;
    text-align: center;
}

ul.category-list > li a.item-link .item-title {height: 48px;}

ul.category-list > li a.item-link .item-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}

ul.category-list > li a.item-link .item-price {
    font-size: 14px;
    line-height: 20px;
}

.item-price--red {
  color: #ff0000;
}

.item-price:after {
/*content: '';
font-size: 8px;
background: url("/images/rub.svg") 0 0 no-repeat;
background-size: 13px;*/
display: inline-block;
width:12px;
height: 11px;
}

.item-price::after {
  content: '₽';
  font-size: inherit;
  background: none;
}

.item-price--old {
  opacity: 0.4;
  text-decoration: line-through;
}

ul.category-list > li a.item-link .item-rubr,
.product-block .item-image .item-rubr {
    position: absolute;
    top: 5px;
    right: 5px;
}

ul.category-list > li a.item-link .item-rubr > span,
.product-block .item-image .item-rubr > span {
    display: block;
    width: 40px;
    height: 20px;
    margin-bottom: 5px;
    //background: url("/images/sprite.png") no-repeat;
}

ul.category-list > li .add-to-cart-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    /*margin-top: -60px;*/
    bottom: 30px;
    z-index: 2;
}

span#incartnow.empty { display: none}
span.in-cart {border-bottom: 1px dashed #ffffff;}
span.in-cart.empty {border-bottom: 0;    padding: 0 0 2px 0;}

.add-to-cart {
    display: inline-block !important;
    height: 30px;
    padding: 0 25px;
    font: 16px/32px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    color: #fff;
    background: #4db848;
    text-transform: uppercase;
    text-decoration: none;
    width: 113px;
    text-align: center;
    transition-duration: 0.4s;
}
a.add-to-cart:hover {background: #f91037;}
ul.category-list > li a.item-link:hover .add-to-cart {background: #f91037;}

/* product ------------------------*/
.product-block:after {
    content: "";
    display: table;
    clear: both;
}

.content2 .product-block {margin-bottom: 25px;}

.content2 .product-block .product-left {
    float: right;
    width: 33.8%;
    padding-left: 10px;
}

.product-block .item-image {position: relative;}
.product-block .item-image img {max-width: 100%;}

.content2 .product-block .product-right {
    float: left;
    width: 66.2%;
    padding: 0 25px 15px 15px;
    background: #fff;
}

.product-block .item-title {overflow: hidden;}

.content2 .product-block .item-title {height: 155px;}

.content2 .product-block h1 {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin: 50px 0 6px;
}

.product-block .item-order {
    position: relative;
    display: table;
    width: 100%;
}

.content2 .product-block .item-order {
    padding-right: 10px;
    margin-bottom: 60px;
}

.product-block .item-order .item-order-row {display: table-row;}

.product-block .item-order .item-order-row > span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}

.product-block .item-order .item-option {
    font-size: 14px;
    line-height: normal;
    width: 100px;
}

.product-block .item-order .item-price {
    /*font-size: 30px;*/
    font: 29px Arial, sans-serif;
    line-height: normal;
    text-align: right;
}

.product-block .item-order .item-price:after {
  margin-left: 4px;
}

.product-block .item-order .item-count {
    font-size: 26px;
    padding-left: 20px;
    /*text-align: right;*/
    -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item-count > span,
.item-quantity > span,
.item-quantity > a {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff !important;
    background: #4db848;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item-count .item-minus,
.item-quantity .item-minus {line-height: 20px;}
.item-count > span:hover,
.item-count > span:focus,
.item-quantity > span:hover,
.item-quantity > span:focus,
.item-quantity > a:hover,
.item-quantity > a:focus {background: #f91037;}

.product-block .item-order .item-count input.input-text {
    font: 26px Arial, sans-serif;
    line-height: 26px;
    width: 34px;
    padding: 0 2px;
    text-align: center;
    -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-block .item-order .item-cart {text-align: right;}

.content2 .product-block h3 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
}

.product-block .item-kcal {
    color: #333;
    margin-bottom: 35px;
}

.product-block .kcal-table {
    width: 290px;
    border-top: 1px solid #c9c9c9;
}

.product-block .kcal-table .row {
    border-top:  1px solid #696969;
    border-bottom: 1px solid #c9c9c9;
}

.product-block .kcal-table .row:after {
    content: "";
    display: table;
    clear: both;
}

.product-block .kcal-table .row:last-child {border-bottom: none;}

.product-block .kcal-table .row > div {
    float: left;
    height: 28px;
    line-height: 28px;
}

.product-block .kcal-table .row .col1 {width: 95px;}
.product-block .kcal-table .row .col2 {width: 100px;}

.checkbox-box {min-height: 30px;}
.checkbox-box input.input-checkbox {display: none;}
.checkbox-box .check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    margin-right: 16px;
}
.checkbox-box.checked .check:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 16px;
    background: url("/cms/tpl/images/sprite.png") -50px -31px no-repeat;
}
.checkbox-box label {display: inline-block;}

.product-block .item-add {margin-bottom: 20px; margin-top: -25px;}
.product-block .item-add .switch-block {
    font-size: 14px;
    display: table;
    width: 100%;
}

.product-block .item-add .switch-block .checkbox-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 15px;
    white-space: nowrap;
}

.content2 .product-text {
    padding: 10px 0;
    border-top: 1px solid #333;
    margin-top: 30px;
    color: #666;
}

/* popup */
.popup-box {
    min-height: 490px;
    padding: 20px;
}

.popup-box .product-block .product-left {
    float: left;
    width: 50%;
    padding-right: 5px;
}

.popup-box .product-block .item-image {
    margin-bottom: 32px;
    height: 366px;
    background: url("/images/no-photo.jpg") center center no-repeat;
}

.popup-box .product-block .item-social {
    font-size: 16px;
    line-height: 16px;
    color: #333;
}
.popup-box .product-block .item-social > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.popup-box .product-block .product-right {
    float: left;
    width: 50%;
    padding: 0 15px 0 25px;
}

.popup-box .product-block .item-title {/*height: 136px 150px;*/}

.popup-box .product-block .item-title h1 {
    margin: /*27px*/24px 0 10px;
    line-height: 30px;
}

.popup-box .product-block .subname {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin-bottom: 45px;
}

.popup-box .product-block .item-order {margin-bottom: /*45px*/35px;}

.popup-box .product-block .item-kcal {margin-bottom: 0;}

.popup-box .product-block h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
}
.popup-box .product-block .item-add h3 {/*margin-bottom: 15px;*/color: #333;}

.popup-box .product-block .item-kcal .kcal-table {width: 100%;}

.popup-box .product-block .kcal-table .row > div {
    font-size: 14px;
    width: 33.33%;
}

/* cart */
.content .cart-block {
    position: relative;
    font-size: 14px;
    color: #333;
    padding-bottom: 30px;
}

.content .cart-block a {color: #333;}

.content a.clear-cart-btn {
    position: absolute;
    top: -40px;
    left: 25%;
}

.content .cart-block table {width: 100%;}

.content .cart-block table.table-cart td,
.content .cart-block table.table-cart th {
    vertical-align: middle;
    padding: 14px 0 10px 15px;
    border-bottom: 1px solid #333;
}
/*.content table.table-cart tr:last-of-type td {border-bottom: none;}*/

.content .cart-block table.table-cart .total td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content .cart-block table.table-cart td.item-title,
.content .cart-block table.table-cart th.item-title {
    font-size: 16px;
    width: 25%;
}

.content .cart-block table.table-cart td.item-remove,
.content .cart-block .simpleCart_items table td.item-remove  {width: 30px;}

.content .cart-block table.table-cart td.item-remove a,
.content .cart-block .simpleCart_items table td.item-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/sprite.png") -65px -196px no-repeat;
    text-indent: -100em;
}
.content .cart-block table.table-cart td.item-remove a:hover {background-position: -92px -196px;}

.content .cart-block table.table-cart td.item-image img {width: 130px;}

.content .cart-block table.table-cart td.item-name,
.content .cart-block table.table-cart th.item-name {
    padding-left: 0;
    width: 25%;
    padding-right: 15px;
}
.content .cart-block table.table-cart .itemRow td.item-name {
    font-size: 16px;
    line-height: 20px;
}
.content .cart-block table.table-cart td.item-name a {text-decoration: none;}
.content .cart-block table.table-cart td.item-name a:hover {text-decoration: underline;}

.content .cart-block table.table-cart td.item-calories,
.content .cart-block table.table-cart th.item-calories {padding-left: 0;}

.content .cart-block table.table-cart .itemRow td.item-quantity {font-size: 26px;}
.content .cart-block table.table-cart td.item-quantity input.input-text {
    font: 20px Arial, sans-serif;
    width: 28px;
    text-align: center;
    margin: 0 -5px;
}

.content .cart-block table.table-cart td.item-total,
.content .cart-block table.table-cart th.item-total {width: 15.8%;}
.content .cart-block table.table-cart .itemRow td.item-total {
    font-size: 20px;
    line-height: 20px;
}

.content .cart-block table.table-cart .total td {
    vertical-align: baseline;
    border-bottom: none;
}

.content .cart-block table.table-cart .total td.item-total {
    font-size: 30px;
    line-height: 30px;
}

.content .cart-block .empty-cart-block {margin: 20px 15px 10px;}

.content .button-block {
    margin: 24px 0;
    text-align: center;
}

a.button {
    display: inline-block;
    vertical-align: top;
    font: 16px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    color: #fff !important;
    background: #000;
    height: 30px;
    line-height: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
}
a.button:hover {background: #333;}

.content .cart-block h3 {
    font-size: 16px;
    line-height: 16px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #333;
    margin-top: 35px;
}

.content .order-block {
    padding: 20px 15px 18px;
    border-bottom: 1px solid #333;
}

.content .order-block .row {margin-bottom: 10px;}
.content .order-block .row:after {
    content: "";
    display: table;
    clear: both;
}

.content .order-block .row > div {
    float: left;
    line-height: 30px;
}

.table-form { width: 100%; margin-top: 20px;}

.table-form input {margin-bottom: 10px;}

.content .order-block .field-name, .table-form .field-name,
.content .order-block .field-name.field-name1, .table-form .field-name.field-name1 {width: 15.65%; padding-left: 0;}
.content .registration-block .field-name {width: 19.65%;}
.content .feedback-block .field-name {width: 24.15%;}

form.registration .cart-block,
#orderform .cart-block {
  transition: all ease 0.3s;
}

form.registration .cart-block::before,
#orderform .cart-block::before {
  content: 'Пожалуйста, заполните обязательные поля.';
  display: block;
  position: absolute;
  color: #f91037;
      top: 24px;
    left: 14px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all ease 0.3s;
}

form.registration.form-error .cart-block,
#orderform.form-error .cart-block {
  padding-top: 38px;
}

form.registration.form-error .cart-block::before,
#orderform.form-error .cart-block::before {
  opacity: 1;
  transform: translateX(0);
}

.content .order-block .field-name1 {
    padding-left: 30px;
    /*padding-right: 10px;*/
    width: 17.8%;
}

.content .order-block .field-name1.field-name1--1 {
    width: 13.6%;
    line-height: 20px;
}

.content .order-block .field-value1.field-value1--2 {
    width: 230px;
}

.content .order-block .row .align-right {padding-right: 20px;}

.content .order-block .field-value {width: 47.17%;}
.content .order-block .field-value1 {width: 12.61%;}

.content .order-block .row .valign-top {line-height: 20px; padding-top: 5px;}

.content .order-block input.input-text, .content .order-block textarea, .table-form input.input-text, .table-form textarea,
.content .order-block select {
    font-size: 14px;
    padding: 7px 25px 6px 15px;
    width: 100%;
    border: 1px solid #000;
}
.content .order-block textarea, .table-form textarea{height: 110px;}

.content .order-block select,  .table-form select{padding: 6px 10px 5px;}

.content .order-block .field-checkbox, .table-form  .field-checkbox{
    font-size: 16px;
    width: 28.26%;
}

.content input.input-submit,  .table-form input.input-submit{
    color: #fff;
    background: #000;
    padding: 0 20px;
}

.content .cart-block input.input-submit {
    font: 16px/28px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    padding-top: 2px;
}

.td-button input.input-submit {
    font: 16px/28px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    padding-top: 2px;
}

.content input.input-submit:hover, .content input.input-submit:focus {background: #333;}

/* vacancy */
.content .vacancy-block {position: relative;}

.content .vacancy-send-block {
    position: absolute;
    top: -44px;
    right: 0;
    font-size: 16px;
    line-height: 25px;
}

.content .vacancy-send-block form > span, .content .vacancy-send-block form > div {
    display: inline-block;
    vertical-align: middle;
}

.fileinputs {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 240px;
    height: 25px;
    text-align: left;
    background: #ccc;
}

.content .vacancy-send-block .fileinputs {margin: 0 10px 0 8px;}

.fileinputs input.input-file {
    font-size: 14px;
    position: relative;
    width: 240px;
    height: 25px;
    opacity: 0;
    cursor: pointer;
    z-index: 13;
    vertical-align: top;
}

.fileinputs .fake-text {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 15;
}

.fileinputs .fake-text input {
    font-size: 14px;
    padding: 3px 15px 2px;
    width: 162px;
    height: 25px;
    background: #ccc;
    vertical-align: top;
}
.fileinputs .fake-file {
    background: #000;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 18px;
    width: 225px;
    z-index: 11;
    font: 12px/25px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

.fileinputs:hover .fake-file, .fileinputs:focus .fake-file {background: #333;}

#login .login-form .field.error input.input-text,
#login .login-form .field.error input[type="text"],
.error > input.input-text,
.error > input[type="text"] {border: 1px solid #f91037 !important;}

.content .vacancy-send-block input.input-submit {
    font: 12px/25px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}

.content .one-vacancy-block,
.content2 .one-article-block {
    padding: 45px 15px 42px;
    color: #333;
    border-bottom: 1px solid #333;
}

.content .vacancy-block > div:last-child,
.content .newslist > div:last-child {border-bottom: none;}

.content .one-vacancy-block .vacancy-name,
.content2 .one-article-block .article-name {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}
.content .one-vacancy-block .vacancy-name {text-transform: uppercase;}

.content .one-vacancy-block .vacancy-text,
.content2 .one-article-block .article-text {
    font-size: 14px;
    line-height: 20px;
}

.content a.phone-link {color: inherit;}

.content2 .one-article-block .article-name a {
    color: inherit;
    text-decoration: none;
}
.content2 .one-article-block .article-name a:hover {text-decoration: underline;}

.content .article-block {margin-bottom: 25px;}

.content .article-block .article-text {
    font-size: 14px;
    line-height: 20px;
    padding: 45px 15px 42px;
    color: #333;
}

.content .article-block .article-text .article-date {font-size: 16px; margin-bottom: 10px;}

.content .article-block .article-text p {margin-bottom: 10px;}

.content .article-block .article-pic img {max-width: 100%;}

/* delivery page */
.content .delivery-box {margin: 0 -25px;}

.content .delivery-block {
    width: 100%;
    display: table;
    padding: 40px 15px;
    color: #333;
}

.content .delivery-block.even {
    color: #fff;
    background: #333;
}

.content .delivery-block > div {
    display: table-cell;
    vertical-align: middle;
}

.content .delivery-block .delivery-left {
    width: 25%;
    padding-left: 25px;
}

.content .delivery-block h2 {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    margin: 30px 0;
}
.content .delivery-block.even h2 {color: #fff;}

.content .delivery-right {padding-left: 25px;}

.content .delivery-conditions {
    position: relative;
    display: table;
    padding: 0 0 0 155px;
}

.content .delivery-conditions:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -51.5px;
    left: 12px;
    width: 128px;
    height: 103px;
    background: url("/images/sprite.png") -126px 0 no-repeat;
}

.content .delivery-conditions > div {
    display: table-cell;
    vertical-align: middle;
}

.content .delivery-conditions .col1 {
    font: 30px/30px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    color: #999;
    padding-right: /*35px*/38px;
    text-transform: uppercase;
}

.content .delivery-conditions .col2 {
    font-size: 14px;
    line-height: 20px;
}

.content .delivery-block .title {font-size: 20px; line-height: 20px;}
.content .delivery-conditions .col2 .title {margin-bottom: 5px;}

.content .delivery-ways {
    display: table;
    width: 100%;
}

.content .delivery-ways > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 136px;
    width: 50%;
}

.content .delivery-ways > div:before {
    content: "";
    position: absolute;
    top: 50%;
    background: url("/images/sprite.png") no-repeat;
}

.content .delivery-ways .col1 {
    font-size: 14px;
    line-height: 20px;
}
.content .delivery-ways .col1:before {
    left: 27px;
    margin-top: -20.5px;
    width: 62px;
    height: 41px;
    background-position: -126px -107px;
}

.content .delivery-ways .col2 {line-height: 25px;}
.content .delivery-ways .col2:before {
    left: 66px;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background-position: -192px -107px;
}

.content .delivery-ways a {
    color: #fff;
    text-decoration: none;
}
.content .delivery-ways a.site-link:hover {text-decoration: underline;}

.content .delivery-ways .snoska {
    position: absolute;
    margin-top: 32px;
}

.content .delivery-time {}

.content .delivery-time > div {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding-top: 60px;
}

.content .delivery-time > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 50px;
    background: url("/images/sprite.png") -71px 0 no-repeat;
}

.content .delivery-time .col1 div {margin-bottom: 10px;}

.content .delivery-time p {margin-bottom: 2px;}

.content .delivery-map .map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.content .delivery-map .title {font-size: 15px;}

.content .delivery-map a {color: #333;}

.content .delivery-map .zones > div {
    float: left;
    width: 33.33%;
    line-height: 20px;
}

.content .delivery-map .zones--bryansk > div {
    width: 50%;
}

.zones {
      margin-top: 60px;
}

.zones .zone {
    padding-right: 20px;
    margin-bottom: 20px;
}

.zones .zone__title {
    position: relative;
    padding-left: 60px;
    margin-bottom: 6px;
    font-size: 20px;
    text-transform: uppercase;
}

.zones .zone__title::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 20px;
  left: 0;
  top: 0;
}

.zones--kotlas .zone__title--1::before {
  border: 3px solid #35a0fa;
  background: #aed9f3;
}

.zones--kotlas .zone__title--2::before {
  border: 3px solid #fdcf2e;
    background: #f9b974;
}

.zones--kotlas .zone__title--3::before {
  border: 3px solid #635f5c;
    background: #ac8867;
}

.zones--kotlas .zone__title--4::before {
  border: 3px solid #95a113;
    background: #6f91ac;
}

.zones--kotlas .zone__title--5::before {
  border: 3px solid #bb38fc;
    background: #f2a6d4;
}

.zones--kotlas .zone__title--6::before {
  border: 3px solid #e78239;
    background: #ee8c84;
}

.zones--bryansk .zone__title--1::before {
  background: #84e184;
    border: 3px solid #65da4c;
}

.zones--bryansk .zone__title--2::before {
  background: #ec8b84;
    border: 3px solid #e84b42;

}

.zones--bryansk .zone__title--3::before {
 background: #fbde77;
    border: 3px solid #efc527;
}

.zones--bryansk .zone__title--4::before {
      background: #7cbbee;
    border: 3px solid #349ffb;
}

.zones .zone__time {
    font-size: 16px;
}

.content .delivery-payment {
    display: table;
    width: 100%;
}
.content .delivery-payment > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    padding-left: 78px;
    width: 33.33%;
}
.content .delivery-payment > div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url("/images/sprite.png") no-repeat;
}

.content .delivery-payment .col1:before {
    margin-top: -18px;
    width: 59px;
    height: 36px;
    background-position: -65px -156px;
}
.content .delivery-payment .col2:before {
    margin-top: -28px;
    width: 55px;
    height: 56px;
    background-position: -128px -156px;
}
.content .delivery-payment .col3:before {
    margin-top: -20.5px;
    width: 62px;
    height: 41px;
    background-position: -126px -107px;
}

.content .delivery-types > div {
    position: relative;
    display: inline-block;
    padding: 0 32px 0 156px;
    font-size: 20px;
    line-height: 20px;
}

.content .delivery-types > div:before {
    content: "";
    position: absolute;
    top: 50%;
    background: url("/images/sprite.png") no-repeat;
}

.content .delivery-types .col1:before {
    left: 46px;
    width: 88px;
    margin-top: -35.5px;
    height: 71px;
    background-position: -258px 0;
}

.content .delivery-types .col2:before {
    left: 86px;
    width: 49px;
    margin-top: -25px;
    height: 50px;
    background-position: -71px 0;
}

.content .delivery-benefits {
    display: block !important;
    margin: -40px 0 -20px;
}

.content .delivery-benefits h2 {
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #4db848;
    margin-bottom: 20px;
    text-transform: none;
}

.content .delivery-benefits .one-benefit {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.content .delivery-benefits .one-benefit > div {
    display: table-cell;
    vertical-align: top;
}

.content .delivery-benefits .one-benefit .title {
    width: 30%;
    padding-left: 25px;
}

.content .delivery-benefits .one-benefit .text {padding: 0 25px; font-size: 120%;}

.content .ok-block {font-size: 14px; padding: 45px 15px 42px;}

.content .paginator {
    padding: 20px 15px;
    font-size: 14px;
    text-align: center;
}

.content .paginator > span,
.content .paginator a {
    display: inline-block;
    vertical-align: top;
}
.content .paginator .pages {font-size: 16px;}
.content .paginator a {margin: 0 2px; padding: 0 3px;}
.content .paginator a.cur {
    text-decoration: none;
    cursor: default;
}

.content .article-block {
    padding: 25px 15px;
    border-bottom: 1px solid #333;
    color: #333;
}

.content .article-block p {margin-bottom: 10px;}

.content .article-block p.important {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
}

.content .article-block ol {counter-reset: li;}

.content .article-block ol > li,
.content .article-block ul > li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}

.content .article-block ul > li {margin-bottom: 6px;}

.content .article-block ol > li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    left: 0;
}

.content .article-block ul {margin: 10px 0;}

.content .article-block ul > li:before {
    content: "\2022";
    position: absolute;
    left: 0;
}

.content .reviews-block {margin-bottom: 4px;}

.content .one-review {
    padding: 35px 15px;
    border-bottom: 1px solid #333;
    color: #333;
}

.content .one-review .date {margin-bottom: 14px;}

.content .one-review .author,
.content .one-review .admin {
    font-size: 15px;
    line-height: 20px;
}

.content .one-review .review-text,
.content .one-review .review-answer {line-height: 20px;}

.content .cart-block.checkout-inf h2 {
    padding: 0 15px 10px;
    border-bottom: 1px solid #333;
    margin: 20px 0 0;
}

.content .contacts-gallery-block {
    margin: -25px -25px 0;
    padding: 25px;
    background: #333;
}

.content .contacts-gallery-block ul {margin: 0 -5px;}
.content .contacts-gallery-block ul li {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.content .contacts-block {
    padding: 35px 10px 60px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

.content .contacts-block h1 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 5px 12px;
    border-bottom: none;
    text-transform: uppercase;
}

.content .contacts-block > div {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.content .contacts-block .contacts-left {}
.content .contacts-block .contacts-left > div {margin-bottom: 20px;}

.content .contacts-block .contacts-right .map {
    width: 450px;
    height: 383px;
}

.content .order-list {font-size: 14px; color: #333;}

.content .order-list .one-order-top {
    font: 14px 'p22_underground_cy_prodemi', sans-serif;
    padding: 0 15px 10px;
    border-bottom: 1px solid #333;
}

.content .order-list .one-order {
    margin: 0 0 40px 0;
}

.content .order-list h4 {
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0 20px;
    padding: 0 15px;
}

.content .order-list .one-order table {
    width: 100%;
}

.content .order-list .one-order td, .content .order-list .one-order th {
    padding: 4px 15px 0 15px;
}

.content .order-list .one-order th {
    padding: 14px 15px 10px 15px;
    border-bottom: 1px solid #333;
}

.content .order-list .one-order td.item-total-price {
    padding-top: 14px;
    text-align: right;
    font-family: 'p22_underground_cy_prodemi', sans-serif;
}

.content .order-list .one-order .item-name {width: 60%;}
.content .order-list .one-order .item-quantity {width: 20%; text-align: center;}

.content .order-list .one-order .item-total {text-align: right;}

.content .order-list h2.h1 {
    padding: 40px 15px 20px;
    border-bottom: 1px solid #333;
}

.content .order-list p  {padding: 10px 0 10px 15px;}

.content .msg {margin-top: 35px; padding: 0 15px;}

.ui-helper-hidden-accessible {display: none;}

ul.ui-autocomplete {
    background: #fff;
    border: 1px solid #000;
    border-top: none;
}
ul.ui-autocomplete  li {}
ul.ui-autocomplete  li a {
    display: block;
    padding: 7px 15px 6px;
    cursor: default;
    text-decoration: none;
}
ul.ui-autocomplete  li a:hover {
    color: #fff;
    background: #3399ff;
}

.content .text-404 {font-size: 14px; padding: 45px 15px 42px;}

/* right sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.right-menu {
    color: #585858;
    margin: 45px 0 10px 25px;
    min-height: 305px;
}

.right-menu .h {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 12px;
}

.right-menu > ul {}

.right-menu > ul > li {
    position: relative;
    font-size: 16px;
    line-height: 16px;
}


.right-menu > ul > li > a {
    display: block;
    color: #585858;
    text-decoration: none;
    padding: 7px 0 5px;
    border-bottom: 2px solid transparent;
}
.right-menu > ul > li > a:hover,
.right-menu > ul > li > ul li a:hover {color: #4db848;}

.right-menu > ul > li.current > a {border-bottom-color: #4db848;}

.right-menu > ul > li > ul {margin: 5px 0 0 20px; display: none;}
.right-menu > ul > li.current > ul {display: block;}

.right-menu > ul > li > ul > li {
    font-size: 14px;
    margin-bottom: 2px;
}

.right-menu > ul > li > ul li a {
    color: #585858;
    text-decoration: none;
}

.right-sidebar .right-block {
    background: #fff;
    margin-bottom: 10px;
    margin-left: 15px;
}

/* bottom-menu
-----------------------------------------------------------------------------*/
.bottom-menu {
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0 40px;
    background: #4db848;
}

.bottom-menu a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}
.bottom-menu a:last-child {margin-right: 0;}
.bottom-menu a:hover {text-decoration: underline;}

/* bottom-article-box
-----------------------------------------------------------------------------*/
.bottom-article-box {
    position: relative;
    padding: 25px 40px 40px;
    background: #fff;
}

.bottom-article-row {margin: 0 -10px;}


.bottom-article-box article {
    float: left;
    width: 50%;
    padding: 0 10px;
}


.bottom-article-box article h2 {padding-top:25px;}



/* footer
-----------------------------------------------------------------------------*/
.footer {
    position: relative;
    padding: 25px 25px 60px;
    color: #585858;
    background: #dbdbdb;
}

.footer a {color: #585858;}

.footer-row {margin: 0 -5px;}

.footer-row > div {
    float: left;
    padding: 0 5px;
}

.footer .logo,
.footer .payment {width: 25%;}

.footer .logo a {
    display: inline-block;
    margin-left: 15px;
}



.footer .info_footer {width: 25%;}

.footer .social-copy {width: 25%;}

.footer .social {margin-bottom: 19px;}

.footer .social_inf {margin-bottom: 29px;}

.footer .social a,
.item-social a {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background: url("/images/sprite.png") no-repeat;
    margin-right: 3px;
}



.footer .social a.fb,
.item-social a.fb {background-position: 0 -66px;}
.footer .social a.tw,
.item-social a.tw {background-position: -32px -66px;}
.footer .social a.vk,
.item-social a.vk {background-position: -64px -66px;}
.footer .social a.in,
.item-social a.in {background-position: -96px -66px;}

.footer .social a.fb:hover {background-position: 0 -126px;}
.footer .social a.tw:hover {background-position: -32px -126px;}
.footer .social a.vk:hover {background-position: -64px -126px;}
.footer .social a.in:hover {background-position: -96px -126px;}
.item-social a.fb:hover {background-position: 0 -96px;}
.item-social a.tw:hover {background-position: -32px -96px;}
.item-social a.vk:hover {background-position: -64px -96px;}
.item-social a.in:hover {background-position: -96px -96px;}

.footer .copy a {text-decoration: none;}
.footer .copy a:hover {text-decoration: underline;}

.footer .payment p {
    font-size: 16px;
    line-height: 16px;
    margin: 13px 0 18px;
}

.footer .payment img {margin-right: 3px;}

.footer .developer {
    position: absolute;
    bottom: 10px;
    right: 95px;
}    

.added {display: block;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(0, 170, 0, .8);
    transform: scale(0);
    transition: all ease-in-out 0.3s;
    z-index: 49;}

.added::before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 30px;
    top: 28px;
    left: 24px;
    opacity: 0;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
}

.added.vis {transform: scale(1);}

.added.vis::before { opacity: 1;}

.filter {
    background: #dbdbdb;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}
.type_filter label {
    padding: 10px 10px 10px 0;
    // border:1px solid red;
    cursor: pointer;
}
.label {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0 0 5px;
}
.sort_filter {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700px;
}
select {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
     font-size: 16px;
     padding: 5px;
     border-radius: 5px;
    line-height: 24px;
    background-image: url('/images/icon-st.png');
    background-position: 230px center;
    background-repeat: no-repeat;
     /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
  cursor: pointer;
}
 select::-ms-expand {
  display: none;
}
/* Скрываем реальный чекбокс */
.checkbox {
    display: none;
}
 
/* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
.checkbox-custom {
    position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
    width: 20px;             /* Обязательно задаем ширину */
    height: 20px;            /* Обязательно задаем высоту */
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
}
 
/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
 
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox:checked + .checkbox-custom::before {
    content: "";             /* Добавляем наш псевдоэлемент */
    display: block;          /* Делаем его блочным элементом */
    position: absolute;      /* Позиционируем его абсолютным образом */
 
    /* Задаем расстояние от верхней, правой, нижней и левой границы */
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: url(/images/icon-ok.png);
    background-size: cover;
     // border: 2px solid rgba(11, 161, 1, .3);
    // background: #413548;     /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
    border-radius: 2px;
}

/*main menu*/

    .fixed {
        position:fixed;
        top:-5px; 
        width: 1000px;
    opacity: 0;
    transform: translateY(-24px);
    animation-name: fade-in;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
        z-index: 999;
    }

@keyframes fade-in {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.right-banner {
  margin-bottom: 35px;
}

.right-banner img {
  max-width: 100%;
}

#account-3 .button-block a {
  color: #fff;
    background: #000;
    padding: 0 20px;
    font: 16px/28px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    padding-top: 2px;
    padding-left: 48px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
}

#account-3 .button-block a::before,
#account-3 .button-block a::after {
  content: '';
 display: block;
  position: absolute;
  top: 13px;
    left: 15px;
  width: 20px;
  height: 4px;
  background: #fff;
}

#account-3 .button-block a::after {
      left: 15px;
    transform: rotate(-90deg);
}

.oplata {
    padding: 40px 15px 20px;
    font-size: 16px;
    color: #a70000;
}

.city-select {
    /*display: none;*/
    width: 290px;
    color: #000;
    position: relative;
}

.city-select__buttons {
    margin-top: 9px;
}



.city-select__value {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    cursor: pointer;
}

.city-select__value::after {
  content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 11px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
}

.city-select__dropdown {
    padding: 24px 16px 16px;
    position: absolute;
    top: 36px;
    left: -16px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    z-index: 100;
}

.city-select__dropdown--start {
  display: none;
}

.city-select__dropdown--simple {
  display: none;
  padding: 4px 16px;
  left: 0;
}

.city-select__value::before {
  content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 24px;
    left: 0;
}

.city-select__value:hover .city-select__dropdown--simple { display: block;}

.city-select__dropdown--active {
  display: block;
}

.city-select__title {
    font: 18px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
}

.city-select__dropdown::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 28px;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #ffffff transparent;
}

.header .top-navigation .btn--city {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    margin-right: 0;
    font: 13px/32px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    color: #fff;
    background: red;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.4s;
}

.sort_filter {
    padding: 0;
}
.sort_filter {clear: both;}
.food_type {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
}



.filter {
    background: none;
    padding: 10px 20px 0;
    border-radius: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #4db848;
}


.sorting__item {
margin: 0 20px 10px 0;
display: inline-block;
}

.sorting__item a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-family: "dinpro-medium", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.sorting__item a::before{
    width: 15px;
    height: 15px;
    left: -5px;
    top: 0px;
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
}

.sorting__item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    top: 1px;
    left: -1px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}
.sorting__item a.all::before{
background: #ccc;
}
.sorting__item a.hot::before{
background: #ff0000;
}
.sorting__item a.new::before{
background: #00d2ff;
}
.sorting__item a.veg::before{
background: #79b41a;
}
.sorting__item a.bgrib::before{
background: #7078e2;
}
.sorting__item a.bluk::before{
background: #edffa7;
}
.sorting__item a.bmyas::before{
background: #5a0018;
}
.sorting__item a.bpeper::before{
background: #ff8300;
}
.sorting__item a.bmas::before{
background: #000000;
}
.sorting__item a.smyas::before{
background: #a73700;
}
.sorting__item a.skolbas::before{
background: #e26b6b;
}
.sorting__item a.sea::before{
background: #a1d3ff;
}
.sorting__item a.pop::before{
background: #ef0fdc;
}

.sorting__item a.active::after {
  opacity: 1;
}

.sorting__item a.active {
  text-decoration: underline;
}

.success-message {
    margin-bottom: 40px;
}

.success-message .success-message__title {
    font-size: 32px;
    line-height: 32px;
    color: #585858;
    margin-bottom: 15px;
}

.success-message p { 
font-size: 14px;
    margin-bottom: 16px;
}

.success-message .success-message__accent {
    font-size: 20px;
    margin: 28px 0;
    color: #585858;
}

.pda {
  display: none;
}

.pda-label {
    display: block;
    max-width: 811px;
    position: relative;
    line-height: 20px;
    margin: 0 auto 20px;
    padding-left: 30px;
}

.pda-label::before,
.pda-label::after {
    content: '';
    display: block;
    position: absolute;
}

.pda-label::before {
    width: 20px;
    height: 20px;
    top: -2px;
    left: 0;
    border: 1px solid #000;
}

.pda-label::after {
    width: 19px;
    height: 8px;
    opacity: 0;
    top: 1px;
    left: 4px;
    border-left: 3px solid #f00;
    border-bottom: 3px solid #f00;
    transform: rotate(-45deg);
    transition: opacity ease 0.3s;
}

.pda ~ .input-submit {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
    transition: opacity ease 0.3s;
}

.pda:checked ~ .input-submit {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.pda:checked ~ .pda-label::after {
    opacity: 1;
}

.item-calories {
    width: 165px;
    font-size: 0;
}

.article-text ol {counter-reset: li;}
.article-text ol > li,
.article-text ul > li {position:relative; padding-left: 24px; margin-bottom: 4px;}
.article-text ol > li::before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
}

.article-text ul > li::before {
    content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 6px;
        left: 4px;
        background-color: #4db848;
}

.article-text ol, .article-text ul {margin: 10px 0;}

.content .order-block input.input-text.input-text--promocode {
    width: calc(100% - 100px);
}

.promocode-button {
    color: #fff;
    background: #000;
    height: 30px;
    padding: 10px 11px 6px;
    text-transform: uppercase;
}




.content .article-block ol > li, .content .article-block ul > li {
    padding-left: 24px;
    margin-bottom: 4px;
}

.content .article-block ol > li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
}

.content .article-block ul > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 4px;
}

.content .article-block ul > li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 4px;
    background-color: #4db848;
}


.discount {
  display: block;
  position: absolute;
  top: 15px;
  left: -40px;
  transform: rotate(-45deg);
  background-color: #4db848;
  color: #fff;
  padding: 5px 30px;
  white-space: pre;
  text-align: center;
}

.discount__number {
  display: block;
  font: 20px/1 'p22_underground_cy_prodemi', Tahoma, sans-serif;
}

/*
ul.category-list > li a.item-link .item-image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
*/

.to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #4db848;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 200;
}

.to-top:hover {
    background: #4fb748;
}

.to-top::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 12px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.content .cart-block table.table-cart.table-cart--non-disc .total td.item-total {
  font-size: 20px;
    opacity: .5;
}

.content .cart-block table.table-cart.table-cart--non-disc .total td {
  opacity: .5;
}

.footer .social_inf {
  margin-bottom: 0;
}

.payment p:first-child {
  margin-top: 0;
}

.footer {
  padding-bottom: 100px
}

.footer .developer {
  position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


.bottom-article-box article {
  float: none;
  width: 100%;
}




.bottom-article-row article {
  padding-top: 40px;
  font-size: 14px;
  line-height: 1.3;
}

.bottom-article-row article h2 {
  font-size: 18px;
}

.bottom-article-row article ul {
  margin: 10px 0;
}

.bottom-article-row article li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
}

.bottom-article-row article li::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 4px;
  background-color: #4db848;
}

#goods {
  position: relative;
  border-top: 200px solid transparent;
    margin-top: -200px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  z-index: 9;
}

ul.category-list > li a.item-link {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
ul.category-list > li {
    display: flex;
}
ul.category-list {
    display: flex;
    flex-wrap: wrap;
}
ul.category-list > li .add-to-cart-box {
    position: static;
    margin-top: auto;
    margin-bottom: 20px;
}
ul.category-list > li a.item-link .item-title {
    height: auto;
}
ul.category-list > li a.item-link .item-name {
    margin-bottom: 7px;
    font-weight: 600;
}
ul.category-list > li a.item-link .item-price {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
ul.category-list > li a.item-link .item-price--old {
    padding-bottom: 0;
    margin-right: 10px;
}
ul.category-list > li a.item-link .item__weight span {
    display: inline-block;
}
.item-link .item__weight {
    margin-bottom: 5px;
    color: #5a5a5a;
}
.item-link .item__text {
    color: #5a5a5a;
    margin-bottom: 10px;
}
ul.category-list > li a.item-link .item-desc {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}

.item__discount {
    position: absolute;
    top: 5px;
    width: 38px;
    height: 30px;
    display: block;
    background: red;
    left: 0;
    color: white;
    line-height: 2;
    font-size: 16px;
    font-family: 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-align: right;
    pointer-events: none;
}
.item__discount::after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    height: 100%;
    border: solid 15px transparent;
    border-right-width: 0;
    border-left-color: red;
}

.item__row {
    flex-direction: row;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 10px;
}
.item-link .item__weight {
    margin-right: 35px;
    margin-bottom: 0;
}

.header .phone {
    order: 1;
    flex-grow: 1;
    text-align: center;
}
.header .phone a.phone-link .phonenum {
    line-height: 1;
    font: 16px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
}
.header .phone a.phone-link .phonecode {
    width: auto;
    line-height: 1;
    font: 16px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    margin-right: -5px;
}
.header .phone .callback_header {
    margin-top: 5px;
    text-align: center;
}
.header .top-info {
    display: flex;
    align-items: center;
}
.header .cart {
    order: 3;
    margin-left: auto;
}
.header .schedule {
    order: 2;
    flex-grow: 1;
    text-align: center;
    color: #585858;
}
.schedule__title {
    font: 12px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.schedule__row {
    line-height: 1;
    font: 16px 'p22_underground_cy_prodemi', Tahoma, sans-serif;
    margin-bottom: 4px;
}
.main-menu > li > a .cat_id_1058{
        font-size:15px
}