html { 
	height: 100%;
}
body {
	font-family: tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: black;
	margin: 0px;
	padding: 0px;
	height: 100%; /* важно */
	scroll-behavior: smooth;
	/*background: #efeeee;*/
	box-sizing: border-box;
}
table {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	outline: none; /* в хроме убирает синюю рамку при фокусе */
	box-sizing: border-box;
}
h1 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 14px 0px;
}
a {
	color: #4E5961;
	text-decoration: none;
}
a:hover {
	color: #4E5961;
	text-decoration: none;
}
ul, ol {
	list-style-position: inside;
}

/* BASE */

.base_block_top {
	width: 100%;
	height: 20px;
}

.base_block_bottom {
	width: 100%;
	height: 50px;
}

.base_block_middle {
	width: 100%;
	height: 30px;
}

.base_block {
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px; 
}

.h1 {
	color: #4E5961; 
	font-family: inherit;
	font-size: 32px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
}

.button {
	border-radius: 3px;
	box-shadow: 0px 0px 4px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #89b5d8;
	cursor: pointer;
	font-size: 24px;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
}
.button:hover {
	box-shadow: 0px 0px 8px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #FFF;
	background: none repeat scroll 0% 0% #89b5d8;
	border: 1px solid #5d92bc;
}

/* PRESENT */

.present_arrow_block {
	position: absolute; 
	top: 0px; 
	width: 60px;
	height: 100%; 
	background: rgba(0,0,0,0.1); 
	cursor: pointer; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.present_arrow_block:hover {
	background: rgba(0,0,0,0.2);
}

/* BANNER */

.banner_tbl {
	border: 1px solid gainsboro; 
	width: 100%; 
	height: 600px;
}

.banner_td2 {}
@media all and (max-width: 750px) {
	.banner_td2 {
		display: none;
	}
}

.banner_a {
	position: absolute; 
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* ПАГІНАЦІЯ */

.pagi_block {	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;		 
	box-sizing: border-box;
	padding: 20px 0px 20px 0px;
	height: 50px;
}

.pagi_a {
	box-shadow: 0px 0px 4px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #89b5d8;
	border: 1px solid rgba(0,0,0,0);
	
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}
.pagi_a:hover {
	box-shadow: 0px 0px 8px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #FFF;
	background: none repeat scroll 0% 0% #89b5d8;	
	border: 1px solid #5d92bc;
}

.pagi_cur {
	box-shadow: 0px 0px 4px silver, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: black;
	border: 1px solid rgba(0,0,0,0);
	
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}

/* NEWS-ITEM */

.news_item_infoblock {
	width: 100%; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.news_item_infoblock_text {
	width: calc(100% - 340px);
}

@media all and (max-width: 750px) {
	.news_item_infoblock_text {
		width: 100%;
	}
}

/* NEWS-TILE */

.news_tile {
	text-decoration: none;
	background: #eeeeee;	
	padding: 30px; 
	box-sizing: border-box; 
	width: 100%; 
	color: black;
	min-height: 360px; 
	border-bottom: 1px solid white;
}
.news_tile:hover {
	background: rgba(190,190,255,0.3);
}

.news_tile_img {	
	float: left;
	width: 300px;
	height: 300px;
	min-width: 300px;
	min-height: 300px;
	margin: 0px 20px 20px 0px;
	border: 4px solid #DE92DE;
}

.news_tile_head {
	font-size: 26px;
}

.news_tile_anons {
	font-size: 19px;
}

.news_tile_btn {
	color: black;
	border: 1px solid #739dfa;
	cursor: pointer;
	background: white;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 14px 10px 14px;
	margin-top: 20px;
	border-radius: 5px;
}
.news_tile_btn:hover {
	background: #eee;
	color: black;
	/*box-shadow: 0px 0px 20px silver;*/
}

/* CONTACT */

.contact_div {
	width: 100%; 
	border-top: 1px solid #ddd; 
	box-shadow: 0px -10px 10px rgba(110,110,110,0.1);
	background: #eee;
	box-sizing: border-box;	
}




























/* TOP MENU */

#div_menu_top_bar {
	width: 100%;
	height: 217px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 10px 10px rgba(110,110,110,0.1);
	margin-bottom: 30px;
}
@media all and (max-width: 750px) {
	#div_menu_top_bar {
		height: 80px;
	}
}
@media all and (max-width: 430px) {
	#div_menu_top_bar {
		height: 60px;
	}
}

