body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
	padding-bottom: 135px;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.header{
	padding: 10px 0;
	background: #e7f8e4;
}
.header > div{
	position: relative;
}
.logo{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.social-box{
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #e7f8e4;
	padding: 20px 0;
	z-index: 116;
}
.social-box .t{
	font-size: 25px;
	text-align: center;
	color: #1C1C1C;
	margin-bottom: 10px;
}
.social-box .list li{
	display: inline-block;
	vertical-align: middle;
}
.social-box .list li img{
	width: 55px;
}
.region-inp{
	position: relative;
}
.region-drop {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 5px 10px;
	z-index: 4;
	background: #FBFBFB;
}
.region-drop li{
	font-size: 13px;
	line-height: 15px;
	margin: 7px 0;
	color: #2C2C2C;
}
.region-drop li a{
	color: #2C2C2C;
	text-decoration: none;
}
.region-drop li a:hover{
	text-decoration: underline;
}
.region-drop li span{
	color: #ED174B;
}
.phone{
	display: inline-block;
	vertical-align: middle;
	margin-right: 160px;
}
.phone a{
	background: #F8F6F6;
	border-radius: 7px;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
	padding: 9px 15px;
	display: block;
}
.phone a *{
	display: inline-block;
	vertical-align: middle;
}
.phone a img{
	margin-right: 10px;
}
.search-form{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 246px;
	background: #F7F7F7;
	border-radius: 7px;
	padding-right: 37px;
}
.search-form input[type='text']{
	width: 100%;
	border: 0;
	background: none;
	height: 37px;
	outline: 0;
	font-size: 13px;
	color: #000;
	padding: 0 10px;
}
.search-form input[type='submit']{
	position: absolute;
	width: 37px;
	height: 37px;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	right: 0;
	top: 0;
	background: url(../images/search.svg) 50% no-repeat;
}
.head-links{
	position: absolute;
	right: 15px;
	top: 31px;
}
.head-links *{
	display: inline-block;
	vertical-align: middle;
}
.head-links a{
	margin-left: 30px;
	font-size: 14px;
	color: #1C1C1C;
	text-decoration: none;
	position: relative;
}
.head-links a .n{
	background: #FFC149;
	min-width: 21px;
	padding: 0 5px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	border-radius: 10px;
	font-size: 14px;
	color: #000;
	text-decoration: none !important;
	position: absolute;
	left: 10px;
   top: -17px;
}
.head-links a img{
	margin-right: 5px;
}
.head-links a:hover span{
	text-decoration: underline;
}
.main{
	padding: 30px 0;
	padding-bottom: 0;
	background: #f8f6f6;
	min-height: calc(100vh - 356px);
}
.breadcrumbs{
	font-size: 14px;
	line-height: 16px;
	color: #A6A6A6;
	margin-bottom: 45px;
}
.breadcrumbs li{
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs li:after{
	content: ' - ';
}
.breadcrumbs li:last-child:after{
	content: '';
}
.breadcrumbs span{
	color: #1C1C1C;
}
.breadcrumbs a{
	color: #A6A6A6;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #1C1C1C;
}
.chose-box .bx{
	margin-bottom: 45px;
}
.chose-box .h3{
	margin-bottom: 20px;
	font-size: 26px;
	color: #1C1C1C;
}
.chose-item{
	cursor: pointer;
	position: relative;
}
.chose-item img{
	width: 100%;
	display: block;
}
.chose-item input:checked + img{
	border: 2px solid #FD7786;
}
.chose-item input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.chose-box .btn-bx{
	margin-bottom: 55px;
}
.btn{
	display: inline-block;
	vertical-align: middle;
	background: #5aa200;
	border-radius: 7px;
	padding: 21px 74px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}
.btn:hover{
	opacity: 0.9;
}
.errortext {
	color: red;
}
.default-form .form-error input[type='text'] {
	border: 1px solid red;
}
.chose-box {
	margin-bottom: 100px;
}
.goods-bx{
	margin-bottom: 70px;
}
.goods-item{
	position: relative;
	margin-bottom: 30px;
}
.goods-item .img{
	height: 277px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #E7E7E7;
	background: #f8f8f8;
}
.goods-item .img a{
	height: 100%;
	display: block;
	text-align: center;
}
.goods-item .img a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.goods-item .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.cat1-block .img {
	text-align: center;
}
.stiker{
	width: 60px;
	height: 60px;
	background: #ED174B;
	position: absolute;
	right: -20px;
	top: -30px;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	color: #fff;
	z-index: 2;
	border-radius: 50%;
}
.st-yel{
	background: #FFDE68;
	color: #000000;
}
.st-grey{
	background: #BCBCBC;
}
.goods-item .name {
	margin-bottom: 10px;
}
.goods-item .name a{
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #1C1C1C;
}
.goods-item .name a:hover{
	text-decoration: underline;
}
.goods-item p{
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #585858;
}
.seo-text{
	font-size: 14px;
	color: #585858;
}
.seo-text p{
	margin: 0 0 15px;
}
.seo-text .h3{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	color: #1C1C1C;
}
.footer{
	padding: 50px 0;
	background: #e7f8e4;
}
.flogo{
	padding-left: 30px;
}
.cont-bx .cc{
	font-size: 14px;
	line-height: 16px;
	color: #040404;
	margin-bottom: 17px;
}
.cont-bx .cc span{
	color: #5E5E5E;
}
.cont-bx .cc a{
	color: #040404;
	text-decoration: none;
}
.footer .links li{
	margin-bottom: 12px;
}
.footer .links a{
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #040404;
}
.footer .links a:hover{
	color: #FF3356;
	text-decoration: underline;
}
.soc-bx .bx{
	margin-bottom: 20px;
}
.soc-bx .bx .t{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #0A0F0A;
}
.sc-list li{
	display: inline-block;
	vertical-align: middle;
}
.search-opener{
	display: none !important;
}
.flogo img{max-width: 100%;}
.search-opener{
	position: absolute;
	left: 280px;
   top: 26px;
}
.search-form.act{
	display: block !important;
}
.toggle-item.list.act{
	display: none;
}
.toggle-item.act .row{
	display: none;
}
.toggle-item.act {
	margin-bottom: 10px;
}
.btn-open-how span:after,
.btn-open-filter span:after{
	content: 'Свернуть';
}
.btn-open-how.act span:after,
.btn-open-filter.act span:after{
	content: 'Развернуть';
}
.search-close{
	position: absolute;
	right: 5px;
	top: 9px;
	display: none;
}
.basket-drop{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	border-radius: 7px;
	width: 185px;
	padding: 20px;
	position: absolute;
	right: 15px;
   top: 52px;
	z-index: 4;
	display: none;
}
.basket-drop .btn{
	padding: 10px 18px;
	font-size: 14px;
}
.basket-drop .t{
	margin-bottom: 20px;
}
.basket-drop .t > *{
	display: inline-block;
	vertical-align: middle;
}
.basket-drop .t1{
	font-size: 14px;
	line-height: 16px;
	color: #6C6B6B;
}
.basket-drop .t2{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
}
.basket-drop .t2 span{
	font-size: 12px;
	line-height: 14px;
	color: #626262;
}
.search-list-bx{
	z-index: 3;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	padding: 20px;
	display: none;
}
.search-list-bx .list{
	font-size: 13px;
	line-height: 15px;
	color: #2C2C2C;
}
.search-list-bx .list span{
	color: #ED174B;
}
.search-list-bx .list li{
	margin-bottom: 10px;
}
.tov-bx{
	margin-bottom: 10px;
}
.tov-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.tov-bx .ico{
	margin-right: 5px;
}
.tov-bx .tt{
	width: calc(100% - 70px);
}
.tov-bx .t1{
	font-size: 11px;
	line-height: 13px;
	color: #A5A5A5;
	margin-bottom: 5px;
}
.tov-bx .t2 {
	font-size: 12px;
	line-height: 14px;
	color: #2C2C2C;
}
.tov-bx .t2 span{
	color: #ED174B;
}
.goods-bx .title{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
}
.goods-slider .goods-item{
	margin-top: 30px;
}
.goods-slider .goods-item .stiker{
	right: 0;
}
.goods-slider{
	padding: 0 40px;
}
.owl-carousel .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: 24px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	background: url(../images/left.svg) 0 0 no-repeat;
}
.owl-carousel .owl-nav>div:last-child{
	left: auto;
	right: 0px;
	transform: rotate(-180deg);
}
.cart-box{
	margin-bottom: 85px;
}
#sync2{
	margin-top: 20px;
}
.cart-images .owl-carousel{
	padding-left: 40px;
	padding-right: 40px;
}
#sync2 .current img{
	border: 2px solid #ED174B;
}
.cart-title-bx{
	overflow: hidden;
	margin-bottom: 20px;
}
.cart-title-bx .title{
	float: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
}
.cart-title-bx .share{
	float: right;
}
.cart-desc{
	background: #FFFFFF;
	border-radius: 7px;
	padding: 25px;
	margin-bottom: 20px;
}
.desc-text{
	margin-top: 45px;
}
#sync1 .item a{
	display: block;
	position: relative;
}
#sync1 .item a:after{
	content: '';
	width: 55px;
	height: 55px;
	right: 20px;
	bottom: 20px;
	position: absolute;
	background: url(../images/zoom.svg) 50% no-repeat;
}
.cart-desc{
	background: #FFFFFF;
	border-radius: 7px;
	padding: 25px;
	margin-bottom: 20px;
	position: relative;
}
.param-bx{
	background: #FFFFFF;
	border-radius: 7px;
	padding: 25px;
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
}
.param-bx .list li {
	margin-bottom: 12px;
	border-bottom: 1px dotted #1C1C1C;
}
.param-bx .list li:after{
	content: '';
	display: block;
	clear: both;
}
.param-bx .list li > div{
	background: #fff;
	display: inline-block;
	position: relative;
	top: 14px;
	padding: 0 5px;
	height: 24px;
}
.param-bx .list .t1{
	float: left;
	padding-left: 25px;
	position: relative;
}
.param-bx .list .t2{
	float: right;
	width: 80px;
}
.param-bx .list .t1 .coution-bx{
	position: absolute;
	left: 0;
	cursor: pointer;
	top: -3px;
}
.coution-bx{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}
.coution-bx .alert-fr{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	width: 150px;
	padding: 10px;
	font-size: 12px;
	color: #202020;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 2;
	display: none;
}
.coution-bx:hover .alert-fr{
	display: block;
}
.size-bx {
	margin-bottom: 30px;
}
.size-bx .bx{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.size-bx .bx > *{
	display: inline-block;
	vertical-align: middle;
}
.size-bx .t1{
	font-size: 14px;
	line-height: 16px;
	color: #818181;
}
.size-bx .t2{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
}
.price-table{
	width: 100%;
	margin-bottom: 30px;
}
.price-table .sm{
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #818181;
	margin-bottom: 5px;
}
.price-table td{
	width: 33%;
}
.price-table .pr-bx{
	padding: 10px 0;
	text-align: center;
}
.price-table tr:first-child td{
	border: 0;
}
.price-table td{
	border: 1px solid #F1F1F1;
}
.price-table .pr-bx .t{
	margin: 3px 0;
	font-weight: 500;
	font-size: 14px;
	color: #1C1C1C;
}
.price-table .pr-bx .t span{
	color: #939393;
}
.price-table .fz14 .t{
	font-size: 16px;
}
.price-table .fz16 .t{
	font-size: 18px;
}
.nal{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 16px;
	color: #818181;
}
.nal span{
	color: #F15178;
	font-size: 18px;
}
.btn-get{
	display: block;
	text-align: center;
	padding: 17px 0;
}
.number-bx{
	margin-bottom: 20px;
}
.number-bx .t{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #818181;
}
.number-bx .fr > *{
	display: inline-block;
	vertical-align: middle;
}
.number-bx .fr {
	display: inline-block;
	background: #FAFAFA;
	border-radius: 7px;
	padding: 5px 15px;
}
.number-bx .fr .sep{
	margin: 0;
}
.number-bx .fr .n{
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #1C1C1C;
}
.number-bx .fr .n span{
	font-size: 12px;
}
.number-bx .fr .n2{
	font-size: 18px;
}
.number-bx .fr input{
	background: #ECECEC;
	border-radius: 1px;
	width: 34px;
	height: 33px;
	text-align: center;
	border: 0;
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
}
.lk-drop{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	width: 132px;
	padding: 20px;
	position: absolute;
	right: 130px;
	top: 52px;
	z-index: 3;
	padding-bottom: 10px;
	display: none;
}
.lk-drop li{
	margin-bottom: 10px;
}
.lk-drop a{
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #202020;
}
.lk-drop a:hover{
	color: #ED174B;
}
.how-work{
	text-align: center;
	margin-bottom: 20px;
}
.how-work .title{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #1C1C1C;
}
.how-work .list li{
	width: 19%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.how-work .list .ico{
	display: inline-block;
	width: 124px;
	height: 120px;
	margin-bottom: 10px;
	background: url(../images/ico-bg.png) 50% no-repeat;
}
.how-work .list .ico:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.how-work .list .ico img{
	display: inline-block;
	vertical-align: middle;
}
.how-work .list .t{
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
}
.how-work .list .t b{
	font-weight: 500;
}
.catalog-box .title, span.nav-current-page{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
	color: #1C1C1C;
}
.filt-panel{
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 7px;
	padding: 10px 20px;
}
.filt-panel:after{
	content: '';
	display: block;
	clear: both;
}
.filt-panel .search-form{
	float: right;
	display: block !important;
}
.sort-bx{
	font-size: 14px;
	line-height: 16px;
	color: #1B1B1B;
	float: left;
	margin-top: 10px;
}
.sort-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.sort-bx select{
	color: #4442BE;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.two-columns{
	margin-bottom: 70px;
}
.two-columns:after{
	content: '';
	display: block;
	clear: both;
}
.aside-bx{
	background: #FFFFFF;
	border-radius: 7px;
	width: 238px;
	float: left;
	margin-right: 16px;
	padding: 20px;
}
.aside-bx .bx{
	margin-bottom: 15px;
}
.aside-bx .bx .hh{
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.aside-bx .bx .hh-close + .tt{
	display: none;
}
.aside-bx .bx .hh-close:after{
	transform: rotate(-180deg)
}
.aside-bx .bx .hh:after{
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background: url(../images/arr2.svg) no-repeat 50%;
}
.aside-bx .bx .hh span{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1C1C1C;
	display: inline-block;
	vertical-align: middle;
}
.check-bx, .check-bx2{
	margin-bottom: 8px;
}
.check-bx input, .check-bx2 input{
	position: absolute;
	left: -999px;
	opacity: 0;
}
.check-bx label, .check-bx2 label{
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 20px;
	color: #1C1C1C;
}
.check-bx label:before, .check-bx2 label:before{
	background: #ECECEC;
	border-radius: 1px;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
}
.check-bx label:after, .check-bx2 label:after{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: 2px;
	top: 0;
	background: url(../images/ch.svg) 50% no-repeat;
	display: none;
}
.check-bx input:checked + label:after, .check-bx2 input:checked + label:after{
	display: block;
}
.inputs-bx {
	margin-bottom: 15px;
}
.inputs-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.inputs-bx input{
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	border-radius: 1px;
	width: 85px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #1C1C1C;
}
.inputs-bx .line{
	width: 20px;
	border-top: 2px solid #ECECEC;
}
.cat-row {
	margin-left: -8px;
	margin-right: -8px;
}
.cat-row > div{
	padding-left: 8px;
	padding-right: 8px;
}
.catalog-bx{
	width: 916px;
	float: left;
}
.tovar-item .loader img{
	animation-name: rotation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.tovar-item .stiker{
	right: 0;
	top: 0;
	z-index: 3;
}
.tovar-item {
	position: relative;
	padding: 10px 15px 20px;
	background: #fff;
	margin-bottom: 16px;
}
.loader{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.tovar-item .img{
	margin-bottom: 15px;
	z-index: 2;
	height: 277px;
	position: relative;
	border: 1px solid #E7E7E7;
	background: #f8f8f8;
}
.tovar-item .img a{
	height: 100%;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.tovar-item .img a:after, 
.loader:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.tovar-item .img img, 
.loader img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.tovar-item .number-bx .fr{
	display: block;
	padding: 5px;
	text-align: center;
}
.tovar-item .name{
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
	margin-bottom: 15px;
	min-height: 64px;
}
.tovar-item .name a{
	color: #1C1C1C;
	text-decoration: none;
}
.tovar-item .name a:hover{
	text-decoration: underline;
}
.tovar-item .price-table{
	margin-bottom: 15px;
}
.tovar-item .size-bx{
	margin-bottom: 15px;
}
.tovar-item .size-bx .bx:nth-child(2) .alert-fr{
	left: auto;
	right: 0;
}
.tovar-item .price-table .pr-bx .t{
	font-size: 12px;
}
.tovar-item .price-table .fz14 .t{
	font-size: 13px;
}
.tovar-item .price-table .fz16 .t{
	font-size: 14px;
}
.tovar-item  .price-table .pr-bx {
	height: 57px;
}
.tovar-item .name span{
	color: #878787;
}
.st-best{
	padding-top: 20px;
	color: #1C1C1C;
	background: #FFDE68;
	line-height: 1;
}
.st-hit{
	padding-top: 18px;
	color: #1C1C1C;
	background: #CAEBB1;
	line-height: 1;
}
.st-hit span{
	font-size: 14px;
}
.btn-get.btn-in, .btn-in{
	height: 50px;
	background: #62B660;
}
.btn-in img{
	position: relative;
	top: -3px;
}
.buy-info{
	margin: 35px 0 50px;
}
.buy-info .title{
	margin-bottom: 15px;
}
.buy-item{
	border: 1px solid #DDDCDC;
	height: 172px;
	padding-top: 35px;
	padding-left: 20px;
	position: relative;
}
.buy-item .ico{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.buy-item .t{
	font-size: 16px;
	line-height: 19px;
	color: #1C1C1C;
}
.buy-item .t b{
	font-weight: 500;
}
.selled-bx{
	margin-bottom: 30px;
	margin-top: 30px;
}
.selled-bx .title{
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 28px;
	color: #6A6A6A;
}
.tovar-item-selled .size-bx .t1{
	color: #818181;
}
.tovar-item-selled .size-bx .t2{
	color: #878787;
}
.tovar-item-selled .number-bx .fr .n{
	color: #878787;
}
.tovar-item-selled .btn-get, .btn-get-disabled {
	background: #AFAFAF;
	color: #fff;
}
.wait-list-bx{
	margin: 15px 0  ;
}
.wait-list-bx .title{
	text-align: center;
	margin-bottom: 20px;
}
.wait-form .lbl{
	font-size: 16px;
	line-height: 19px;
	color: #252525;
	margin-bottom: 5px;
}
.wait-form .lbl span{
	color: #ED174B;
}
.wait-form input[type='text']{
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	border-radius: 7px;
	height: 60px;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}
.wait-form .btn{
	width: 100%;
	border: 0;
	cursor: pointer;
}
.size-bx .bx:last-child{
	margin-right: 0;
}
.btn-open-how{
	display: block;
	padding: 16px;
}
.how-work .btn-bx{
	margin-top: 15px;
	display: none;
}
.filter-btn{
	display: block;
	margin: 0 auto;
	background: #FAEEF1;
	border-radius: 7px;
	width: 114px;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	line-height: 16px;
	color: #252525;
	display: none;
}
.filter-btn > *{
	display: inline-block;
	vertical-align: middle;
}
.filter-btn img{margin-right: 5px;}
.wait-list-bx{
	background: #fff;
	width: 100%;
	top: 99%;
	left: 0;
	position: absolute;
	z-index: 4;
	padding: 10px 15px;
	margin: 0;
	display: none;
}
.tovar-item-selled .btn.act{
	background: #62B660;
}
.banner-slider{
	margin-bottom: 10px;
}
.banner-slider .owl-dots{
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 4;
}
.banner-slider .owl-dots>div{
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	border:1px solid #ED174B;
	border-radius: 8px;
}
.banner-slider .owl-dots>div.active{
	background-color: #EF2E5C;
}
.step-bar {
	display: inline-block;
	margin-bottom: 35px;
	background: #FBFBFB;
	position: relative;
	border: 1px solid #D0D0D0;
	border-right: 0;
}
.step-bar li{
	display: inline-block;
	padding: 10px ;
	text-align: center;
	width: 186px;
	font-size: 15px;
	line-height: 18px;
	color: #4A4A4A;
	position: relative;
	margin-right: -4px;
}
.step-bar li:last-child:after{
	right: -12px;
}
.step-bar li:after{
	content: '';
	background: url(../images/st-arr.png) 0 -1px no-repeat;
	position: absolute;
	height: 100%;
	width: 16px;
	right: -16px;
	top: 0;
}
.step-bar li.act:after{
	background: url(../images/st-arr2.png) 0 -1px no-repeat;
}
.step-bar li.act{
	background: #FFE7ED;
}
.basket-box .title{
	font-size: 26px;
	line-height: 30px;
	color: #1C1C1C;
	margin-bottom: 15px;
}
.basket-bx{
	margin-bottom: 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	padding: 45px 35px;
}
.basket-bx .h3{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 25px;
	color: #1C1C1C;
}
.basket-bx .bx{
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.basket-bx .bx1{
	width: 32%;
}
.basket-bx .bx2{
	width: 34%;
}
.basket-bx .bx3{
	width: 17%;
}
.basket-bx .bx4{
	width: 17%;
}
.basket-heading{
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #7B7B7B;
	border-bottom: 1px solid #C4C4C4;
}
.basket-item{
	position: relative;
	padding: 45px 0;
	border-bottom: 1px solid #C4C4C4;
}
.basket-item .inf > *{
	display: inline-block;
	vertical-align: middle;
}
.basket-item .inf .img img{
	max-width: 80px;
}
.basket-item .inf .img {
	margin-right: 40px;
}
.basket-item .inf .name{
	font-size: 18px;
	line-height: 21px;
	color: #5096FF;
	width: calc(100% - 125px);
}
.basket-item .inf .name a{
	color: #5096FF;
	text-decoration: none;
}
.basket-item .inf .name a:hover{
	text-decoration: underline;
}
.basket-item .t {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    display: none;
}
.basket-item .pr-bx{
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #1C1C1C;
	display: inline-block;
	text-align: right;
}
.basket-item .pr-bx span{
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	width: 11px;
	text-align: left;
	display: inline-block;
}
.basket-item .number-bx{
	margin-bottom: 0;
}
.basket-item .pr-bx .pr{
	margin: 5px 0;
}
.basket-item .del{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../images/remove1.png) no-repeat 50%;
}
/*.basket-item .del:hover{
	background: url(../images/remove1.png) no-repeat 50%;
}*/
.itog-bx{
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 20px;
}
input[type='text'],
input[type='password'],
textarea{
	outline-color: #ED174B;
}
.itog-bx .left{
	float: left;
	max-width: calc(100% - 300px);
}
.itog-bx .al{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #595959;
	padding-left: 35px;
}
.itog-bx .al1{
	background: url(../images/al1.svg) no-repeat 0 50%;
}
.itog-bx .al2{
	background: url(../images/al2.svg) no-repeat 0 50%;
}
.itog-pr {
	float: right;
}
.itog-pr .t.t-red {
	color: red;
}
.itog-pr-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.itog-pr-row + .itog-pr-row {
	margin-top: 15px;
}
.itog-pr-row > *{
	display: inline-block;
	vertical-align: top;
}
.itog-pr .pr-bx{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #1C1C1C;
	display: inline-block;
	text-align: right;
}
.itog-pr .pr-bx span{
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	width: 11px;
	text-align: left;
	display: inline-block;
}
.itog-pr .t{
	font-size: 24px;
	line-height: 28px;
	margin-right: 30px;
	color: #898989;
}
.itog-btns{
	text-align: right;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: flex-start;
}
.itog-btns .btn{
	margin-left: 40px;
}
.btn-view{
	color: #ED174B;
	border: 1px solid #ED174B;
	background: none;
}
.btn-view:hover{
	color: #fff;
	background: #ED174B;
}
.btn-back{
	padding: 13px 37px;
}
.btn-back:hover svg path{
	fill: #fff;
}
.view-order-bx .btn-bx{
	text-align: right;
}
.view-order-bx .heading-bx{
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.view-order-bx .heading-bx .btn{
	position: absolute;
	left: 0;
	top: 0;
}
.view-order-bx{
	margin-bottom: 30px;
}
.view-order-bx .heading-bx .t1{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 3px;
	color: #1C1C1C;
}
.view-order-bx .heading-bx .t2{
	font-size: 14px;
	line-height: 16px;
	color: #7B7A7A;
}
.view-item{
	position: relative;
	margin-bottom: 30px;
}
.view-item .img{
	height: 277px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #E7E7E7;
	background: #f8f8f8;
	text-align: center;
}
.view-item .img:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.view-item .img img {
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.view-item .img .noimg{
	max-width: 70%;
}
.view-item{position: relative;}
.view-item .del{
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 4;
	background: url(../images/close2.svg) 50% no-repeat;
	display: none;
}
.view-item:hover .del{
	display: block;
}
.lk-wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.lk-wrapper {
	padding-top: 40px;
	margin-bottom: 100px;
}
.lk-aside{
	width: 150px;
	float: left;
}
.lk-aside .links li{
	margin-bottom: 15px;
}
.lk-aside .links a{
	text-decoration: none;
	font-size: 14px;
	line-height: 17px;
	color: #1C1C1C;
}
.lk-aside .links a *{
	display: inline-block;
	vertical-align: middle;
}
.lk-aside .links a img{
	margin-right: 8px;
}
.lk-aside .links a:hover {
	color: #ED174B;
}
.lk-content{
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	max-width: 770px;
	padding: 40px 50px;
}
.lk-pers-info {
	max-width: 560px;
	padding-left: 65px;
}
.data-bx .ava-bx{
	margin-bottom: 10px;
}
.data-bx .ava-bx input{
	max-width: 212px;
	margin-top: 15px;
}
.data-bx .ava-bx >*{
	display: inline-block;
	vertical-align: middle;
}
.data-bx .ava-bx .ico{
	margin-right: 20px;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	overflow: hidden;
}
.data-bx .ava-bx .ico img{
	max-width: 100%;
}
.data-bx .ava-bx .name{
	font-size: 16px;
	color: #1C1C1C;
	padding: 7px 10px;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	border-radius: 7px;
}
.data-bx .form-bx{
	margin-left: 110px;
}
.data-bx .t1{
	font-size: 14px;
	line-height: 16px;
	color: #252525;
	margin-bottom: 8px;
}
.data-bx .t2{
	font-size: 14px;
	line-height: 16px;
	color: #9F9F9F;
	margin-bottom: 15px;
}
.data-bx .t3{
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #595959;
	background: url(../images/al1.svg) 0 50% / 16px no-repeat;
}
.data-bx .wr{
	max-width: 212px;
	padding-bottom: 20px;
}
.default-form .lbl{
	font-size: 14px;
	line-height: 16px;
	color: #252525;
	margin-bottom: 5px;
}
.default-form input[type='text'],
.default-form input[type='password'], .default-form input[type='tel']{
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	border-radius: 7px;
	height: 44px;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
	margin-bottom: 15px;
	outline: none;
}
.pass-inp{
	position: relative;
}
.pass-inp .show-pass{
	position: absolute;
	top: 16px;
	right: 10px;
	cursor: pointer;
}
.default-form input[type='submit'].btn{
	border: 0;
	height: 48px;
	padding: 0;
	width: 100%;
	outline: none;
}
.orders-box .title{
	text-align: center;
	font-size: 18px;
	color: #1C1C1C;
	margin-bottom: 20px;
}
.tab-bx .tab-list {
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	background: #FAFAFA;
	border-radius: 7px;
}
.tab-bx .tab-list .bx{
	width: 50%;
	float: left;
	padding: 17px 0;
	border-left: 1px solid #DBDADA;
	font-size: 16px;
	line-height: 19px;
	color: #1C1C1C;
	cursor: pointer;
}
.tab-bx .tab-list .bx:first-child{
	border-left: 0;
}
.tab-bx .tab-list .bx:hover{
	color: #ED174B;
}
.tab-bx .tab-list .bx.act{
	text-decoration-line: underline;
	color: #ED174B;
}
.tab{
	display: none;
}
.tab1{
	display: block;
}
.order-item{
	padding: 30px 40px;
	background: #FAFAFA;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	margin-bottom: 35px;
}
.order-item .bx{
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	text-align: center;
	width: 33%;
}
.order-item .heading-bx{
	cursor: pointer;
	position: relative;
}
.order-item .heading-bx:after{
	width: 15px;
	height: 9px;
	content: '';
	background: url(../images/arr3.svg) no-repeat 50%;
	transform: rotate(-180deg);
	position: absolute;
	top: 50%;
	margin-top: 6px;
	right: 0;
}
.order-item .opened:after{
	transform: rotate(0deg);
}
.order-item .heading-bx .t1{
	font-size: 14px;
	line-height: 16px;
	color: #7B7B7B;
	margin-bottom: 10px;
}
.order-item .heading-bx .t2{
	font-size: 16px;
	color: #1C1C1C;
}
.order-item .heading-bx .t2 b{
	font-weight: 500;
}
.order-item .info-bx{
	margin-top: 40px;
	display: none;
}
.order-item .opened + .info-bx{
	display: block;
}
.order-table-bx {
	margin-bottom: 20px;
}
.order-table-bx .hh{
	font-size: 14px;
	line-height: 16px;
	color: #7B7B7B;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDADA;
}
.order-table-bx .wr{
	border-bottom: 1px solid #DBDADA;
	padding: 10px 0;
}
.order-table-bx .wr .bx1{
	text-align: left;
}
.order-table-bx .wr .bx1 > *{
	display: inline-block;
	vertical-align: middle;
}
.order-table-bx .ico img{
	width: 40px;
}
.order-table-bx .ico {
	margin-right: 5px;
}
.order-table-bx .name, .order-table-bx .name a {
	font-size: 14px;
	line-height: 16px;
	color: #5096FF;
	width: calc(100% - 50px);
	text-decoration: none;
}
.order-table-bx .name span{
	font-weight: 500;
}
.order-table-bx .num{
	font-size: 18px;
	color: #1C1C1C;
}
.deliv-bx{
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 7px;
	padding: 20px;
}
.deliv-bx .t1{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 15px;
	color: #202020;
}
.deliv-bx .t2{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 21px;
	color: #1C1C1C;
}
.deliv-bx .t2 span{
	color: #7B7B7B;
}
.deliv-bx .t3{
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #595959;
	background: url(../images/al1.svg) 0 50% / 16px no-repeat;
}
.deliv-bx .t3 a{
	color: #595959;
	text-decoration: underline;
}
.deliv-bx .t3 a:hover{
	text-decoration: none;
}
.order-pr-bx{
	overflow: hidden;
}
.order-pr-bx .pr-bx{
/* 	float: left; */
}
.order-pr-bx .pr-bx .wr{
	margin-bottom: 15px;
}
.order-pr-bx .t1{
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #898989;
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	margin-right: 20px;
}
.order-pr-bx .t2{
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #1C1C1C;
}
.order-pr-bx .btn{
/* 	float: right; */
	margin-top: 37px;
}
.wait-info-bx .title{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #1C1C1C;
}
.wait-info-bx .goods-item{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	padding: 15px;
	position: relative;
}
.wait-info-bx .goods-item .del{
	width: 15px;
	height: 15px;
	position: absolute;
	right:3px;
	top: 3px;
	cursor: pointer;
	z-index: 4;
	background: url(../images/close2.svg) 50% no-repeat;
}
.check-opener{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	padding: 15px;
	position: relative;
}
.check-opener:after, .check-drop .check-bx:after{
	width: 15px;
	height: 9px;
	content: '';
	background: url(../images/arr3.svg) no-repeat 50%;
	transform: rotate(-180deg);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
}
.check-drop .check-bx {
	position: relative;
}

.check-opener.opened:after, .check-drop .check-bx.opened:after{
	transform: rotate(0deg);
}
.wait-info-bx .check-bx label:before{
	width: 23px;
	height: 23px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
#map{
	width: 397px;
	height: 257px;
}
.checkout-box .placer{
	height: 30px;
}
.check-bx label a{
	color: inherit;
	text-decoration: none;
}
.check-bx label a:hover{
	text-decoration: underline;
}
.checkout-box .check-bx label:before, .checkout-box .check-bx2 label:before{
	background: #ffffff;
	width: 16px;
	height: 16px;
	top: -1px;
}
.wait-info-bx .check-bx label:after{
	width: 24px;
	height: 18px;
	background-size: 23px 17px;
}
.wait-info-bx .check-bx label {
	padding-left: 35px;
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
	padding-top: 3px;
	display: inline-block;
}
.wait-info-bx .check-bx {
	margin-bottom: 10px;
}
.check-drop .check-bx{
	background: #F8F8F8;
	border-radius: 7px;
	box-shadow: none;
	padding: 15px;
}
.check-drop .wr, .check-drop{
	padding-left: 30px;
}
.check-drop .wr {
	display: none;
}
.opened + .wr{display: block !important;}
.check-drop .no-fr .check-bx{
	padding: 0;
	background: none;
}
.check-drop .check-bx{cursor: pointer;}
.check-drop .no-fr .check-bx:after{
	display: none;
}
.check-opener{cursor: pointer;}
.check-opener.opened + .check-drop{
	display: block;
}
.check-drop{
	display: none;
}
.checkout-box .title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #1C1C1C;
}
.checkout-box .wr{
	border-left: 1px solid #DBDADA;
	margin-left: 23px;
	padding-left: 59px;
}
.step-bx .heading-bx{
	position: relative;
	margin-bottom: 20px;
}
.step-bx .heading-bx .n{
	background: #FEFEFE;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #1C1C1C;
	border-radius: 50%;
	left: -82px;
	position: absolute;
	top: -11px;
}
.step-bx .heading-bx .t{
	font-size: 22px;
	line-height: 26px;
	color: #1C1C1C;
}
.step-bx {
	margin-bottom: 60px;
}
.step-bx .inp-bx{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 22px;
	width: 262px;
}
.step-bx .inp-bx .lbl{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #252525;
}
.step-bx .inp-bx .lbl span{
	color: #ED174B;
}
.step-bx .inp-bx input{
	border: 1px solid #C7C7C7;
	box-sizing: border-box;
	border-radius: 7px;
	height: 50px;
	width: 100%;
	background: none;
	padding: 0 10px;
	color: #000;
	font-size: 14px;
}
.step-bx .btn-next{
	display: block;
	width: 126px;
	padding: 16px 0;
}
.step-bx .alert-t{
	padding-left: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #595959;
	background: url(../images/al1.svg) 0 1px / 16px no-repeat;
	margin-bottom: 10px;
}
.deliv-item input{
	position: absolute;
	left: -999px;
	opacity: 0;
}
.deliv-item input:checked + .img img{
	border: 2px solid #ED174B;
}
.deliv-item {
	position: relative;
}
.deliv-item label{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.deliv-item .img img{
	width: 100%;
	display: block;
}
.deliv-item .img {
	margin-bottom: 10px;
}
.deliv-item .name{
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.deliv-item .pr{
	overflow: hidden;
}
.deliv-item .pr .t1{
	font-size: 14px;
	line-height: 16px;
	float: left;
	color: #707070;
}
.deliv-item .pr .t2{
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	float: right;
	color: #000000;
}
.deliv-item .pr .t2 span{
	font-size: 14px;
	color: #595959;
}
.del-row{
	margin-bottom: 60px;
}
.step-bx .h3{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
}
.map-bx{
	background: #FEFEFE;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 7px 7px 7px 8px;
	padding: 10px;
	max-width: 837px;
	overflow: hidden;
	margin-bottom: 30px;
}
.map-bx .map{
	width: 497px;
	float: right;
	overflow: hidden;
	height: 332px;
}
.map-bx .text{
	width: 270px;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}
.map-bx .text .t1{
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
	color: #1C1C1C;
}
.map-bx .text .t2{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #1C1C1C;
}
.map-bx .text .t2 span{
	color: #707070;
}
.map-bx .text .btn{
	padding: 16px 0;
	width: 195px;
	margin-top: 15px;
}
.checkout-box .pay-bx{
	margin-top: 15px;
	margin-bottom: 10px;
	background: #FEFEFE;
	border: 2px solid #ED174B;
	box-sizing: border-box;
	max-width: 379px;
	padding: 10px;
	margin-bottom: 15px;
}
.pay-bx .list li{
	display: inline-block;
	vertical-align: middle;
	margin: 8px;
}
.step-bx input.btn{
	border: 0;
	margin-top: 20px;
	padding: 0;
	height: 48px;
	width: 180px;
}
.map-bx .text .inp{
	margin: 0 0 20px;
}
.map-bx .text .inp input{
	border: 1px solid #C7C7C7;
	box-sizing: border-box;
	border-radius: 7px;
	height: 50px;
	width: 100%;
	background: none;
	padding: 0 10px;
	color: #000;
	font-size: 14px;
}
.map-bx .text .inp .lbl{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #252525;
}
.var2-open{
	display: none;
}
.var1-open{
	display: none;
}
.var1 .var1-open{
	display: block;
}
.var2 .var2-open{
	display: block;
}
.sk-item {
	position: relative;
}
.deliv-item .stiker {
	padding-top: 18px;
	line-height: 14px;
}
.deliv-item .stiker span{
	font-size: 14px;
	font-weight: 500;
}
.deliv-item .name b{
	font-weight: 500;
}
.sk-row{
	margin-top: 40px;
	margin-bottom: 15px;
}
.seria-bx .seria{
	display: inline-block;
	vertical-align: middle;
	max-width: 98px;
	margin-right: 10px;
}
.seria-bx .numb{
	display: inline-block;
	vertical-align: middle;
	max-width: 150px;
}
.enter-form-bx{
	margin-top: 50px;
}
.enter-form-bx form{
	max-width: 262px;
	margin: 0 auto;
}
.enter-form-bx .t1{
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #1C1C1C;
	text-align: center;
}
.enter-form-bx .t2{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: #1C1C1C;
}
.retry{
	text-decoration-line: underline;
	font-size: 12px;
	color: #5096FF;
	display: inline-block;
	margin-top: -10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.retry:hover{
	text-decoration: none;
}
.sended-text{
	font-size: 12px;
	color: #528566;
	display: inline-block;
	margin-top: -10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.sended-text a{
	text-decoration: underline;
	color: #528566;
}
.sended-text a:hover{
	text-decoration: none;
}
.enter-form-bx .check-bx{
	margin-bottom: 20px;
}
.enter-form-bx .t1+form{
	margin-top: 20px;
}


.pay-box{
	padding-bottom: 40px;
}
.pay-box .wrap{
	max-width: 400px;
	margin: 0 auto;
}
.pay-box .h3{
	text-align: center;
	color: #333333;
	font-size: 21px;
	margin-bottom: 20px;
}
.pay-list{
	text-align: center;
	margin-bottom: 30px;
}
.pay-list li{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.pay-box .pay-bx{
	padding: 50px 30px;
	border: 1px solid #C7C7C7;
  margin-bottom: 20px;
  border-radius: 7px;
}
.pay-box .b-text{
	font-size: 16px;
	color: #333333;
}
.pay-box .pay-bx .num{
	font-weight: 500;
	color: #333333;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(179, 179, 179);
	margin-bottom: 40px;
}
.pay-box .pay-bx .pr-bx{
	overflow: hidden;
	margin-bottom: 40px;
}
.pay-box .pay-bx .pr-bx .t{
	font-size: 13px;
	color: #333333;
	float: left;
	margin-top: 5px;
}
.pay-box .pay-bx .pr-bx .pr{
	font-weight: 500;
	color: #333333;
	font-size: 20px;
	float: right;
}
.pay-box .pay-bx .pr-bx .pr span{
	font-size: 14px;
	color: #595959;
}
.pay-box .pay-bx .btn{
	width: 100%;
	padding: 20px 0;
	height: auto;
	margin-bottom: 20px;
}
.pay-box .pay-bx .polit{
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
}
.pay-box .pay-bx .alert{
	font-weight: 500;
	color: #333333;
	font-size: 14px;
	padding-left: 25px;
	background: url(../images/al1.svg) 0 50% / 16px no-repeat;
}
.pay-box .h1{
	text-align: center;
	color: #ED174B;
	font-size: 21px;
	margin-bottom: 40px;
}
.pay-box .h1 .fz26{
	font-size: 26px;
}
.pay-box .pay-bx .polit.cc{
	text-align: center;
	margin-bottom: 0;
}
.pay-box .h1 + .wrap .pay-bx {
	padding: 35px;
}
.oform-bg{
	background:#fefcff url(../images/bg.jpg ) 50% 0 no-repeat;
}
.pay-finish{
	margin-top: 50px;
	text-align: center;
}
.pay-finish .t1{
	font-size: 26px;
	color: #ED174B;
}
.pay-finish .t1 img{
	position: relative;
	top: -3px;
}
.pay-finish .t2{
	font-size: 20px;
	color: #111111;
	margin-bottom: 20px;
}
.pay-finish img{
	max-width: 100%;
}
.pay-finish .btn{
	width: 230px;
	padding: 16px 0;
	display: block;
	margin: 20px auto 50px;
}
.oferta-text .title{
	font-weight: 500;
font-size: 22px;
line-height: 26px;
text-align: center;
color: #1C1C1C;
margin-bottom: 30px;
}
.oferta-text .bx{
	margin-bottom: 40px;
}
.oferta-text .h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 137%;
	margin-bottom: 15px;
	color: #1C1C1C;
}
.oferta-text p{
	margin: 0;
	font-size: 12px;
	line-height: 137%;
	color: #1C1C1C;
}
.contacts-box .list{
	margin-bottom: 80px;
}
.contacts-box .list li{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 10px;
	text-align: center;
}
.contacts-box .list .ico{
	height: 80px;
}
.contacts-box .list .t1{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 19px;
	color: #1C1C1C;
}
.contacts-box .list .t1 a{
	color: #1C1C1C;
	text-decoration: none;
}
.contacts-box .list .t1 a:hover{
	text-decoration: underline;
	color: #ED174B;
}
.contacts-box .list .t2{
	font-size: 12px;
	line-height: 14px;
	color: #1C1C1C;
}
.contacts-box .cc{
	font-size: 16px;
	line-height: 21px;
	color: #1C1C1C;
	margin-bottom: 15px;
}
.contacts-box .cc span{
	color: #979696;
}
.contacts-box .sc-bx >*{
	display: inline-block;
	vertical-align: middle;
}
.contacts-box .sc-bx .t{
	font-size: 16px;
	line-height: 19px;
	margin-right: 10px;
	color: #5E5E5E;
}
.contacts-box .sc-bx .sc-list li{
	display: inline-block;
	vertical-align: middle;
}
.contacts-box .sc-bx  {
	margin-bottom: 20px;
}
.map-wr{
	margin-bottom: 20px;
	border: 10px solid #FAFAFA;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
}
.map-wr > img{
	width: 100%;
	display: block;
}
.contacts-box .inf{
	font-size: 14px;
	line-height: 21px;
	color: #5D5D5D;
}
.contacts-box {
	margin-bottom: 50px;
}
.step-bx .tt{
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
	color: #1C1C1C;
}
.step-bx .tt b{font-weight: 500;}
.step-bx .row + .alert-t{
	margin-top: 15px;
}
.checkout-box .text-bx{
	margin-bottom: 30px;
}
.checkout-box .text-bx .t1{
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 5px;
	color: #1C1C1C;
}
.checkout-box .text-bx .t2{
	font-size: 18px;
	line-height: 1.4;
	color: #1C1C1C;
	margin-bottom: 5px;
}
.checkout-box .text-bx .t3{
	font-size: 16px;
	line-height: 22px;
	color: #5D5D5D;
}
.checkout-box .text-bx + .pay-bx{
	margin-bottom: 50px;
}
.checkout-box .alert-t + .text-bx{
	margin-top: 50px;
}
.checkout-box .h1{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #1C1C1C;
	margin-bottom: 30px;
}
.review-slider{
	max-width: 900px;
	margin: 0 auto;
}
.center .rev-bx{
	width: 279px;
	height: 546px;
	padding: 36px 13px 0 10px;
	background: url(../images/tel.png) 50% no-repeat;
	margin-top: 0;
	max-width: 100%;
}
.rev-bx{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 65px;
	max-width: 230px;
}
.rev-bx:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}
.center .rev-bx:after{
	display: none;
}
.review-slider .owl-nav>div{
	width: 60px;
	height: 60px;
	background: url(../images/left2.svg) 0 0 no-repeat;
	margin-top: -30px;
	left: -70px;
}
.review-slider .owl-nav>div:last-child{
	right: -70px;
}
.inst-bx > *{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.inst-bx > * > *{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.inst-bx .t{
	font-size: 16px;
	line-height: 19px;
	color: #929292;
}
.inst-bx .t a{
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #1C1C1C;
}
.inst-bx{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.review-box .t1{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
	text-align: center;
	color: #1C1C1C;
}
.review-box .t2{
	font-size: 16px;
	line-height: 19px;
	color: #929292;
	text-align: center;
}
.review-box .t2 >*{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 30px;
}

/* CUSTOM */
.goods-slider.owl-carousel .owl-item img {
	width: auto !important;
}
.number-bx dt {
	display: inline-block;
}
.basket-drop dt {
	display: inline-block;
}
.error-container, .error-subscr {
	color: red;
	font-size: 12px;
	margin-bottom: 20px;
	display: none;
}
.lk-content .notetext {
	padding-left: 110px;
    color: green;
}
#loading_screen {
    position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

.suggestions-nowrap {
	white-space: nowrap;
}

.suggestions-input {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.suggestions-input::-ms-clear {
	display: none;
}

.suggestions-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-text-size-adjust: 100%;
}

.suggestions-suggestions {
	background: #FBFBFB;
/* 	border: 1px solid #999; */
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	left: 0;
	min-width: 100%;
	position: absolute;
	z-index: 9999;
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
}

.suggestions-suggestions strong {
	font-weight: 400;
	color: #ED174B;
}

.suggestions-suggestions.suggestions-mobile {
	border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
	border-bottom: 1px solid #ddd;
}

.suggestions-suggestion {
	padding: 5px 10px;
	overflow: hidden;
}

.suggestions-suggestion:hover {
	background: #f7f7f7;
}

.suggestions-selected {
	background: #f0f0f0;
}

.suggestions-selected:hover {
	background: #f0f0f0;
}

.suggestions-hint {
	padding: 4px 4px;
	white-space: nowrap;
	overflow: hidden;
	color: #ED174B;
	font-size: 13px;
	line-height: 20px;
}

.suggestions-subtext {
	color: #ED174B;
}

.suggestions-subtext_inline {
	display: inline-block;
	min-width: 6em;
	vertical-align: bottom;
	margin: 0 .5em 0 0;
}

.suggestions-subtext-delimiter {
	display: inline-block;
	width: 2px;
}

.suggestions-subtext_label {
	margin: 0 0 0 .25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
	background: #ED174B;
	font-size: 13px;
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
	position: relative;
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid rgba(0,0,0,.4);
	content: "";
}

.suggestions-promo {
	font-size: 13px;
	display: none;
	color: #ED174B;
	padding: 4px;
	text-align: center;
}

.suggestions-promo a {
	color: #ED174B;
	display: block;
	filter: grayscale(100%);
	line-height: 20px;
	text-decoration: none;
}

.suggestions-promo a:hover {
	filter: grayscale(0);
}

.suggestions-promo svg {
	height: 0px;
	vertical-align: bottom;
}

.error-block {
	margin-top: 15px;
}
.error-block .alert-t {
	color: red !important;
}
.order-checkout input[type="text"].error-field {
	border: 1px solid #ED174B;
}
.pvz_widget, .addr_widget {
	display: none;
}
div.navigation a {
	text-decoration: none;
	border: 1px solid #cad2d2;
    border-radius: 6px;
    box-sizing: border-box;
    color: #34495e;
    left: 547px;
    padding: 10px 29px 12px 28px;
}
div.navigation a + a {
	margin-left: 15px;
}
div.navigation a:hover {
	text-decoration: underline;
	color: #FF3356;
}
div.navigation {
	margin-top: 20px;
}
.navigation-arrows {
	text-align: center;
	margin-bottom: 80px;
}

.pr-minus, .pr-plus, .pr-plus-cart, .pr-minus-cart {
	display: inline-block;
	color: #ED174B;
	cursor: pointer;
	background: #FFFFFF;
	border: 0.5px solid #ECECEC;
	height: 33px;
	width: 21px;
	line-height: 30px;
}
.basket-item-percent {
	color: red;
	font-weight: normal;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width:600px) {
	.suggestions-promo {
		position: absolute;
		top: 0;
		right: 0;
		text-align: left;
	}
}