

/* Start:/local/css/common.css?16490724485731*/
#modal-express-reg {
    padding: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#modal-express-reg .modal-dialog {
    margin: 0 auto
}

#modal-express-reg .modal-dialog .modal-content {
    height: 100%;
    box-shadow: initial;
    border: 0;
    max-height: 667px;
  
}
#modal-express-reg .modal-dialog .modal-content.step3 { 
    max-height: 475px;
}
#modal-express-reg .modal-dialog .modal-content.step3 .exp-reg-title-red {
    line-height: 30px;
    font-size: 21px;
    font-weight: 400;
    text-transform: none
}

#modal-express-reg .modal-dialog .modal-content .reg-thanks {
    color: #333;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 50px
}

#modal-express-reg .modal-dialog .modal-content .big-close.close {
    opacity: 1;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    font-weight: 400;
    text-decoration: underline;
    font-size: 17px;
    color: #666
}

#modal-express-reg .modal-dialog .modal-content .big-close.close img {
    display: block;
    margin: 0 auto 15px
}

#modal-express-reg .modal-dialog .modal-content .exp-reg-title-red {
    color: red;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px
}

#modal-express-reg .modal-dialog .modal-content .exp-reg-title-red .step3 {
    line-height: 30px
}

#modal-express-reg .modal-dialog .modal-content .modal-header {
    border: 0
}

#modal-express-reg .modal-dialog .modal-content .modal-header .close {
    width: 20px;
    height: 20px;
    background: url(/local/css/../images/plus.svg) no-repeat;
    position: absolute;
    background-size: cover;
    top: 10px;
    right: 10px
}

#modal-express-reg .modal-dialog .modal-content .modal-header .exp-reg-logo {
    width: 100%;
    text-align: center
}

#modal-express-reg .modal-dialog .modal-content .modal-header .exp-reg-logo img {
    display: inline-block
}

#modal-express-reg .modal-dialog .modal-content .modal-body {
    padding: 5px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .reg-p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 22px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .reg-p:first-child {
    margin-top: 80px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .reg-notify {
    font-size: 17px;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin-top: 80px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-card span {
    margin-left: 10px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 19px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-subscribe {
    margin-top: 25px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-subscribe input[type=checkbox]+span {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .3);
    outline: 0;
    margin: 5px 5px 5px 0;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-subscribe input[type=checkbox]:checked+span:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    border: 0 solid #5c5c5c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: -1px 5px;
    pointer-events: none
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-subscribe label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px
}

#modal-express-reg .modal-dialog .modal-content .modal-body .exp-reg-subscribe label span+span {
    margin-left: 5px
}

#modal-express-reg .modal-dialog .modal-content .modal-body form {
    padding: 10px
}

#modal-express-reg .modal-dialog .modal-content .modal-body form input[type=text],
#modal-express-reg .modal-dialog .modal-content .modal-body form input[type=email] {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
    border: 0;
    font-size: 16px;
    background-color: #ededed;
    color: #a5a5a5;
    outline: 0
}

#modal-express-reg .modal-dialog .modal-content .modal-body form button {
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    background: #20a21b;
    background: linear-gradient(to bottom, #20a21b 0, #017b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20a21b', endColorstr='#017b00', GradientType=0)
}

#modal-express-reg .modal-dialog .modal-content .modal-body form .txt-error {
    color: red
}

#modal-express-reg .modal-dialog .modal-content .modal-body form .exp-reg-reason {
    text-transform: uppercase;
    color: #41a733;
    font-size: 15px;
    text-align: center;
    margin: 15px 0;
    display: inline-block
}

#modal-express-reg .modal-dialog .modal-content .modal-body form .exp-reg-agreement {
    text-align: center;
    font-size: 13px
}

#modal-express-reg .modal-dialog .modal-content .modal-body form .exp-reg-agreement a {
    color: #000;
    text-decoration: underline
}
/* End */


/* Start:/local/templates/mobile/css/additional.css?164907244866*/
.footer .icons .block a {
    width: 200px;
    margin: 0 auto;
}

/* End */