#img_menu_top {
	display: none;	
}
@media all and (max-width: 750px) {
	#img_menu_top {
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 105;
		cursor: pointer;
	}
}

#sc_fb_top {}
@media all and (max-width: 850px) {
	#sc_fb_top { display: none; }
}

#img_logo_top {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
@media all and (max-width: 750px) {
	#img_logo_top {
		width: 150px;
		left: 30px;
	}
}
@media all and (max-width: 430px) {
	#img_logo_top { display: none; }
}

#div_menu_top {
	top: 150px; 
	position: absolute;
	left: 320px;
	font-size: 24px;
}
@media all and (max-width: 750px) {
	#div_menu_top {
		display: none;
		/*top: 130px;
		left: 20px;*/
	}
}

/*
#frm_lang {}
@media all and (max-width: 975px) {
	#frm_lang { display: none; }
}
*/

#phone_top {
	position: absolute; 
	left: 440px; 
	top: 40px;
	font-size: 26px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#phone_top2 {
	position: absolute; 
	left: 440px; 
	top: 80px;
	font-size: 26px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#mail_top {
	position: absolute; 
	left: 800px; 
	top: 40px;
	font-size: 26px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
@media all and (max-width: 850px) {
	#phone_top {
		top: 20px;
		left: 300px;
	}
	#phone_top2 {
		display: none;
	}
	#mail_top {
		display: none;
	}
}
@media all and (max-width: 750px) {
	#phone_top {
		left: 180px;
	}
}
@media all and (max-width: 545px) {
	#phone_top {
		left: 170px;
		font-size: 21px;
	}
}
@media all and (max-width: 430px) {
	#phone_top {
		top: 15px;
		left: 70px;
	}
}

#img_cabinet_top {
	position: absolute; 
	top: 0px;
	right: 0px; 
	cursor: pointer;
}
@media all and (max-width: 750px) {
	#img_cabinet_top {
		width: 90px;
		top: -10px;
	}
}
@media all and (max-width: 430px) {
	#img_cabinet_top {
		top: -20px;
	}
}

/*
#img_phone_top {}
@media all and (max-width: 680px) {
	#img_phone_top { display: none; }
}
*/

/* MENU-BURGER */

#menu_tbl {
	display: none;
	z-index: 99992; 
	left: -100%; 
	position: fixed; 
	background: #efedee;
}

/* BANNER */

#div_logo {
	width: 100%;
	height: 100%;
	background: url(img/logo.png) center center no-repeat;
	background-size: 80% auto;
}
@media all and (max-width: 600px) {
	#div_logo {
		background: url(img/logo4.png) center center no-repeat;
		background-size: 95% auto;
	}
}

#div_logo_ua {
	width: 100%;
	height: 100%;
	background: url(img/logo_ua.png) center center no-repeat;
	background-size: 80% auto;
}
@media all and (max-width: 600px) {
	#div_logo_ua {
		background: url(img/logo4_ua.png) center center no-repeat;
		background-size: 95% auto;
	}
}

#div_logo_en {
	width: 100%;
	height: 100%;
	background: url(img/logo_en.png) center center no-repeat;
	background-size: 80% auto;
}
@media all and (max-width: 600px) {
	#div_logo_en {
		background: url(img/logo4_en.png) center center no-repeat;
		background-size: 95% auto;
	}
}

/* FOOTER */

#menu_footer {
	top: 45px;
	position: absolute; 
	left: 420px;
	font-size: 24px;
}
@media all and (max-width: 800px) {
	#menu_footer { display: none; }
}


