@charset "UTF-8";  
#wrapper,
footer{
	min-width: 320px;
}
.inside{
	width: 300px;
}
.top-block .inside{
	width: 320px;
}

/* header */
header .middle{
	padding: 17px 0 11px;
}
.mobile-menu-button{
	cursor: pointer;
	position: absolute;
	z-index: 1003;
	left: 10px;
	top: 22px;
	padding: 5px 0 0;
	color: #000;
}
.mobile-menu-button.fixed{
	position: fixed;
}
.mobile-menu-button .bars{
	width: 14px;
	height: 2px;
	margin: 0 auto 15px;
	background: #000;
}
.mobile-menu-button .bars:before,
.mobile-menu-button .bars:after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: #000;
}
.mobile-menu-button .bars:before{
	top: -5px;
}
.mobile-menu-button .bars:after{
	top: 5px;
}
.mobile-nav{
	position: absolute;
	z-index: 1002;
	left: -160px;
	top: 0;
	width: 160px;
	height: 100%;
	background: #bfbfbf;
}
.mobile-nav.active{
	-webkit-transform: translateX(160px);
	-moz-transform: translateX(160px);
	-ms-transform: translateX(160px);
	-o-transform: translateX(160px);
	transform: translateX(160px);
}
.mobile-nav ul{
	padding: 24px 0 0;
}
.mobile-nav ul:first-child{
	padding-top: 100px;
}
.mobile-nav li{
	border-top: solid 1px #aeaeae;
}
.mobile-nav li:first-child{
	border: 0 none;
}
.mobile-nav li .td{
	width: 140px;
	height: 42px;
	padding: 0 10px;
	text-align: left;
}
.mobile-nav li.active .td,
.mobile-nav li .td:hover{
	color: #fff;
	background: #00ccff;
}
.mobile-nav li.redbg .td{
	color: #fff;
	background: #c30;
}
.mobile-nav a{
	text-decoration: none;
}
.logo{
	margin: 0 100px;
}
.logo img{
	width: 100px;
}
.basket{
	height: 20px;
	margin: 5px 0 0;
	padding: 22px 0 0;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
	background-position: center top;
}
.basket .items,
.basket .sum{
	opacity: 0;
	display: block;
	height: 20px;
}
.basket .items{
	animation: 5s items infinite;
}
.basket .sum{
	margin: -20px 0 0;
	animation: 5s sum infinite;
}
@keyframes items{
	0%{opacity: 0}
	15%{opacity: 1}
	35%{opacity: 1}
	50%{opacity: 0}
}
@keyframes sum{
	50%{opacity: 0}
	65%{opacity: 1}
	85%{opacity: 1}
	100%{opacity: 0}
}
header hr{
	margin: 17px 0;
	border-top-color: #d9dbde;
}
.phones{
	position: relative;
	z-index: 1;
	width: auto;
	margin: 0;
	text-align: left;
}
.city-select{
	padding-right: 10px;
	text-align: left;
}
.phones .city,
.product-select-city .city{
	max-width: 85px;
	width: auto;
}
.phones-list li{
	font-size: 14px;
	line-height: 1.7;
}
.mobile-header-right{
	text-align: right;
}
.work-time{
	color: #000;
	text-align: left;
}
.search-box-mobile{
	padding: 10px 0 0;
}
.search input{
	height: 38px !important;
}
/* header off */

