@font-face {font-family: 'RobotoRegular';src: url('../fonts/Roboto-Regular.eot');src: local('Roboto'), local('Roboto-Regular'),url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Regular.woff') format('woff'),url('../fonts/Roboto-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'RobotoBold';src: url('../fonts/Roboto-Bold.eot');src: local('Roboto Bold'), local('Roboto-Bold'),url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Bold.woff') format('woff'),url('../fonts/Roboto-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'RobotoBlack';src: url('../fonts/Roboto-Black.eot');src: local('Roboto Black'), local('Roboto-Black'),url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Black.woff') format('woff'),url('../fonts/Roboto-Black.ttf') format('truetype');font-weight: 900;font-style: normal;}
@font-face {font-family: 'RobotoMedium';src: url('../fonts/Roboto-Medium.eot');src: local('Roboto Medium'), local('Roboto-Medium'),url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Medium.woff') format('woff'),url('../fonts/Roboto-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;}
@font-face {font-family: 'RobotoLight';src: url('../fonts/Roboto-Light.eot');src: local('Roboto Light'), local('Roboto-Light'),url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Light.woff') format('woff'),url('../fonts/Roboto-Light.ttf') format('truetype');font-weight: 300;font-style: normal;}
@font-face {font-family: 'RobotoMediumItalic';src: url('../fonts/Roboto-MediumItalic.eot');src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-MediumItalic.woff') format('woff'),url('../fonts/Roboto-MediumItalic.ttf') format('truetype');font-weight: 500;font-style: italic;}
@font-face {font-family: 'RobotoItalic';src: url('../fonts/Roboto-Italic.eot');src: local('Roboto Italic'), local('Roboto-Italic'),url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Italic.woff') format('woff'),url('../fonts/Roboto-Italic.ttf') format('truetype');font-weight: normal;font-style: italic;}
@font-face {font-family: 'RobotoBoldItalic';src: url('../fonts/Roboto-BoldItalic.eot');src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-BoldItalic.woff') format('woff'),url('../fonts/Roboto-BoldItalic.ttf') format('truetype');font-weight: bold;font-style: italic;}
@font-face {font-family: 'RobotoThinItalic';src: url('../fonts/Roboto-ThinItalic.eot');src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-ThinItalic.woff') format('woff'),url('../fonts/Roboto-ThinItalic.ttf') format('truetype');font-weight: 100;font-style: italic;}
@font-face {font-family: 'RobotoLightItalic';src: url('../fonts/Roboto-LightItalic.eot');src: local('Roboto Light Italic'), local('Roboto-LightItalic'),url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-LightItalic.woff') format('woff'),url('../fonts/Roboto-LightItalic.ttf') format('truetype');font-weight: 300;font-style: italic;}
@font-face {font-family: 'Roboto';src: url('../fonts/Roboto-BlackItalic.eot');src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-BlackItalic.woff') format('woff'),url('../fonts/Roboto-BlackItalic.ttf') format('truetype');font-weight: 900;font-style: italic;}
@font-face {font-family: 'RobotoThin';src: url('../fonts/Roboto-Thin.eot');src: local('Roboto Thin'), local('Roboto-Thin'),url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Thin.woff') format('woff'),url('../fonts/Roboto-Thin.ttf') format('truetype');font-weight: 100;font-style: normal;}


html {
margin:0;
padding:0;
height:100%;
}
body {
background:#fafafa;
margin:0;
font-family: 'RobotoRegular'; 
padding:0;
height:100%;
color:#2b2b2b;
}
ul {
    list-style: inside none disc;
}
a {
    color: inherit;
    text-decoration: none;
}
img{
	border:0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1{
	font-size:30px;
	font-family: 'RobotoBlack';
	margin:0 0 25px 0;
	display: inline-block;
	width:100%;
}
h2{
	font-size:24px;
	font-family: 'RobotoBold';
	margin:0 0 10px 0;
	display: inline-block;
	width:100%;
}
h3{
	font-size:20px;
	font-family: 'RobotoMedium';
	margin:0 0 10px 0;
	display: inline-block;
	width:100%;
}
#content p {
	font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}
ul{
	margin-left: 25px;
}
ul li{
	*font-size: 18px;
    *line-height: 1.7;
    *margin-bottom: 10px;
}
#wrapers{
	width:1630px;
	min-width:1630px;
	margin:0 auto;
	padding:0 10px;
	height: auto !important;
    min-height: 100%;
    overflow: hidden;
	color:#000;
}




#section_head{
}
#section_top_head{
	padding: 5px 0;
    background: #ba83c4;
}
.headflex{
	display:flex;
	align-items: center;
	column-gap: 8px;
	justify-content: space-between;
}
.slogan{
	color:#fff;
	font-size:16px;
	font-family: 'RobotoLight';
}
.phone_zvonok{
	display: flex;
    align-items: center;
    column-gap: 50px;
	color:#fff;
}
.phone_zvonok p{}
.phone_zvonok p i {
    margin: 0 3px;
}
.phone_zvonok p.adress{
	font-size:16px;
	font-family: 'RobotoLight';
}
.phone_zvonok p.phone{}
.phone_zvonok p.phone a{
	font-size:21px;
	font-family: 'RobotoBold';
	text-decoration:none;
}
.phone_zvonok p.phone a:hover{
	text-decoration:underline;
}
.phone_zvonok p.zvonok a span.txt_max{
	background:#fff;
	color:#000;
	font-size:13px;
	padding:8px 10px;
	border-radius:7px;
	border:1px solid #ba83c4;
	margin-left:20px;
	display: block;
}
.phone_zvonok p.zvonok a:hover span.txt_max{
	background:#b574c1;
	border:1px solid #fff;
	color:#fff;
}
.phone_zvonok p.zvonok a span.ico_max{
	display: none;
	background: #fff;
    padding: 5px 7px;
    border-radius: 10px;
}
.phone_zvonok p.zvonok a span.ico_max img{
	height: 25px;
}
.cart{}
#section_menu{}
#section_top_menu{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.logo_search{
	display: flex;
	align-items: center;
    gap: 20px;
    justify-content: space-between;
	margin: 10px 0;
}
.pr_logo{
	display: flex;
    align-items: center;
	gap:15px;
	padding:20px 0;
}
.pr_logo_img{}
.pr_logo_img a{}
.pr_logo_img img{}
.pr_catalog{
	display:block;
}
.pr_catalog a{
	background:#ba83c4;
	font-size:18px;
	color:#fff;
	padding: 10px 20px;
    border-radius: 7px;
}
.pr_catalog a:hover{
	background:#b574c1;
}
.pr_catalog_mob{
	display:none;
}
.menu-toggle {
	background: #ba83c4;
	color: #fff;
	border: none;
	padding: 10px 20px;
    border-radius: 7px;
	cursor: pointer;
	font-size: 18px;
}
.home_menu_lf_none{
	display:none;
}
.pk_displ{
	display:none;
}
@media (min-width:0px) and (max-width:768px){
	.pk_displ{
		display:block;
	}
	.home_menu_lf_none{
		display:block;
	}
	.pr_catalog{
		display:none;
	}
	.pr_catalog_mob{
		display:block;
	}
	.sidebar {
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #f8f9fa;
		box-shadow: 2px 0 5px rgba(0,0,0,0.1);
		transition: left 0.3s ease;
		z-index: 999;
		padding-top: 60px;
		overflow-y: auto;
	}

	.sidebar.open {
		left: 0;
	}
}
.sidebar {
	top: 0;
	width: 250px;
	height: 100%;
	padding-left: 20px;
}
.search_top{}
.search{}
.search input{
    padding: 10px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.soc_seti{}
.soc_seti a{}
.soc_seti a img {
    height: 35px;
}
.top_menu{
    display: flex;
    height: 65px;
    justify-content: space-between;
    align-items: center;
}
.top_menusha ul{
	display: flex;
    justify-content: space-between;
	margin: 0;
}
.top_menusha ul li{
	list-style:none;
	padding: 0 45px;
}
.top_menusha ul li:first-child{
	padding-left:0;
}
.top_menusha ul li:last-child{
	padding-right:0;
}
.top_menusha ul li a{
	text-decoration:none;
	font-size:16px;
	font-family: 'RobotoBold';
}
.top_menusha ul li a:hover{
	color:#ba83c4;
	text-decoration:underline;
}
#section_slider{
	width: 100%;
    height: 550px;
    display: inline-block;
}
.item_slid{
	border-radius:15px;
	height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.slid_bg{
	color:#fff;
	display: grid;
    height: 100%;
    align-items: end;
    text-align: center;
	padding: 30px;
}
.slid_name{
	font-size: 20px;
    font-family: 'RobotoLight';
    background: #ba83c4;
    color: #fff;
    border-radius: 10px;
    padding: 10px 5px;
}
.slid_desc{
	font-size: 18px;
	padding-bottom:20px;
	font-family: 'RobotoLight';
}
#content{}
.page-header {}
.content_article_item {
    float: left;
    width: 100%;
	margin: 40px 0;
}
.content_article_body{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.content_article_body p{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.content_article_body ul li{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.main {
    display: flex;
}
.left_menu{
    min-width: 265px;
}
.menuha_lf {
	margin:0;
}
.menuha_lf  li{
	list-style:none;
}
.menuha_lf  li a{
    font-size: 18px;
    font-family: 'RobotoBold';
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.menuha_lf  li ul.menuha_dis a{
	font-size:16px;
	padding: 6px 0;
	font-family: 'RobotoRegular';
}
.menuha_lf  li a:hover, .menuha_lf  li ul.menuha_dis li a:hover, .menuha_lf  li ul.menuha_dis li ul.menuha_dis li a:hover, .menuha_lf  li.active ul.menuha_dis li.active ul.menuha_dis a:hover{
	color:#ba83c4;
}
.menuha_lf  li.active a, .menuha_lf  li.active ul.menuha_dis li.active a, .menuha_lf  li.active ul.menuha_dis li.active ul.menuha_dis  li.active a{
	color:#ba83c4;
}
.menuha_lf  li.active ul.menuha_dis a, .menuha_lf  li.active ul.menuha_dis li.active ul.menuha_dis a{
	color:#000;
}
.menuha_lf  li.active ul.menuha_dis, .menuha_lf  li.active ul.menuha_dis li.active ul.menuha_dis{
	display:block;
}
.menuha_lf  li ul.menuha_dis, .menuha_lf  li ul.menuha_dis li ul.menuha_dis{
	display:none;
}
.right_text{
	float: left;
    width: 100%;
}
.breadcrumbs{
	margin: 25px 0 0;
	float: left;
    width: 100%;
}
.breadcrumb{
	font-size:16px;
	margin: 0;
}
.breadcrumb li:first-child{
	padding-left:0;
}
.breadcrumb li:last-child{
	padding-right:0;
}
.breadcrumb li{
    list-style: none;
    float: left;
    margin: 0;
    font-size: 16px;
    padding:0 5px;    
}
.breadcrumbs_item{}
.breadcrumbs_item a{
	text-decoration: underline;
	color:#888;
}
.breadcrumbs_item a:hover{
	text-decoration: none;
	color:#000;
}
li.breadcrumbs_item.active{
	text-decoration: none;
	color:#000;
}
.razdel_category{
	margin: 40px 0;
    float: left;
    width: 100%;
}
.category_title{}
.category_title_home{
	text-align:center;
	font-size:40px;
	margin: 30px 0 20px 0;
	font-family: 'RobotoBold';
	color:#ba83c4;
}
.h1_desc{
	text-align:center;
	font-size: 22px;
    margin: 0px 0 30px 0;
	 font-family: 'RobotoLight';
}
.razdel_category_item {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.category_item{
	width: 19%;
    display: grid;
    margin: 0.5%;
	border: 1px solid #eee;
	border-radius: 15px;
}
.category_img{   
    background: #fff;	
	border-radius: 15px 15px 0 0;
	height: 320px;
    background-size: cover;
    background-position: center;
	align-items: end;
}
.category_item:hover{
	border: 1px solid #ba83c4;
}
.category_item:hover .category_name{
	background:#ba83c4;
	color:#fff;
    border-radius: 0 0 15px 15px;
}
.category_image{
	width: 300px;
    height: 250px;
}
.category_name{
	padding: 7px 15px;
    font-size: 17px;
    font-family: 'RobotoRegular';
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	background:#fff;
	color:#000;
	border-radius: 0 0 15px 15px;
}
.category_desc{
	margin-top:30px;
	font-size:16px;
}
.category_desc p{}
.razdel_category_item2{
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.category_item2{
	width: 19%;
    display: grid;
    margin: 0.5%;
	border: 1px solid #eee;
	border-radius: 15px;
}
.category_img2{   
    background: #fff;	
	border-radius: 15px 15px 0 0;
	height: 320px;
    background-size: cover;
    background-position: center;
	align-items: end;
}
.category_item2:hover{
	border: 1px solid #ba83c4;
}
.category_item2:hover .category_name2{
	background:#ba83c4;
	color:#fff;
    border-radius: 0 0 15px 15px;
}
.category_image2{
	width: 300px;
    height: 250px;
}
.category_name2{
	padding: 7px 15px;
    font-size: 17px;
    font-family: 'RobotoRegular';
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	background:#fff;
	color:#000;
	border-radius: 0 0 15px 15px;
}
.category_desc2{
	margin-top:30px;
	font-size:16px;
}
.category_desc2 p{}
.articles_itemscompany{
	margin:40px 0;
	float:left;
	width:100%;
}
.companyflex{
	display:flex;
	gap:45px;
}
.articles_item{}
.articles_item_content{
	font-size: 15px; 
	font-family: 'RobotoLight';	
	line-height: 1.5;
}
.articles_item_content p{
	line-height: 1.5;
	margin-bottom:10px;
}
#new_rek_lid{
	margin: 30px 0;
    background: #fff;
    padding: 50px 0;
	float:left;
	width:100%;
}
.tabs {}
.tab-buttons {}
.tab-buttons button {
	color: #000;
    font-size: 14px;
    font-family: 'RobotoBold';
    padding: 15px 25px;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 7px;
	border: 1px solid #ba83c4;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}
.tab-buttons button:last-child{
	margin-right:0;
}
.tab-buttons button:hover {
	color: #fff;
    background: #ba83c4;
	border: 1px solid #ba83c4;	
}
.tab-buttons button.active {
	color: #fff;
    background: #ba83c4;
	font-family: 'RobotoBold';
	border: 1px solid #ba83c4;
}
.tab-content {
	padding: 40px 0;
	display: none;
}
.tab-content.active {
	display: block;
	width: 100%;
    float: left;
}
.tovar_home{
	border: 1px solid #ccc;
    border-radius: 15px;
}
.tovar_homes{
	display:grid;
}
.tovar_home a{}
.tovar_home_link{
	display:grid;
}
.tovar_home_img{
	background: #fff;	
	border-radius: 15px;
	height: 320px;
    background-size: cover;
    background-position: center;
	align-items: end;
}
.tovar_home_name{
	height: 70px;
    display: flex;
    font-size: 18px;
    align-items: flex-start;
    margin: 30px 0 10px;
	padding: 0 20px;
	justify-content: center;
}
.tovar_home_cart{
	padding:0 20px;
}
.tovar_home_more{}
.tovar_home_more a{}
.addtocart_area{}
.addtocart_area_product{}
.vm_customfields_wrap{}
.addtocart_bar{}
.addtocart_price_btn{
	display: flex;
    justify-content: space-between;
    padding: 0;
	align-items: center;
	margin-bottom:10px;
}
.addtocart2_price_btn{
	display: flex;
    justify-content: space-between;
    padding: 0;
	align-items: center;
	margin-bottom:10px;
}
.quantity_price{}
.quantity_price_lf{}
.quantity_price_rg{
	font-size: 20px;
}
.quantity_price_rg2{
	font-size: 30px;
	margin-bottom:40px;
	padding: 0;
}
.quantity-box {
    display: flex;
    align-items: center;
    gap: 6px;
}
button.quantity_controls{
	border: 1px solid #ba83c4;
    background: #ba83c4;
    color: #fff;
    border-radius: 4px;
	cursor:pointer;
	height: 40px;
}
button:hover.quantity_controls{
	background: #b574c1;
}
input.quantity_input{
	border: 1px solid #ccc;
    height: 40px;
    text-align: center;
	border-radius: 4px;
}
.add_more{
	display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin: 35px 0px;
	gap:10px;
	width: 100%;
}
.add_more_lf{
	width: 100%;
}
.addtocart_button{}
.addtocart_button button{
	color: #fff;
    background: #ba83c4;
    font-family: 'RobotoBold';
    border: 1px solid #ba83c4;
	font-size: 18px;
    padding: 0px 10px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.addtocart_button button:hover{
	background: #b574c1;
	cursor:pointer;
}
.add_more_rg{
	width: 100%;
}
.add_more_rg a{
	color: #000;
    background: #fff;
    font-family: 'RobotoLight';
    border: 1px solid #ccc;
	font-size: 18px;
    padding: 0px 10px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.add_more_rg a:hover{
	color: #ba83c4;
	border: 1px solid #ba83c4;
	cursor:pointer;
}
.tovar_home a:hover.tovar_home_link, .product_tovar_item a:hover.tovar_home_link{
	color:#ba83c4;
}
.add_more2{
	display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin: 35px 0px;
	gap:10px;
}
.add_more2_lf{
	width: 100%;
}
.addtocart2_button{}
.addtocart2_button button{
	color: #fff;
    background: #ba83c4;
    font-family: 'RobotoBold';
    border: 1px solid #ba83c4;
	font-size: 16px;
    padding: 0px 5px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
}
.addtocart2_button button:hover{
	background: #b574c1;
	cursor:pointer;
}
.add_more2_rg{
	width: 100%;
}
.add_more2_rg a{
	color: #000;
    background: #fff;
    font-family: 'RobotoLight';
    border: 1px solid #ccc;
	font-size: 16px;
    padding: 0px 5px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
}
.add_more2_rg a:hover{
	color: #ba83c4;
	border: 1px solid #ba83c4;
	cursor:pointer;
}
.cart_home{
	background: url(../img/cart.png) no-repeat;
    height: 40px;
    background-size: 40px;
    width: 50px;
}
.cart_home .show_cart a.details {
    display: none;
}
.details_cart_pop{
	height: 40px;
    width: 50px;
    z-index: 99;
    position: relative;
}
.total_products {
    position: absolute;
    background: #ba83c4;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    margin-left: 16px;
    font-size: 12px;
    margin-top: -4px;
}
.product_item_tovar{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.product_tovar_item{
	border: 1px solid #ccc;
    border-radius: 15px;
	width: 24%;
}
.product_media_container{
	background: #fff;
    border-radius: 15px;
    height: 320px;
    background-size: cover;
    background-position: center;
    align-items: end;
}
.product_title_container{
    height: 70px;
    display: flex;
    font-size: 18px;
    align-items: flex-start;
    margin: 30px 0 10px;
    padding: 0 20px;
	justify-content: center;
}
.product_price_container{
	padding:020px;
}
.gallery_details{
	width: calc(100% - 100px);
}
.gallery_details a {}
.gallery_details_tovar_img{
	background: #fff;
    border-radius: 15px;
    height: 600px;
    background-size: cover;
    background-position: center;
    align-items: end;
}
.dop_images{
	width: 100px;
}
.img_dop{}
.img_dop a img{
	height: 60px;
    width: auto;
    border-radius: 4px;
    margin: 5px;
}
.product_detail{
	float:left;
	width:100%;
	display:flex;
	justify-content: space-between;
}
.product_detail_lf{
	width:55%;
	text-align:center;
	display: flex;
    justify-content: center;
}
.product_detail_rg{
	width:40%;
}
.product_title{}
.color_warring{
	color:#000;
	font-size:14px;
	padding:10px;
	background: #fbf3f7;
    border: 1px solid #ba83c4;
    border-radius: 7px;
	margin-bottom:20px;
}
#wts_detail_link{
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
	margin-bottom:20px;
}
#wts_detail_link a{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tre_max_detail {
	 margin: 0 15px 0 0;
}
.tre_max_detail img{
	width:35px;
}
.ico_wts_detail{}
.ico_wts_detail i{
	font-size: 35px;
    margin: 0 15px 0 0;
}
.txt_wts_detail{
	display:grid;
}
.txt_wts_detail span{
	font-size: 13px;
    color: #888;
}
#wts_detail_link .txt_wts_detail p{
	margin-top: 5px;
	color:#ba83c4;
    font-size: 16px!important;
	margin: 0;
    line-height: normal;
}
#wts_detail_link a:hover .txt_wts_detail p{
	color:#b574c1;
}
.product_detail_s_desc{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:25px;
}
.product_detail_s_desc p{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.product_detail_s_desc ul {
	margin:0;
}
.product_detail_s_desc ul li{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.product_detail_desc{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
	float: left;
    width: 100%;
    margin-top: 40px;
}
.product_detail_desc p{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.product_detail_desc ul li{
	font-size: 18px;
	line-height:1.7;
	margin-bottom:5px;
}
.pop_cart_tovar{
	padding: 10px 10px;
    text-align: center;
    min-height: 110px;
    display: grid;
    align-items: center;
}
.btn_cart_pop{
	display:flex;
	gap:10px;
	justify-content: space-between;
    margin-bottom: 15px;
}
.txt_tovar_pop_cart{
	font-size:16px;
	font-family: 'RobotoLight';
	padding: 0 0 20px 0;
}
img.close_image {
    display: none;
}
.btn_cart_pop a{
	display: inline-flex
}
.btn_cart_pop_continue{
	color: #000;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 0px 10px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_cart_popshowcart{
	color: #fff;
    background: #ba83c4;
    border: 1px solid #ba83c4;
    font-size: 15px;
    padding: 0px 10px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carty_header{	
	margin:40px 0 0 0 ;
	float:left;
	width:100%;
}
.carty_header_spasibo{	
	margin:40px 0 0 0 ;
	float:left;
	width:100%;
	height:300px;
}
.cart_view_width{
	width:100%;
	float:left;
}
.form_cart_all{}
.sti_top_cart{}
.vm-fieldset-pricelist{}
.vm-checkout-products{}
.row.align-items-center.mb-3{
	display:flex;
	margin-bottom: 20px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
	align-items: center;
}
.cart_images {
    width: 85px;
}
.tovar_cart_images{
	background: #fff;
    border-radius: 8px;
    height: 90px;
    background-size: cover;
    background-position: center;
    align-items: end;
	width:70px;
}
.cart_sostav{
	display:flex;
}
.row.align-items-end{
	display:flex;
	gap:10px;
}
.vm-cart-item-name a{
	font-size:18px;
	color:#000;
}
.vm-cart-item-name a:hover{
	color:#ba83c4;
	cursor:pointer;
}
.npstif_kol{
	color:#888;
	font-size:16px;
}
.npstif_price{
	color:#888;
	font-size:16px;
    display: flex;
    gap: 5px;
}
.cart_sostav_kol{}
.itogo_price_cart{
	font-size:25px;
	line-height:1.5;
	gap: 10px;
    display: flex;
	margin-bottom: 30px;
}
.itogo_price_cart span{}
.danny_header{	
	margin:40px 0;
	float:left;
	width:100%;
}
.danny_zakaz_phone{
	display: flex;
    gap: 20px;
	margin-bottom:30px;
}
.disp_danny_zakaz_phone.first_name, .disp_danny_zakaz_phone.phone_1{
	display:block;
}
.disp_danny_zakaz_phone{
	display:none;
}
.disp_danny_zakaz_phone label{
	margin-right:15px;
    font-size: 18px;
}
.disp_danny_zakaz_phone input{
	border: 1px solid #d1d5db;
    background-color: #F5F6F8;
	padding: 0 20px;
    height: 50px;
	border-radius: 7px;
	font-size: 16px;
}
.form-control-feedback{
	display:none;
}
.btn_saven_danny{
	background: #ba83c4;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
	border:1px solid #ba83c4;
	cursor:pointer;
}
.btn_saven_danny:hover{
	background: #b574c1;
}
.checkout_button_top{
	margin:40px 0;
}
.checkout_button_top button{
	background: #ba83c4;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
	border:1px solid #ba83c4;
	cursor:pointer;
}
#footer{
	background:#f1f1f1;
	float:left;
	width:100%;
	padding:50px 0 30px;
	margin-top:30px;
}
.foot_flex{
	display:flex;
    justify-content: space-between;
}
.foot_logo {
    width: 40%;
    display: grid;
    gap: 20px;
}
.foot_logo p {}
.foot_adress{
	font-size:16px;
	font-family: 'RobotoLight';
}
.foot_phone{
	font-size:20px;
	font-family: 'RobotoBold';
}
.foot_logo p i {
    margin-right: 10px;
	font-size:16px;
}
.foot_soc a img {
    height: 35px;
    margin: 0 5px;
}
.foot{
	width: 20%;
}
.foot ul {
    margin: 0;
}
.foot ul li {
    list-style:none;
}
.foot ul li a{
	font-size:16px;
	line-height:1.5;
	font-family: 'RobotoLight';
}
.foot2{
	width: 40%;
}
.foot p{}
.foot p a{}
.foot p.foot_soc{}
.foot p.foot_soc a{}
.foot p.foot_soc a img{
	height:20px;
}
.foot_left_menu{}
.foot_menuha_lf{}
.foot_menuha_lf li{
	list-style:none;
	float:left;
	width:50%;
}
.foot_menuha_lf li a{
	font-size:16px;
	line-height:1.5;
	font-family: 'RobotoLight';
}
.foot ul li a:hover , .foot_menuha_lf li a:hover{
	color:#ba83c4;
}
#copy{
	background:#f1f1f1;
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding:15px 0;
	font-size: 13px;
	font-family: 'RobotoLight';
	color:#ccc;
}
#copy #wrapers p{
	line-height:1.5;
	margin-bottom:5px;
}
#copy #wrapers p a{
	border-bottom:1px dashed #000;
}
/* Cookie Dialog */
.cookie_notice {
	display: none;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, sans-serif;  
	color: #FFF;
	background: #337AB7;
	padding: 10px 20px; 
	border-top: 4px solid #BFE2FF;
}
.cookie_notice p a{
	text-decoration:underline;
	color:#fff;
}
/* Оформление кнопок */
.cookie_btn {
	display: inline-block;
	margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	padding: 4px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase; 
	background: #337AB7;
	border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
	color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
	position: absolute;
	height: 2px;
	left: 50%;
	background: #FFF;
	bottom: -6px;
	content: "";
	transition: all 280ms ease-in-out;
	width: 0;
}
.cookie_btn:before {
	top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
	width: 100%;
	left: 0;
}
/* Cookie Dialog */





.mobile_line{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 2;
	bottom: 0px;
	display	:none;
	background: #fff;
}
.mobile_line ul{
	display: flex;
    align-items: center;
	padding: 0;
	margin:0;
    justify-content: space-between;
    box-shadow: 0 1px 20px -6px #000;
}
.mobile_line ul li{
	list-style:none;
	text-align:center;
	font-size: 16px;
	line-height: normal;
    margin: 0;
}
.mobile_line ul li a{
    width: 100%;
    display: block;
	padding: 11px 0;
}
.mobile_line ul li a span {}
.mobile_line ul li:first-child, .mobile_line ul li:nth-child(2n), .mobile_line ul li:nth-child(3n) {
    width: 33%;
}	
.mobile_line ul li:first-child{
	color: #fff;
	background: #ba83c4;
}
.mobile_line ul li:nth-child(2n) a{
	color: #fff;
	background: #00a2f2;
}
.mobile_line ul li:nth-child(3n) a{
	color: #fff;
	background: #dc2626;
}
@media (min-width:0px) and (max-width:699px){
	.mobile_line{
		display	:block;
	}
}

.mob_add{
	display:none;
}
.add_text{
	display:block;
}
@media (min-width:0px) and (max-width:1199px){
	.mob_add{
		display:block;
	}
	.add_text{
		display:none;
	}
}
.vm-pagination {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}
ul.pagination {
    display: flex;
    gap: 10px;
}
ul.pagination li {
    list-style: none;
}
ul.pagination li span {
    background: #ba83c4;
    padding: 10px;
	border: 1px solid #ba83c4;
	color:#fff;
    display: block;
}
ul.pagination li a {
    background: #fff;
    padding: 10px;
	border: 1px solid #ba83c4;
	color:#000;
    display: block;
}
li.pagination-start, li.pagination-prev, li.pagination-next, li.pagination-end, span.vm-page-counter{
	display:none;
}





@media (min-width:1401px) and (max-width:1640px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:1350px;
	}
	.category_item{
		width: 24%;
	}
	.product_tovar_item {
		width: 24%;
	}
	.category_item2{
		width: 24%;
	}
}
@media (min-width:1200px) and (max-width:1400px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:1170px;
	}
	.category_item{
		width: 32%;
	}
	.product_tovar_item {
		width: 32%;
	}
	.category_item2{
		width: 24%;
	}
	.gallery_details_tovar_img {
		height: 500px;
	}
	
}
@media (min-width:992px) and (max-width:1199px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:962px;
	}
	.slogan {
		font-size: 14px;
	}
	.phone_zvonok {
		column-gap: 25px;
	}
	.phone_zvonok p.adress {
		font-size: 15px;
	}
	.phone_zvonok p.phone a {
		font-size: 18px;
	}
	.phone_zvonok p.zvonok a {
		padding: 8px;
		margin-left: 10px;
	}
	.item_slid {
		height: 300px;
	}
	.category_item{
		width: 32%;
	}
	.category_img {
		height: 250px;
	}
	.product_tovar_item {
		width: 32%;
	}
	.category_item2{
		width: 24%;
	}
	.category_img2 {
		height: 250px;
	}
	.gallery_details_tovar_img {
		height: 400px;
	}
	.tovar_home_img {
		height: 250px;
	}
	.product_media_container {
		height: 250px;
	}
	.addtocart_price_btn {
		display: grid;
		justify-content: center;
		justify-items: center;
		gap:15px;
	}
	.addtocart2_button button, .add_more2_rg a{
		font-size:14px;
	}
	.quantity_price {
		order: 2;
	}
	.quantity_price_rg {
		order: 1;
	}
}
@media (min-width:768px) and (max-width:991px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:748px;
		padding:0 10px;
	}
	.slogan {
		font-size: 14px;
	}
	.phone_zvonok {
		column-gap: 5px;
	}
	.phone_zvonok p.adress {
		font-size: 15px;
	}
	.phone_zvonok p.phone a {
		font-size: 18px;
	}
	.phone_zvonok p.zvonok a {
		padding: 0;
		margin-left: 5px;
		display: inline-block;
	}
	.phone_zvonok p.zvonok a span.txt_max{
		display:none;
	}
	.phone_zvonok p.zvonok a span.ico_max{
		display:block;
	}
	.search input {
		width: 350px;
	}
	.top_menusha ul li {
		padding: 0 15px;
	}
	.item_slid {
		height: 300px;
	}
	.category_item{
		width: 32%;
	}
	.category_name {
		font-size: 15px;
	}
	.category_img {
		height: 250px;
	}
	.product_tovar_item {
		width: 32%;
	}
	.category_item2{
		width: 32%;
	}	
	.category_name2 {
		font-size: 15px;
	}
	.category_img2 {
		height: 250px;
	}
	.gallery_details_tovar_img {
		height: 400px;
	}
	.product_title_container {
		font-size: 16px;
	}
	.tovar_home_name {
		font-size: 16px;
	}
	.tovar_home_img {
		height: 220px;
	}
	.product_media_container {
		height: 220px;
	}
	.add_more_lf, .add_more2_lf {
		width: 40%;
	}
	.add_more_rg, .add_more2_rg {
		width: 60%;
	}
	.addtocart_price_btn {
		display: grid;
		justify-content: center;
		justify-items: center;
		gap:15px;
	}
	.addtocart2_button button, .add_more2_rg a{
		font-size:14px;
	}
	.companyflex {
		display: grid;
	}
	.articles_item:last-child {
		display: none;
	}
	.foot ul li a, .foot_menuha_lf li a {
		font-size: 15px;
	}
	.foot2 {
		width: 50%;
	}
	.foot_logo {
		width: 30%;
	}
	.quantity_price {
		order: 2;
	}
	.quantity_price_rg {
		order: 1;
	}
}
@media (min-width:700px) and (max-width:767px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:461px; 
		padding:0 10px; 
	}	
	.slogan {
		font-size: 14px;
	}
	.phone_zvonok {
		column-gap: 5px;
	}
	.phone_zvonok p.adress {
		font-size: 15px;
		display: none;
	}
	.phone_zvonok p.phone a {
		font-size: 18px;
	}
	.phone_zvonok p.zvonok a {
		padding: 0;
		margin-left: 5px;
		display: inline-block;
	}
	.phone_zvonok p.zvonok a span.txt_max{
		display:none;
	}
	.phone_zvonok p.zvonok a span.ico_max{
		display:block;
	}
	.search input {
		width: 250px;
	}
	.top_menusha ul li {
		padding: 0 15px;
	}
	.item_slid {
		height: 300px;
	}
	.category_item{
		width: 48%;
	}
	.category_name {
		font-size: 15px;
	}
	.category_img {
		height: 250px;
	}
	.product_tovar_item {
		width: 48%;
	}
	.category_item2{
		width: 48%;
	}	
	.category_name2 {
		font-size: 15px;
	}
	.category_img2 {
		height: 250px;
	}
	.gallery_details_tovar_img {
		height: 400px;
	}
	.product_title_container {
		font-size: 16px;
	}
	.tovar_home_name {
		font-size: 16px;
	}
	.tovar_home_img {
		height: 220px;
	}
	.product_media_container {
		height: 220px;
	}
	.add_more_lf, .add_more2_lf {
		width: 40%;
	}
	.add_more_rg, .add_more2_rg {
		width: 60%;
	}
	.addtocart_price_btn {
		display: grid;
		justify-content: center;
		justify-items: center;
		gap:15px;
	}
	.addtocart2_button button, .add_more2_rg a{
		font-size:14px;
	}
	.companyflex {
		display: grid;
	}
	.articles_item:last-child {
		display: none;
	}
	.foot ul li a, .foot_menuha_lf li a {
		font-size: 15px;
	}
	.foot2 {
		width: 50%;
	}
	.foot_logo {
		width: 30%;
	}
	.danny_zakaz_phone {
		display: grid;
	}
	.disp_danny_zakaz_phone label {
		display: block;
	}
	.quantity_price {
		order: 2;
	}
	.quantity_price_rg {
		order: 1;
	}
}
@media (min-width:350px) and (max-width:699px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:300px; 
		padding:0 10px;  
	}
	.headflex {
		display: grid;
		justify-content: center;
	}
	.slogan {
		font-size: 14px;
		text-align: center;
		margin-bottom:7px;
	}
	.phone_zvonok {
		column-gap: 5px;
	}
	.phone_zvonok p.adress {
		display: none;
	}
	.phone_zvonok p.phone a {
		font-size: 23px;
	}
	.phone_zvonok p.zvonok a {
		padding: 0;
		margin-left: 5px;
		display: inline-block;
	}
	.phone_zvonok p.zvonok a span.txt_max{
		display:none;
	}
	.phone_zvonok p.zvonok a span.ico_max{
		display:block;
	}
	.phone_zvonok p.zvonok a span.ico_max img {
		height: 20px;
	}
	.pr_logo {
		display: flex;
		align-items: center;
		gap: 0;
		padding: 10px 0 10px;
	}
	.logo_search {
	    display: flex;
		gap: 10px;
		justify-content: center;
        justify-items: center;
		flex-wrap: wrap;
	}
	.search input {
		width: 250px;
	}
	.pr_catalog_mob{
        width: 100%;
    }
	.menu-toggle{
		width:100%;
	}
	.top_menusha {
		display: none;
	}
	.top_menusha ul li {
		padding: 0 15px;
	}
	.item_slid {
		height: 300px;
	}
	.category_item{
		width: 100%;
        margin-bottom: 20px;
	}
	.category_name {
		font-size: 15px;
	}
	.category_img {
		height: 250px;
	}
	.product_tovar_item {
		width: 100%;
        margin-bottom: 20px;
	}
	.category_item2{
		width: 100%;
        margin-bottom: 20px;
	}	
	.category_name2 {
		font-size: 15px;
	}
	.category_img2 {
		height: 250px;
	}
	.gallery_details_tovar_img {
		height: 300px;
	}
	.product_title_container {
		font-size: 16px;
	}
	.product_detail {
		display: grid;
	}
	.product_detail_lf {
		width: 100%;
	}
	.product_detail_rg {
		width: 100%;
	    margin-top: 25px;
		text-align: center;
		display: grid;
		justify-items: center;
	}
	.addtocart_bar {
		*display: grid;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}
	.quantity_price_rg2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.addtocart2_price_btn, .add_more2 {
		width: 50%;
		padding: 0 20px;
		margin: 0;
		justify-content: center;
		width: 100%;
	}
	#wts_detail_link {
		padding: 15px 0;
		margin: 0 0 15px 0;
	}
	.tovar_home_name {
		font-size: 16px;
	}
	.tovar_home_img {
		height: 220px;
	}
	.product_media_container {
		height: 220px;
	}
	.add_more_lf, .add_more2_lf {
		width: 40%;
	}
	.add_more_rg, .add_more2_rg {
		width: 60%;
	}
	.addtocart_price_btn {
		display: grid;
		justify-content: center;
		justify-items: center;
		gap:15px;
	}
	.addtocart2_button button, .add_more2_rg a{
		font-size:14px;
	}
	.companyflex {
		display: grid;
	}
	.articles_item:last-child {
		display: none;
	}
	.tab-buttons button {
		font-size: 12px;
		padding: 14px 9px;
		margin-right: 0px;
	}
	.foot ul li a, .foot_menuha_lf li a {
		font-size: 15px;
	}
	.foot2 {
		width: 0%;
	}
	.foot_logo {
		width: 100%;
	}
	.foot, .foot2 {
		display: none;
	}
	h1 {
		font-size: 28px;
	}
	.danny_zakaz_phone {
		display: grid;
	}
	.disp_danny_zakaz_phone label {
		display: block;
	}
	.quantity_price {
		order: 2;
	}
	.quantity_price_rg {
		order: 1;
	}
	
}
@media (min-width:350px) and (max-width:399px){
	.tab-buttons button {
		font-size: 12px;
		padding: 14px 9px;
		margin-right: 0px;
	}
}
@media (min-width:400px) and (max-width:699px){
	.tab-buttons button {
		font-size: 14px;
		padding: 14px 7px;
		margin-right: 4px;
	}
}
@media (min-width:0px) and (max-width:349px){
	body {
		min-width: auto;
	}
	#wrapers{
		width:100%;
		min-width:300px; 
		padding:0 10px;  
	}
	.headflex {
		display: grid;
		justify-content: center;
	}
	.slogan {
		font-size: 14px;
		text-align: center;
		margin-bottom:7px;
	}
	.phone_zvonok {
		column-gap: 5px;
	}
	.phone_zvonok p.adress {
		display: none;
	}
	.phone_zvonok p.phone a {
		font-size: 23px;
	}
	.phone_zvonok p.zvonok a {
		padding: 0;
		margin-left: 5px;
		display: inline-block;
	}
	.phone_zvonok p.zvonok a span.txt_max{
		display:none;
	}
	.phone_zvonok p.zvonok a span.ico_max{
		display:block;
	}
	.phone_zvonok p.zvonok a span.ico_max img {
		height: 20px;
	}
	.pr_logo {
		display: flex;
		align-items: center;
		gap: 0;
		padding: 10px 0 10px;
	}
	.logo_search {
	    display: flex;
		gap: 10px;
		justify-content: center;
        justify-items: center;
		flex-wrap: wrap;
	}
	.search input {
		width: 250px;
	}
	.pr_catalog_mob{
        width: 100%;
    }
	.menu-toggle{
		width:100%;
	}
	.top_menusha {
		display: none;
	}
	.top_menusha ul li {
		padding: 0 15px;
	}
	.item_slid {
		height: 300px;
	}
	.category_item{
		width: 100%;
        margin-bottom: 20px;
	}
	.category_name {
		font-size: 15px;
	}
	.category_img {
		height: 250px;
	}
	.product_tovar_item {
		width: 100%;
        margin-bottom: 20px;
	}
	.category_item2{
		width: 100%;
        margin-bottom: 20px;
	}	
	.category_name2 {
		font-size: 15px;
	}
	.category_img2 {
		height: 250px;
	}
	.gallery_details_tovar_img {
		height: 300px;
	}
	.product_title_container {
		font-size: 16px;
	}
	.product_detail {
		display: grid;
	}
	.product_detail_lf {
		width: 100%;
	}
	.product_detail_rg {
		width: 100%;
	    margin-top: 25px;
		text-align: center;
		display: grid;
		justify-items: center;
	}
	.addtocart_bar {
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}
	.quantity_price_rg2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.addtocart2_price_btn, .add_more2 {
		width: 100%;
		padding: 0;
		margin: 0;
		justify-content: center;
	}
	#wts_detail_link {
		padding: 15px 0;
		margin: 0 0 15px 0;
	}
	#wts_detail_link .txt_wts_detail p {
		font-size: 15px !important;
	}
	.tovar_home_name {
		font-size: 16px;
	}
	.tovar_home_img {
		height: 220px;
	}
	.product_media_container {
		height: 220px;
	}
	.add_more_lf, .add_more2_lf {
		width: 40%;
	}
	.add_more_rg, .add_more2_rg {
		width: 60%;
	}
	.addtocart_price_btn {
		display: grid;
		justify-content: center;
		justify-items: center;
		gap:15px;
	}
	.addtocart2_button button, .add_more2_rg a{
		font-size:14px;
	}
	.companyflex {
		display: grid;
	}
	.articles_item:last-child {
		display: none;
	}
	.tab-buttons button {
		font-size: 12px;
		padding: 14px 7px;
		margin-right: 0px;
	}
	.foot ul li a, .foot_menuha_lf li a {
		font-size: 15px;
	}
	.foot2 {
		width: 0%;
	}
	.foot_logo {
		width: 100%;
	}
	.foot, .foot2 {
		display: none;
	}
	h1 {
		font-size: 28px;
	}
	.danny_zakaz_phone {
		display: grid;
	}
	.disp_danny_zakaz_phone label {
		display: block;
	}
	.quantity_price {
		order: 2;
	}
	.quantity_price_rg {
		order: 1;
	}

}



