/* АДАПТИВНОСТЬ */
#td_logo {
	background: url(img/logo.png) center center no-repeat;
}
#menu_tbl {
	display: none;
}
#td_main_menu_button {
	display: none;
}
#td_main_menu_phone {
	display: none;
}
#td_main_menu_any {
	display: none;
}
#tbl_footer {
	display: table;
}
#text_webco {
	padding: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 4px black;
	border: 1px solid white;
	background: rgba(255,255,255,0.2); 
	text-align: left; 
	width: 800px; 
	color: white;
	font-size: 24px;
}
#td_webshop {
	
}
#text_webshop {
	padding: 14px;
	text-shadow: 1px 1px 4px black;
	border: 1px solid blue;
	background: rgba(0,0,0,0.5); 
	text-align: left;
	width: 800px; 
	color: white;
	font-size: 24px;
}
#text_crm {
	padding: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 4px black;
	border: 1px solid white;
	background: rgba(0,0,0,0.5);
	text-align: left;
	width: 800px; 
	color: white;
	font-size: 24px;
}
#td_stock {
	padding-left: 200px;
}
#text_stock {
	padding: 30px;
	text-shadow: 1px 1px 4px black;
	border: 1px solid white;
	background: rgba(0,0,0,0.5);
	text-align: left; 
	width: 600px; 
	color: white; 
	font-size: 24px;
}
#td_complex {
	padding-right: 200px;
}
#text_complex {
	padding: 30px;
	text-shadow: 1px 1px 4px black;
	border: 1px solid white;
	background: rgba(0,0,0,0.5);
	text-align: left;
	width: 600px; 
	color: white;
	font-size: 24px;
}

@media all and (max-width: 750px) {
	#td_logo {
		background: url(img/notai.png) center center no-repeat;
	}	
	#menu_tbl {
		display: table;
		transition-property: left;
		transition-duration: 0.5s;
		transition-timing-function: ease;
		transition-delay: 0s;
	}
	.menu_bar_fixed_td {
		display: none;
	}
	#td_main_menu_button {
		display: table-cell;
		cursor: pointer;
	}
	#td_main_menu_phone {
		display: table-cell;
		color: white; 
		font-size: 24px;
	}
	#td_main_menu_any {
		display: table-cell;
	}
	#tbl_footer {
		display: none;
	}
	#text_webco {
		padding: 0px;
		border-radius: 0px;
		text-shadow: 0px 0px 0px;
		border: 0px;
		background: rgba(255,255,255,0); 
		text-align: left; 
		width: 100%;
		color: white;
		font-size: 24px;
	}
	#td_webshop {
		background: rgba(0,0,0,0.5);
	}
	#text_webshop {
		padding: 0px;
		border-radius: 0px;
		text-shadow: 0px 0px 0px;
		border: 0px;
		background: rgba(0,0,0,0);  
		text-align: left; 
		width: 100%;
		color: white;
		font-size: 24px;
	}
	#td_crm {
		background: rgba(0,0,0,0.6);
	}
	#text_crm {
		padding: 0px;
		border-radius: 0px;
		text-shadow: 0px 0px 0px;
		border: 0px;
		background: rgba(0,0,0,0);  
		text-align: left; 
		width: 100%;
		color: white;
		font-size: 24px;
	}
	#td_stock {
		padding-left: 0px;
		background: rgba(0,0,0,0.4);
	}
	#text_stock {
		padding: 0px;
		border-radius: 0px;
		text-shadow: 0px 0px 0px;
		border: 0px;
		background: rgba(0,0,0,0);  
		text-align: left; 
		width: 100%;
		color: white;
		font-size: 24px;
	}
	#td_complex {
		padding-right: 0px;
		background: rgba(0,0,0,0.6);
	}
	#text_complex {
		padding: 0px;
		border-radius: 0px;
		text-shadow: 0px 0px 0px;
		border: 0px;
		background: rgba(0,0,0,0);  
		text-align: left; 
		width: 100%;
		color: white;
		font-size: 24px;
	}
	.item_img_news {
		background: rgba(255, 255, 255, 0.6);
		float: none;
	}
}