/* Start:/local/components/order/search.title/templates/mobile/style.css?16490724481275*/
div.title-search-result {
	box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	overflow:hidden;
	z-index:205;
	background-color: #fff;
	/*margin-top:60px;*/
}
div.title-search-result .title-search-container hr {
	background-color: #767676;
	color: #767676;
	border: none;
	height:1px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:15px;
}
.title-search-container {
	margin: 10px;
}
.title-search-block {
	width:100%;
	padding: 5px 10px;
	display:inline-block;
}
.title-search-block:hover {
	background: #EEEEEE;
	border-radius: 2px;
	text-decoration:none;
}
.title-search-container a, .title-search-category-name a {
	font-size: 14px;
	line-height: 16px;
	color: #434343;
}
.title-search-name, .title-search-category-name {
	float:left;
	width:70%;
}
.title-search-price, .title-search-category-price {
	float:right;
	font-size: 14px;
	line-height: 16px;
	color: #434343;
}
.clr {
	clear:both;
}
.title-search-container a {
	font-weight: 500;
}
.title-search-category-name a {
	font-weight:bold;
}	
.title-search-price {
	font-weight: bold;
}
.header-search-close {
	width: 26px;
	height: 26px;
	background: url('/local/templates/mobile/images/close-search.png') no-repeat;
	position:absolute;
	top:53px;
	right:46px;
	display:none;
}
/* End */


/* Start:/local/components/kmo/modal.basket/templates/mobile/style.css?1668694842133*/
.right-sidenav .right-sidebar-container .table-wrapper table tr.item > td .item-is-gift-to {
	color: #E50000;
	font-weight: 700;
}
/* End */


/* Start:/local/components/kmo/lk.reg/templates/mobile/style.css?1678364468191*/
/*KMO-1784*/
#sms_resend_note{margin-top:10px;text-align:center;display:none}
.reg_button_bgcolor_gray{background-color:#DCDCDC !important}
#resend_sms_counter{color:#CF100D;font-weight:bold}
/* End */


/* Start:/local/components/kmo/lk.auth/templates/mobile/style.css?1751002230358*/
.login-form-wrapper #step-2, .login-form-wrapper #step-3, .login-form-wrapper #step-4
{
	display:none;
}
div#tab-auth-phone-modal .form-error,div#tab-auth-card-modal .form-error,div#tab-auth-email-modal .form-error{color:#CF100D}
input[name=auth_phone].reg-error,input[name=auth_card].reg-error,input[name=auth_email].reg-error{border:2px solid #CF100D}
/* End */


/* Start:/local/templates/mobile/styles.css?177495012817746*/
#modal-announcement .modal-content {
	border-radius: unset;
}
#modal-announcement .close {
	opacity: 1;
}
#modal-announcement .modal-announcement-bold-red {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
#modal-announcement .modal-announcement-big {
	font-size: 18px;
}
#modal-announcement .modal-announcement-text {
	font-size: 14px;
}
#modal-announcement .modal-header {
    padding: 10px;
    border-bottom: unset;
	
}
#modal-announcement .modal-body {
    padding: 10px 25px;
    padding-bottom: 10px;
	
}
#modal-announcement p {
	text-align: justify;
}

