html { 
	height: 100%;
}

/*
@font-face {
    font-family: 'Oswald';
    src: local('Oswald Bold'), local('Oswald-Bold'), url('font/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Light'), local('Poppins-Light'), url('font/Poppins-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}*/

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: black;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%; /* важно */
	scroll-behavior: smooth;
}
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; /* в хроме убирает синюю рамку при фокусе */
}
h1 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 5px 0px;
}
a {
	color: #778899;
	text-decoration: none;
}
/*
a[href] {
	color: white;
	text-decoration: none;
}
*/
a:hover {
	text-decoration: underline;
}
input[type="button"] {
	color: inherit;	
	font-family: inherit; 
	font-size: inherit;	
	padding: 4px;
	border: 1px solid #01A0E2;
	border-radius: 5px;
	cursor: pointer;
	background: #F0F0F0;
	outline: none;
}
input[type="button"]:hover {
	color: inherit;	
	font-family: inherit; 
	font-size: inherit;	
	padding: 4px;
	border: 1px solid #01A0E2;
	border-radius: 5px;
	cursor: pointer;
	background: #E0E0E0;
	outline: none;
}
input[type="button"]:focus {
	color: inherit;	
	font-family: inherit; 
	font-size: inherit;	
	padding: 4px;
	border: 1px solid #FF8B2F;
	border-radius: 5px;
	cursor: pointer;
	background: #F0F0F0;
	outline: none;
}
input[type="button"]:focus:hover {
	color: inherit;	
	font-family: inherit; 
	font-size: inherit;	
	padding: 4px;
	border: 1px solid #FF8B2F;
	border-radius: 3px;
	cursor: pointer;
	background: #E0E0E0;
	outline: none;
}
input[type="button"]:disabled {
	color: gray;	
	font-family: inherit; 
	font-size: inherit;	
	padding: 4px;
	border: 1px solid silver;
	border-radius: 5px;
	background: #E0E0E0;
	cursor: default;
	outline: none;
}
::-webkit-input-placeholder {color:#7ea5ef;}
::-moz-placeholder          {color:#7ea5ef;}/* Firefox 19+ */
:-moz-placeholder           {color:#7ea5ef;}/* Firefox 18- */
:-ms-input-placeholder      {color:#7ea5ef;}

.inblock2 {
	display: inline-block;
}

#td_shedule {}
#td_cabinet {}
#td_cabinet_img { display: none; }
#td_banner_big {
	width: 70%; 
	padding: 8px 0px 8px 8px;
}
#td_banner_small {}
#page_banner {
	padding-top: 220px;
}
#td_basket_word {}
#td_lang {}
#td_search {}
#td_search_small {
	display: none;
}
#td_phone {}
#menu_tbl {
	display: none;
}
#td_menu_left {}
#td_basket {}
#catalog_item_gal {
	display: inline; 
	/*float: left;*/
}
#tbl_top_menu_big {}
#tbl_top_menu_small {
	display: none;
}
#td_menu_left_contain {
	width: 300px;
	padding-right: 10px;
}
.td_basket_photo {}
#div_basket_win {
	padding: 20px 30px 0px 30px;
}
.grid-head-img {
	background: #1a8632; 
	color: white; 
	font-weight: normal; 
	border-right: 1px solid black;
	font-size: 20px;
	text-align: center;
	padding: 15px;
}
.grid-cell-img {
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	color: #404053;	
	font-size: 20px;
}
@media all and (max-width: 800px) {
	.grid-head-img[hide] { display: none; }
	.grid-head[hide] { display: none; }
	.grid-head-left[hide] { display: none; }
	.grid-cell-img[hide] { display: none; }
	.grid-cell-left[hide] { display: none; }
	.grid-cell[hide] { display: none; }
}

@media all and (max-width: 1300px) {
	#td_shedule {
		display: none;
	}
	#td_cabinet {
		display: none;
	}
	#td_cabinet_img { 
		display: table-cell; 
	}
}

@media all and (max-width: 1100px) {
	#td_banner_big {
		width: 100%;
		padding: 0px;
	}
	#td_banner_small {
		display: none;
	}
	#td_basket_word {
		display: none;
	}
	#td_lang {
		display: none;
	}
	#menu_tbl {
		display: table;
		transition-property: left;
		transition-duration: 0.5s;
		transition-timing-function: ease;
		transition-delay: 0s;
	}
	#td_search {
		display: none;
	}
	#td_search_small {
		display: table-cell;
	}
}