/* content */
main{
	padding: 20px 0 187px;
}
.slider-box{
	float: none;
	width: 320px;
	height: 181px;
}
.slider-box li img{
	width: 320px;
}
.slider-pager{
	left: 10px;
	bottom: 35px;
}
.daily-product{
	float: none;
	width: 300px;
	height: 74px;
	margin: 0 auto;
	padding: 14px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.daily-product .title{
	width: 70px;
	margin: -4px 0 0;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
.flip-clock-wrapper{
	float: left;
}
.flip-clock-wrapper ul{
	width: 26px;
	height: 33px;
	font-size: 20px;
	line-height: 34px;
}
.flip-clock-wrapper ul li{
	width: 24px;
	height: 31px;
}
.flip-clock-divider{
	height: 31px;
}
.flip-clock-divider .flip-clock-label{
	width: 53px;
	font-size: 11px;
	color: #000;
}
.mobile-circle,
.nav li.td:before,
.nav li.discount:before{
	width: 33px;
	height: 33px;
	line-height: 34px;
	text-align: center;
	background: #00ccff;
}
.nav li.td:before{
	float: right;
	margin: 11px 10px 0 0;
	content: url('../images/arrowdown.png');
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: 0.25s ease all;
	-moz-transform: 0.25s ease all;
	-o-transform: 0.25s ease all;
	transform: 0.25s ease all;
}
.active .mobile-circle img,
.nav li.td.active:before{
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scale(-1);
	transform: scale(-1);
}
.mobile-circle.rightarrow{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.mobile-circle.redbg,
.nav li.discount:not(.active):before{
	background: #c30;
}
.nav li.discount:before{
	position: static;
}
.nav{
	width: 320px;
	background: #e8edef;
}
.nav .table{
	height: auto;
}
.nav .td{
	width: auto;
}
.nav ul.table,
.nav li.td{
	display: block;
	width: 320px;
	text-align: left;
}
.nav li.td{
	border-top: solid 1px #d9dbde;
}
.nav li.td:first-child{
	border: 0 none;
}
.nav li.discount{
	background: #fff;
}
.nav li.td .table{
	display: inline-table;
	max-width: 274px;
	width: auto;
	height: 55px;
}
.nav > ul > li > a{
	border: 0 none;
}
.nav li.td .table .tr{
	display: table-cell;
	padding: 0; 
	vertical-align: middle;
}
.nav .img,
.nav li.td .table .tr:first-child{
	width: 70px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.nav li.td .table .tr .img,
.nav li.td .table .tr .txt{
	display: inline;
	padding: 0;
	white-space: normal;
}
.nav li.td .table .tr .txt br{
	display: none;
}
.nav .sub-menu{
	opacity: 1;
	display: none;
	position: static;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: auto;
	padding: 0 0 10px;
}
.nav .active .sub-menu{
	display: block;
}
.nav .sub-menu .second-level,
.nav .sub-menu .third-level{
	padding: 9px 46px 11px 70px;
	font-size: 14px;
}
.nav .sub-menu .second-level{
	background: #f2f2f2;
	-webkit-box-shadow: 0 3px 5px #c8cacb;
	-moz-box-shadow: 0 3px 5px #c8cacb;
	box-shadow: 0 3px 5px #c8cacb;
}
.nav .sub-menu .third-level{
	color: #565656;
}
.product{
	width: auto;
	height: auto;
	padding: 0;
	border: 0 none;
}
.product h3{
	margin: 0 0 10px 70px;
	text-align: left;
}
.product .article{
	max-width: 60px;
	margin: 1px 0 0;
	font-size: 11px;
	color: #82979f;
	text-align: left;
}
.product .price{
	width: 144px;
	margin: 6px -10px 0 0;
}
.product .price.center{
	text-align: center;
}
.product .rating{
	margin: 11px 0 0;
}
.mobile-products li{
	margin: 20px 0 0;
	padding: 20px 0 0;
}
.mobile-products li:before{
	display: block;
	width: 100%;
	height: 0;
	padding: 0 10px;
	margin: -20px -10px 20px;
	content: ' ';
	border-top: solid 1px #d9dbde;
}
.mobile-products li:first-child{
	margin: 0;
	padding: 0;
}
.mobile-products li:first-child:before{
	content: none;
}
.catalog .seo h1,
.catalog .seo h2,
.title{
	padding: 0;
	background: none;
}
.side-nav{
	line-height: 20px;
	border: 0 none;
}
.side-nav.alphabet > ul > li{
	padding-top: 15px;
	padding-bottom: 15px;
}
.side-nav .letter{
	float: left;
	font-size: 11px;
	color: #82979f;
}
.side-nav .letter-list{
	margin: 0 0 0 20px;
}
.side-nav .letter-list li{
	margin: 10px 0 0;
}
.side-nav .letter-list li:first-child{
	margin: 0;
}
.breadcrumbs{
	margin: 0 0 20px;
	font-size: 12px;
}
.content{
	float: none !important;
	width: auto !important;
	margin: 0;
}
.orders-table td,
.orders-table th{
	padding-left: 10px;
}
.orders-table td:last-child,
.orders-table th:last-child{
	padding-right: 10px;
}
.orders-table tr:last-child td{
	border-bottom: 0 none;
}
.orders-table td{
	white-space: nowrap;
}
.orders-table th{
	line-height: normal;
}
.mobile-fast-card{
	width: 100%;
}
.mobile-fast-card input{
	display: block;
}
.mobile-fast-card td{
	padding: 10px 0 0;
}
.mobile-fast-card tr:first-child td{
	padding: 0;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	padding-left: 7px;
	padding-right: 7px;
	background: #fff url('../images/blank-mobile.png') no-repeat right 4px top 5px !important;
}
select{
	padding: 0 30px 0 1px;
	background: #fff url('../images/select.png') no-repeat right 10px center !important;
}
input.ok,
textarea.ok{
	color: #515658 !important;
	border-color: #a8cb2d !important;
	background: url('../images/ok-mobile.png') no-repeat right 4px top 5px !important;
}
input.error,
textarea.error{
	color: #f72727 !important;
	border-color: #e8b3b3 !important;
	background: url('../images/error-mobile.png') no-repeat right 4px top 5px !important;
}
.fast-note{
	padding: 15px 0;
}
.cart-table{
	margin: 0;
	border-spacing: 0;
}
.cart-table td{
	padding: 20px 10px 20px 0;
	border-left: 0 none;
	border-right: 0 none;
}
.cart-table td:first-child{
	padding-left: 10px;
}
.cart-table td[colspan] h3{
	width: 270px;
	margin: 0 -270px 0 0;
	text-align: left;
}
.cart-table td[colspan].bottom h3{
	width: 270px;
	margin: 0 -270px 0 0;
	text-align: left;
}
.cart-table tr:nth-child(odd) td{
	padding-bottom: 0;
	border-bottom: 0 none;
	vertical-align: middle;
}
.cart-table tr:nth-child(odd):not(:first-child) td{
	border-top: 0 none;
}
.cart-table tr:nth-child(even) td{
	border-top: 0 none;
	white-space: nowrap;
}
.cart-table td.image{
	width: 77px;
}
.cart-table td.image+td{
	padding-left: 10px;
}
.cart-table .price .art{
	font-size: 11px;
	margin: 0 0 6px;
}
.cart-table .price .sum{
	font-size: 18px;
}
.cart-table .count{
	margin: 0;
}
.cart-table .count input{
	margin: 0 10px;
}
.cart-table .icon{
	margin: 10px 0 0;
}
.cart-table .bottom-tr td{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-bottom: solid 1px #d9dbde !important;
	line-height: 20px;
}
.cart-table .bottom{
	text-align: left !important;
}
.cart-table .bottom .sum{
	display: block;
	font-size: 14px;
}
.cart-table .bottom+td{
	vertical-align: bottom !important;
}
.cart-table .bottom+td .sum{
	font-size: 18px;
}
.cart-mobile-submit{
	padding: 20px 0 0;
}
/* content off */

/* footer */
footer{
	height: 136px;
	margin: -167px 0 0;
	padding: 30px 0 0;
	color: #82979f;
	border-top: solid 1px #d9dbde;
}
.footer-mobile-top{
	padding: 0 0 14px;
	border-bottom: solid 1px #d9dbde;
}
.copy{
	text-align: left;
}
.dev-box{
	padding: 7px 0;
}
.dev{
	position: static;
}
footer .link{
	margin: 10px 0 0;
}
#up2topmobile{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	color: #000;
	background: #bfbfbf;
}
#up2topmobile img{
	margin: 0 4px 0 0;
	vertical-align: 1px;
}
/* footer off */


























/* eof */