﻿/** RESET AND CLEARFIX
================================================**/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/



#amenu {
	height: 26px;
	/*background: url("/images/header.gif") no-repeat scroll center top #D0D0D0;*/
    /*background-color: #DADFDB;*/
}

#amenu div{
	/*width: 1120px;*/
	margin-left: auto;
	margin-right: auto;
	height: 26px;
}

#amenu a {
	display: inline-block;
	width: 134px;

	margin-right: 4px;
	
	/*float: left;*/
	text-transform: uppercase;
	color:#D6D6D6;
	font-weight:bold;
	font-family: sans-serif;
	text-decoration: none;
	padding: 5px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.amenu_select {
	background-color: #000000;
}
.amenu_noselect {
	background-color: #565656;
}

#amenu a:hover {
	background-color: #000000;
}

.support p, .support div {
	margin-bottom: 10px;
}

.filial {
	line-height: 2.0em;
	border: 1px solid #CCCCCC;
	margin: 10px 30px 10px 30px;
	background-color: #e4e4e4;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Verdana;
}
.filial_title {
	font-size: 14px;
	font-weight: bold;
	
}
.filial_name {
	font-size: 18px;
	font-weight: bold;
	
}
.filial_name .span_name {
	text-decoration: underline;
	color: #003d00;
}
.filial_body {
	margin-left: 30px;
}
.filial_body div {
	padding-left: 30px;
}
.filial_addr {
	background: url('/images/icons/home.png') no-repeat;
	font-weight: bold;
}
.filial_user {
	background: url('/images/icons/user.png') no-repeat;
}
.filial_num {
	background: url('/images/icons/pgnum.png') no-repeat;
}
.filial_phone {
	background: url('/images/icons/phone.png') no-repeat;
}
.filial_site {
	background: url('/images/icons/internet.png') no-repeat;
}
.filial_email {
	background: url('/images/icons/email.png') no-repeat;
}


.articles_all {
	border: 1px solid #dadada;
	margin: 0px 10px 30px 10px;
	background-color: #eeeeee;
	padding: 10px
	
}
.articles_title {
	font-size: 15px;
	font-weight: bold;	
	margin: 0px 30px 10px 30px;
}
.articles_body {
	font-size: 12px;
}
.articles_more {
	font-style: italic;

}

.price_all {
	border: 1px solid #dadada;
	margin: 0px 10px 30px 10px;
	background-color: #eeeeee;
	padding: 10px
	
}
.price_title {
	font-size: 15px;
	font-weight: bold;	
	margin: 0px 30px 10px 30px;
}
.price_body {
	font-size: 12px;
}
.price_p {
	margin-bottom: 15px;
	text-indent: 15px;
	font-weight: bold;
}
.price_p img {
	vertical-align: middle;
}
.price_dealer {
	border: 1px solid #d2c65a;
	background-color: #FFF7AD;
	padding: 10px;
	margin-bottom: 10px;
}
.price_dealer p {
	margin-bottom: 5px;
	padding-left: 5px;
}
.price_carrier {
	border: 1px solid #d2c65a;
	background-color: #FFF7AD;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#pass {
	border: 1px solid #b0b0b0;
	background-color: #eeeeee;
}
#btn {
	border: 1px solid #b0b0b0;
	background-color: #CCCCCC;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dealer_money {
	background: url('/images/icons/money.png') no-repeat;
}

.support_all {
	border: 1px solid #dadada;
	margin: 0px 0px 0px 10px;
	background-color: #eeeeee;
	padding: 10px
	
}

.support_title {
	font-size: 15px;
	font-weight: bold;	
	margin: 0px 30px 10px 30px;
}
.support_body {
	font-size: 12px;
}
.support_body p {
	margin-bottom: 10px;
	padding-left: 22px;
	text-indent: 0px;
}
.support_body img {
	vertical-align: middle;
}
.support_body .p_pdf {
	background: url('/images/M_images/pdf_button.png') no-repeat left center;
}
.support_body .p_ppt {
	background: url('/images/M_images/page_white_powerpoint.png') no-repeat  left center;
}
.support_body .p_exe {
	background: url('/images/M_images/install.png') no-repeat  left center;
}
.support_body .p_jpg {
	background: url('/images/M_images/doc-type-jpg.png') no-repeat  left center;
}
.support_body .p_zip {
    background: url('/images/M_images/doc-type-zip.png') no-repeat  left center;
}
.support_list {
	list-style-type: disc; 
	margin-left: 20px;
}
.support_list li {
	background: url('/images/M_images/pdf_button.png') no-repeat  left center;
	padding-left: 20px;
	line-height: 1.5em;
}