.img_news_list {
	float: left; 
	margin: 0px 10px 20px 0px;
}


@media all and (max-width: 740px) {
	.img_news_list {
		float: none; 
		display: block; 
		margin: 0px 10px 20px 0px;
		width: 100%;
	}
	#td_phone {
		display: none;
	}
	#catalog_item_gal {
		display: block;
		float: none;
	}
	#tbl_top_menu_big {
		display: none;
	}	
	#tbl_top_menu_small {
		display: table;
	}
	#td_cabinet_img {
		display: none;
	}
	#td_basket {
		display: none;
	}
	#td_search_small {
		display: none;
	}
	#td_menu_left {
		display: none;
	}
	#td_menu_left_contain {
		width: 1px;
		padding-right: 0px;
	}
	.td_basket_photo {
		display: none;
	}
	#div_basket_win {
		padding: 20px 0px 0px 0px;
	}
	.grid-head-img {
		display: none;
	}
	.grid-cell-img {
		display: none;
	}	
}

@media all and (max-width: 500px) {
	#td_search_small {
		display: none;
	}
	#td_basket {
		display: none;
	}
	#td_cabinet_img {
		display: none;
	}
}

.menu_item2 {
	display: block;
	width: 100%;
	color: white;
}





.link_fld {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-align: center;
	font-size: 15px;
	margin: 5px;
}

.lmenu_item {
	border: 2px solid #e79af4;
	cursor: pointer;
	background: rgba(244, 229, 255, 0.4);
	border-radius: 5px;
}

.lmenu_item:hover {
	border: 2px solid #e79af4;
	cursor: pointer;
	background: rgba(224, 209, 255, 0.4);
	border-radius: 5px;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}

.lmenu_item_sel {
	border: 2px solid #e79af4; 
	cursor: pointer;
	color: black;
	background: rgba(210, 74, 237, 0.4);
	border-radius: 5px;
}

.input_text {
	border: 2px solid #e79af4;
	padding: 5px;
	border-radius: 5px;
	font-size: 20px;
}

/* пагинация */

.label_page {
	border: 1px solid silver;
	border-radius: 3px;
	padding: 5px;
	width: 40px;
	font-size: 28px;
	cursor: pointer;
}
.label_page_curr {
	border: 1px solid black;
	/*box-shadow: 0px 0px 10px black inset;*/ 
	border-radius: 3px;
	padding: 5px;
	width: 40px;
	font-size: 28px;
	color: black;
	cursor: default;
}

.a_soc {
	cursor: pointer; 
	font-size: 14px;
}
.a_soc:hover {
	cursor: pointer; 
	font-size: 14px;
	text-decoration: underline;
}


.a_link {
	color: black;
	text-decoration: none;
}
.a_link:hover {
	color: black;
	text-decoration: underline;
}

.a_prod_link {
	color: black;
	text-decoration: none;
}
.a_prod_link:hover {
	color: black;
	text-decoration: underline;
}

.a_page {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	/*height: 100%;*/
	display: inline-table;
}
.h1 {
	font-weight: normal;
	color: black; 
	font-family: inherit;
	font-size: 32px;
	/*margin: 10px 0px 10px 0px;*/
}
.h1 {
	font-weight: normal;
	color: black; 
	font-family: inherit;
	font-size: 42px;
	margin: 10px 0px 10px 0px;
}
.button_dis {
	color: white !important;
	background: silver;
	/*border: 1px solid #B71B0E;*/
	font-size: 18px;
	text-decoration: none;
	padding: 16px 28px 16px 28px;
}
.button {
	/*border-radius: 3px;*/
	/*box-shadow: 0px 0px 4px #5d92bc, 0px 1px 0px rgba(255, 255, 255, 0.5) inset;*/
	color: white !important;
	background: #248736;
	/*border: 1px solid #B71B0E;*/
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 16px 28px 16px 28px;
}
.button:hover {
	color: white !important;
	background: #388396;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	padding: 16px 28px 16px 28px;
}

.btn_more {
	cursor: pointer;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0);
	color: #ff7f70;
	font-size: 14px;
}

.btn_more:hover {
	cursor: pointer;
	/*border: 1px solid #28bdb7;*/
	border-radius: 10px;
	background: #28bdb7;
	box-shadow: 10px 10px 18px gainsboro;
	color: white;
	font-size: 14px;
}

/* catalog */