/*главная страница и акции */
.content .slider-action .item .product-items .inner-bottom .items-preview-images img {
	max-width: 138px;
	max-height: 138px;
}
.row.header .top {
	margin: 0;
	padding: 0 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #fff;
}
.row.header .top .links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 75%;
	height: 31px;
	
	margin-top: 0;
}
.row.header .top .links a {
	padding: 5px;
	font-size: 12px;
	line-height: 23px;
	color: #5f5f5f;
	text-align: right;
   	font-weight: normal;
   	width: initial;
   	background: transparent;
   	margin-left: 14px;
}
.row.header .top .logo {
	min-width: 73px;
	width: 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	max-width: 120px;
	padding-left:10px;
}
.row.header .top .links a.link-order-shops {
	color: #e30000;
	
	background-color: #fff;
}
.link-internet-snabjenie {

}
.row.header .middle .block {
	background: none;
	max-width: initial;
	width: 13%;
	float: none;
	margin-left: -2px;
}
.row.header .middle .block.toggle-sidebar {
	width: 13%;
}
.row.header .middle .block.toggle-shop {
	width: 35%;
	
}
.row.header .middle .block.toggle-shop img {
	/*width: 91px;*/
    max-height: 29px;
	margin-top:-2px;
	width:88%;
	padding-left: 3px;
}
.header-middle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 10px 5px 9px;
	height: 22px;
}
.header .toggle-shop {
	position: relative;
	
}
.header .toggle-shop:before {
    content: '';
    position: absolute;
    /*background: url(/local/templates/mobile/images/name-shop.svg) no-repeat;*/
	/*width: 91px;
    height: 28px;*/
    top: -4px;
    left: 0;
}
.header .toggle-sidebar {
	position: relative;
}
.header .toggle-sidebar:before {
    content: '';
    position: absolute;
    background: url(/local/templates/mobile/images/burger.svg) no-repeat;
	width: 23px;
    height: 25px;
    top: 3px;
    left: 8px;
}
.header .toggle-sidebar.opened:before {
	display:none;
}
.header .toggle-search {
	position: relative;
}
.header .toggle-search:before {
    content: '';
    position: absolute;
    background: url(/local/templates/mobile/images/search.svg) no-repeat;
    width: 22px;
    height: 23px;
    top: 2px;
    left: 11%;
}
.header .toggle-search.open-bottom:before {
	background: url(/local/templates/mobile/images/search_r.svg) no-repeat;
}
.header .toggle-cabinet {
	position: relative;
}
.header .toggle-cabinet:before  {
    content: '';
    position: absolute;
    background: url(/local/templates/mobile/images/lk.svg) no-repeat;
    width: 22px;
    height: 22px;
    top: 2px;
    left: calc(50% - 23px);
}
.header .toggle-cabinet.open-bottom:before {
     background: url(/local/templates/mobile/images/lk_r.svg) no-repeat;
}
.header .toggle-contacts {
    position: relative;
}
.header .toggle-contacts:before {
    content: '';
    position: absolute;
    background: url(/local/templates/mobile/images/geo.svg) no-repeat;
    width: 16px;
    height: 22px;
    top: 2px;
    left: calc(50% - 18px);
}
.header .toggle-contacts:hover:before {
    background: url(/local/templates/mobile/images/geo_r.svg) no-repeat;
}
.header .toggle-qr {
    position: relative;
}
.header .toggle-qr:before {
    content: '';
    position: absolute;
    background: url(/local/templates/mobile/images/qr.svg) no-repeat;
    width: 22px;
    height: 22px;
    top: 2px;
    left: calc(50% - 18px);
}
.header .toggle-qr:hover:before {
    background: url(/local/templates/mobile/images/qr.svg) no-repeat;
}
.header .toggle-small-basket {
	position: relative;
}
.header .toggle-small-basket:before {
    content: '';
    position: absolute;
    background: url(/local/templates/mobile/images/basket.svg) no-repeat;
    width: 23px;
    height: 20px;
    top: 2px;
    left: calc(50% - 22px);
}
.header .toggle-small-basket.open-small-basket:before {
	background: url(/local/templates/mobile/images/basket_r.svg) no-repeat;
}
.row.header .middle .block.toggle-sidebar .fa-times {
	display: none;
}
#main-wrapper.sidebar-opened .header .middle .toggle-sidebar .fa-times {
	    display: inline-block;
}
.row.header .bottom .search-form {
	
}

.row.header .middle .block .red-badge {
	background-color: #f61821;
    left: calc(50% + 3px);
    top: -3px;
    height: 15px;
    line-height: 15px;
    width: 15px;
	font-size:11px;
}
.row.header .middle .block .green-badge {
	left: calc(50% + 2px);
    top: -3px;
    height: 15px;
    line-height: 15px;
    width: 15px;
	font-size:11px;
}
.row.header .bottom .search-form .triangle-top {
	left: 50%;
	border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid #C2C2C2;
}
.row.header .bottom .search-form .triangle-top:after {
	border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    position: absolute;
    left: -12px;
    top: 2px;
}
.row.header .bottom {
	padding: 0 5px;
	
}
#header-search-form, #header-user-links {
	display:none;
}
#header-search-form.open-bottom, #header-user-links.open-bottom {
	display:block;
}
.row.header .bottom .search-form input {
	width: 100%;
	padding: 6px 10px 5px;
	border: 1px solid #C2C2C2;
	font-size: 14px;
	margin-left:0px;
}
.row.header .bottom .search-form .header-search-submit{
	position:absolute;
	width:30px;
	height:28px;
	right:7px;
	top: 52px;
}
.row.header .bottom .search-form .header-search-submit .search_input {
	width:30px;
	height:28px;
	border-radius: 2px;
	border:0px solid #32883B;
	background: #32883B url(/local/templates/mobile/images/lupa.svg) no-repeat center center;
}