.support_list_no {
	list-style-type: disc; 
	margin-left: 20px;
}
.support_list_no li {
	line-height: 1.5em;
}

.news_one {
    border: 1px solid #dadada;
    margin: 0px;
    padding: 10px;
    background: #eeeeee url('/images/M_images/new_red.png') no-repeat right top;
    margin-bottom: 20px;
}
.news_time {

    background: url("/images/clock.png") no-repeat  left center;
    background-position-y: 0px;
    padding-left: 20px;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
}
.news_title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.news_body {

}


.services_all {
	border: 1px solid #dadada;
	margin: 0px 0px 0px 10px;
	background-color: #eeeeee;
	padding: 10px
	
}
.services_title {
	font-size: 15px;
	font-weight: bold;	
	margin: 0px 30px 10px 30px;
}
.services_body {
	font-size: 12px;
}
.services_body p {
	margin-bottom: 10px;
	padding-left: 22px;
	text-indent: 0px;
}
.services_warn {
	border: 1px solid #d2c65a;
	background-color: #FFF7AD;
	padding: 10px;
	margin-bottom: 10px;
}

.legal_inform {
    border: 1px solid #90C3D4;
    background-color: #CDEFFA;
    padding: 10px;
    margin-bottom: 10px;
}

.sale_inform {
	border: 2px solid #F72925;
	background-color: #FFF7AD;
	padding: 10px;
	margin: 10px 40px 10px 40px;
	text-align: right;
	color: red;
	font-size: 13px;
}
.cls_move_to_price {
	/*text-align: right;
	margin: 10px 70px 10px 70px;*/

}
.cls_move_to_price a {
	font-weight: bold;
	font-family: Verdana;
	color: #0F8FBA !important;
	font-size: 12px;
}
.cls_move_to_price a:hover {
	color: #015673 !important;
}