.item_a {
	text-decoration: none;
	color: inherit;
	display: block;	
	float: left;	
	font-size: 16px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-right: 10px;
	margin-bottom: 10px;
}
/*
.item_a:hover {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 12px;
	background: rgba(220, 236, 255, 0.5); 
	float: left;
}
*/
.item_folder_a {
	text-decoration: none;
	color: inherit;
	display: block;	
	float: left;
	font-size: 16px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-right: 10px;
	margin-bottom: 10px;
}
/*
.item_folder_a:hover {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 12px;
	background: rgba(255, 255, 0, 0.3);
	float: left;
}
*/




.scrollup {
	position: fixed;
	bottom: 40px;
	right: 40px;
	opacity: 0.5;
}
.scrollup:hover {
	position: fixed;
	bottom: 40px;
	right: 40px;
	opacity: 1;
}

/* path */

.path {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: black;
}
.path_a {
	color: #778899;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}
.path_a:hover {	
	color: #778899;
	text-decoration: underline;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}
.path_span {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

/* 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;
}


.item_brand_a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 12px;
	float: left;
}
.item_brand_a:hover {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 12px;
	background: #B6CAE5;
	float: left;
}
.item_img {
	border: 0px solid #4E5961;
	/*background: white;*/
	table-layout: fixed; 
}
.item_h4 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}
.item_price {
	font-size: 32px;
	color: #388396;
}
.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: white;
	cursor: pointer;
}
.prod_img_sm {
	border: 1px solid silver;
	cursor: pointer;
}
.prod_img_sm_sel {
	border: 1px solid red;
	cursor: pointer;
}
.prod_brand {
	color: #28BDB7;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: inherit; 
}
.prod_brand:hover {
	color: #28BDB7;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: inherit;
	text-decoration: underline;
}
/*
.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);*/
	background: rgba(0, 0, 0, 0.60);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	/*z-index: 100000;*/
}
.menu_footer_fixed {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	color: white;
	font-size: 14px;
	/*background: rgba(78, 89, 97, 1);*/
	background: rgba(0, 0, 0, 0.60);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	/*z-index: 100000;*/
}
.menu_bar_fixed_a {
	text-decoration: none;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
}
.menu_bar_fixed_a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: black;
	text-transform: uppercase;
}
.menu_bar_fixed_a_sel {
	text-decoration: none;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
}
.menu_bar_fixed_a_sel:hover {
	text-decoration: underline;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
}
.menu_bar_fixed_td {
	 width: 100px;
	 text-align: center;
}
.menu_bar_fixed_td_sep {
	width: 8px;
}

/* 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 black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	color: #404053;
	font-size: 20px;
}
.grid-cell {
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	color: #404053;	
	font-size: 20px;
}
.grid-head {
	background: #1a8632; 
	color: white; 
	font-weight: normal; 
	border-right: 1px solid #1a8632;
	font-size: 20px;
	text-align: center;
	padding: 15px;
}
.grid-head-left {
	background: #1a8632; 
	color: white; 
	font-weight: normal; 
	font-size: 20px;
	text-align: center;
	padding: 15px;
}
.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;
}
/*
.button {
	cursor: pointer; 
	border: 2px solid #D9005B; 
	border-radius: 8px; 
	color: #D9005B; 
	font-weight: bold; 
	font-size: 14px;
	background: #F7CBDC;
}
.button:hover {
	cursor: pointer; 
	border: 2px solid #D9005B; 
	border-radius: 8px; 
	color: #D9005B; 
	font-weight: bold; 
	font-size: 14px;
	background: #D7ABBC;
}
.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;
	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 black;
	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: century gothic;
	font-size: 18px;
	color: black;
}
.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;
	box-sizing: border-box;
}

/* 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;	
	border-radius: 5px;
	background-image: linear-gradient(#F9F9F9, #DEDEDE);
	border: 1px solid #858F98;
	width: 40px;
}
.page_a:hover {
	text-decoration: none;
	padding: 5px;
	color: black;
	text-align: center;	
	border-radius: 5px;
	background-image: linear-gradient(#F9F9F9, #DEDEDE);
	box-shadow: 0px 0px 3px #96AAC5;
	border: 1px solid #858F98;
	width: 40px;
}
.page_a_sel {
	text-decoration: none;
	padding: 5px;
	color: white;
	text-align: center;	
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	border: 1px solid #858F98;
	width: 40px;
}




/* ФИЛЬТР */

.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;
}

.tdsubcategory {
	text-align: left;
}

