@font-face {
  font-family: "MullerMedium";
  src: url("MullerMedium.otf");
}
	.swiper-slide {
		margin-top:20px;
	}

	body {
		min-width: 480px;
		background: #6a6a6a;
		font-family: 'Roboto Flex', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #333;
		cursor: default;
		padding: 0;
		margin: 0;
	}
	
	.hide {
		display:none;
	}

	.main_wrapper {
		margin: 0 auto;
		width: 480px;
		background: #fff;
	}
	
	header {
		margin-top: 0px;
		
		padding-top: 20px;
	}	

	header .left {
		postion:relative;
		display:inline-block;
		float:left;
		margin-left: 10px;
		width:230px;
	}
	
	header .right {
		display:flex;
		float:right;
		position: relative;
		top: 10px;	
		width:230px;
		justify-content: space-between;
	}	
	
	.hlink a {
		color:#616161;
		font-family: 'Roboto Flex', sans-serif;
		font-weight:600;
		text-decoration:none;
		font-size:16px;
		/*text-shadow: 0px 4px 4px #00000050;*/
	}
	
	.hlink::before {
		content: url('../img/peekaboo.png');
		position: relative;
		top: 10px;
		width: 27px;
		height: 27px;
		display: inline-block;
		margin-right: 10px;
		
	}	
	
	.clear {
		clear: both;
	}
	
	.hmenu {
		margin-right: 10px;
	}
	
	.hmenu a {
		color: #A4A4A4;
		font-family: 'Roboto Flex', sans-serif;
		font-weight: 400;
		text-decoration: none;		
		font-size: 16px;
		/*text-shadow: 0px 4px 4px #00000050;*/
	}
	
	.banner {
		margin: 20px auto 0px;
		width: 460px;
		height: 215px;
	}
	
	.banner_img {
		width:460px;
		height:200px;
		/*border:1px solid #000;*/
		border-radius:10px;
		overflow:hidden;
		/*box-shadow: 0px 4px 4px #00000050;*/
	}
	
	.banner_dots {
		text-align:center;
	}
	
	.banner_dots div.dot {
		display:inline-block;
		cursor:pointer;
		height:5px;
	}
	
	.banner_dots div.dot {
		height: 5px;
		width: 5px;
		background-color: #E7E7E7;
		border-radius: 50%;
	}
	
	.banner_dots div.active {
		background-color: #ADADAD;
	}
	
	.skidka_slider {
		padding-top:20px;
		width:100%;
		height:358px;
	}
	
	.skidka_header {
		color:#616161;
		font-size:32px;
		font-weight:bold;
		/*text-shadow: 0px 4px 4px #00000050;*/
	}
	
	.skidka_sliderbox {
		margin-top:20px;
		margin-bottom:20px;
		height:280px;
	}

	/* ?????? ???????, ?? ???????? ??????? */
	.thankyou{
		background: rgb(96,219,88);
		background: linear-gradient(266deg, rgba(96,219,88,1) 0%, rgba(0,179,69,1) 50%);
		height:100px;
		width:100%;
		border-radius:10px;
		margin:20px 0px;
		padding:20px 10px 0px 10px;
		box-sizing: border-box;
		color:#fff;
		text-align:center;
	}
	.thankyou .left-thank{
		display:inline-block;
		background:url('../Vector.png') center center no-repeat;
		width:50px;
		height:50px;
	}
	.thankyou .right-thank{
		display:inline-block;
		float:right;
	}			
	.thankyou .tiltht{
		font-size:25px;
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
	}
	.thankyou .descrth{
		font-size:15px;
		font-weight:normal;
		margin-bottom:0px;
		margin-top:10px;
		margin-right:10px;
	}	



	