.product_all {
	border: 1px solid #dadada;
	margin: 0px 0px 0px 10px;
	background-color: #eeeeee;
	padding: 10px
	
}
.product_title {
	font-size: 15px;
	font-weight: bold;	
	margin: 0px 30px 10px 30px;
}
.product_body {
	font-size: 12px;
}
.product_body p {
	margin-bottom: 10px;
	padding-left: 22px;
	text-indent: 0px;
}
.product_list {
	list-style-type:decimal;
	margin-left: 0px;
}
.product_list li {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.main_list li {
	margin-bottom: 10px;
	line-height: 1.5em;
}


.div_counter {
	text-align: center; 
	margin: 15px auto;
	border: 1px solid #cccccc;
	
}
.div_counter span {
	display: block;
	background-color: #cccccc;	
	font-weight: bold;
	color: #9a9a9a;
}
.div_counter div {
	padding: 10px;	
}

.sensors {
	border: 1px solid #CCCCCC;
	margin: 10px 30px 10px 30px;
	background-color: #FFFFFF;
	padding: 10px;
}
.sensors p {
	text-indent: 5px;
}

ul.spisok {
    padding-left:5px;
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    list-style-type:disc;
    margin-left:20px;
    list-style:none;
    font-family: Sans-serif;
    font-size: 13px;
}
ul.spisok li {
    padding-left:20px;
    padding-bottom:5px;
    padding-top:0px;
    font-style:italic;
}

ol.spisok {
    padding-left:5px;
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    list-style-type:decimal;
    margin-left:45px;
    /*list-style:none;*/
    font-family: Sans-serif;
    font-size: 13px;
}
ol.spisok li {
    padding-left:0px;
    padding-bottom:5px;
    padding-top:0px;
    font-style:italic;
}

ul.spisok.one li {
    background:url(/images/markers/4.gif) no-repeat; /*Возможно у вас другой путь к картинкам!*/
}
ul.spisok.two li {
    background:url(/images/markers/7.gif) no-repeat; /*Возможно у вас другой путь к картинкам!*/
}
ul.spisok.three li {
    background:url(/images/markers/2.png) no-repeat; /*Возможно у вас другой путь к картинкам!*/
}
ul.spisok.four li {
    background:url(/images/markers/clean.png) no-repeat; /*Возможно у вас другой путь к картинкам!*/
}

ul.spisok.five li{
    background:url(/images/markers/control_add.png) no-repeat; /*Возможно у вас другой путь к картинкам!*/


}

.cls_carrier p {
    margin: 10px 5px;
}
.cls_carrier .cls_i {
    border: 1px solid #90C3D4;
    background-color: #FFFFFF;
    padding: 5px 10px;
    margin: 5px 10px;
    font-style: italic;
}

.margin_10 {
    margin: 10px 0px;
}


.div_qr_cod {
    border: 1px solid #E4E4E4;
    padding: 20px;
}
.div_qr_cod strong {
    display: block;
    text-align: center;
}

.div_qr_cod.img_google_play {
    vertical-align: middle;
    margin-top: 5px;
}

/* slick */
.blue h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slider {
	padding: 0px;

}


.slider ul, .slider li, .div_new_menu ul, .div_new_menu li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


.bxslider img {
    /*width: 1000px;*/
}
.bxslider a.more {
	position: absolute;
	top: 140px;
	left: 1050px;
	font-style: italic;
	font-weight: bold;
}
/*  переносим кружочки повыше*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 5px !important;
	padding-top: 0px !important;
}
.bx-wrapper .bx-viewport {
	border: 0px !important;
	left: 0px !important;
}
.bx-wrapper {
	margin: 0 auto 10px !important;
	height: 178px;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 0 !important;
}
/*Макогонов ---\\ */
.faqResponse{display:none}
.show .faqResponse{
    display:block;
    margin:15px 0 15px -15px;
    padding:0 15px;
    border-left:solid 1px #ced2d7;

}
.pageContent {
    margin-left: 20px;
    font-size: 14px;
}
.pageContent ul,.pageContent ul > li{margin:0;padding:0;list-style:none}
.pageContent ul{margin:0 0 20px 0}
.pageContent ul > li{position:relative;padding:4px 0 4px 16px}
.pageContent ul > li:before{
    display:block;
    position:absolute;
    background:url("/images/icons.png") no-repeat -94px -10px;
    top:11px;left:3px;width:4px;height:8px;content:""}
.pageContent ul > li > ul{margin:5px 0 0 10px}
.faq_delivery  li.show:before{
    background-position:-64px -10px;
    top:13px;left:1px;width:8px;height:4px}
/*Макогонов ---// */
.logo_new {
	/*background-color: #f4f4f4;*/
	text-align: left;
	padding: 5px 5px 0px 5px;
}
.logo_new div {
	display:inline-block;
	vertical-align: top;
}
.div_logo_img {
	border-right: 2px solid #000000;
	padding-right: 10px;
	margin-left: 20px;
}
.div_logo_text {
	width: 680px;
	padding: 5px 10px;

}
.div_logo_text span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
.div_logo_info {
	text-align: right;
	padding: 2px 10px;
}
.div_logo_info span {
	display: block;
	font-size: 11px;
    /*color: #4c4c4c;*/
	line-height: 1.3;
    font-weight: bold;
}


/* new menu */
.div_new_menu {
	/*padding: 5px;*/
}
.a_new_menu {
	background: left center no-repeat;
}
ul.nm li {
	background: #eeeeee;
	border: 1px solid #565656;
	list-style: none;
	min-width: 230px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	/*min-height: 42px;*/
	line-height: 1.4;
	margin-bottom: 2px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.nm li a {
	text-decoration: none;
	display: block;
	padding: 7px 5px 7px 40px;
}
ul.nm li ul {
	display: none;
	z-index: 99;
}
ul.nm li:hover {
	position: relative;
	background: #ffffd2;
}
ul.nm li:hover > ul {
	display: block;
}
ul.nm li:hover ul{
	position: absolute;
	top: 0;
	left: 300px;
}
.ul_new_submenu {
	border: 1px solid #565656 !important;
	box-shadow: 2px 1px 5px #999;
	padding: 5px !important;
	background: #eeeeee;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ul_new_submenu li {
	padding: 2px 10px !important;
	border: 0px !important;
	margin: 0px !important;

}
.ul_new_submenu a {
	padding: 5px 5px 5px 5px !important;
	white-space: nowrap;

}




/* -------------------------- FORM CALLBACK ---------------------*/
.fa-times:before {
	content: "X";
	font-style: normal;
}
.header_title {
	font-size: 14px;
}
#lean_overlay {
	position: fixed;
	/*z-index: 10000;*/
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

.popupContainer {
	position: absolute;
	width: 340px;
	height: auto;
	left: 45%;
	top: 60px;
	background: #FFF;
}

/*#modal_trigger {
	margin: 40px auto;
	width: 200px;
	display: block;
	border: 1px solid #DDD;
	border-radius: 4px;
}*/

.btn {
	padding: 10px 20px;
	background: #F4F4F2;
}

.btn_red {
	background: #34964b;
	color: #FFF;
}

.btn:hover {
	background: #E4E4E2;
}

.btn_red:hover {
	background: #30BA51;
}

a.btn {
	color: #666;
	text-align: center;
	text-decoration: none;
}

a.btn_red {
	color: #FFF;
}

.one_half {
	display: block;
	float: left;
}

/* Popup Styles*/

.popupHeader {
	font-size: 16px;
	text-transform: uppercase;
}

.popupHeader {
	background: #F4F4F2;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}

.popupHeader .modal_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	background: #E4E4E2;
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
}

.popupBody {
	padding: 20px;
}


.centeredText {
	text-align: center;
	margin: 20px 0;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
}

.action_btns {
	float: right;
	overflow: hidden;
}

.action_btns a {
	display: block;
	color: #FFFFFF !important;
}
/* User Login Form */

.user_login {
	display: none;
	width: 100%;
}

.user_login label {
	display: block;
	margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.cls_ta_callback,
.cls_select_theme,
.phone_rus {
	display: block;
	width: 280px;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}
.cls_select_theme option {
	line-height: 1.5;
}

.user_login input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

.user_login input[type="checkbox"]+label {
	float: left;
}

.user_login .checkbox {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

#id_gorod, #id_order_gorod {
	display: none;
}

/* -------------------------- END FORM CALLBACK ---------------------*/

.span_order_callback {
	border-bottom: 1px dotted #000000;
	text-decoration: none !important;
}

acronym {
	cursor:help; /* Курсор мышми со знаком вопроса */
	border-bottom: 1px dotted #0074BE; /* Подчеркивание текста */
	color:red; /* Цвет текста */
}

/********** кнопка наверх ***********************/
#toTop {
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px; /* отступ кнопки от нижнего края страницы*/
	right:10px;
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:11px;
}

/* Glow */
.hvr-glow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.cls_usb_hub p {
	margin: 10px;
}

.cls_usb_hub table td {
	text-align: center;
}
.cls_usb_hub table li {
	text-align: left;
}

.cls_voltage tr td:first-child {
	text-align: left;
}
.cls_voltage table th {
	text-align: center;
}


.ourtable {border-collapse: collapse}
.ourtable, #ourtable td {border: 1px solid #070}
.p_bot {
	margin-bottom: 30px !important;
}

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#000000 !important;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none !important;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}


/* CROSS*/
.background {
	/*background-color: #BCBCBC;*/
	width: 40px;
	height: 15px;
	padding: 0;
	margin: 0
}
.line3 {
	position: absolute;
}
.line1 {
	width: 45px;
	height: 15px;
	border-bottom: 1px solid red;
	-webkit-transform:
			translateY(-8px)
			translateX(0px)
			rotate(20deg);
	-moz-transform:
			translateY(-8px)
			translateX(0px)
			rotate(20deg);
	-ms-transform:
			translateY(-8px)
			translateX(0px)
			rotate(20deg);
	-o-transform:
			translateY(-8px)
			translateX(0px)
			rotate(20deg);
	position: absolute;
	/* top: -20px; */
}
.line2 {
	width: 45px;
	height: 15px;
	border-bottom: 1px solid red;
	-webkit-transform:
			translateY(-8px)
			translateX(-5px)
			rotate(-20deg);
	-moz-transform:
			translateY(-8px)
			translateX(-5px)
			rotate(-20deg);
	-ms-transform:
			translateY(-8px)
			translateX(-5px)
			rotate(-20deg);
	-o-transform:
			translateY(-8px)
			translateX(-5px)
			rotate(-20deg);
	position: absolute;
	/*top: -33px;
	left: -13px;*/
}


.cls_order_lines {
	margin-bottom: 0px !important;
	font-size: 11px;
}