@media all and (max-width: 740px) {
	.tdsubcategory {
		text-align: center;
	}
}

/* CHECKBOX */

.input_checkbox {
    display:none;
}
.input_checkbox + label {	
    /*position: absolute;    
    margin-left: 0px;
    margin-top: 0px;*/
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 3px; 
    /*box-shadow: 0px 0px 4px rgba(0,0,255,0.4) inset;*/
    background: white;    
    display: block;
}
.input_checkbox:checked + label {
	background: url(../img/checkbox.png) white;
	background-size: cover;
	display: block;
}

.div_note {
	box-sizing: border-box;
	padding: 30px;
}
.div_note p {
	margin-bottom: 14px;
	font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", sans-serif;
	color: gray;
}
.div_note p[head]{	
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", sans-serif;
	font-size: 28px;
	margin-bottom: 14px;
	color: black;
}
.txFind {
	font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", sans-serif;
	width: 122px;
}



/*****************/

.banner_text {
	color: white;
	text-align: center; 
	/*font-family: 'Poppins';*/
	position: absolute; 
	width: 100%;
	left: 0px;
	top: 190px;
	text-shadow: 0px 0px 10px black;
}

.logo_1 {
	position: absolute; left: 10px; top: 40px; width: 240px;
}
.logo_2 {
	position: absolute; left: 10px; top: 4px; width: 140px;
}
.logo_3 {
	display: block; margin: 0px auto 0px auto;
}
.logo_4 {
	display: none; margin: 0px auto 0px auto;
}
.menu_1 {
	width: 450px; position: absolute; left: 280px; top: 65px; text-shadow: 0px 0px 10px white;
}
.menu_2 {
	width: 450px; position: absolute; left: 280px; top: 14px;
}
.lang_1 {
	width: 200px; position: absolute; right: 180px; top: 40px;
}
.lang_2 {
	width: 200px; position: absolute; right: 180px; top: 15px;
}
.menu_ico_1 {
	display: none;
}
.menu_ico_2 {
	display: none;
}
.contact_1 {
	width: 700px; margin: 0px auto 0px auto;
}
.contact_2 {
	margin: 0px auto; text-align: center; width: 100%; max-width: 500px; display: none;
}
.phone_1 {
	width: 400px; top: 20px; left: 340px; position: absolute;
}
@media all and (max-width: 800px) {
	.logo_1 { display: none; }
	.logo_2 { display: none; }
	.logo_3 { display: none; }
	.logo_4 { display: block; }
	.menu_1 { display: none; }
	.menu_2 { display: none; }
	.lang_1 { right: 85px; }
	.lang_2 { right: 85px; }
	.menu_ico_1 { display: inline; }
	.menu_ico_2 { display: inline; }
	.contact_1 { display: none; }
	.contact_2 { display: block; }
	.phone_1 { display: none; }
}

.page_body {
	width: 100%; 
	max-width: 1400px; 
	background: white; 
	margin: 0px auto; 
	box-sizing: border-box; 
	padding: 0px 40px 40px 40px;
}
@media all and (max-width: 800px) {
	.page_body { padding: 10px 5px; }
}

.gal_block {
	/*margin: 0px 30px 20px 0px;*/
}

@media all and (max-width: 800px) {
	.gal_block { margin: 0px; }
}

.cab_left_side {
	width: 300px;
}
.cab_right_side {
	padding-left: 40px;
}
@media all and (max-width: 800px) {
	.cab_left_side { display: none; }
	.cab_right_side { padding-left: 0px; }
}

.find_box {
	overflow: scroll; 
	box-sizing: border-box; 
	padding: 10px; 
	box-shadow: 0px 20px 10px rgba(0,0,0,0.5); 
	position: fixed; 
	background: #4f2c1d; 
	color: white;
}
.find_row {
	cursor: pointer;	
}
.find_row:hover {
	background: white; /*#d6cecb;*/
	color: black;
}

.left_panel_item {
	border-bottom: solid 1px #ebebeb; 
	padding: 0px 5px 0px 10px;
}
.left_panel_item:hover {
	border-bottom: solid 1px #ebebeb; 
	padding: 0px 5px 0px 10px;
	background: rgba(0,100,0,0.1);
	cursor: pointer;
}
.left_panel_item_click {
	border-bottom: solid 1px #ebebeb; 
	padding: 0px 5px 0px 10px;
	background: rgba(0,160,0,0.5);
	color: white;
	cursor: pointer;
}