.row.header .bottom .search-form input::-webkit-input-placeholder {color:#5f5f5f;}
.row.header .bottom .search-form input::-moz-placeholder          {color:#5f5f5f;}
.row.header .bottom .search-form input:-moz-placeholder           {color:#5f5f5f;}
.row.header .bottom .search-form input:-ms-input-placeholder      {color:#5f5f5f;}

.modal-header .close {
    margin-top: 3px;
    margin-right: 6px;
    margin-left: 5px;
}
.row.header #header-shop-contacts {
	float: none;
}
.right-sidenav .right-sidebar-container .go-to-cart {
	border: 0;
	bottom: 4px;
}
.slider-action .item .product-items .inner-bottom .items-preview-images img {
	max-width: 138px;
    max-height: 138px;
}
#main-wrapper #main > .header {
	padding-top: 0;
	/*box-shadow: 0 4px 10px -2px #dbdbdb;*/
}
.right-sidenav .right-sidebar-container .go-to-cart .total {
	background: #fff;
	padding-top: 3px;
}
.right-sidenav {
    top: 77px;
}
.right-sidenav.holiday {
    top: 101px;
}
/*actions*/
.slider-action {
    margin-bottom: 15px
}

.slider-action .slider-action-header {
    font-size: 27px;
    font-weight: 700;
    color: #434343;
    text-transform: uppercase;
    margin-bottom: 30px
}

.slider-action .actual-offers {
    margin-bottom: 30px;
    padding: 0 10px;
}

.slider-action .actual-offers a {
    color: #434343;
    border-bottom: 1px solid #434343;
    text-decoration: none;
    font-size: 15px
}

.slider-action .actual-offers a.active {
    color: #e20000;
    text-decoration: none;
    border-bottom: 0;
    font-weight: 600
}

.slider-action .product-items {
    height: 406px;
    position: relative;
    margin-left: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 0 7px 3px #d2d2d2;
    background: #fff;
    background: linear-gradient(#fff 0, #fff 76%, #fff 76%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.slider-action .owl-nav .owl-next:hover,
.slider-action .owl-nav .owl-prev:hover,
.slider-main .owl-nav .owl-next:hover,
.slider-main .owl-nav .owl-prev:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9c9c9', GradientType=0)
}

.slider-action .product-items-code {
    margin-left: 10px;
    margin-top: 5px
}

.slider-action .product-items-container {
    padding: 15px 15px 0
}

.slider-action .product-items-container .more {
    margin-top: 152px;
    display: block;
    font-weight: 600;
    color: #787878;
    text-align: center;
    font-size: 22px
}

.slider-action .product-items-container .price {
    margin: 0 auto;
    height: 66px;
    padding: 5px;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 210px
}

.slider-action .product-items-container .price .price-old {
    font-size: 15px;
    text-decoration: line-through;
    color: #333;
    text-align: center
}

.slider-action .product-items-container .price .price-current {
    font-size: 24px;
    color: #d60000;
    font-weight: 700;
    text-align: center
}

.slider-action .product-items-container .items-sticker .action-2 {
    background: url(/images/kmo/actions/stiker/product_month.png) no-repeat;
    width: 261px;
    left: -1px;
    top: 40px;
    position: absolute;
    background-size: contain;
    height: 36px
}

.slider-action .product-items-container .items-sticker .action-1 {
    background: url(/local/templates/mobile/../images/action/plate_bonus_left.png) no-repeat;
    width: 80px;
    height: 58px;
    position: absolute;
    top: 40px;
    left: -11px;
    z-index: 2
}

.slider-action .product-items-container .items-sticker .action-1 .bonus-quantity {
    text-align: center;
    font-size: 18px;
    margin: 2px auto 0;
    font-weight: 700
}

.slider-action .product-items-container .items-sticker .action-1 .bonus-text {
    text-align: center;
    font-size: 14px
}

.slider-action .product-items-container .items-preview-images {
    margin-top: 25px;
    height: 140px;
    margin-bottom: 10px
}

.slider-action .product-items-container .items-preview-images img {
    max-width: 150px;
    max-height: 150px;
    height: auto
}

.slider-action .product-items-container .items-name {
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 80px;
    margin: 40px auto 0;
    vertical-align: middle
}

.slider-action .product-items-container .items-name a {
    text-decoration: none;
    color: #000;
    overflow-y: hidden;
    height: 78px;
    display: block;
    -ms-overflow-style: none
}

.slider-action .product-items-container .items-name a::-webkit-scrollbar {
    width: 0
}

.slider-action .product-items-hover {
    display: none;
    opacity: 0;
    background: #fff
}

.slider-action .product-items:hover .product-items-hover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: .9;
    background: #f0f0f0;
    padding: 0 49px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#element-review-feedback .modal-content .stroke-button a:hover,
#element-reviews-add .modal-content .stroke-button a:hover,
.catalog .items .product-items .inner-middle .button-basket a:hover,
.slider-action .product-items:hover .product-items-hover .button-basket a:hover,
.slider-action .product-items:hover .product-items-hover .item-hover-compare:hover,
.slider-action .product-items:hover .product-items-hover .item-hover-detail:hover,
.element .element-item .element-item-price .button-basket a:hover,
.element .element-item .element-item-price .button-manager a:hover,
.element .related-products .items .related-price .related-basket-value a:hover {
    opacity: .8
}

.slider-action .product-items:hover .product-items-hover .item-hover-compare {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700
}

.slider-action .product-items:hover .product-items-hover .item-hover-detail {
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin: 20px 0;
    display: block;
    font-weight: 700
}

.slider-action .product-items:hover .product-items-hover .button-basket {
    margin-top: 15px;
    width: 100%
}

.slider-action .product-items:hover .product-items-hover .button-basket a {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #e30000;
    font-size: 26px;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #e30000;
    border-top: 1px solid #e30000
}


/*end actions*/
@media screen and (max-width: 414px) {}
@media screen and (max-width: 375px) {
	.row.header .top .links a {
		font-size: 11px;
		line-height: 23px;
	}

}
@media screen and (min-width: 450px) {
	.row.header .top .links a {
		font-size: 14px;
		font-weight: 14px;
		width: initial;
        margin-left: 20px;
	}

	.row.header .top .links a {
	
	}
}
@media screen and (min-width: 475px) {


}
@media screen and (min-width: 600px) { 
	.row.header .top .links a {
		font-size: 16px;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
	.row.header .top img {
	    width: 100%;
	}	
}
.row.header .links .order-link-div span{
    position: absolute;
    top: 9px;
    font-size: 12px;		
}
.row.header .links .order-link-div{
    position: relative;	
	height: 31px;
	width: 35%;
}
.row.header .links .opt-link-div{
    position: relative;	
	height: 31px;
	width: 57%;
}
.row.header .links > a{
	height: 31px;
	padding-top:7px;
}
.row.header .links .order-link-div a{
    line-height: 23px;
	padding-right: 0px;
	text-align:right;
}
/*конец: главная страница и акции */


#mySidenav .sidebar-container > nav {
	
	width:100%;
	float:left;

}
#mySidenav .sidebar-container > div {
	width: 15%;
	float: right;
	background-color: #fff;
	height: 100%;
	position: sticky;
	top: 0;
	right: 0;
}

#mySidenav .sidebar-close > div {
	

	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;

}
#mySidenav .sidebar-close .fa-times {
	

	color: #E90002;
	font-size: 2em;

}
#mySidenav {
	box-shadow: none;
}
/*для компонента голосовалки*/
#voting-main{
    width: 360px;
    margin:0 auto;
}
#voting{
    background-color: #ffffff;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
}
#voting .name{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
    font-size: 14px;
}
#voting .name .name-seller{
    font-weight: 900;
}
#voting .title-sub{
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}
#voting .field-voting{
    margin-top:70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#voting .field-voting .field-voting-like,