/* Dots */
.banner .slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.banner .slick-dots
{
	position: relative;
	bottom: 30px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.banner .slick-dots li
{
	position: relative;

	display: inline-block;

	width: 5px;
	height: 5px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.banner .slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 5px;
	height: 5px;
	padding: 0px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.banner .slick-dots li button:hover,
.banner .slick-dots li button:focus
{
	outline: none;
}
.banner .slick-dots li button:hover:before,
.banner .slick-dots li button:focus:before
{
	opacity: 1;
}
.banner .slick-dots li button:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 5px;
	height: 5px;

	content: '?';
	text-align: center;

	color: #E7E7E7;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.banner .slick-dots li.slick-active button:before
{
	
	color: #ADADAD;
}	

	.blankbanner {
		background:#E7E7E7;
		width:100%;
		height:200px !important;
		font-size:42px;
		text-align:center;
		
	}
	

.skidka_slider .slick-active {
	
}
.skidkaslide img {
	height:200px;
}

.skidka_slider .slick-center img {
	height:280px;
}

.skidka_line {
	/*383838*/
	background:#D9D9D9;
	height:2px;
	width:100%;
	margin-top:20px;
}

.skidka_line_percent {
	height:2px;
	width:0%;
	background:#383838;
}

.navcats_container {
	height:59px;
	padding-top:60px;
}

.navcats {
	width:480px;
	height: auto;
	background: #efefef;
}

.products_cats {
    font-weight: 500;
    font-size: 15px;
    margin:0px auto;
    width: 405px;
    display:flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#383838;
    text-align: center;
}

.products_cats .product_cat a {
	color: #999;
	text-decoration: none;
	font-family: MullerMedium;
	line-height: -29px;
}

.products_cats .product_cat::before {
	/* content:"|"; */
	color:#ffffff;
	margin-right: 8px;
}

.products_cats .product_cat:first-child:before {
	/* content: ''; */
}

.products_cats .active a {
	color: #8e4ec0;
	/* background:#5E68BF; */
	/* padding:7px; */
	/* border-radius:10px; */
}

.products_cats a svg, svg * {
 /* pointer-events: none; */
 margin-bottom: -10px;
}

.products_cats a > svg path{
	stroke: #999999 !important;
}

.products_cats a > svg g path{
	stroke: unset !important;
}

.products_cats .active a > svg path{
	stroke: #8e4ec0 !important;
}

.products_cats .active a > svg g path{
	stroke: unset !important;
	fill: #8e4ec0;
}

.products_header {
	font-size:32px;
	font-weight:bold;
	color:#616161;
}

.products_block {
	padding:10px;
	padding-top:30px;
}


.products {
	width:460px;
	display:flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.products_block .product {
	margin-top:20px;
	width: 225px;
	

}

.products_block .product-image {
	width:225px;
	height:280px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}

.products_block .product-image2 {
	width:225px;
	height:96px;
	border-radius:10px;
	margin-top: -10px;
	overflow:hidden;
	position:relative;
}

.product-promoperc-promoblock {
	position:absolute;
	bottom:0px;
	left:0px;
	width:54px;
	height:26px;
	background:#fff;
	color:#1D1B1B;
	border-top-right-radius:10px;
	text-align:center;
	font-size:14px;
	font-weight:700;
}

.product-promoperc {
	position:absolute;
	bottom:0px;
	left:0px;
	width:54px;
	height:26px;
	background:#E01515;
	color:#fff;
	border-top-right-radius:10px;
	text-align:center;
	font-size:14px;
	font-weight:400;
}

.product-promomsg {
	position:absolute;
	bottom:0px;
	right:0px;
	width:101px;
	height:26px;
	background:#FFF500;
	color:#1D1B1B;
	border-top-left-radius:10px;
	text-align:center;
	font-size:14px;
	font-weight:700;
}


.product-desc {
	margin-top:10px;
}

.product-name {
	color:#616161;
	font-size:16px;
	font-weight:400;
}

.product-name-promoblock {
	color:#fff;
	font-size:16px;
	font-weight:400;
}

.product-prices {
	margin-top:15px;
	display:flex;
	width:100%;
}

.product-prices .product-newprice {
	font-size:20px;
	font-weight:bold;
	color:#383838;
	text-decoration:none;
}
.product-prices .product-oldprice {
	font-size:15px;
	margin-left:10px;
	color:#A4A4A4;
	text-decoration: line-through;
}
.promoblock .product-newprice {
	font-size:18px;
	color:#FFC530;
}
.promoblock .product-oldprice {
	font-size:13px;
	color:#fff;
}
a.product-link {
	text-decoration:none;
}


.promoblock {
    background: #151517;
	padding-left:10px;
	margin-top:20px;
}

.promoblock .header {
    margin-top:20px;
	width:460px;
	height:28px;
	display:flex;
	justify-content: space-between;
}

.promoblock .header .left {
	font-size:24px;
	font-weight:700;
	color:#fff;
}

.promoblock .header .right {
	font-size:24px;
	font-weight:bold;
	color:#FFC530;	
}

.promo_products {
	margin-top:20px;
	height:394px;
}

.promo_products .product {
	width:205px;
	height:365px;
}

.promo_products .product-image {
	width:205px;
	height:260px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}

.promo_products .product-image img {
	width:205px;
	height:260px;
}

.promo_products .slick-slide {
	width:205px;
}
.promo_products .slick-slide
{
  margin: 0 5px;

}
.delivery {
	margin-top:60px;
}
.delivery_header {
	font-size:32px;
	font-weight:bold;
	color:#616161;
}
.delivery_content {
	margin:20px auto 0px;
	background:#EFEFEF;
	border-radius:10px;
	min-height:164px;
	width:460px;
	text-align:center;
}
.delivery_variant {
	padding-top:20px;
	color:#383838;
	font-size:20px;
	font-weight:500;
	cursor:pointer;
	position:relative;
}
.delibery_variant_block {
	display: inline-block;
	min-width: 260px;
}
.delivery_variant::after {
	content:url(../img/v.png);
}
.delivery_variant.open::after {
	content:url(../img/v.png);
	display: inline-block;
	transform: rotate(180deg);
	position: absolute;
	right: 90px;
	top: 25px;
}
.delivery_text {
	font-size:14px;
	font-weight:300;
	text-align:left;
	width:440px;
	display:none;
}
.delivery_line {
  width: 80%;
  margin: 5px auto 0px;
  height: 1px;
  background: #D4D4D4;
  margin-bottom:20px;
}

.contacts {
	margin-top:60px;
}
.contacts_header {
	font-size:32px;
	font-weight:bold;
	color:#616161;
}
.contacts_content {
	margin:20px auto 0px;
	width:460px;
	text-align:center;
}

.contacts_content .map {
	border-radius:10px;
	overflow:hidden;
}

.contacts_content .address {
	margin-top:20px;
	font-size:16px;
	font-weight:400;
	color:#6B6B6B;
}

.contacts_content .info {
	margin:40px auto 0px;
	width:273px;
	height:270px;
	background:#EFEFEF;
	border-radius:10px;
	overflow:hidden;
}
.contacts_content .info .phone {
	margin-top:15px;
}
.contacts_content .info .phone a {
	font-size:20px;
	font-weight:400;
	color:#383838;
	text-decoration:none;
}
.contacts_content .info .line {
	margin:20px auto 0px;
	width:158px;
	height:1px;
	background:#A4A4A4;
	
}
.contacts_content .info .worktime {
	margin:40px auto 0px;
	color:#6B6B6B;
	font-size:16px;
	font-weight:400;
	line-height: 29px;
}
.contacts_content .info .social {
	margin:34px auto 0px;
	
}
.contacts_content .info .social .link {
	display:inline-block;
	margin-left:40px;
}
.contacts_content .info .social .link:first-child {
	margin-left:0px;
}
.contacts_content .info .line2 { 
	margin:20px auto 0px;
	width:158px;
	height:1px;
	background:#A4A4A4;	
}
.footer {
	margin-top:40px;
	text-align:center;
}
.footer .link {
	margin-top:20px;
}
.footer .link a {
	color:#A4A4A4;
	text-decoration:none;
}
.footer .copy {
	margin-top:40px;
	padding-bottom:60px;
	color:#A4A4A4;
}

.menu-fixed {
	position:fixed !important;
	margin-bottom:0px;
	bottom:0px;
	z-index:9999;
	transform: translateX(0%);
	transition: transform 1s ease;
}

.menu {
	position:fixed !important;
	bottom:0px;
	margin-bottom:0px;
	transform: translateY(0%);
	transition: transform 1s ease;
	z-index:9999;
}

.menu2 {
	position:fixed !important;
	bottom:-1px;
	margin-bottom:0px;
	transform: translateY(0%);
	transition: transform 1s ease;
	z-index:9999;
}

.skidkaslide {
	overflow:hidden;
	border-radius:10px;
	margin-top: 45px; 
	transform: scale(0.8);
	transition: transform 1s;
}
.skidkaslide.slick-center {
	margin-top: 0px; 
	transform: scale(1);
	transition: transform 1s;
}
.adventage_tabs_nav_item_wrap{
  margin: 0;
  padding: 0 40px;
}

.skidka_slider .slick-slide:not(.slick-center) {
   opacity: 0.5;

}