.a_page { text-decoration: none; }
.a_page:hover { text-decoration: none; }
.scrollup {
	position: fixed;
	cursor: pointer;
	bottom: 20px;
	right: 20px;
	opacity: 0.8;
	width: 100px;
	border-radius: 50px;
	box-shadow: -10px -10px 14px #ddd;
}
.scrollup:hover {
	position: fixed;
	cursor: pointer;
	bottom: 20px;
	right: 20px;
	opacity: 1;
}

/* path */

.path {
	color: gray;
}
.path_a {
	text-decoration: none;
	color: inherit;
}
.path_a:hover {	
	text-decoration: underline;
	color: inherit;
}
.path_span {
}

/* news */

.news_list_a {
	text-decoration: none;
	cursor: pointer;
	padding: 10px;
	display: block;
	margin-top: 10px;
	color: inherit;
}
.news_list_a:hover {
	text-decoration: none;
	cursor: pointer;
	background: gainsboro;
	padding: 10px;
	display: block;
	margin-top: 10px;
	color: inherit;
}
.news_list_h2 {
	margin: 0px;
	padding: 0px;
}
.news_list_img {
	border: 2px solid #96AAC5; 
	margin: 0px 10px 10px 0px;
	background: white;
}
.news_date {
	color: gray;
}
.news_img {
	box-shadow: 0px 0px 2px gray;
	cursor: pointer;
}
.news_img:hover {
	box-shadow: 0px 0px 2px red;
	cursor: pointer;
}

/* menu-left */

