* { margin: 0; padding: 0; }
img { max-width: 100%; max-height: 100%; }

a { text-decoration: none; }

::-webkit-scrollbar { width: 0px; background: transparent; }

input { outline:none; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none;  margin: 0; }
input[type="number"] { -moz-appearance: textfield; }
input[type="number"]:hover,
input[type="number"]:focus { -moz-appearance: number-input; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

@font-face {
	font-family: 'nunito_l';
	src: url('fonts/nunito/nunito_l.ttf');
}
@font-face {
	font-family: 'nunito_b';
	src: url('fonts/nunito/nunito_b.ttf');
}

@font-face {
	font-family: 'marck';
	src: url('fonts/marck/marck.ttf');
}

html,body{
	color: #333;
	font-size: 16px;
	font-family: nunito_l;
	background-color: #f4f4f4;
}

a {
	color: #2489ce;
	font-size: 18px;
	font-family: 'nunito_b';
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
/***********************************************************************************************************************/
.bl_scroll_page_top{
	width: 50px;
	height: 50px;
	border: 0px solid red;
	position: fixed;
	top: 70px;
	left: -60px;
	cursor: pointer;
}

.bl_scroll_page_bottom{
	width: 50px;
	height: 50px;
	border: 0px solid red;
	position: fixed;
	bottom: 20px;
	left: -60px;
	cursor: pointer;
}

.start_window{
	width: 100vw;
	height: 100vh;
	background-color: #f4f4f4;
	position: fixed; top: 0; left: 0;
	overflow-y: auto;
	z-index: 10000;
}

.bx_logo_img_start{
	width: 290px;
	height: 70px;
	position: fixed;
	top: calc(50vh - 200px);
	left: -400px; /* calc(50vw - 145px) */
	overflow: hidden;
	z-index: 10001;
}

.bx_logo_text_start{
	width: 290px;
	height: 120px;
	position: fixed;
	top: calc(50vh - 180px);
	left: calc(100vw + 100px); /* calc(50vw - 145px) */
	overflow: hidden;
	z-index: 10001;
}

.bx_logo_slogan_start{
	width: 290px;
	height: 70px;
	position: fixed;
	top: calc(50vh - 46px);
	left: -400px; /* calc(50vw - 145px) */
	overflow: hidden;
	z-index: 10001;
}

.bx_logo_loader_start{
	width: 290px;
	height: 70px;
	color: #888;
	position: fixed;
	top: calc(50vh - 0px);
	left: calc(50vw - 145px);
	overflow: hidden;
	z-index: 10001;
}
/***********************************************************************************************************************/
.main_window{
	width: 100vw;
	/*height: 100vh;*/
	background-color: #f4f4f4;
	/*position: fixed; top: 0; left: 0;*/
	overflow-y: auto;
	z-index: 1;
}

.loader_layer{
	width: 100vw;
	height: 100vh;
	color: #85fe50;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top:  0; left: 0;
	overflow: hidden;
	display: none;
	z-index: 900;
}













/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
.box_error{
	width: 100%;
	min-height: 20px;
	color: red;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
/** DIALOG *************************************************************************************************************/
.window_dialog{
	width: 100vw;
	height: 100vh;
	background-color: #222;
	position: fixed; top: 0px; left: 0px;
	overflow: hidden;
	display: none;
	z-index: 1000;
}

.bl_dialog{
	width: 96%;
	max-width: 500px;
	height: auto;
	min-height: 200px;
	border-radius: 10px;
	background-color: #f4f4f4;
	margin: 3vh auto;
	overflow: hidden;
}

.head_dialog{
	width: 100%;
	height: 40px;
	background-color: #c8c8c8;
	overflow: hidden;
}

.bx_ico_close_dialog{
	width:40px;
	color:#888;
	font-size:30px;
	border: 0px solid red;
	padding-left:5px;
	display:inline-block; vertical-align: top;
	cursor: pointer;
}

.bx_txt_head_dialog{
	width:calc(100% - 60px);
	font-size:24px;
	font-weight:bold;
	display:inline-block; vertical-align: top;
	overflow: hidden;
}

.bx_ico_dialog{
	width: 96%;
	height: auto;
	font-size: 50px;
	margin-top: 20px;
}

.bx_txt_dialog{
	width: 90%;
	height: auto;
	font-size: 18px;
}

.bx_inp_bt_dialog{
	width: 96%;
	height: auto;
}
/***********************************************************************************************************************/
.header_desktop{
	width: 100vw;
	height: auto;
	border-top: 3px solid #6abb45;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	overflow: hidden;
	display: block;
}

.header_mobile{
	width: 100vw;
	height: 40px;
	font-size: 30px;
	border-top: 3px solid #6abb45;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	position: fixed;
	top: 0px; left: 0px;
	overflow: hidden;
	display: block;
	z-index: 10;
}

.bl_form_header_desktop{
	width: 96%;
	max-width: 1200px;
	height: 82px;
	border: 0px solid red;
	overflow: hidden;
}

.bx_top_link_header_desktop{
	width: 100%;
	height: 20px;
	border: 0px solid red;
	margin-top: 5px;
	overflow: hidden;
}

.bx_logo_search_cart_header_desktop{
	width: 100%;
	height: auto;
	border: 0px solid red;
	margin-top: 3px;
	overflow: hidden;
}

.bx_logo_header_desktop{
	width: 200px;
	height: 50px;
	border: 0px solid blue;
	margin-top: -0px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	z-index: 2;
}

.bx_logo_mobile{
	width: 90%;
	height: auto;
	margin-top: 70px;
	margin-bottom: 10px;
	display: none;
}

.bx_search_header_desktop{
	width: calc(100% - 300px);
	height: auto;
	border: 0px solid blue;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.bx_cart_header_desktop{
	width: 40px;
	height: auto;
	color: #777;
	line-height: 100%;
	border: 0px solid red;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
}

.sp_ico_cart_header_desktop{
	font-size: 30px;
}

.content_index{
	width: 96%;
	max-width: 1400px;
	min-height: calc(100vh - 180px);
	border: 0px solid red;
	margin: 0px auto;
}

.bl_main_banner{
	width: 100%;
	height: auto;
	border: 0px solid blue;
	display: block;
}

.bx_banner_big{
	width: 27%;
	height: auto;
	line-height: 110%;
	border: 0px solid green;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.bx_banner_smoll{
	width: 18%;
	height: auto;
	line-height: 110%;
	border: 0px solid green;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.bl_main_marketing{
	width: 100%;
	height: auto;
	border: 0px solid red;
}

.bx_marketing{
	width: 45%;
	height: auto;
	border: 1px solid #cdcccc;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	padding: 10px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.bx_text_marketing{
	width: 68%;
	height: 200px;
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.bx_img_marketing{
	width: 30%;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}


.footer{
	width: calc(100% - 20px);
	height: auto;
	border-top: 1px solid #cdcccc;
	padding: 10px;
	background-color: #e8e8e8;
}

.bx_elem_footer{
	width: 120px;
	height: 130px;
	color: #2489ce;
	font-size: 13px;
	font-weight: bold;
	line-height: 90%;
	border: 1px solid #cdcccc;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
}

.bx_img_elem_footer{
	width: 100px;
	height: 90px;
	margin-top: 5px;
	overflow: hidden;
}

.content_catalog{
	width: 96%;
	max-width: 1400px;
	min-height: calc(100vh - 210px);
	border: 0px solid red;
	margin: 60px auto;
}

.left_menu{
	width: 310px;
	height: 100vh;
	border-right: 1px solid #cdcccc;
	background-color: #dbdbdb;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	position: fixed;
	top: 0px; left: -400px;
	overflow-y: scroll;
	z-index: 800;
}

.head_left_menu{
	width: 96%;
	height: 90px;
	border: 0px solid red;
	margin-bottom: 10px;
}

.bx_accardion_left_menu{
	width: 96%;
	height: calc(100vh - 130px);
	border: 0px solid red;
	overflow-y: auto;
}

.sp_ico_collapsible{
	color: #888;
}
.group_collapsible_full{
	width: 100%;
	height: auto;
	padding-left: 30px;
	overflow: hidden;
	display: none;
}

.bl_list_goods_catalog{
	width: 100%;
	height: auto;
}

.elem_product_catalog{
	width: 23%;
	min-width: 265px;
	max-width: 340px;
	height: 510px;
	border: 0px solid blue;
	margin-top: 20px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}

.bx_product_catalog{
	width: calc(100% - 10px);
	height: 96%;
	border: 1px solid #cdcccc;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	padding: 5px;
	overflow: hidden;
}

.bx_img_product_catalog{
	width: 96%;
	height: 250px;
	overflow: hidden;
}

.bx_str_product_catalog{
	width: 96%;
	height: 22px;
	border: 0px solid red;
	overflow: hidden;
}

.bx_price_product_catalog{
	width: 96%;
	height: 28px;
	font-size: 22px;
	color: #6abb45;
	font-weight: bold;
	border: 0px solid red;
	overflow: hidden;
}

.bx_name_product_catalog{
	width: 96%;
	height: 46px;
	font-size: 18px;
	font-weight: bold;
	border: 0px solid red;
	overflow: hidden;
}

/** RIGHT MODAL INFO GOOD ******************************************************/
.right_modal_product{
	width: 96%;
	max-width: 420px;
	height: calc(100vh + 40px);
	border-right: 1px solid #cdcccc;
	background-color: #dbdbdb;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	position: fixed;
	top: 0px; right: -500px;
	overflow-y: scroll;
	z-index: 800;
}

.bx_article_right_modal_product{
	width: 90%;
	height: 26px;
	font-size: 22px;
	font-weight: bold;
	border: 0px solid red;
	margin-bottom: 5px;
	overflow: hidden;
}

.bx_img_right_modal_product{
	width: 100%;
	height: auto;
	border: 1px solid #cdcccc;
	border-radius: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	overflow: hidden;
}

.bx_price_right_modal_product{
	width: 90%;
	height: 26px;
	color: #6abb45;
	font-size: 22px;
	font-weight: bold;
	border: 0px solid red;
	margin-top: 5px;
	overflow: hidden;
}

.bx_name_right_modal_product{
	width: 90%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	border: 0px solid red;
}

.bx_description_right_modal_product{
	width: 90%;
	height: auto;
	border: 0px solid red;
	margin-top: 10px;
}
/** RIGHT MODAL SERIAL ******************************************************/
.right_modal_serial{
	width: 96%;
	max-width: 320px;
	height: calc(100vh + 40px);
	border-right: 1px solid #cdcccc;
	background-color: #dbdbdb;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	position: fixed;
	top: 0px; right: -400px;
	overflow-y: scroll;
	z-index: 800;
}
/** CART //////////////******************************************************/
.bl_bonus_cart_green{
	width: 90%;
	max-width: 500px;
	height: auto;
	color: #6abb45;
	font-size: 22px;
	font-family: marck;
	text-shadow: 0px 0px 8px rgba(249, 203, 95, 1);
	border: 2px solid #cdcccc;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	padding-top: 20px;
	overflow: hidden;
}

.bl_bonus_cart_red{
	width: 90%;
	max-width: 500px;
	height: auto;
	color: #e86464;
	font-size: 22px;
	font-family: marck;
	text-shadow: 0px 0px 8px rgba(249, 203, 95, 1);
	border: 2px solid #cdcccc;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	padding-top: 20px;
	overflow: hidden;
}

.bl_list_product_cart{
	width: 96%;
	height: auto;
	border: 0px solid red;
}

.elem_list_product_cart{
	width: 96%;
	max-width: 700px;
	height: auto;
	border-bottom: 1px solid #cdcccc;
	padding-bottom: 10px;
	margin-top: 20px;
}

.bx_img_product_elem_cart{
	width: 150px;
	height: 150px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 4px 6px 2px rgba(34, 60, 80, 0.14);
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.bx_info_product_elem_cart{
	width: calc(100% - 170px);
	height: auto;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

/** Contacts //////////////******************************************************/
.bx_info_firm_contacts{
	width: 45%; max-width: 450px; min-width: 290px;
	height: auto;
	border: 0px solid red;
	margin: 10px;
	display: inline-block; vertical-align: top;
}

.box_map_contacts{
	width: 96%;
	height: 300px;
	padding-bottom: 100px;
}
/** TABLE REPORT DEBT ************************************************************/
.tableReportDebt{
	width: 100%;
	max-width: 700px;
}

td{
	padding: 5px;
	border-bottom: 1px solid #999;
}