#voting .field-voting .field-voting-dizlike{
    width: 80px;
    height: 130px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top:110px;
    border: 1px solid #ffffff;
}
#voting .field-voting .field-voting-like{
    background-image: url( /images/voting-like.png);
}
#voting .field-voting .field-voting-dizlike{
    background-image: url( /images/voting-dizlike.png);
    background-position-y: 25px;
}
#voting .comment{
    margin-top: 40px;
}
#voting .textarea{
    width: 100%;
    height: 70px;
    border:1px solid #000000;
}
#voting .res-img{
    width:100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url( /images/voting-img.png);
}
#voting .title-res-main,
#voting .title-res-sub{
    text-align: center;
}
#voting .title-res-main{
    font-size: 26px;
    font-weight: 900;
}
#voting .title-res-sub{
    font-size: 16px;
    font-weight: 600;
}
#voting .butt{
    width:100px;
    margin-top:10px;
    margin-right: auto;
    margin-left: auto;
}
#voting .butt a{
    background-color: #dc112e;
    color: #ffffff;
    font-size:16px;
    font-weight:300;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    padding: 10px;

}
/* End */
/* /local/css/common.css?16490724485731 */
/* /local/templates/mobile/css/additional.css?164907244866 */
/* /local/components/order/search.title/templates/mobile/style.css?16490724481275 */
/* /local/components/kmo/modal.basket/templates/mobile/style.css?1668694842133 */
/* /local/components/kmo/lk.reg/templates/mobile/style.css?1678364468191 */
/* /local/components/kmo/lk.auth/templates/mobile/style.css?1751002230358 */
/* /local/templates/mobile/styles.css?177495012817746 */