.menu_left_block {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.menu_left_header {
	background: #4E5961;
	color: white;
}
.menu_left_link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.menu_left_link:hover {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #EEEEEE;
}
.menu_left_link_select {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #B6CAE5;
}
.menu_left_tr_check {
	cursor: pointer;
}
.menu_left_tr_check:hover td {
	background: #EEEEEE;
}

/* catalog */

.item_price {
	color: coral;
}
.item_img {
	border: 1px solid #4E5961;
	background: white;
	float: left;
}
.item_is_new {
	background: #F67F7A;
	color: white;
	padding: 4px 20px 4px 20px;
	position: absolute;
}
.item_is_exist {
	color: green;
}
.item_is_exist_not {
	color: red;
}
.item_is_exist_wait {
	color: coral;
}

/* prod */

.prod_img {
	background: black;
	cursor: pointer;
}
.prod_img_sm {
	border: 1px solid silver;
	cursor: pointer;
}
.prod_img_sm_sel {
	border: 1px solid red;
	cursor: pointer;
}
.prod_brand {
	color: coral;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: inherit; 
}
.prod_brand a {
	color: inherit;
}
.prod_is_new {
	color: red;
}
.prod_is_hit {
	color: coral;
}
.prod_articul {
}
.prod_country {
}
.prod_tara {
}
.prod_item_grid {
	border: 1px solid silver;
	border-radius: 10px;
	margin-right: 10px;
}

/* menu-bar-fixed */

.menu_bar_fixed {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	background: rgba(78, 89, 97, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.menu_footer_fixed {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	color: white;
	font-size: 14px;
	background: rgba(78, 89, 97, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.menu_bar_fixed_a {
	text-decoration: none;
	color: white;
	font-size: 15px;
	/*text-transform: uppercase;*/
}
.menu_bar_fixed_a:hover {
	text-decoration: underline;
	font-size: 15px;
	color: white;
	/*text-transform: uppercase;*/
}
.menu_bar_fixed_a_sel {
	text-decoration: none;
	color: white;
	font-size: 15px;
	/*text-transform: uppercase;*/
}
.menu_bar_fixed_a_sel:hover {
	text-decoration: underline;
	color: white;
	font-size: 15px;
	/*text-transform: uppercase;*/
}

.menu_bar_fixed_td {	
	 text-align: center;
	 padding: 10px;
}




/*
.menu_bar_fixed_td_sep {
	width: 18px;
}*/

/* panel_prod_add */

.panel_prod_add {
	position: fixed; 
	padding: 20px;
	width: 500px;
	height: 180px;
	background: white;
	border: 0px solid gray;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}
.div_msg_button {
	border-radius: 3px;
	box-shadow: 0px 0px 4px #1199BF, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #1199BF;
	/*background: none repeat scroll 0% 0% #FE4334;
	border: 1px solid #B71B0E;*/
	border: 1px solid rgba(0,0,0,0);
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	background: white;
}
.div_msg_button:hover {
	border-radius: 3px;
	box-shadow: 0px 0px 8px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #FFF;
	background: none repeat scroll 0% 0% #1199BF;
	border: 1px solid #03283A;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
}


















/* menu-bar */

.menu_bar_td {
	 width: 100px;
}
.menu_bar_td_sep {
	width: 8px;
}
.menu_bar_a {
	text-decoration: none;
	padding: 5px;
	color: black;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(#F9F9F9, #DEDEDE);
	border: 1px solid #858F98;
}
.menu_bar_a:hover {
	text-decoration: none;
	padding: 5px;
	color: black;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(#F9F9F9, #DEDEDE);
	box-shadow: 0px 0px 3px #96AAC5;
	border: 1px solid #858F98;
}
.menu_bar_a_sel {
	text-decoration: none;
	padding: 5px;
	color: white;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	border: 1px solid #858F98;
}














.input-zakaz {
	width: 100%; 
	border: 1px solid #535D73;
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
}
.label-zakaz {
	width: 100%; 
	border: 1px solid #535D73;
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
	background: white;
}
.label {
	color: #575755;
}
.grid-cell-left {
	border-left: 1px solid #DCDDDF; 
	border-right: 1px solid #DCDDDF; 
	border-bottom: 1px solid #DCDDDF;
	color: #404053;
	font-size: 14px;
}
.grid-cell {
	border-right: 1px solid #DCDDDF; 
	border-bottom: 1px solid #DCDDDF;
	color: #404053;	
	font-size: 14px;
}
.grid-head {
	background: #DCDDDF; 
	color: black; 
	font-weight: normal; 
	border-bottom: 1px solid #DCDDDF;
	font-size: 14px;
	text-align: center;
}
.grid-head-price {
	background: #E9106B; 
	color: white; 
	border-bottom: 1px solid #FED4E0;
}
.grid-head-price2 {
	background: #D9005B; 
	color: white; 
	border-bottom: 1px solid #FED4E0;
}
.grid-head-price:hover {
	background: #F9207B; 
	color: white; 
	border-bottom: 1px solid #FED4E0;
	cursor: pointer;
}
.button2 {
	/*border-radius: 3px;*/
	/*box-shadow: 0px 0px 4px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;*/
	color: black;
	border: 2px solid black;
	cursor: pointer;
	background: white;
	font-size: 18px;
	text-decoration: none;
	padding: 16px 28px 16px 28px;
}
.button2:hover {
	color: black;
	background: #ffdfdf;
	border: 2px solid black;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 16px 28px 16px 28px;
}
.button-dis {
	cursor: pointer; 
	border: 2px solid silver; 
	border-radius: 8px; 
	color: gray; 
	font-weight: bold; 
	font-size: 14px;
	background: #ECECEC;
}
.button-basket-full {
	cursor: pointer; 
	border: 2px solid #498900; 
	border-radius: 8px; 
	color: #498900; 
	font-weight: bold; 
	font-size: 14px;
	background: #99FF00;
}
.button-basket-full:hover {
	cursor: pointer; 
	border: 2px solid #498900; 
	border-radius: 8px; 
	color: #498900; 
	font-weight: bold; 
	font-size: 14px;
	background: #C9FF00;
}
.back-star {
	background: url(img/back-center.jpg) #EAE9EF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.panel-content {
	/*background: url(img/back-center.jpg) #EAE9EF;*/ 
	padding: 20px 20px 0px 67px;	
}
.panel-content2 {
	/*
	background: white; 
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	*/
	padding-top: 0px;
	padding-left: 50px;
}
.menu-bar-tr {
	height: 51px;
}
.menu-bar-td {
	/*background: url(img/menu_bar.jpg) #ae0f94;*/
	/*padding-left: 42px;*/
	vertical-align: middle;
	opacity: 0.8;
}
.menu-bar-item {
	color: #575755;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 15px;
}
.menu-bar-item:hover {
	color: #D63277;
	/*font-weight: bold;*/
	text-decoration: underline;
}
.menu-bar-item-curr {
	color: #D63277;
	font-weight: bold;
	text-decoration: none;
}
.td-menu-bar-item-curr {
	padding: 0px 10px 0px 10px;
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.td-menu-bar-item {
	padding: 0px 5px 0px 10px;
}

/*
.menu-left-item-link {
	color: gray;
	text-decoration: none;
}
.menu-left-item-link:hover {
	color: #D43074;
	text-decoration: none;
}
*/
.menu-left-item-curr {
	color: white;
	padding: 8px 8px 8px 8px;
	/*border-bottom: 1px solid #F154E1;
	border-top: 1px solid #7E11A8;*/
	cursor: pointer; 
	background: #D9005B;
}
.menu-left-item-curr a {
	color: white;
	text-decoration: none;	
}
.header-akcii {
	color: #9c1393;
	font-weight: bold;
	text-decoration: none;
}
.header-akcii:hover {
	color: #9c1393;
	font-weight: bold;
	text-decoration: underline;
}

/* catalog */
.list {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.list-li {
	float: left;
	width: 160px;
	padding: 10px;
	text-align: center;
}
.list-li-hide {
	float: left;
	width: 160px;
	padding: 10px;
	text-align: center;
}
.list-li:hover {
	float: left;
	width: 160px;
	padding: 10px;
	text-align: center;
	background: #FED4E0;
}
.list-head {
	margin-left: 32px;
}
.list-link {
	text-decoration: none;
}
.list-name {
	color: #D433A6;
	font-size: 14px;
	font-weight: bold;
}
.list-tara {
	color: #D433A6;
	font-size: 12px;
	/*width: 40px;
	overflow: hidden;*/
}
.list-tara2 {
	color: #D433A6;
	/*width: 40px;
	overflow: hidden;*/
	font: 14px;
}
.list-tara2-link {
	color: #D433A6;
	width: 40px;
	overflow: hidden;
	font: 14px;
	text-decoration: underline;
}
.list-tara2-link:hover {
	color: #D433A6;
	width: 40px;
	overflow: hidden;
	font: 14px;
	text-decoration: underline;
}
.list-price {
	color: #9A33AA;
	font-size: 20px;
	font-weight: bold;
}
.list-grn {
	color: #9A33AA;
	font-size: 12px;
}
.list-group-sep {
	background: #DB69CC;
	width: 540px;
	margin-left: 5px;
	border-radius: 20px 20px 0px 0px;
	cursor: pointer;
}
.list-group-sep {
	font-size: 20px;
	padding: 5px 5px 5px 10px;
	color: white;
}
.list-group-sep:hover {
	font-size: 20px;
	text-decoration: underline;
	padding: 5px 5px 5px 10px;
	color: white;
}
.list-li-grid {
	float: left;
	width: 160px;
	padding: 10px;
	text-align: center;
}

/* basket */

.basket-lbl-count {
	text-align: center; 
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); 
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); 
	font-weight: bold; 
	background: red; 
	color: white; 
	font-size: 8px; 
	border: 2px solid white; 
	border-radius: 18px; 
	position: fixed;
}
.basket-button-add {
	border-radius: 3px;
	box-shadow: 0px 0px 4px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #89b5d8;
	/*background: none repeat scroll 0% 0% #FE4334;
	border: 1px solid #B71B0E;*/
	cursor: pointer;
	font-size: 24px;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
}
.basket-button-add:hover {
	border-radius: 3px;
	box-shadow: 0px 0px 8px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #FFF;
	background: none repeat scroll 0% 0% #89b5d8;
	border: 1px solid #5d92bc;
	cursor: pointer;
	font-size: 24px;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
}
.basket-button-add2 {
	border-radius: 3px;
	box-shadow: 0px 0px 4px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #89b5d8;
	/*background: none repeat scroll 0% 0% #FE4334;*/
	border: 1px solid rgba(0,0,0,0);
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}
.basket-button-add2:hover {
	border-radius: 3px;
	box-shadow: 0px 0px 8px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: #FFF;
	background: none repeat scroll 0% 0% #89b5d8;
	border: 1px solid #5d92bc;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}

.basket_table {
	background: #FFFFFF;
	border: 2px solid #89B5D8;
	border-radius: 5px;
	font-size: 18px;
}
@media all and (max-width: 750px) {
	.basket_table {
		background: #FFFFFF;
		border: 0px;
		border-radius: 5px;
		font-size: 14px;
	}
}
.basket_th {
	background: #FEE7D9;
	font-family: InterFont Cond;
	font-size: 20px;
}
.basket_td_itogo {
	background: #FEE7D9;
	font-size: 20px;
	font-family: InterFont Cond;
	font-weight: bold;
	padding: 8px;
}
.basket_td {
	padding: 8px;
	font-size: 20px;
	font-family: InterFont Cond;
	font-weight: bold;
}
.basket_td2 {
	padding: 10px;
}
.basket_td3 {
	padding: 10px;
	background: #F5F5F5;
}
.basket_td4 {
	padding: 8px;
	font-size: 20px;
	font-family: InterFont Cond;
	font-weight: bold;
	background: #F5F5F5;
}
.basket_a {
	color: #FE6F6B; 
	font-family: InterFont Cond;
	font-size: 20px;
	text-decoration: none;
}
.basket_a:hover {
	color: #FE6F6B; 
	font-family: InterFont Cond;
	font-size: 20px;
	text-decoration: underline;
}
.basket_span_pos {
	font-family: Arial;
	font-size: 18px;
	color: #89B5D8;
}
.basket_input_text {
	text-align: right;
	padding: 6px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.basket_input_text2 {
	padding: 6px;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* basket 2 */

.basket2_panel {
	position: fixed; 
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-radius: 20px 0px 0px 20px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); 
	padding: 14px;
}
.basket2_cap {
	color: black;
	font-size: 22px;
}
.basket2_a {
	color: #89b5d8; 
	font-family: tahoma;
	font-size: 16px;
	text-decoration: none;
}
.basket2_a:hover {
	color: #89b5d8; 
	font-family: tahoma;
	font-size: 16px;
	text-decoration: underline;
}
.basket2_text {
	/* color: #C06457; */
	color: black;
	font-family: tahoma;
	font-size: 16px;
}

.footer_a {
	color: white;
	text-decoration: none;
}
.footer_a:hover {
	color: yellow;
	text-decoration: underline;
}
.button_hide_bar {
	cursor: pointer;
	background: url(img/menu_show.png) no-repeat center center;
}
.button_hide_bar:hover {
	cursor: pointer;
	background: url(img/menu_show2.png) no-repeat center center white;
}

.banner_arrow_block {
	cursor: pointer;
}
.banner_arrow_block:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
}

.page_a {
	text-decoration: none;
	padding: 5px;
	color: black;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(#F9F9F9, #DEDEDE);
	border: 1px solid #858F98;
}
.page_a:hover {
	text-decoration: none;
	padding: 5px;
	color: black;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(#F9F9F9, #DEDEDE);
	box-shadow: 0px 0px 3px #96AAC5;
	border: 1px solid #858F98;
}
.page_a_sel {
	text-decoration: none;
	padding: 5px;
	color: white;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	border: 1px solid #858F98;
}




/* ФИЛЬТР */

.filter_panel {
	position: fixed; 
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-radius: 0px 20px 20px 0px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); 
	padding: 14px;
}

/* BANNER */

#td_banner_big {
	width: 70%; 
	padding: 8px 0px 8px 8px;
}
#td_banner_small {}
#page_banner {
	padding-top: 220px;
}